diff --git a/crates/pampa/resources/error-corpus/Q-2-38.json b/crates/pampa/resources/error-corpus/Q-2-38.json new file mode 100644 index 00000000..59fe3cc6 --- /dev/null +++ b/crates/pampa/resources/error-corpus/Q-2-38.json @@ -0,0 +1,118 @@ +{ + "code": "Q-2-38", + "title": "Unclosed Attribute Specifier", + "message": "I reached the end of the block before finding a closing '}' for the attribute specifier.", + "notes": [ + { + "message": "The attribute specifier starts here.", + "label": "attribute-start", + "noteType": "simple" + } + ], + "cases": [ + { + "name": "eof-after-id", + "description": "Open `{` with id content, no closing `}`.", + "content": "[text]{#my-id\n", + "captures": [ + { + "label": "attribute-start", + "row": 0, + "column": 6, + "size": 1 + } + ] + }, + { + "name": "eof-after-class", + "description": "Open `{` with class content, no closing `}`.", + "content": "[text]{.cls\n", + "captures": [ + { + "label": "attribute-start", + "row": 0, + "column": 6, + "size": 1 + } + ] + }, + { + "name": "eof-after-kv", + "description": "Open `{` with key-value content, no closing `}`.", + "content": "[text]{key=\"val\"\n", + "captures": [ + { + "label": "attribute-start", + "row": 0, + "column": 6, + "size": 1 + } + ] + }, + { + "name": "multi-line-eof", + "description": "Multi-line attribute list, never closed.", + "content": "[text]{\n .cls\n", + "captures": [ + { + "label": "attribute-start", + "row": 0, + "column": 6, + "size": 1 + } + ] + }, + { + "name": "image-multi-line-eof", + "description": "Image with multi-line attribute list, never closed.", + "content": "![](img.png){\n .cls\n", + "captures": [ + { + "label": "attribute-start", + "row": 0, + "column": 12, + "size": 1 + } + ] + }, + { + "name": "multi-line-eof-two-classes", + "description": "Multi-line attr with two classes, never closed.", + "content": "[text]{\n .cls1\n .cls2\n", + "captures": [ + { + "label": "attribute-start", + "row": 0, + "column": 6, + "size": 1 + } + ] + }, + { + "name": "multi-line-eof-class-and-kv", + "description": "Multi-line attr with class + key-value, never closed.", + "content": "[text]{\n .cls\n width=\"200px\"\n", + "captures": [ + { + "label": "attribute-start", + "row": 0, + "column": 6, + "size": 1 + } + ] + }, + { + "name": "multi-line-eof-two-kvs", + "description": "Multi-line attr with two key-value pairs, never closed.", + "content": "[text]{\n k1=\"v1\"\n k2=\"v2\"\n", + "captures": [ + { + "label": "attribute-start", + "row": 0, + "column": 6, + "size": 1 + } + ] + } + ] +} diff --git a/crates/pampa/resources/error-corpus/_autogen-table.json b/crates/pampa/resources/error-corpus/_autogen-table.json index 1f557c53..ad51332f 100644 --- a/crates/pampa/resources/error-corpus/_autogen-table.json +++ b/crates/pampa/resources/error-corpus/_autogen-table.json @@ -1,6 +1,6 @@ [ { - "state": 1177, + "state": 1508, "sym": "_close_block", "row": 0, "column": 17, @@ -30,7 +30,7 @@ "name": "Q-2-1/simple" }, { - "state": 746, + "state": 748, "sym": "_whitespace", "row": 0, "column": 2, @@ -43,7 +43,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -60,7 +60,7 @@ "name": "Q-2-10/simple" }, { - "state": 693, + "state": 712, "sym": "_whitespace", "row": 0, "column": 4, @@ -73,7 +73,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 693, + "lrState": 712, "sym": "single_quote", "label": "quote-start" } @@ -90,7 +90,7 @@ "name": "Q-2-10/simple-1" }, { - "state": 713, + "state": 690, "sym": "_whitespace", "row": 0, "column": 3, @@ -103,7 +103,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 713, + "lrState": 690, "sym": "single_quote", "label": "quote-start" } @@ -120,7 +120,7 @@ "name": "Q-2-10/simple-2" }, { - "state": 739, + "state": 718, "sym": "_whitespace", "row": 0, "column": 3, @@ -133,7 +133,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 739, + "lrState": 718, "sym": "single_quote", "label": "quote-start" } @@ -150,7 +150,7 @@ "name": "Q-2-10/simple-3" }, { - "state": 757, + "state": 786, "sym": "_whitespace", "row": 0, "column": 3, @@ -163,7 +163,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 757, + "lrState": 786, "sym": "single_quote", "label": "quote-start" } @@ -180,7 +180,7 @@ "name": "Q-2-10/simple-4" }, { - "state": 715, + "state": 775, "sym": "_whitespace", "row": 0, "column": 3, @@ -193,7 +193,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 715, + "lrState": 775, "sym": "single_quote", "label": "quote-start" } @@ -210,7 +210,7 @@ "name": "Q-2-10/simple-5" }, { - "state": 778, + "state": 770, "sym": "_whitespace", "row": 0, "column": 4, @@ -223,7 +223,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 778, + "lrState": 770, "sym": "single_quote", "label": "quote-start" } @@ -240,7 +240,7 @@ "name": "Q-2-10/simple-6" }, { - "state": 739, + "state": 718, "sym": "_whitespace", "row": 0, "column": 4, @@ -253,7 +253,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 739, + "lrState": 718, "sym": "single_quote", "label": "quote-start" } @@ -270,7 +270,7 @@ "name": "Q-2-10/simple-7" }, { - "state": 712, + "state": 743, "sym": "_whitespace", "row": 0, "column": 3, @@ -283,7 +283,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 712, + "lrState": 743, "sym": "single_quote", "label": "quote-start" } @@ -300,7 +300,7 @@ "name": "Q-2-10/simple-8" }, { - "state": 761, + "state": 701, "sym": "_whitespace", "row": 0, "column": 5, @@ -313,7 +313,7 @@ "row": 0, "column": 4, "size": 1, - "lrState": 761, + "lrState": 701, "sym": "single_quote", "label": "quote-start" } @@ -330,7 +330,7 @@ "name": "Q-2-10/simple-9" }, { - "state": 761, + "state": 701, "sym": "_whitespace", "row": 0, "column": 5, @@ -343,7 +343,7 @@ "row": 0, "column": 4, "size": 1, - "lrState": 761, + "lrState": 701, "sym": "single_quote", "label": "quote-start" } @@ -360,7 +360,7 @@ "name": "Q-2-10/simple-10" }, { - "state": 761, + "state": 701, "sym": "_whitespace", "row": 0, "column": 5, @@ -373,7 +373,7 @@ "row": 0, "column": 4, "size": 1, - "lrState": 761, + "lrState": 701, "sym": "single_quote", "label": "quote-start" } @@ -390,7 +390,7 @@ "name": "Q-2-10/simple-11" }, { - "state": 739, + "state": 718, "sym": "_whitespace", "row": 0, "column": 5, @@ -403,7 +403,7 @@ "row": 0, "column": 4, "size": 1, - "lrState": 739, + "lrState": 718, "sym": "single_quote", "label": "quote-start" } @@ -450,7 +450,7 @@ "name": "Q-2-10/simple-13" }, { - "state": 726, + "state": 704, "sym": "_whitespace", "row": 0, "column": 3, @@ -463,7 +463,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 726, + "lrState": 704, "sym": "single_quote", "label": "quote-start" } @@ -480,7 +480,7 @@ "name": "Q-2-10/simple-14" }, { - "state": 704, + "state": 759, "sym": "_whitespace", "row": 0, "column": 4, @@ -493,7 +493,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 704, + "lrState": 759, "sym": "single_quote", "label": "quote-start" } @@ -510,7 +510,7 @@ "name": "Q-2-10/simple-15" }, { - "state": 746, + "state": 748, "sym": "_whitespace", "row": 0, "column": 5, @@ -523,7 +523,7 @@ "row": 0, "column": 4, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -540,7 +540,7 @@ "name": "Q-2-10/simple-16" }, { - "state": 771, + "state": 728, "sym": "_whitespace", "row": 0, "column": 2, @@ -553,7 +553,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -572,7 +572,7 @@ "name": "Q-2-11/simple-wrapped" }, { - "state": 694, + "state": 714, "sym": "_whitespace", "row": 0, "column": 4, @@ -585,7 +585,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 694, + "lrState": 714, "sym": "double_quote", "label": "quote-start" } @@ -604,7 +604,7 @@ "name": "Q-2-11/simple-wrapped-1" }, { - "state": 714, + "state": 691, "sym": "_whitespace", "row": 0, "column": 3, @@ -617,7 +617,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 714, + "lrState": 691, "sym": "double_quote", "label": "quote-start" } @@ -636,7 +636,7 @@ "name": "Q-2-11/simple-wrapped-2" }, { - "state": 740, + "state": 719, "sym": "_whitespace", "row": 0, "column": 3, @@ -649,7 +649,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 740, + "lrState": 719, "sym": "double_quote", "label": "quote-start" } @@ -668,7 +668,7 @@ "name": "Q-2-11/simple-wrapped-3" }, { - "state": 758, + "state": 742, "sym": "_whitespace", "row": 0, "column": 3, @@ -681,7 +681,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 758, + "lrState": 742, "sym": "double_quote", "label": "quote-start" } @@ -700,7 +700,7 @@ "name": "Q-2-11/simple-wrapped-4" }, { - "state": 721, + "state": 778, "sym": "_whitespace", "row": 0, "column": 3, @@ -713,7 +713,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 721, + "lrState": 778, "sym": "double_quote", "label": "quote-start" } @@ -732,7 +732,7 @@ "name": "Q-2-11/simple-wrapped-5" }, { - "state": 779, + "state": 772, "sym": "_whitespace", "row": 0, "column": 4, @@ -745,7 +745,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 779, + "lrState": 772, "sym": "double_quote", "label": "quote-start" } @@ -764,7 +764,7 @@ "name": "Q-2-11/simple-wrapped-6" }, { - "state": 740, + "state": 719, "sym": "_whitespace", "row": 0, "column": 4, @@ -777,7 +777,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 740, + "lrState": 719, "sym": "double_quote", "label": "quote-start" } @@ -796,7 +796,7 @@ "name": "Q-2-11/simple-wrapped-7" }, { - "state": 771, + "state": 728, "sym": "_close_block", "row": 0, "column": 7, @@ -809,7 +809,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 1431, + "lrState": 1443, "sym": "double_quote", "label": "quote-start" } @@ -828,7 +828,7 @@ "name": "Q-2-11/simple-wrapped-8" }, { - "state": 762, + "state": 702, "sym": "_whitespace", "row": 0, "column": 5, @@ -841,7 +841,7 @@ "row": 0, "column": 4, "size": 1, - "lrState": 762, + "lrState": 702, "sym": "double_quote", "label": "quote-start" } @@ -860,7 +860,7 @@ "name": "Q-2-11/simple-wrapped-9" }, { - "state": 762, + "state": 702, "sym": "_whitespace", "row": 0, "column": 5, @@ -873,7 +873,7 @@ "row": 0, "column": 4, "size": 1, - "lrState": 762, + "lrState": 702, "sym": "double_quote", "label": "quote-start" } @@ -892,7 +892,7 @@ "name": "Q-2-11/simple-wrapped-10" }, { - "state": 762, + "state": 702, "sym": "_whitespace", "row": 0, "column": 5, @@ -905,7 +905,7 @@ "row": 0, "column": 4, "size": 1, - "lrState": 762, + "lrState": 702, "sym": "double_quote", "label": "quote-start" } @@ -924,7 +924,7 @@ "name": "Q-2-11/simple-wrapped-11" }, { - "state": 740, + "state": 719, "sym": "_whitespace", "row": 0, "column": 5, @@ -937,7 +937,7 @@ "row": 0, "column": 4, "size": 1, - "lrState": 740, + "lrState": 719, "sym": "double_quote", "label": "quote-start" } @@ -988,7 +988,7 @@ "name": "Q-2-11/simple-wrapped-13" }, { - "state": 727, + "state": 705, "sym": "_whitespace", "row": 0, "column": 3, @@ -1001,7 +1001,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 727, + "lrState": 705, "sym": "double_quote", "label": "quote-start" } @@ -1020,7 +1020,7 @@ "name": "Q-2-11/simple-wrapped-14" }, { - "state": 705, + "state": 760, "sym": "_whitespace", "row": 0, "column": 4, @@ -1033,7 +1033,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 705, + "lrState": 760, "sym": "double_quote", "label": "quote-start" } @@ -1052,7 +1052,7 @@ "name": "Q-2-11/simple-wrapped-15" }, { - "state": 711, + "state": 769, "sym": "_whitespace", "row": 0, "column": 3, @@ -1065,7 +1065,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 711, + "lrState": 769, "sym": "double_quote", "label": "quote-start" } @@ -1084,7 +1084,7 @@ "name": "Q-2-11/simple-wrapped-16" }, { - "state": 771, + "state": 728, "sym": "_whitespace", "row": 0, "column": 5, @@ -1097,7 +1097,7 @@ "row": 0, "column": 4, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -1116,7 +1116,7 @@ "name": "Q-2-11/simple-wrapped-17" }, { - "state": 771, + "state": 728, "sym": "_whitespace", "row": 0, "column": 4, @@ -1129,7 +1129,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -1148,7 +1148,7 @@ "name": "Q-2-11/stray-ending-quote" }, { - "state": 771, + "state": 728, "sym": "_close_block", "row": 0, "column": 1, @@ -1161,7 +1161,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -1180,7 +1180,7 @@ "name": "Q-2-11/simple" }, { - "state": 771, + "state": 728, "sym": "_close_block", "row": 0, "column": 1, @@ -1193,7 +1193,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -1212,7 +1212,7 @@ "name": "Q-2-11/simple-1" }, { - "state": 740, + "state": 719, "sym": "_close_block", "row": 0, "column": 2, @@ -1225,7 +1225,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 740, + "lrState": 719, "sym": "double_quote", "label": "quote-start" } @@ -1244,7 +1244,7 @@ "name": "Q-2-11/simple-2" }, { - "state": 727, + "state": 705, "sym": "_close_block", "row": 0, "column": 2, @@ -1257,7 +1257,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 727, + "lrState": 705, "sym": "double_quote", "label": "quote-start" } @@ -1276,7 +1276,7 @@ "name": "Q-2-11/simple-3" }, { - "state": 705, + "state": 760, "sym": "_close_block", "row": 0, "column": 3, @@ -1289,7 +1289,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 705, + "lrState": 760, "sym": "double_quote", "label": "quote-start" } @@ -1308,7 +1308,7 @@ "name": "Q-2-11/simple-4" }, { - "state": 740, + "state": 719, "sym": "_close_block", "row": 0, "column": 3, @@ -1321,7 +1321,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 740, + "lrState": 719, "sym": "double_quote", "label": "quote-start" } @@ -1340,7 +1340,7 @@ "name": "Q-2-11/simple-5" }, { - "state": 762, + "state": 702, "sym": "_close_block", "row": 0, "column": 4, @@ -1353,7 +1353,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 762, + "lrState": 702, "sym": "double_quote", "label": "quote-start" } @@ -1372,7 +1372,7 @@ "name": "Q-2-11/simple-6" }, { - "state": 758, + "state": 742, "sym": "_close_block", "row": 0, "column": 2, @@ -1385,7 +1385,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 758, + "lrState": 742, "sym": "double_quote", "label": "quote-start" } @@ -1404,7 +1404,7 @@ "name": "Q-2-11/simple-7" }, { - "state": 721, + "state": 778, "sym": "_close_block", "row": 0, "column": 2, @@ -1417,7 +1417,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 721, + "lrState": 778, "sym": "double_quote", "label": "quote-start" } @@ -1436,7 +1436,7 @@ "name": "Q-2-11/simple-8" }, { - "state": 779, + "state": 772, "sym": "_close_block", "row": 0, "column": 3, @@ -1449,7 +1449,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 779, + "lrState": 772, "sym": "double_quote", "label": "quote-start" } @@ -1468,7 +1468,7 @@ "name": "Q-2-11/simple-9" }, { - "state": 711, + "state": 769, "sym": "_close_block", "row": 0, "column": 2, @@ -1481,7 +1481,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 711, + "lrState": 769, "sym": "double_quote", "label": "quote-start" } @@ -1500,7 +1500,7 @@ "name": "Q-2-11/simple-10" }, { - "state": 714, + "state": 691, "sym": "_close_block", "row": 0, "column": 2, @@ -1513,7 +1513,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 714, + "lrState": 691, "sym": "double_quote", "label": "quote-start" } @@ -1532,7 +1532,7 @@ "name": "Q-2-11/simple-11" }, { - "state": 694, + "state": 714, "sym": "_close_block", "row": 0, "column": 3, @@ -1545,7 +1545,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 694, + "lrState": 714, "sym": "double_quote", "label": "quote-start" } @@ -1596,7 +1596,7 @@ "name": "Q-2-11/simple-13" }, { - "state": 771, + "state": 728, "sym": "_close_block", "row": 0, "column": 3, @@ -1609,7 +1609,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -1628,7 +1628,7 @@ "name": "Q-2-11/simple-14" }, { - "state": 1835, + "state": 2268, "sym": "_close_block", "row": 0, "column": 4, @@ -1641,7 +1641,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -1660,7 +1660,7 @@ "name": "Q-2-11/simple-15" }, { - "state": 1805, + "state": 2267, "sym": "_close_block", "row": 0, "column": 6, @@ -1673,7 +1673,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -1692,7 +1692,7 @@ "name": "Q-2-11/simple-16" }, { - "state": 1835, + "state": 2268, "sym": "_close_block", "row": 0, "column": 4, @@ -1705,7 +1705,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -1724,7 +1724,7 @@ "name": "Q-2-11/simple-17" }, { - "state": 1805, + "state": 2267, "sym": "_close_block", "row": 0, "column": 6, @@ -1737,7 +1737,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -1756,7 +1756,7 @@ "name": "Q-2-11/simple-18" }, { - "state": 1733, + "state": 2274, "sym": "_close_block", "row": 0, "column": 4, @@ -1769,7 +1769,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -1788,7 +1788,7 @@ "name": "Q-2-11/simple-19" }, { - "state": 1766, + "state": 2275, "sym": "_close_block", "row": 0, "column": 6, @@ -1801,7 +1801,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -1820,7 +1820,7 @@ "name": "Q-2-11/simple-20" }, { - "state": 2271, + "state": 2264, "sym": "_close_block", "row": 0, "column": 4, @@ -1833,7 +1833,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -1852,7 +1852,7 @@ "name": "Q-2-11/simple-21" }, { - "state": 1990, + "state": 2263, "sym": "_close_block", "row": 0, "column": 6, @@ -1865,7 +1865,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -1884,7 +1884,7 @@ "name": "Q-2-11/simple-22" }, { - "state": 1518, + "state": 1307, "sym": "_close_block", "row": 0, "column": 4, @@ -1897,7 +1897,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -1916,7 +1916,7 @@ "name": "Q-2-11/simple-23" }, { - "state": 2330, + "state": 2259, "sym": "_close_block", "row": 0, "column": 4, @@ -1929,7 +1929,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -1948,7 +1948,7 @@ "name": "Q-2-11/simple-24" }, { - "state": 1714, + "state": 2265, "sym": "_close_block", "row": 0, "column": 4, @@ -1961,7 +1961,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -1980,7 +1980,7 @@ "name": "Q-2-11/simple-25" }, { - "state": 1804, + "state": 2327, "sym": "_close_block", "row": 0, "column": 6, @@ -1993,7 +1993,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -2012,7 +2012,7 @@ "name": "Q-2-11/simple-26" }, { - "state": 1804, + "state": 2327, "sym": "_close_block", "row": 0, "column": 7, @@ -2025,7 +2025,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -2044,7 +2044,7 @@ "name": "Q-2-11/simple-27" }, { - "state": 1721, + "state": 2266, "sym": "_close_block", "row": 0, "column": 5, @@ -2057,7 +2057,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -2076,7 +2076,7 @@ "name": "Q-2-11/simple-28" }, { - "state": 1178, + "state": 1324, "sym": "_close_block", "row": 0, "column": 7, @@ -2089,7 +2089,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -2108,7 +2108,7 @@ "name": "Q-2-11/simple-29" }, { - "state": 1179, + "state": 1325, "sym": "_close_block", "row": 0, "column": 7, @@ -2121,7 +2121,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -2140,7 +2140,7 @@ "name": "Q-2-11/simple-30" }, { - "state": 1180, + "state": 1326, "sym": "_close_block", "row": 0, "column": 7, @@ -2153,7 +2153,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -2172,7 +2172,7 @@ "name": "Q-2-11/simple-31" }, { - "state": 1335, + "state": 1323, "sym": "_close_block", "row": 0, "column": 7, @@ -2185,7 +2185,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -2204,7 +2204,7 @@ "name": "Q-2-11/simple-32" }, { - "state": 2304, + "state": 2248, "sym": "_close_block", "row": 0, "column": 2, @@ -2217,7 +2217,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 771, + "lrState": 728, "sym": "double_quote", "label": "quote-start" } @@ -2236,7 +2236,7 @@ "name": "Q-2-11/simple-33" }, { - "state": 940, + "state": 937, "sym": "_close_block", "row": 0, "column": 7, @@ -2249,7 +2249,7 @@ "row": 0, "column": 3, "size": 2, - "lrState": 917, + "lrState": 803, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -2268,7 +2268,7 @@ "name": "Q-2-12/stray-ending-star" }, { - "state": 917, + "state": 803, "sym": "_close_block", "row": 0, "column": 3, @@ -2281,7 +2281,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2300,7 +2300,7 @@ "name": "Q-2-12/simple" }, { - "state": 903, + "state": 906, "sym": "_close_block", "row": 0, "column": 4, @@ -2313,7 +2313,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 1177, + "lrState": 1508, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2332,7 +2332,7 @@ "name": "Q-2-12/simple-1" }, { - "state": 895, + "state": 898, "sym": "_close_block", "row": 0, "column": 4, @@ -2345,7 +2345,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 1671, + "lrState": 1996, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2364,7 +2364,7 @@ "name": "Q-2-12/simple-2" }, { - "state": 879, + "state": 882, "sym": "_close_block", "row": 0, "column": 5, @@ -2377,7 +2377,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 2212, + "lrState": 1840, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2396,7 +2396,7 @@ "name": "Q-2-12/simple-3" }, { - "state": 903, + "state": 906, "sym": "_close_block", "row": 0, "column": 5, @@ -2409,7 +2409,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 1177, + "lrState": 1508, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2428,7 +2428,7 @@ "name": "Q-2-12/simple-4" }, { - "state": 809, + "state": 818, "sym": "_close_block", "row": 0, "column": 6, @@ -2441,7 +2441,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 2021, + "lrState": 2080, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2460,7 +2460,7 @@ "name": "Q-2-12/simple-5" }, { - "state": 855, + "state": 858, "sym": "_close_block", "row": 0, "column": 4, @@ -2473,7 +2473,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 1790, + "lrState": 1609, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2492,7 +2492,7 @@ "name": "Q-2-12/simple-6" }, { - "state": 846, + "state": 850, "sym": "_close_block", "row": 0, "column": 4, @@ -2505,7 +2505,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 2265, + "lrState": 2391, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2524,7 +2524,7 @@ "name": "Q-2-12/simple-7" }, { - "state": 838, + "state": 842, "sym": "_close_block", "row": 0, "column": 5, @@ -2537,7 +2537,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 1698, + "lrState": 2322, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2556,7 +2556,7 @@ "name": "Q-2-12/simple-8" }, { - "state": 821, + "state": 826, "sym": "_close_block", "row": 0, "column": 4, @@ -2569,7 +2569,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 2211, + "lrState": 2177, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2588,7 +2588,7 @@ "name": "Q-2-12/simple-9" }, { - "state": 829, + "state": 834, "sym": "_close_block", "row": 0, "column": 4, @@ -2601,7 +2601,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 2304, + "lrState": 2248, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2620,7 +2620,7 @@ "name": "Q-2-12/simple-10" }, { - "state": 863, + "state": 866, "sym": "_close_block", "row": 0, "column": 5, @@ -2633,7 +2633,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 1908, + "lrState": 1693, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2652,7 +2652,7 @@ "name": "Q-2-12/simple-11" }, { - "state": 917, + "state": 803, "sym": "_close_block", "row": 0, "column": 5, @@ -2665,7 +2665,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2684,7 +2684,7 @@ "name": "Q-2-12/simple-12" }, { - "state": 1615, + "state": 1944, "sym": "_close_block", "row": 0, "column": 6, @@ -2697,7 +2697,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2716,7 +2716,7 @@ "name": "Q-2-12/simple-13" }, { - "state": 1614, + "state": 1943, "sym": "_close_block", "row": 0, "column": 8, @@ -2729,7 +2729,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2748,7 +2748,7 @@ "name": "Q-2-12/simple-14" }, { - "state": 1623, + "state": 1948, "sym": "_close_block", "row": 0, "column": 6, @@ -2761,7 +2761,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2780,7 +2780,7 @@ "name": "Q-2-12/simple-15" }, { - "state": 1624, + "state": 1949, "sym": "_close_block", "row": 0, "column": 8, @@ -2793,7 +2793,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2812,7 +2812,7 @@ "name": "Q-2-12/simple-16" }, { - "state": 1611, + "state": 1940, "sym": "_close_block", "row": 0, "column": 6, @@ -2825,7 +2825,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2844,7 +2844,7 @@ "name": "Q-2-12/simple-17" }, { - "state": 1610, + "state": 1939, "sym": "_close_block", "row": 0, "column": 8, @@ -2857,7 +2857,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2876,7 +2876,7 @@ "name": "Q-2-12/simple-18" }, { - "state": 1130, + "state": 1452, "sym": "_close_block", "row": 0, "column": 6, @@ -2889,7 +2889,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2908,7 +2908,7 @@ "name": "Q-2-12/simple-19" }, { - "state": 1606, + "state": 1935, "sym": "_close_block", "row": 0, "column": 6, @@ -2921,7 +2921,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2940,7 +2940,7 @@ "name": "Q-2-12/simple-20" }, { - "state": 1607, + "state": 1936, "sym": "_close_block", "row": 0, "column": 6, @@ -2953,7 +2953,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -2972,7 +2972,7 @@ "name": "Q-2-12/simple-21" }, { - "state": 1612, + "state": 1941, "sym": "_close_block", "row": 0, "column": 6, @@ -2985,7 +2985,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -3004,7 +3004,7 @@ "name": "Q-2-12/simple-22" }, { - "state": 1683, + "state": 2008, "sym": "_close_block", "row": 0, "column": 8, @@ -3017,7 +3017,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -3036,7 +3036,7 @@ "name": "Q-2-12/simple-23" }, { - "state": 1683, + "state": 2008, "sym": "_close_block", "row": 0, "column": 9, @@ -3049,7 +3049,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -3068,7 +3068,7 @@ "name": "Q-2-12/simple-24" }, { - "state": 1613, + "state": 1942, "sym": "_close_block", "row": 0, "column": 7, @@ -3081,7 +3081,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -3100,7 +3100,7 @@ "name": "Q-2-12/simple-25" }, { - "state": 1145, + "state": 1469, "sym": "_close_block", "row": 0, "column": 9, @@ -3113,7 +3113,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -3132,7 +3132,7 @@ "name": "Q-2-12/simple-26" }, { - "state": 1146, + "state": 1470, "sym": "_close_block", "row": 0, "column": 9, @@ -3145,7 +3145,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -3164,7 +3164,7 @@ "name": "Q-2-12/simple-27" }, { - "state": 1147, + "state": 1471, "sym": "_close_block", "row": 0, "column": 9, @@ -3177,7 +3177,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -3196,7 +3196,7 @@ "name": "Q-2-12/simple-28" }, { - "state": 1144, + "state": 1468, "sym": "_close_block", "row": 0, "column": 9, @@ -3209,7 +3209,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -3228,7 +3228,7 @@ "name": "Q-2-12/simple-29" }, { - "state": 1578, + "state": 1923, "sym": "_close_block", "row": 0, "column": 4, @@ -3241,7 +3241,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 1381, + "lrState": 1197, "sym": "pandoc_str_token1", "label": "emphasis-start" } @@ -3260,7 +3260,7 @@ "name": "Q-2-12/simple-30" }, { - "state": 860, + "state": 800, "sym": "_close_block", "row": 0, "column": 2, @@ -3273,7 +3273,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3290,7 +3290,7 @@ "name": "Q-2-13/simple" }, { - "state": 860, + "state": 800, "sym": "_close_block", "row": 0, "column": 2, @@ -3303,7 +3303,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3320,7 +3320,7 @@ "name": "Q-2-13/simple-1" }, { - "state": 901, + "state": 904, "sym": "_close_block", "row": 0, "column": 3, @@ -3333,7 +3333,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 901, + "lrState": 904, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3350,7 +3350,7 @@ "name": "Q-2-13/simple-2" }, { - "state": 893, + "state": 896, "sym": "_close_block", "row": 0, "column": 3, @@ -3363,7 +3363,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 893, + "lrState": 896, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3380,7 +3380,7 @@ "name": "Q-2-13/simple-3" }, { - "state": 877, + "state": 880, "sym": "_close_block", "row": 0, "column": 4, @@ -3393,7 +3393,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 877, + "lrState": 880, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3410,7 +3410,7 @@ "name": "Q-2-13/simple-4" }, { - "state": 901, + "state": 904, "sym": "_close_block", "row": 0, "column": 4, @@ -3423,7 +3423,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 901, + "lrState": 904, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3440,7 +3440,7 @@ "name": "Q-2-13/simple-5" }, { - "state": 807, + "state": 816, "sym": "_close_block", "row": 0, "column": 5, @@ -3453,7 +3453,7 @@ "row": 0, "column": 3, "size": 2, - "lrState": 807, + "lrState": 816, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3470,7 +3470,7 @@ "name": "Q-2-13/simple-6" }, { - "state": 853, + "state": 856, "sym": "_close_block", "row": 0, "column": 3, @@ -3483,7 +3483,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 853, + "lrState": 856, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3500,7 +3500,7 @@ "name": "Q-2-13/simple-7" }, { - "state": 844, + "state": 848, "sym": "_close_block", "row": 0, "column": 3, @@ -3513,7 +3513,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 844, + "lrState": 848, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3530,7 +3530,7 @@ "name": "Q-2-13/simple-8" }, { - "state": 836, + "state": 840, "sym": "_close_block", "row": 0, "column": 4, @@ -3543,7 +3543,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 836, + "lrState": 840, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3560,7 +3560,7 @@ "name": "Q-2-13/simple-9" }, { - "state": 819, + "state": 824, "sym": "_close_block", "row": 0, "column": 3, @@ -3573,7 +3573,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 819, + "lrState": 824, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3590,7 +3590,7 @@ "name": "Q-2-13/simple-10" }, { - "state": 827, + "state": 832, "sym": "_close_block", "row": 0, "column": 3, @@ -3603,7 +3603,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 827, + "lrState": 832, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3620,7 +3620,7 @@ "name": "Q-2-13/simple-11" }, { - "state": 861, + "state": 864, "sym": "_close_block", "row": 0, "column": 4, @@ -3633,7 +3633,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 861, + "lrState": 864, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3650,7 +3650,7 @@ "name": "Q-2-13/simple-12" }, { - "state": 860, + "state": 800, "sym": "_close_block", "row": 0, "column": 4, @@ -3663,7 +3663,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3680,7 +3680,7 @@ "name": "Q-2-13/simple-13" }, { - "state": 2076, + "state": 1787, "sym": "_close_block", "row": 0, "column": 5, @@ -3693,7 +3693,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3710,7 +3710,7 @@ "name": "Q-2-13/simple-14" }, { - "state": 2075, + "state": 1786, "sym": "_close_block", "row": 0, "column": 7, @@ -3723,7 +3723,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3740,7 +3740,7 @@ "name": "Q-2-13/simple-15" }, { - "state": 2086, + "state": 1791, "sym": "_close_block", "row": 0, "column": 5, @@ -3753,7 +3753,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3770,7 +3770,7 @@ "name": "Q-2-13/simple-16" }, { - "state": 2087, + "state": 1792, "sym": "_close_block", "row": 0, "column": 7, @@ -3783,7 +3783,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3800,7 +3800,7 @@ "name": "Q-2-13/simple-17" }, { - "state": 2072, + "state": 1783, "sym": "_close_block", "row": 0, "column": 5, @@ -3813,7 +3813,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3830,7 +3830,7 @@ "name": "Q-2-13/simple-18" }, { - "state": 2071, + "state": 1782, "sym": "_close_block", "row": 0, "column": 7, @@ -3843,7 +3843,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3860,7 +3860,7 @@ "name": "Q-2-13/simple-19" }, { - "state": 1387, + "state": 1237, "sym": "_close_block", "row": 0, "column": 5, @@ -3873,7 +3873,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3890,7 +3890,7 @@ "name": "Q-2-13/simple-20" }, { - "state": 2067, + "state": 1778, "sym": "_close_block", "row": 0, "column": 5, @@ -3903,7 +3903,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3920,7 +3920,7 @@ "name": "Q-2-13/simple-21" }, { - "state": 2068, + "state": 1779, "sym": "_close_block", "row": 0, "column": 5, @@ -3933,7 +3933,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3950,7 +3950,7 @@ "name": "Q-2-13/simple-22" }, { - "state": 2073, + "state": 1784, "sym": "_close_block", "row": 0, "column": 5, @@ -3963,7 +3963,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -3980,7 +3980,7 @@ "name": "Q-2-13/simple-23" }, { - "state": 2233, + "state": 1850, "sym": "_close_block", "row": 0, "column": 7, @@ -3993,7 +3993,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4010,7 +4010,7 @@ "name": "Q-2-13/simple-24" }, { - "state": 2233, + "state": 1850, "sym": "_close_block", "row": 0, "column": 8, @@ -4023,7 +4023,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4040,7 +4040,7 @@ "name": "Q-2-13/simple-25" }, { - "state": 2074, + "state": 1785, "sym": "_close_block", "row": 0, "column": 6, @@ -4053,7 +4053,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4070,7 +4070,7 @@ "name": "Q-2-13/simple-26" }, { - "state": 1430, + "state": 1391, "sym": "_close_block", "row": 0, "column": 8, @@ -4083,7 +4083,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4100,7 +4100,7 @@ "name": "Q-2-13/simple-27" }, { - "state": 1094, + "state": 1393, "sym": "_close_block", "row": 0, "column": 8, @@ -4113,7 +4113,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4130,7 +4130,7 @@ "name": "Q-2-13/simple-28" }, { - "state": 1095, + "state": 1394, "sym": "_close_block", "row": 0, "column": 8, @@ -4143,7 +4143,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4160,7 +4160,7 @@ "name": "Q-2-13/simple-29" }, { - "state": 1428, + "state": 1390, "sym": "_close_block", "row": 0, "column": 8, @@ -4173,7 +4173,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4190,7 +4190,7 @@ "name": "Q-2-13/simple-30" }, { - "state": 2031, + "state": 1767, "sym": "_close_block", "row": 0, "column": 3, @@ -4203,7 +4203,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 860, + "lrState": 800, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4220,7 +4220,7 @@ "name": "Q-2-13/simple-31" }, { - "state": 800, + "state": 801, "sym": "_close_block", "row": 0, "column": 2, @@ -4233,7 +4233,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4250,7 +4250,7 @@ "name": "Q-2-15/simple" }, { - "state": 800, + "state": 801, "sym": "_close_block", "row": 0, "column": 2, @@ -4263,7 +4263,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4280,7 +4280,7 @@ "name": "Q-2-15/simple-1" }, { - "state": 902, + "state": 905, "sym": "_close_block", "row": 0, "column": 3, @@ -4293,7 +4293,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 902, + "lrState": 905, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4310,7 +4310,7 @@ "name": "Q-2-15/simple-2" }, { - "state": 902, + "state": 905, "sym": "_close_block", "row": 0, "column": 4, @@ -4323,7 +4323,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 902, + "lrState": 905, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4340,7 +4340,7 @@ "name": "Q-2-15/simple-3" }, { - "state": 808, + "state": 817, "sym": "_close_block", "row": 0, "column": 5, @@ -4353,7 +4353,7 @@ "row": 0, "column": 3, "size": 2, - "lrState": 808, + "lrState": 817, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4370,7 +4370,7 @@ "name": "Q-2-15/simple-4" }, { - "state": 854, + "state": 857, "sym": "_close_block", "row": 0, "column": 3, @@ -4383,7 +4383,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 854, + "lrState": 857, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4400,7 +4400,7 @@ "name": "Q-2-15/simple-5" }, { - "state": 845, + "state": 922, "sym": "_close_block", "row": 0, "column": 3, @@ -4413,7 +4413,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 845, + "lrState": 922, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4430,7 +4430,7 @@ "name": "Q-2-15/simple-6" }, { - "state": 837, + "state": 841, "sym": "_close_block", "row": 0, "column": 4, @@ -4443,7 +4443,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 837, + "lrState": 841, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4460,7 +4460,7 @@ "name": "Q-2-15/simple-7" }, { - "state": 820, + "state": 825, "sym": "_close_block", "row": 0, "column": 3, @@ -4473,7 +4473,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 820, + "lrState": 825, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4490,7 +4490,7 @@ "name": "Q-2-15/simple-8" }, { - "state": 828, + "state": 833, "sym": "_close_block", "row": 0, "column": 3, @@ -4503,7 +4503,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 828, + "lrState": 833, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4520,7 +4520,7 @@ "name": "Q-2-15/simple-9" }, { - "state": 886, + "state": 889, "sym": "_close_block", "row": 0, "column": 3, @@ -4533,7 +4533,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 886, + "lrState": 889, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4550,7 +4550,7 @@ "name": "Q-2-15/simple-10" }, { - "state": 870, + "state": 873, "sym": "_close_block", "row": 0, "column": 4, @@ -4563,7 +4563,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 870, + "lrState": 873, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4580,7 +4580,7 @@ "name": "Q-2-15/simple-11" }, { - "state": 862, + "state": 865, "sym": "_close_block", "row": 0, "column": 4, @@ -4593,7 +4593,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 862, + "lrState": 865, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4610,7 +4610,7 @@ "name": "Q-2-15/simple-12" }, { - "state": 800, + "state": 801, "sym": "_close_block", "row": 0, "column": 4, @@ -4623,7 +4623,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4640,7 +4640,7 @@ "name": "Q-2-15/simple-13" }, { - "state": 2322, + "state": 1872, "sym": "_close_block", "row": 0, "column": 5, @@ -4653,7 +4653,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4670,7 +4670,7 @@ "name": "Q-2-15/simple-14" }, { - "state": 2320, + "state": 1871, "sym": "_close_block", "row": 0, "column": 7, @@ -4683,7 +4683,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4700,7 +4700,7 @@ "name": "Q-2-15/simple-15" }, { - "state": 1530, + "state": 1876, "sym": "_close_block", "row": 0, "column": 5, @@ -4713,7 +4713,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4730,7 +4730,7 @@ "name": "Q-2-15/simple-16" }, { - "state": 1531, + "state": 1877, "sym": "_close_block", "row": 0, "column": 7, @@ -4743,7 +4743,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4760,7 +4760,7 @@ "name": "Q-2-15/simple-17" }, { - "state": 2314, + "state": 1868, "sym": "_close_block", "row": 0, "column": 5, @@ -4773,7 +4773,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4790,7 +4790,7 @@ "name": "Q-2-15/simple-18" }, { - "state": 2313, + "state": 1867, "sym": "_close_block", "row": 0, "column": 7, @@ -4803,7 +4803,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4820,7 +4820,7 @@ "name": "Q-2-15/simple-19" }, { - "state": 1104, + "state": 1412, "sym": "_close_block", "row": 0, "column": 5, @@ -4833,7 +4833,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4850,7 +4850,7 @@ "name": "Q-2-15/simple-20" }, { - "state": 2305, + "state": 1863, "sym": "_close_block", "row": 0, "column": 5, @@ -4863,7 +4863,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4880,7 +4880,7 @@ "name": "Q-2-15/simple-21" }, { - "state": 2306, + "state": 1864, "sym": "_close_block", "row": 0, "column": 5, @@ -4893,7 +4893,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4910,7 +4910,7 @@ "name": "Q-2-15/simple-22" }, { - "state": 2317, + "state": 1869, "sym": "_close_block", "row": 0, "column": 5, @@ -4923,7 +4923,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4940,7 +4940,7 @@ "name": "Q-2-15/simple-23" }, { - "state": 1590, + "state": 1929, "sym": "_close_block", "row": 0, "column": 7, @@ -4953,7 +4953,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -4970,7 +4970,7 @@ "name": "Q-2-15/simple-24" }, { - "state": 1590, + "state": 1929, "sym": "_close_block", "row": 0, "column": 8, @@ -4983,7 +4983,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -5000,7 +5000,7 @@ "name": "Q-2-15/simple-25" }, { - "state": 2319, + "state": 1870, "sym": "_close_block", "row": 0, "column": 6, @@ -5013,7 +5013,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -5030,7 +5030,7 @@ "name": "Q-2-15/simple-26" }, { - "state": 1119, + "state": 1435, "sym": "_close_block", "row": 0, "column": 8, @@ -5043,7 +5043,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -5060,7 +5060,7 @@ "name": "Q-2-15/simple-27" }, { - "state": 1120, + "state": 1436, "sym": "_close_block", "row": 0, "column": 8, @@ -5073,7 +5073,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -5090,7 +5090,7 @@ "name": "Q-2-15/simple-28" }, { - "state": 1121, + "state": 1437, "sym": "_close_block", "row": 0, "column": 8, @@ -5103,7 +5103,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -5120,7 +5120,7 @@ "name": "Q-2-15/simple-29" }, { - "state": 1118, + "state": 1434, "sym": "_close_block", "row": 0, "column": 8, @@ -5133,7 +5133,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -5150,7 +5150,7 @@ "name": "Q-2-15/simple-30" }, { - "state": 2212, + "state": 1840, "sym": "_close_block", "row": 0, "column": 3, @@ -5163,7 +5163,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 800, + "lrState": 801, "sym": "strong_emphasis_delimiter", "label": "strong-start" } @@ -5180,7 +5180,7 @@ "name": "Q-2-15/simple-31" }, { - "state": 813, + "state": 793, "sym": "_close_block", "row": 0, "column": 1, @@ -5193,7 +5193,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 813, + "lrState": 793, "sym": "superscript_delimiter", "label": "super-start" } @@ -5210,7 +5210,7 @@ "name": "Q-2-16/simple" }, { - "state": 813, + "state": 793, "sym": "_close_block", "row": 0, "column": 1, @@ -5223,7 +5223,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 813, + "lrState": 793, "sym": "superscript_delimiter", "label": "super-start" } @@ -5240,7 +5240,7 @@ "name": "Q-2-16/simple-1" }, { - "state": 892, + "state": 895, "sym": "_close_block", "row": 0, "column": 2, @@ -5253,7 +5253,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 892, + "lrState": 895, "sym": "superscript_delimiter", "label": "super-start" } @@ -5270,7 +5270,7 @@ "name": "Q-2-16/simple-2" }, { - "state": 876, + "state": 879, "sym": "_close_block", "row": 0, "column": 3, @@ -5283,7 +5283,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 876, + "lrState": 879, "sym": "superscript_delimiter", "label": "super-start" } @@ -5300,7 +5300,7 @@ "name": "Q-2-16/simple-3" }, { - "state": 900, + "state": 903, "sym": "_close_block", "row": 0, "column": 3, @@ -5313,7 +5313,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 900, + "lrState": 903, "sym": "superscript_delimiter", "label": "super-start" } @@ -5330,7 +5330,7 @@ "name": "Q-2-16/simple-4" }, { - "state": 806, + "state": 815, "sym": "_close_block", "row": 0, "column": 4, @@ -5343,7 +5343,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 806, + "lrState": 815, "sym": "superscript_delimiter", "label": "super-start" } @@ -5360,7 +5360,7 @@ "name": "Q-2-16/simple-5" }, { - "state": 843, + "state": 847, "sym": "_close_block", "row": 0, "column": 2, @@ -5373,7 +5373,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 843, + "lrState": 847, "sym": "superscript_delimiter", "label": "super-start" } @@ -5390,7 +5390,7 @@ "name": "Q-2-16/simple-6" }, { - "state": 834, + "state": 839, "sym": "_close_block", "row": 0, "column": 3, @@ -5403,7 +5403,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 834, + "lrState": 839, "sym": "superscript_delimiter", "label": "super-start" } @@ -5420,7 +5420,7 @@ "name": "Q-2-16/simple-7" }, { - "state": 818, + "state": 823, "sym": "_close_block", "row": 0, "column": 2, @@ -5433,7 +5433,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 818, + "lrState": 823, "sym": "superscript_delimiter", "label": "super-start" } @@ -5450,7 +5450,7 @@ "name": "Q-2-16/simple-8" }, { - "state": 826, + "state": 831, "sym": "_close_block", "row": 0, "column": 2, @@ -5463,7 +5463,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 826, + "lrState": 831, "sym": "superscript_delimiter", "label": "super-start" } @@ -5480,7 +5480,7 @@ "name": "Q-2-16/simple-9" }, { - "state": 884, + "state": 887, "sym": "_close_block", "row": 0, "column": 2, @@ -5493,7 +5493,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 884, + "lrState": 887, "sym": "superscript_delimiter", "label": "super-start" } @@ -5510,7 +5510,7 @@ "name": "Q-2-16/simple-10" }, { - "state": 868, + "state": 871, "sym": "_close_block", "row": 0, "column": 3, @@ -5523,7 +5523,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 868, + "lrState": 871, "sym": "superscript_delimiter", "label": "super-start" } @@ -5540,7 +5540,7 @@ "name": "Q-2-16/simple-11" }, { - "state": 859, + "state": 863, "sym": "_close_block", "row": 0, "column": 3, @@ -5553,7 +5553,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 859, + "lrState": 863, "sym": "superscript_delimiter", "label": "super-start" } @@ -5570,7 +5570,7 @@ "name": "Q-2-16/simple-12" }, { - "state": 813, + "state": 793, "sym": "_close_block", "row": 0, "column": 3, @@ -5583,7 +5583,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 813, + "lrState": 793, "sym": "superscript_delimiter", "label": "super-start" } @@ -5600,7 +5600,7 @@ "name": "Q-2-16/simple-13" }, { - "state": 1828, + "state": 1636, "sym": "_close_block", "row": 0, "column": 4, @@ -5613,7 +5613,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 813, + "lrState": 793, "sym": "superscript_delimiter", "label": "super-start" } @@ -5630,7 +5630,7 @@ "name": "Q-2-16/simple-14" }, { - "state": 1827, + "state": 1635, "sym": "_close_block", "row": 0, "column": 6, @@ -5643,7 +5643,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 813, + "lrState": 793, "sym": "superscript_delimiter", "label": "super-start" } @@ -5660,7 +5660,7 @@ "name": "Q-2-16/simple-15" }, { - "state": 1828, + "state": 1636, "sym": "_close_block", "row": 0, "column": 4, @@ -5673,7 +5673,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 813, + "lrState": 793, "sym": "superscript_delimiter", "label": "super-start" } @@ -5690,7 +5690,7 @@ "name": "Q-2-16/simple-16" }, { - "state": 1827, + "state": 1635, "sym": "_close_block", "row": 0, "column": 6, @@ -5703,7 +5703,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 813, + "lrState": 793, "sym": "superscript_delimiter", "label": "super-start" } @@ -5720,7 +5720,7 @@ "name": "Q-2-16/simple-17" }, { - "state": 1836, + "state": 1644, "sym": "_close_block", "row": 0, "column": 4, @@ -5733,7 +5733,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 813, + "lrState": 793, "sym": "superscript_delimiter", "label": "super-start" } @@ -5750,7 +5750,7 @@ "name": "Q-2-16/simple-18" }, { - "state": 1837, + "state": 1645, "sym": "_close_block", "row": 0, "column": 6, @@ -5763,7 +5763,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 813, + "lrState": 793, "sym": "superscript_delimiter", "label": "super-start" } @@ -5780,7 +5780,7 @@ "name": "Q-2-16/simple-19" }, { - "state": 1824, + "state": 1632, "sym": "_close_block", "row": 0, "column": 4, @@ -5793,7 +5793,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 813, + "lrState": 793, "sym": "superscript_delimiter", "label": "super-start" } @@ -5810,7 +5810,7 @@ "name": "Q-2-16/simple-20" }, { - "state": 1823, + "state": 1631, "sym": "_close_block", "row": 0, "column": 6, @@ -5823,7 +5823,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 813, + "lrState": 793, "sym": "superscript_delimiter", "label": "super-start" } @@ -5840,7 +5840,7 @@ "name": "Q-2-16/simple-21" }, { - "state": 1309, + "state": 1403, "sym": "_close_block", "row": 0, "column": 4, @@ -5853,7 +5853,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 813, + "lrState": 793, "sym": "superscript_delimiter", "label": "super-start" } @@ -5870,7 +5870,7 @@ "name": "Q-2-16/simple-22" }, { - "state": 1819, + "state": 1627, "sym": "_close_block", "row": 0, "column": 4, @@ -5883,7 +5883,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 813, + "lrState": 793, "sym": "superscript_delimiter", "label": "super-start" } @@ -5900,7 +5900,7 @@ "name": "Q-2-16/simple-23" }, { - "state": 1820, + "state": 1628, "sym": "_close_block", "row": 0, "column": 4, @@ -5913,7 +5913,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 813, + "lrState": 793, "sym": "superscript_delimiter", "label": "super-start" } @@ -5930,7 +5930,7 @@ "name": "Q-2-16/simple-24" }, { - "state": 1919, + "state": 1702, "sym": "_close_block", "row": 0, "column": 7, @@ -5943,7 +5943,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 813, + "lrState": 793, "sym": "superscript_delimiter", "label": "super-start" } @@ -5960,7 +5960,7 @@ "name": "Q-2-16/simple-25" }, { - "state": 1790, + "state": 1609, "sym": "_close_block", "row": 0, "column": 2, @@ -5973,7 +5973,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 813, + "lrState": 793, "sym": "superscript_delimiter", "label": "super-start" } @@ -5990,7 +5990,7 @@ "name": "Q-2-16/simple-26" }, { - "state": 812, + "state": 791, "sym": "_close_block", "row": 0, "column": 1, @@ -6003,7 +6003,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6020,7 +6020,7 @@ "name": "Q-2-17/simple" }, { - "state": 812, + "state": 791, "sym": "_close_block", "row": 0, "column": 1, @@ -6033,7 +6033,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6050,7 +6050,7 @@ "name": "Q-2-17/simple-1" }, { - "state": 899, + "state": 902, "sym": "_close_block", "row": 0, "column": 2, @@ -6063,7 +6063,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 899, + "lrState": 902, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6080,7 +6080,7 @@ "name": "Q-2-17/simple-2" }, { - "state": 891, + "state": 894, "sym": "_close_block", "row": 0, "column": 2, @@ -6093,7 +6093,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 891, + "lrState": 894, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6110,7 +6110,7 @@ "name": "Q-2-17/simple-3" }, { - "state": 875, + "state": 878, "sym": "_close_block", "row": 0, "column": 3, @@ -6123,7 +6123,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 875, + "lrState": 878, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6140,7 +6140,7 @@ "name": "Q-2-17/simple-4" }, { - "state": 899, + "state": 902, "sym": "_close_block", "row": 0, "column": 3, @@ -6153,7 +6153,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 899, + "lrState": 902, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6170,7 +6170,7 @@ "name": "Q-2-17/simple-5" }, { - "state": 805, + "state": 814, "sym": "_close_block", "row": 0, "column": 4, @@ -6183,7 +6183,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 805, + "lrState": 814, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6200,7 +6200,7 @@ "name": "Q-2-17/simple-6" }, { - "state": 850, + "state": 854, "sym": "_close_block", "row": 0, "column": 2, @@ -6213,7 +6213,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 850, + "lrState": 854, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6230,7 +6230,7 @@ "name": "Q-2-17/simple-7" }, { - "state": 817, + "state": 822, "sym": "_close_block", "row": 0, "column": 2, @@ -6243,7 +6243,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 817, + "lrState": 822, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6260,7 +6260,7 @@ "name": "Q-2-17/simple-8" }, { - "state": 825, + "state": 830, "sym": "_close_block", "row": 0, "column": 2, @@ -6273,7 +6273,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 825, + "lrState": 830, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6290,7 +6290,7 @@ "name": "Q-2-17/simple-9" }, { - "state": 883, + "state": 886, "sym": "_close_block", "row": 0, "column": 2, @@ -6303,7 +6303,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 883, + "lrState": 886, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6320,7 +6320,7 @@ "name": "Q-2-17/simple-10" }, { - "state": 867, + "state": 870, "sym": "_close_block", "row": 0, "column": 3, @@ -6333,7 +6333,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 867, + "lrState": 870, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6350,7 +6350,7 @@ "name": "Q-2-17/simple-11" }, { - "state": 922, + "state": 862, "sym": "_close_block", "row": 0, "column": 3, @@ -6363,7 +6363,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 922, + "lrState": 862, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6380,7 +6380,7 @@ "name": "Q-2-17/simple-12" }, { - "state": 812, + "state": 791, "sym": "_close_block", "row": 0, "column": 3, @@ -6393,7 +6393,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6410,7 +6410,7 @@ "name": "Q-2-17/simple-13" }, { - "state": 1637, + "state": 1559, "sym": "_close_block", "row": 0, "column": 4, @@ -6423,7 +6423,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6440,7 +6440,7 @@ "name": "Q-2-17/simple-14" }, { - "state": 1634, + "state": 1558, "sym": "_close_block", "row": 0, "column": 6, @@ -6453,7 +6453,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6470,7 +6470,7 @@ "name": "Q-2-17/simple-15" }, { - "state": 1637, + "state": 1559, "sym": "_close_block", "row": 0, "column": 4, @@ -6483,7 +6483,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6500,7 +6500,7 @@ "name": "Q-2-17/simple-16" }, { - "state": 1634, + "state": 1558, "sym": "_close_block", "row": 0, "column": 6, @@ -6513,7 +6513,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6530,7 +6530,7 @@ "name": "Q-2-17/simple-17" }, { - "state": 1676, + "state": 1563, "sym": "_close_block", "row": 0, "column": 4, @@ -6543,7 +6543,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6560,7 +6560,7 @@ "name": "Q-2-17/simple-18" }, { - "state": 1681, + "state": 1564, "sym": "_close_block", "row": 0, "column": 6, @@ -6573,7 +6573,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6590,7 +6590,7 @@ "name": "Q-2-17/simple-19" }, { - "state": 1282, + "state": 1367, "sym": "_close_block", "row": 0, "column": 4, @@ -6603,7 +6603,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6620,7 +6620,7 @@ "name": "Q-2-17/simple-20" }, { - "state": 1602, + "state": 1550, "sym": "_close_block", "row": 0, "column": 4, @@ -6633,7 +6633,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6650,7 +6650,7 @@ "name": "Q-2-17/simple-21" }, { - "state": 1604, + "state": 1551, "sym": "_close_block", "row": 0, "column": 4, @@ -6663,7 +6663,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6680,7 +6680,7 @@ "name": "Q-2-17/simple-22" }, { - "state": 1622, + "state": 1556, "sym": "_close_block", "row": 0, "column": 4, @@ -6693,7 +6693,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6710,7 +6710,7 @@ "name": "Q-2-17/simple-23" }, { - "state": 1800, + "state": 1616, "sym": "_close_block", "row": 0, "column": 6, @@ -6723,7 +6723,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6740,7 +6740,7 @@ "name": "Q-2-17/simple-24" }, { - "state": 1800, + "state": 1616, "sym": "_close_block", "row": 0, "column": 7, @@ -6753,7 +6753,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6770,7 +6770,7 @@ "name": "Q-2-17/simple-25" }, { - "state": 1628, + "state": 1557, "sym": "_close_block", "row": 0, "column": 5, @@ -6783,7 +6783,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6800,7 +6800,7 @@ "name": "Q-2-17/simple-26" }, { - "state": 1297, + "state": 1382, "sym": "_close_block", "row": 0, "column": 7, @@ -6813,7 +6813,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6830,7 +6830,7 @@ "name": "Q-2-17/simple-27" }, { - "state": 1298, + "state": 1383, "sym": "_close_block", "row": 0, "column": 7, @@ -6843,7 +6843,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6860,7 +6860,7 @@ "name": "Q-2-17/simple-28" }, { - "state": 1299, + "state": 1384, "sym": "_close_block", "row": 0, "column": 7, @@ -6873,7 +6873,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6890,7 +6890,7 @@ "name": "Q-2-17/simple-29" }, { - "state": 1296, + "state": 1381, "sym": "_close_block", "row": 0, "column": 7, @@ -6903,7 +6903,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6920,7 +6920,7 @@ "name": "Q-2-17/simple-30" }, { - "state": 2265, + "state": 2391, "sym": "_close_block", "row": 0, "column": 2, @@ -6933,7 +6933,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 812, + "lrState": 791, "sym": "subscript_delimiter", "label": "sub-start" } @@ -6950,7 +6950,7 @@ "name": "Q-2-17/simple-31" }, { - "state": 802, + "state": 799, "sym": "_close_block", "row": 0, "column": 2, @@ -6963,7 +6963,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -6980,7 +6980,7 @@ "name": "Q-2-18/simple" }, { - "state": 802, + "state": 799, "sym": "_close_block", "row": 0, "column": 2, @@ -6993,7 +6993,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7010,7 +7010,7 @@ "name": "Q-2-18/simple-1" }, { - "state": 898, + "state": 901, "sym": "_close_block", "row": 0, "column": 3, @@ -7023,7 +7023,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 898, + "lrState": 901, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7040,7 +7040,7 @@ "name": "Q-2-18/simple-2" }, { - "state": 890, + "state": 893, "sym": "_close_block", "row": 0, "column": 3, @@ -7053,7 +7053,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 890, + "lrState": 893, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7070,7 +7070,7 @@ "name": "Q-2-18/simple-3" }, { - "state": 874, + "state": 877, "sym": "_close_block", "row": 0, "column": 4, @@ -7083,7 +7083,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 874, + "lrState": 877, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7100,7 +7100,7 @@ "name": "Q-2-18/simple-4" }, { - "state": 898, + "state": 901, "sym": "_close_block", "row": 0, "column": 4, @@ -7113,7 +7113,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 898, + "lrState": 901, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7130,7 +7130,7 @@ "name": "Q-2-18/simple-5" }, { - "state": 804, + "state": 813, "sym": "_close_block", "row": 0, "column": 5, @@ -7143,7 +7143,7 @@ "row": 0, "column": 3, "size": 2, - "lrState": 804, + "lrState": 813, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7160,7 +7160,7 @@ "name": "Q-2-18/simple-6" }, { - "state": 849, + "state": 853, "sym": "_close_block", "row": 0, "column": 3, @@ -7173,7 +7173,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 849, + "lrState": 853, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7190,7 +7190,7 @@ "name": "Q-2-18/simple-7" }, { - "state": 816, + "state": 821, "sym": "_close_block", "row": 0, "column": 3, @@ -7203,7 +7203,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 816, + "lrState": 821, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7220,7 +7220,7 @@ "name": "Q-2-18/simple-8" }, { - "state": 824, + "state": 829, "sym": "_close_block", "row": 0, "column": 3, @@ -7233,7 +7233,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 824, + "lrState": 829, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7250,7 +7250,7 @@ "name": "Q-2-18/simple-9" }, { - "state": 882, + "state": 885, "sym": "_close_block", "row": 0, "column": 3, @@ -7263,7 +7263,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 882, + "lrState": 885, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7280,7 +7280,7 @@ "name": "Q-2-18/simple-10" }, { - "state": 866, + "state": 869, "sym": "_close_block", "row": 0, "column": 4, @@ -7293,7 +7293,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 866, + "lrState": 869, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7310,7 +7310,7 @@ "name": "Q-2-18/simple-11" }, { - "state": 858, + "state": 861, "sym": "_close_block", "row": 0, "column": 4, @@ -7323,7 +7323,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 858, + "lrState": 861, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7340,7 +7340,7 @@ "name": "Q-2-18/simple-12" }, { - "state": 802, + "state": 799, "sym": "_close_block", "row": 0, "column": 4, @@ -7353,7 +7353,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7370,7 +7370,7 @@ "name": "Q-2-18/simple-13" }, { - "state": 1922, + "state": 2342, "sym": "_close_block", "row": 0, "column": 5, @@ -7383,7 +7383,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7400,7 +7400,7 @@ "name": "Q-2-18/simple-14" }, { - "state": 1920, + "state": 2341, "sym": "_close_block", "row": 0, "column": 7, @@ -7413,7 +7413,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7430,7 +7430,7 @@ "name": "Q-2-18/simple-15" }, { - "state": 1922, + "state": 2342, "sym": "_close_block", "row": 0, "column": 5, @@ -7443,7 +7443,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7460,7 +7460,7 @@ "name": "Q-2-18/simple-16" }, { - "state": 1920, + "state": 2341, "sym": "_close_block", "row": 0, "column": 7, @@ -7473,7 +7473,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7490,7 +7490,7 @@ "name": "Q-2-18/simple-17" }, { - "state": 1934, + "state": 2346, "sym": "_close_block", "row": 0, "column": 5, @@ -7503,7 +7503,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7520,7 +7520,7 @@ "name": "Q-2-18/simple-18" }, { - "state": 1947, + "state": 2347, "sym": "_close_block", "row": 0, "column": 7, @@ -7533,7 +7533,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7550,7 +7550,7 @@ "name": "Q-2-18/simple-19" }, { - "state": 1199, + "state": 1339, "sym": "_close_block", "row": 0, "column": 5, @@ -7563,7 +7563,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7580,7 +7580,7 @@ "name": "Q-2-18/simple-20" }, { - "state": 1881, + "state": 2333, "sym": "_close_block", "row": 0, "column": 5, @@ -7593,7 +7593,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7610,7 +7610,7 @@ "name": "Q-2-18/simple-21" }, { - "state": 1887, + "state": 2334, "sym": "_close_block", "row": 0, "column": 5, @@ -7623,7 +7623,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7640,7 +7640,7 @@ "name": "Q-2-18/simple-22" }, { - "state": 1917, + "state": 2339, "sym": "_close_block", "row": 0, "column": 5, @@ -7653,7 +7653,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7670,7 +7670,7 @@ "name": "Q-2-18/simple-23" }, { - "state": 1547, + "state": 1544, "sym": "_close_block", "row": 0, "column": 7, @@ -7683,7 +7683,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7700,7 +7700,7 @@ "name": "Q-2-18/simple-24" }, { - "state": 1547, + "state": 1544, "sym": "_close_block", "row": 0, "column": 8, @@ -7713,7 +7713,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7730,7 +7730,7 @@ "name": "Q-2-18/simple-25" }, { - "state": 1918, + "state": 2340, "sym": "_close_block", "row": 0, "column": 6, @@ -7743,7 +7743,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7760,7 +7760,7 @@ "name": "Q-2-18/simple-26" }, { - "state": 1269, + "state": 1354, "sym": "_close_block", "row": 0, "column": 8, @@ -7773,7 +7773,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7790,7 +7790,7 @@ "name": "Q-2-18/simple-27" }, { - "state": 1270, + "state": 1355, "sym": "_close_block", "row": 0, "column": 8, @@ -7803,7 +7803,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7820,7 +7820,7 @@ "name": "Q-2-18/simple-28" }, { - "state": 1271, + "state": 1356, "sym": "_close_block", "row": 0, "column": 8, @@ -7833,7 +7833,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7850,7 +7850,7 @@ "name": "Q-2-18/simple-29" }, { - "state": 1268, + "state": 1353, "sym": "_close_block", "row": 0, "column": 8, @@ -7863,7 +7863,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7880,7 +7880,7 @@ "name": "Q-2-18/simple-30" }, { - "state": 1698, + "state": 2322, "sym": "_close_block", "row": 0, "column": 3, @@ -7893,7 +7893,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 802, + "lrState": 799, "sym": "strikeout_delimiter", "label": "strike-start" } @@ -7910,7 +7910,7 @@ "name": "Q-2-18/simple-31" }, { - "state": 418, + "state": 408, "sym": "_close_block", "row": 0, "column": 3, @@ -7923,7 +7923,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -7940,7 +7940,7 @@ "name": "Q-2-19/simple" }, { - "state": 418, + "state": 408, "sym": "_close_block", "row": 0, "column": 3, @@ -7953,7 +7953,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8090,7 +8090,7 @@ "name": "Q-2-19/simple-5" }, { - "state": 475, + "state": 472, "sym": "_close_block", "row": 0, "column": 6, @@ -8103,7 +8103,7 @@ "row": 0, "column": 3, "size": 3, - "lrState": 475, + "lrState": 472, "sym": "insert_delimiter", "label": "insert-start" } @@ -8120,7 +8120,7 @@ "name": "Q-2-19/simple-6" }, { - "state": 511, + "state": 509, "sym": "_close_block", "row": 0, "column": 4, @@ -8133,7 +8133,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 511, + "lrState": 509, "sym": "insert_delimiter", "label": "insert-start" } @@ -8150,7 +8150,7 @@ "name": "Q-2-19/simple-7" }, { - "state": 505, + "state": 503, "sym": "_close_block", "row": 0, "column": 5, @@ -8163,7 +8163,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 505, + "lrState": 503, "sym": "insert_delimiter", "label": "insert-start" } @@ -8180,7 +8180,7 @@ "name": "Q-2-19/simple-8" }, { - "state": 494, + "state": 491, "sym": "_close_block", "row": 0, "column": 4, @@ -8193,7 +8193,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 494, + "lrState": 491, "sym": "insert_delimiter", "label": "insert-start" } @@ -8210,7 +8210,7 @@ "name": "Q-2-19/simple-9" }, { - "state": 500, + "state": 497, "sym": "_close_block", "row": 0, "column": 4, @@ -8223,7 +8223,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 500, + "lrState": 497, "sym": "insert_delimiter", "label": "insert-start" } @@ -8270,7 +8270,7 @@ "name": "Q-2-19/simple-11" }, { - "state": 528, + "state": 527, "sym": "_close_block", "row": 0, "column": 5, @@ -8283,7 +8283,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 528, + "lrState": 527, "sym": "insert_delimiter", "label": "insert-start" } @@ -8300,7 +8300,7 @@ "name": "Q-2-19/simple-12" }, { - "state": 522, + "state": 521, "sym": "_close_block", "row": 0, "column": 5, @@ -8313,7 +8313,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 522, + "lrState": 521, "sym": "insert_delimiter", "label": "insert-start" } @@ -8330,7 +8330,7 @@ "name": "Q-2-19/simple-13" }, { - "state": 418, + "state": 408, "sym": "_close_block", "row": 0, "column": 5, @@ -8343,7 +8343,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8360,7 +8360,7 @@ "name": "Q-2-19/simple-14" }, { - "state": 2106, + "state": 2132, "sym": "_close_block", "row": 0, "column": 6, @@ -8373,7 +8373,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8390,7 +8390,7 @@ "name": "Q-2-19/simple-15" }, { - "state": 2105, + "state": 2131, "sym": "_close_block", "row": 0, "column": 8, @@ -8403,7 +8403,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8420,7 +8420,7 @@ "name": "Q-2-19/simple-16" }, { - "state": 2106, + "state": 2132, "sym": "_close_block", "row": 0, "column": 6, @@ -8433,7 +8433,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8450,7 +8450,7 @@ "name": "Q-2-19/simple-17" }, { - "state": 2105, + "state": 2131, "sym": "_close_block", "row": 0, "column": 8, @@ -8463,7 +8463,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8480,7 +8480,7 @@ "name": "Q-2-19/simple-18" }, { - "state": 2114, + "state": 2136, "sym": "_close_block", "row": 0, "column": 6, @@ -8493,7 +8493,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8510,7 +8510,7 @@ "name": "Q-2-19/simple-19" }, { - "state": 2115, + "state": 2137, "sym": "_close_block", "row": 0, "column": 8, @@ -8523,7 +8523,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8540,7 +8540,7 @@ "name": "Q-2-19/simple-20" }, { - "state": 2102, + "state": 2128, "sym": "_close_block", "row": 0, "column": 6, @@ -8553,7 +8553,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8570,7 +8570,7 @@ "name": "Q-2-19/simple-21" }, { - "state": 2101, + "state": 2127, "sym": "_close_block", "row": 0, "column": 8, @@ -8583,7 +8583,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8600,7 +8600,7 @@ "name": "Q-2-19/simple-22" }, { - "state": 1433, + "state": 1171, "sym": "_close_block", "row": 0, "column": 6, @@ -8613,7 +8613,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8630,7 +8630,7 @@ "name": "Q-2-19/simple-23" }, { - "state": 2097, + "state": 2123, "sym": "_close_block", "row": 0, "column": 6, @@ -8643,7 +8643,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8660,7 +8660,7 @@ "name": "Q-2-19/simple-24" }, { - "state": 2098, + "state": 2124, "sym": "_close_block", "row": 0, "column": 6, @@ -8673,7 +8673,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8690,7 +8690,7 @@ "name": "Q-2-19/simple-25" }, { - "state": 2103, + "state": 2129, "sym": "_close_block", "row": 0, "column": 6, @@ -8703,7 +8703,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8720,7 +8720,7 @@ "name": "Q-2-19/simple-26" }, { - "state": 2222, + "state": 2183, "sym": "_close_block", "row": 0, "column": 8, @@ -8733,7 +8733,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8750,7 +8750,7 @@ "name": "Q-2-19/simple-27" }, { - "state": 2222, + "state": 2183, "sym": "_close_block", "row": 0, "column": 9, @@ -8763,7 +8763,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8780,7 +8780,7 @@ "name": "Q-2-19/simple-28" }, { - "state": 2104, + "state": 2130, "sym": "_close_block", "row": 0, "column": 7, @@ -8793,7 +8793,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8810,7 +8810,7 @@ "name": "Q-2-19/simple-29" }, { - "state": 1463, + "state": 1214, "sym": "_close_block", "row": 0, "column": 9, @@ -8823,7 +8823,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8840,7 +8840,7 @@ "name": "Q-2-19/simple-30" }, { - "state": 1464, + "state": 1215, "sym": "_close_block", "row": 0, "column": 9, @@ -8853,7 +8853,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8870,7 +8870,7 @@ "name": "Q-2-19/simple-31" }, { - "state": 1465, + "state": 1216, "sym": "_close_block", "row": 0, "column": 9, @@ -8883,7 +8883,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8900,7 +8900,7 @@ "name": "Q-2-19/simple-32" }, { - "state": 1462, + "state": 1213, "sym": "_close_block", "row": 0, "column": 9, @@ -8913,7 +8913,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8930,7 +8930,7 @@ "name": "Q-2-19/simple-33" }, { - "state": 2021, + "state": 2080, "sym": "_close_block", "row": 0, "column": 4, @@ -8943,7 +8943,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 418, + "lrState": 408, "sym": "insert_delimiter", "label": "insert-start" } @@ -8960,7 +8960,7 @@ "name": "Q-2-19/simple-34" }, { - "state": 2501, + "state": 2587, "sym": "_close_block", "row": 0, "column": 18, @@ -8973,7 +8973,7 @@ "row": 0, "column": 17, "size": 1, - "lrState": 2501, + "lrState": 2587, "sym": "{", "label": "attribute-start" } @@ -8990,7 +8990,7 @@ "name": "Q-2-2/simple" }, { - "state": 419, + "state": 447, "sym": "_close_block", "row": 0, "column": 3, @@ -9003,7 +9003,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9020,7 +9020,7 @@ "name": "Q-2-20/simple" }, { - "state": 419, + "state": 447, "sym": "_close_block", "row": 0, "column": 3, @@ -9033,7 +9033,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9170,7 +9170,7 @@ "name": "Q-2-20/simple-5" }, { - "state": 476, + "state": 473, "sym": "_close_block", "row": 0, "column": 6, @@ -9183,7 +9183,7 @@ "row": 0, "column": 3, "size": 3, - "lrState": 476, + "lrState": 473, "sym": "delete_delimiter", "label": "delete-start" } @@ -9200,7 +9200,7 @@ "name": "Q-2-20/simple-6" }, { - "state": 512, + "state": 510, "sym": "_close_block", "row": 0, "column": 4, @@ -9213,7 +9213,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 512, + "lrState": 510, "sym": "delete_delimiter", "label": "delete-start" } @@ -9230,7 +9230,7 @@ "name": "Q-2-20/simple-7" }, { - "state": 506, + "state": 504, "sym": "_close_block", "row": 0, "column": 5, @@ -9243,7 +9243,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 506, + "lrState": 504, "sym": "delete_delimiter", "label": "delete-start" } @@ -9260,7 +9260,7 @@ "name": "Q-2-20/simple-8" }, { - "state": 495, + "state": 492, "sym": "_close_block", "row": 0, "column": 4, @@ -9273,7 +9273,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 495, + "lrState": 492, "sym": "delete_delimiter", "label": "delete-start" } @@ -9290,7 +9290,7 @@ "name": "Q-2-20/simple-9" }, { - "state": 501, + "state": 498, "sym": "_close_block", "row": 0, "column": 4, @@ -9303,7 +9303,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 501, + "lrState": 498, "sym": "delete_delimiter", "label": "delete-start" } @@ -9350,7 +9350,7 @@ "name": "Q-2-20/simple-11" }, { - "state": 529, + "state": 528, "sym": "_close_block", "row": 0, "column": 5, @@ -9363,7 +9363,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 529, + "lrState": 528, "sym": "delete_delimiter", "label": "delete-start" } @@ -9380,7 +9380,7 @@ "name": "Q-2-20/simple-12" }, { - "state": 523, + "state": 522, "sym": "_close_block", "row": 0, "column": 5, @@ -9393,7 +9393,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 523, + "lrState": 522, "sym": "delete_delimiter", "label": "delete-start" } @@ -9410,7 +9410,7 @@ "name": "Q-2-20/simple-13" }, { - "state": 419, + "state": 447, "sym": "_close_block", "row": 0, "column": 5, @@ -9423,7 +9423,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9440,7 +9440,7 @@ "name": "Q-2-20/simple-14" }, { - "state": 2106, + "state": 2132, "sym": "_close_block", "row": 0, "column": 6, @@ -9453,7 +9453,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9470,7 +9470,7 @@ "name": "Q-2-20/simple-15" }, { - "state": 2105, + "state": 2131, "sym": "_close_block", "row": 0, "column": 8, @@ -9483,7 +9483,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9500,7 +9500,7 @@ "name": "Q-2-20/simple-16" }, { - "state": 2106, + "state": 2132, "sym": "_close_block", "row": 0, "column": 6, @@ -9513,7 +9513,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9530,7 +9530,7 @@ "name": "Q-2-20/simple-17" }, { - "state": 2105, + "state": 2131, "sym": "_close_block", "row": 0, "column": 8, @@ -9543,7 +9543,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9560,7 +9560,7 @@ "name": "Q-2-20/simple-18" }, { - "state": 2114, + "state": 2136, "sym": "_close_block", "row": 0, "column": 6, @@ -9573,7 +9573,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9590,7 +9590,7 @@ "name": "Q-2-20/simple-19" }, { - "state": 2115, + "state": 2137, "sym": "_close_block", "row": 0, "column": 8, @@ -9603,7 +9603,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9620,7 +9620,7 @@ "name": "Q-2-20/simple-20" }, { - "state": 2102, + "state": 2128, "sym": "_close_block", "row": 0, "column": 6, @@ -9633,7 +9633,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9650,7 +9650,7 @@ "name": "Q-2-20/simple-21" }, { - "state": 2101, + "state": 2127, "sym": "_close_block", "row": 0, "column": 8, @@ -9663,7 +9663,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9680,7 +9680,7 @@ "name": "Q-2-20/simple-22" }, { - "state": 1433, + "state": 1171, "sym": "_close_block", "row": 0, "column": 6, @@ -9693,7 +9693,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9710,7 +9710,7 @@ "name": "Q-2-20/simple-23" }, { - "state": 2097, + "state": 2123, "sym": "_close_block", "row": 0, "column": 6, @@ -9723,7 +9723,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9740,7 +9740,7 @@ "name": "Q-2-20/simple-24" }, { - "state": 2098, + "state": 2124, "sym": "_close_block", "row": 0, "column": 6, @@ -9753,7 +9753,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9770,7 +9770,7 @@ "name": "Q-2-20/simple-25" }, { - "state": 2103, + "state": 2129, "sym": "_close_block", "row": 0, "column": 6, @@ -9783,7 +9783,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9800,7 +9800,7 @@ "name": "Q-2-20/simple-26" }, { - "state": 2222, + "state": 2183, "sym": "_close_block", "row": 0, "column": 8, @@ -9813,7 +9813,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9830,7 +9830,7 @@ "name": "Q-2-20/simple-27" }, { - "state": 2222, + "state": 2183, "sym": "_close_block", "row": 0, "column": 9, @@ -9843,7 +9843,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9860,7 +9860,7 @@ "name": "Q-2-20/simple-28" }, { - "state": 2104, + "state": 2130, "sym": "_close_block", "row": 0, "column": 7, @@ -9873,7 +9873,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9890,7 +9890,7 @@ "name": "Q-2-20/simple-29" }, { - "state": 1463, + "state": 1214, "sym": "_close_block", "row": 0, "column": 9, @@ -9903,7 +9903,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9920,7 +9920,7 @@ "name": "Q-2-20/simple-30" }, { - "state": 1464, + "state": 1215, "sym": "_close_block", "row": 0, "column": 9, @@ -9933,7 +9933,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9950,7 +9950,7 @@ "name": "Q-2-20/simple-31" }, { - "state": 1465, + "state": 1216, "sym": "_close_block", "row": 0, "column": 9, @@ -9963,7 +9963,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -9980,7 +9980,7 @@ "name": "Q-2-20/simple-32" }, { - "state": 1462, + "state": 1213, "sym": "_close_block", "row": 0, "column": 9, @@ -9993,7 +9993,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -10010,7 +10010,7 @@ "name": "Q-2-20/simple-33" }, { - "state": 2021, + "state": 2080, "sym": "_close_block", "row": 0, "column": 4, @@ -10023,7 +10023,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 419, + "lrState": 447, "sym": "delete_delimiter", "label": "delete-start" } @@ -10040,7 +10040,7 @@ "name": "Q-2-20/simple-34" }, { - "state": 420, + "state": 455, "sym": "_close_block", "row": 0, "column": 3, @@ -10053,7 +10053,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10070,7 +10070,7 @@ "name": "Q-2-21/simple" }, { - "state": 420, + "state": 455, "sym": "_close_block", "row": 0, "column": 3, @@ -10083,7 +10083,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10220,7 +10220,7 @@ "name": "Q-2-21/simple-5" }, { - "state": 477, + "state": 474, "sym": "_close_block", "row": 0, "column": 6, @@ -10233,7 +10233,7 @@ "row": 0, "column": 3, "size": 3, - "lrState": 477, + "lrState": 474, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10250,7 +10250,7 @@ "name": "Q-2-21/simple-6" }, { - "state": 477, + "state": 474, "sym": "_close_block", "row": 0, "column": 6, @@ -10263,7 +10263,7 @@ "row": 0, "column": 3, "size": 3, - "lrState": 477, + "lrState": 474, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10280,7 +10280,7 @@ "name": "Q-2-21/simple-7" }, { - "state": 477, + "state": 474, "sym": "_close_block", "row": 0, "column": 6, @@ -10293,7 +10293,7 @@ "row": 0, "column": 3, "size": 3, - "lrState": 477, + "lrState": 474, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10310,7 +10310,7 @@ "name": "Q-2-21/simple-8" }, { - "state": 477, + "state": 474, "sym": "_close_block", "row": 0, "column": 6, @@ -10323,7 +10323,7 @@ "row": 0, "column": 3, "size": 3, - "lrState": 477, + "lrState": 474, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10340,7 +10340,7 @@ "name": "Q-2-21/simple-9" }, { - "state": 513, + "state": 511, "sym": "_close_block", "row": 0, "column": 4, @@ -10353,7 +10353,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 513, + "lrState": 511, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10370,7 +10370,7 @@ "name": "Q-2-21/simple-10" }, { - "state": 507, + "state": 505, "sym": "_close_block", "row": 0, "column": 5, @@ -10383,7 +10383,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 507, + "lrState": 505, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10400,7 +10400,7 @@ "name": "Q-2-21/simple-11" }, { - "state": 496, + "state": 493, "sym": "_close_block", "row": 0, "column": 4, @@ -10413,7 +10413,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 496, + "lrState": 493, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10430,7 +10430,7 @@ "name": "Q-2-21/simple-12" }, { - "state": 502, + "state": 499, "sym": "_close_block", "row": 0, "column": 4, @@ -10443,7 +10443,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 502, + "lrState": 499, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10490,7 +10490,7 @@ "name": "Q-2-21/simple-14" }, { - "state": 530, + "state": 529, "sym": "_close_block", "row": 0, "column": 5, @@ -10503,7 +10503,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 530, + "lrState": 529, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10520,7 +10520,7 @@ "name": "Q-2-21/simple-15" }, { - "state": 524, + "state": 523, "sym": "_close_block", "row": 0, "column": 5, @@ -10533,7 +10533,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 524, + "lrState": 523, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10550,7 +10550,7 @@ "name": "Q-2-21/simple-16" }, { - "state": 420, + "state": 455, "sym": "_close_block", "row": 0, "column": 5, @@ -10563,7 +10563,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10580,7 +10580,7 @@ "name": "Q-2-21/simple-17" }, { - "state": 2106, + "state": 2132, "sym": "_close_block", "row": 0, "column": 6, @@ -10593,7 +10593,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10610,7 +10610,7 @@ "name": "Q-2-21/simple-18" }, { - "state": 2105, + "state": 2131, "sym": "_close_block", "row": 0, "column": 8, @@ -10623,7 +10623,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10640,7 +10640,7 @@ "name": "Q-2-21/simple-19" }, { - "state": 2106, + "state": 2132, "sym": "_close_block", "row": 0, "column": 6, @@ -10653,7 +10653,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10670,7 +10670,7 @@ "name": "Q-2-21/simple-20" }, { - "state": 2105, + "state": 2131, "sym": "_close_block", "row": 0, "column": 8, @@ -10683,7 +10683,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10700,7 +10700,7 @@ "name": "Q-2-21/simple-21" }, { - "state": 2114, + "state": 2136, "sym": "_close_block", "row": 0, "column": 6, @@ -10713,7 +10713,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10730,7 +10730,7 @@ "name": "Q-2-21/simple-22" }, { - "state": 2115, + "state": 2137, "sym": "_close_block", "row": 0, "column": 8, @@ -10743,7 +10743,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10760,7 +10760,7 @@ "name": "Q-2-21/simple-23" }, { - "state": 2102, + "state": 2128, "sym": "_close_block", "row": 0, "column": 6, @@ -10773,7 +10773,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10790,7 +10790,7 @@ "name": "Q-2-21/simple-24" }, { - "state": 2101, + "state": 2127, "sym": "_close_block", "row": 0, "column": 8, @@ -10803,7 +10803,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10820,7 +10820,7 @@ "name": "Q-2-21/simple-25" }, { - "state": 1433, + "state": 1171, "sym": "_close_block", "row": 0, "column": 6, @@ -10833,7 +10833,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10850,7 +10850,7 @@ "name": "Q-2-21/simple-26" }, { - "state": 2097, + "state": 2123, "sym": "_close_block", "row": 0, "column": 6, @@ -10863,7 +10863,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10880,7 +10880,7 @@ "name": "Q-2-21/simple-27" }, { - "state": 2098, + "state": 2124, "sym": "_close_block", "row": 0, "column": 6, @@ -10893,7 +10893,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10910,7 +10910,7 @@ "name": "Q-2-21/simple-28" }, { - "state": 2103, + "state": 2129, "sym": "_close_block", "row": 0, "column": 6, @@ -10923,7 +10923,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10940,7 +10940,7 @@ "name": "Q-2-21/simple-29" }, { - "state": 2222, + "state": 2183, "sym": "_close_block", "row": 0, "column": 8, @@ -10953,7 +10953,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -10970,7 +10970,7 @@ "name": "Q-2-21/simple-30" }, { - "state": 2222, + "state": 2183, "sym": "_close_block", "row": 0, "column": 9, @@ -10983,7 +10983,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -11000,7 +11000,7 @@ "name": "Q-2-21/simple-31" }, { - "state": 2104, + "state": 2130, "sym": "_close_block", "row": 0, "column": 7, @@ -11013,7 +11013,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -11030,7 +11030,7 @@ "name": "Q-2-21/simple-32" }, { - "state": 1463, + "state": 1214, "sym": "_close_block", "row": 0, "column": 9, @@ -11043,7 +11043,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -11060,7 +11060,7 @@ "name": "Q-2-21/simple-33" }, { - "state": 1464, + "state": 1215, "sym": "_close_block", "row": 0, "column": 9, @@ -11073,7 +11073,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -11090,7 +11090,7 @@ "name": "Q-2-21/simple-34" }, { - "state": 1465, + "state": 1216, "sym": "_close_block", "row": 0, "column": 9, @@ -11103,7 +11103,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -11120,7 +11120,7 @@ "name": "Q-2-21/simple-35" }, { - "state": 1462, + "state": 1213, "sym": "_close_block", "row": 0, "column": 9, @@ -11133,7 +11133,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -11150,7 +11150,7 @@ "name": "Q-2-21/simple-36" }, { - "state": 2021, + "state": 2080, "sym": "_close_block", "row": 0, "column": 4, @@ -11163,7 +11163,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 420, + "lrState": 455, "sym": "edit_comment_delimiter", "label": "comment-start" } @@ -11180,7 +11180,7 @@ "name": "Q-2-21/simple-37" }, { - "state": 582, + "state": 399, "sym": "_close_block", "row": 0, "column": 3, @@ -11193,7 +11193,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11210,7 +11210,7 @@ "name": "Q-2-22/simple" }, { - "state": 582, + "state": 399, "sym": "_close_block", "row": 0, "column": 3, @@ -11223,7 +11223,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11360,7 +11360,7 @@ "name": "Q-2-22/simple-5" }, { - "state": 474, + "state": 471, "sym": "_close_block", "row": 0, "column": 6, @@ -11373,7 +11373,7 @@ "row": 0, "column": 3, "size": 3, - "lrState": 474, + "lrState": 471, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11390,7 +11390,7 @@ "name": "Q-2-22/simple-6" }, { - "state": 474, + "state": 471, "sym": "_close_block", "row": 0, "column": 6, @@ -11403,7 +11403,7 @@ "row": 0, "column": 3, "size": 3, - "lrState": 474, + "lrState": 471, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11420,7 +11420,7 @@ "name": "Q-2-22/simple-7" }, { - "state": 474, + "state": 471, "sym": "_close_block", "row": 0, "column": 6, @@ -11433,7 +11433,7 @@ "row": 0, "column": 3, "size": 3, - "lrState": 474, + "lrState": 471, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11450,7 +11450,7 @@ "name": "Q-2-22/simple-8" }, { - "state": 474, + "state": 471, "sym": "_close_block", "row": 0, "column": 6, @@ -11463,7 +11463,7 @@ "row": 0, "column": 3, "size": 3, - "lrState": 474, + "lrState": 471, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11480,7 +11480,7 @@ "name": "Q-2-22/simple-9" }, { - "state": 510, + "state": 508, "sym": "_close_block", "row": 0, "column": 4, @@ -11493,7 +11493,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 510, + "lrState": 508, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11510,7 +11510,7 @@ "name": "Q-2-22/simple-10" }, { - "state": 504, + "state": 502, "sym": "_close_block", "row": 0, "column": 5, @@ -11523,7 +11523,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 504, + "lrState": 502, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11540,7 +11540,7 @@ "name": "Q-2-22/simple-11" }, { - "state": 493, + "state": 490, "sym": "_close_block", "row": 0, "column": 4, @@ -11553,7 +11553,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 493, + "lrState": 490, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11570,7 +11570,7 @@ "name": "Q-2-22/simple-12" }, { - "state": 499, + "state": 496, "sym": "_close_block", "row": 0, "column": 4, @@ -11583,7 +11583,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 499, + "lrState": 496, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11630,7 +11630,7 @@ "name": "Q-2-22/simple-14" }, { - "state": 527, + "state": 526, "sym": "_close_block", "row": 0, "column": 5, @@ -11643,7 +11643,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 527, + "lrState": 526, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11660,7 +11660,7 @@ "name": "Q-2-22/simple-15" }, { - "state": 521, + "state": 520, "sym": "_close_block", "row": 0, "column": 5, @@ -11673,7 +11673,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 521, + "lrState": 520, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11690,7 +11690,7 @@ "name": "Q-2-22/simple-16" }, { - "state": 582, + "state": 399, "sym": "_close_block", "row": 0, "column": 5, @@ -11703,7 +11703,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11720,7 +11720,7 @@ "name": "Q-2-22/simple-17" }, { - "state": 2106, + "state": 2132, "sym": "_close_block", "row": 0, "column": 6, @@ -11733,7 +11733,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11750,7 +11750,7 @@ "name": "Q-2-22/simple-18" }, { - "state": 2105, + "state": 2131, "sym": "_close_block", "row": 0, "column": 8, @@ -11763,7 +11763,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11780,7 +11780,7 @@ "name": "Q-2-22/simple-19" }, { - "state": 2106, + "state": 2132, "sym": "_close_block", "row": 0, "column": 6, @@ -11793,7 +11793,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11810,7 +11810,7 @@ "name": "Q-2-22/simple-20" }, { - "state": 2105, + "state": 2131, "sym": "_close_block", "row": 0, "column": 8, @@ -11823,7 +11823,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11840,7 +11840,7 @@ "name": "Q-2-22/simple-21" }, { - "state": 2114, + "state": 2136, "sym": "_close_block", "row": 0, "column": 6, @@ -11853,7 +11853,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11870,7 +11870,7 @@ "name": "Q-2-22/simple-22" }, { - "state": 2115, + "state": 2137, "sym": "_close_block", "row": 0, "column": 8, @@ -11883,7 +11883,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11900,7 +11900,7 @@ "name": "Q-2-22/simple-23" }, { - "state": 2102, + "state": 2128, "sym": "_close_block", "row": 0, "column": 6, @@ -11913,7 +11913,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11930,7 +11930,7 @@ "name": "Q-2-22/simple-24" }, { - "state": 2101, + "state": 2127, "sym": "_close_block", "row": 0, "column": 8, @@ -11943,7 +11943,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11960,7 +11960,7 @@ "name": "Q-2-22/simple-25" }, { - "state": 1433, + "state": 1171, "sym": "_close_block", "row": 0, "column": 6, @@ -11973,7 +11973,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -11990,7 +11990,7 @@ "name": "Q-2-22/simple-26" }, { - "state": 2097, + "state": 2123, "sym": "_close_block", "row": 0, "column": 6, @@ -12003,7 +12003,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -12020,7 +12020,7 @@ "name": "Q-2-22/simple-27" }, { - "state": 2098, + "state": 2124, "sym": "_close_block", "row": 0, "column": 6, @@ -12033,7 +12033,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -12050,7 +12050,7 @@ "name": "Q-2-22/simple-28" }, { - "state": 2103, + "state": 2129, "sym": "_close_block", "row": 0, "column": 6, @@ -12063,7 +12063,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -12080,7 +12080,7 @@ "name": "Q-2-22/simple-29" }, { - "state": 2222, + "state": 2183, "sym": "_close_block", "row": 0, "column": 8, @@ -12093,7 +12093,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -12110,7 +12110,7 @@ "name": "Q-2-22/simple-30" }, { - "state": 2222, + "state": 2183, "sym": "_close_block", "row": 0, "column": 9, @@ -12123,7 +12123,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -12140,7 +12140,7 @@ "name": "Q-2-22/simple-31" }, { - "state": 2104, + "state": 2130, "sym": "_close_block", "row": 0, "column": 7, @@ -12153,7 +12153,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -12170,7 +12170,7 @@ "name": "Q-2-22/simple-32" }, { - "state": 1463, + "state": 1214, "sym": "_close_block", "row": 0, "column": 9, @@ -12183,7 +12183,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -12200,7 +12200,7 @@ "name": "Q-2-22/simple-33" }, { - "state": 1464, + "state": 1215, "sym": "_close_block", "row": 0, "column": 9, @@ -12213,7 +12213,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -12230,7 +12230,7 @@ "name": "Q-2-22/simple-34" }, { - "state": 1465, + "state": 1216, "sym": "_close_block", "row": 0, "column": 9, @@ -12243,7 +12243,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -12260,7 +12260,7 @@ "name": "Q-2-22/simple-35" }, { - "state": 1462, + "state": 1213, "sym": "_close_block", "row": 0, "column": 9, @@ -12273,7 +12273,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -12290,7 +12290,7 @@ "name": "Q-2-22/simple-36" }, { - "state": 2021, + "state": 2080, "sym": "_close_block", "row": 0, "column": 4, @@ -12303,7 +12303,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 582, + "lrState": 399, "sym": "highlight_delimiter", "label": "highlight-start" } @@ -12320,7 +12320,7 @@ "name": "Q-2-22/simple-37" }, { - "state": 3625, + "state": 4256, "sym": "_close_block", "row": 0, "column": 1, @@ -12333,7 +12333,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 3625, + "lrState": 4256, "sym": "$", "label": "math-start" } @@ -12350,7 +12350,7 @@ "name": "Q-2-23/simple" }, { - "state": 3625, + "state": 4256, "sym": "_close_block", "row": 0, "column": 1, @@ -12363,7 +12363,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 3625, + "lrState": 4256, "sym": "$", "label": "math-start" } @@ -12380,7 +12380,7 @@ "name": "Q-2-23/simple-1" }, { - "state": 4050, + "state": 4236, "sym": "_close_block", "row": 0, "column": 2, @@ -12393,7 +12393,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 4050, + "lrState": 4236, "sym": "$", "label": "math-start" } @@ -12410,7 +12410,7 @@ "name": "Q-2-23/simple-2" }, { - "state": 4025, + "state": 4211, "sym": "_close_block", "row": 0, "column": 2, @@ -12423,7 +12423,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 4025, + "lrState": 4211, "sym": "$", "label": "math-start" } @@ -12440,7 +12440,7 @@ "name": "Q-2-23/simple-3" }, { - "state": 3975, + "state": 4161, "sym": "_close_block", "row": 0, "column": 3, @@ -12453,7 +12453,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 3975, + "lrState": 4161, "sym": "$", "label": "math-start" } @@ -12470,7 +12470,7 @@ "name": "Q-2-23/simple-4" }, { - "state": 4050, + "state": 4236, "sym": "_close_block", "row": 0, "column": 3, @@ -12483,7 +12483,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 4050, + "lrState": 4236, "sym": "$", "label": "math-start" } @@ -12500,7 +12500,7 @@ "name": "Q-2-23/simple-5" }, { - "state": 3751, + "state": 3937, "sym": "_close_block", "row": 0, "column": 4, @@ -12513,7 +12513,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 3751, + "lrState": 3937, "sym": "$", "label": "math-start" } @@ -12530,7 +12530,7 @@ "name": "Q-2-23/simple-6" }, { - "state": 3751, + "state": 3937, "sym": "_close_block", "row": 0, "column": 4, @@ -12543,7 +12543,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 3751, + "lrState": 3937, "sym": "$", "label": "math-start" } @@ -12560,7 +12560,7 @@ "name": "Q-2-23/simple-7" }, { - "state": 3751, + "state": 3937, "sym": "_close_block", "row": 0, "column": 4, @@ -12573,7 +12573,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 3751, + "lrState": 3937, "sym": "$", "label": "math-start" } @@ -12590,7 +12590,7 @@ "name": "Q-2-23/simple-8" }, { - "state": 3751, + "state": 3937, "sym": "_close_block", "row": 0, "column": 4, @@ -12603,7 +12603,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 3751, + "lrState": 3937, "sym": "$", "label": "math-start" } @@ -12620,7 +12620,7 @@ "name": "Q-2-23/simple-9" }, { - "state": 3900, + "state": 4086, "sym": "_close_block", "row": 0, "column": 2, @@ -12633,7 +12633,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 3900, + "lrState": 4086, "sym": "$", "label": "math-start" } @@ -12650,7 +12650,7 @@ "name": "Q-2-23/simple-10" }, { - "state": 3875, + "state": 4061, "sym": "_close_block", "row": 0, "column": 2, @@ -12663,7 +12663,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 3875, + "lrState": 4061, "sym": "$", "label": "math-start" } @@ -12680,7 +12680,7 @@ "name": "Q-2-23/simple-11" }, { - "state": 3850, + "state": 4036, "sym": "_close_block", "row": 0, "column": 3, @@ -12693,7 +12693,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 3850, + "lrState": 4036, "sym": "$", "label": "math-start" } @@ -12710,7 +12710,7 @@ "name": "Q-2-23/simple-12" }, { - "state": 3800, + "state": 3986, "sym": "_close_block", "row": 0, "column": 2, @@ -12723,7 +12723,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 3800, + "lrState": 3986, "sym": "$", "label": "math-start" } @@ -12740,7 +12740,7 @@ "name": "Q-2-23/simple-13" }, { - "state": 3825, + "state": 4011, "sym": "_close_block", "row": 0, "column": 2, @@ -12753,7 +12753,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 3825, + "lrState": 4011, "sym": "$", "label": "math-start" } @@ -12770,7 +12770,7 @@ "name": "Q-2-23/simple-14" }, { - "state": 4000, + "state": 4186, "sym": "_close_block", "row": 0, "column": 2, @@ -12783,7 +12783,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 4000, + "lrState": 4186, "sym": "$", "label": "math-start" } @@ -12800,7 +12800,7 @@ "name": "Q-2-23/simple-15" }, { - "state": 3950, + "state": 4136, "sym": "_close_block", "row": 0, "column": 3, @@ -12813,7 +12813,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 3950, + "lrState": 4136, "sym": "$", "label": "math-start" } @@ -12830,7 +12830,7 @@ "name": "Q-2-23/simple-16" }, { - "state": 3925, + "state": 4111, "sym": "_close_block", "row": 0, "column": 3, @@ -12843,7 +12843,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 3925, + "lrState": 4111, "sym": "$", "label": "math-start" } @@ -12860,7 +12860,7 @@ "name": "Q-2-23/simple-17" }, { - "state": 3625, + "state": 4256, "sym": "_close_block", "row": 0, "column": 3, @@ -12873,7 +12873,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 3625, + "lrState": 4256, "sym": "$", "label": "math-start" } @@ -12890,7 +12890,7 @@ "name": "Q-2-23/simple-18" }, { - "state": 3625, + "state": 4256, "sym": "_close_block", "row": 0, "column": 1, @@ -12903,7 +12903,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 3625, + "lrState": 4256, "sym": "$", "label": "math-start" } @@ -12920,7 +12920,7 @@ "name": "Q-2-23/simple-19" }, { - "state": 3236, + "state": 3307, "sym": "_close_block", "row": 1, "column": 0, @@ -12933,7 +12933,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 3189, + "lrState": 3400, "sym": "code_span_delimiter", "label": "code-start" } @@ -13520,7 +13520,7 @@ "name": "Q-2-25/simple-18" }, { - "state": 1210, + "state": 1104, "sym": "_close_block", "row": 0, "column": 5, @@ -13550,7 +13550,7 @@ "name": "Q-2-25/simple-19" }, { - "state": 1209, + "state": 1098, "sym": "_close_block", "row": 0, "column": 7, @@ -13580,7 +13580,7 @@ "name": "Q-2-25/simple-20" }, { - "state": 1210, + "state": 1104, "sym": "_close_block", "row": 0, "column": 5, @@ -13610,7 +13610,7 @@ "name": "Q-2-25/simple-21" }, { - "state": 1209, + "state": 1098, "sym": "_close_block", "row": 0, "column": 7, @@ -13640,7 +13640,7 @@ "name": "Q-2-25/simple-22" }, { - "state": 1218, + "state": 1510, "sym": "_close_block", "row": 0, "column": 5, @@ -13670,7 +13670,7 @@ "name": "Q-2-25/simple-23" }, { - "state": 1219, + "state": 1511, "sym": "_close_block", "row": 0, "column": 7, @@ -13700,7 +13700,7 @@ "name": "Q-2-25/simple-24" }, { - "state": 1206, + "state": 1520, "sym": "_close_block", "row": 0, "column": 5, @@ -13730,7 +13730,7 @@ "name": "Q-2-25/simple-25" }, { - "state": 1205, + "state": 1509, "sym": "_close_block", "row": 0, "column": 7, @@ -13760,7 +13760,7 @@ "name": "Q-2-25/simple-26" }, { - "state": 996, + "state": 1088, "sym": "_close_block", "row": 0, "column": 5, @@ -13790,7 +13790,7 @@ "name": "Q-2-25/simple-27" }, { - "state": 1201, + "state": 1341, "sym": "_close_block", "row": 0, "column": 5, @@ -13820,7 +13820,7 @@ "name": "Q-2-25/simple-28" }, { - "state": 1202, + "state": 1397, "sym": "_close_block", "row": 0, "column": 5, @@ -13850,7 +13850,7 @@ "name": "Q-2-25/simple-29" }, { - "state": 1207, + "state": 1527, "sym": "_close_block", "row": 0, "column": 5, @@ -13880,7 +13880,7 @@ "name": "Q-2-25/simple-30" }, { - "state": 1260, + "state": 1238, "sym": "_close_block", "row": 0, "column": 7, @@ -13910,7 +13910,7 @@ "name": "Q-2-25/simple-31" }, { - "state": 1260, + "state": 1238, "sym": "_close_block", "row": 0, "column": 8, @@ -13940,7 +13940,7 @@ "name": "Q-2-25/simple-32" }, { - "state": 1208, + "state": 1532, "sym": "_close_block", "row": 0, "column": 6, @@ -13970,7 +13970,7 @@ "name": "Q-2-25/simple-33" }, { - "state": 1041, + "state": 1001, "sym": "_close_block", "row": 0, "column": 8, @@ -14000,7 +14000,7 @@ "name": "Q-2-25/simple-34" }, { - "state": 1044, + "state": 1007, "sym": "_close_block", "row": 0, "column": 8, @@ -14030,7 +14030,7 @@ "name": "Q-2-25/simple-35" }, { - "state": 1070, + "state": 1010, "sym": "_close_block", "row": 0, "column": 8, @@ -14060,7 +14060,7 @@ "name": "Q-2-25/simple-36" }, { - "state": 1035, + "state": 983, "sym": "_close_block", "row": 0, "column": 8, @@ -14090,7 +14090,7 @@ "name": "Q-2-25/simple-37" }, { - "state": 1177, + "state": 1508, "sym": "_close_block", "row": 0, "column": 3, @@ -14120,7 +14120,7 @@ "name": "Q-2-25/simple-38" }, { - "state": 600, + "state": 599, "sym": "_close_block", "row": 0, "column": 2, @@ -14133,7 +14133,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14150,7 +14150,7 @@ "name": "Q-2-26/simple" }, { - "state": 600, + "state": 599, "sym": "_close_block", "row": 0, "column": 2, @@ -14163,7 +14163,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14180,7 +14180,7 @@ "name": "Q-2-26/simple-1" }, { - "state": 611, + "state": 610, "sym": "_close_block", "row": 0, "column": 3, @@ -14193,7 +14193,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 611, + "lrState": 610, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14210,7 +14210,7 @@ "name": "Q-2-26/simple-2" }, { - "state": 610, + "state": 609, "sym": "_close_block", "row": 0, "column": 3, @@ -14223,7 +14223,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 610, + "lrState": 609, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14240,7 +14240,7 @@ "name": "Q-2-26/simple-3" }, { - "state": 608, + "state": 607, "sym": "_close_block", "row": 0, "column": 4, @@ -14253,7 +14253,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 608, + "lrState": 607, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14270,7 +14270,7 @@ "name": "Q-2-26/simple-4" }, { - "state": 611, + "state": 610, "sym": "_close_block", "row": 0, "column": 4, @@ -14283,7 +14283,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 611, + "lrState": 610, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14300,7 +14300,7 @@ "name": "Q-2-26/simple-5" }, { - "state": 598, + "state": 600, "sym": "_close_block", "row": 0, "column": 5, @@ -14313,7 +14313,7 @@ "row": 0, "column": 3, "size": 2, - "lrState": 598, + "lrState": 600, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14330,7 +14330,7 @@ "name": "Q-2-26/simple-6" }, { - "state": 598, + "state": 600, "sym": "_close_block", "row": 0, "column": 5, @@ -14343,7 +14343,7 @@ "row": 0, "column": 3, "size": 2, - "lrState": 598, + "lrState": 600, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14360,7 +14360,7 @@ "name": "Q-2-26/simple-7" }, { - "state": 598, + "state": 600, "sym": "_close_block", "row": 0, "column": 5, @@ -14373,7 +14373,7 @@ "row": 0, "column": 3, "size": 2, - "lrState": 598, + "lrState": 600, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14390,7 +14390,7 @@ "name": "Q-2-26/simple-8" }, { - "state": 598, + "state": 600, "sym": "_close_block", "row": 0, "column": 5, @@ -14403,7 +14403,7 @@ "row": 0, "column": 3, "size": 2, - "lrState": 598, + "lrState": 600, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14420,7 +14420,7 @@ "name": "Q-2-26/simple-9" }, { - "state": 604, + "state": 603, "sym": "_close_block", "row": 0, "column": 3, @@ -14433,7 +14433,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 604, + "lrState": 603, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14450,7 +14450,7 @@ "name": "Q-2-26/simple-10" }, { - "state": 603, + "state": 602, "sym": "_close_block", "row": 0, "column": 4, @@ -14463,7 +14463,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 603, + "lrState": 602, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14510,7 +14510,7 @@ "name": "Q-2-26/simple-12" }, { - "state": 602, + "state": 583, "sym": "_close_block", "row": 0, "column": 3, @@ -14523,7 +14523,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 602, + "lrState": 583, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14540,7 +14540,7 @@ "name": "Q-2-26/simple-13" }, { - "state": 609, + "state": 608, "sym": "_close_block", "row": 0, "column": 3, @@ -14553,7 +14553,7 @@ "row": 0, "column": 1, "size": 2, - "lrState": 609, + "lrState": 608, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14570,7 +14570,7 @@ "name": "Q-2-26/simple-14" }, { - "state": 607, + "state": 606, "sym": "_close_block", "row": 0, "column": 4, @@ -14583,7 +14583,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 607, + "lrState": 606, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14600,7 +14600,7 @@ "name": "Q-2-26/simple-15" }, { - "state": 606, + "state": 605, "sym": "_close_block", "row": 0, "column": 4, @@ -14613,7 +14613,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 606, + "lrState": 605, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14630,7 +14630,7 @@ "name": "Q-2-26/simple-16" }, { - "state": 600, + "state": 599, "sym": "_close_block", "row": 0, "column": 4, @@ -14643,7 +14643,7 @@ "row": 0, "column": 2, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14660,7 +14660,7 @@ "name": "Q-2-26/simple-17" }, { - "state": 1944, + "state": 1718, "sym": "_close_block", "row": 0, "column": 5, @@ -14673,7 +14673,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14690,7 +14690,7 @@ "name": "Q-2-26/simple-18" }, { - "state": 1943, + "state": 1717, "sym": "_close_block", "row": 0, "column": 7, @@ -14703,7 +14703,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14720,7 +14720,7 @@ "name": "Q-2-26/simple-19" }, { - "state": 1944, + "state": 1718, "sym": "_close_block", "row": 0, "column": 5, @@ -14733,7 +14733,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14750,7 +14750,7 @@ "name": "Q-2-26/simple-20" }, { - "state": 1943, + "state": 1717, "sym": "_close_block", "row": 0, "column": 7, @@ -14763,7 +14763,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14780,7 +14780,7 @@ "name": "Q-2-26/simple-21" }, { - "state": 1952, + "state": 1722, "sym": "_close_block", "row": 0, "column": 5, @@ -14793,7 +14793,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14810,7 +14810,7 @@ "name": "Q-2-26/simple-22" }, { - "state": 1953, + "state": 1723, "sym": "_close_block", "row": 0, "column": 7, @@ -14823,7 +14823,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14840,7 +14840,7 @@ "name": "Q-2-26/simple-23" }, { - "state": 1940, + "state": 1714, "sym": "_close_block", "row": 0, "column": 5, @@ -14853,7 +14853,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14870,7 +14870,7 @@ "name": "Q-2-26/simple-24" }, { - "state": 1939, + "state": 1713, "sym": "_close_block", "row": 0, "column": 7, @@ -14883,7 +14883,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14900,7 +14900,7 @@ "name": "Q-2-26/simple-25" }, { - "state": 1336, + "state": 1114, "sym": "_close_block", "row": 0, "column": 5, @@ -14913,7 +14913,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14930,7 +14930,7 @@ "name": "Q-2-26/simple-26" }, { - "state": 1935, + "state": 1709, "sym": "_close_block", "row": 0, "column": 5, @@ -14943,7 +14943,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14960,7 +14960,7 @@ "name": "Q-2-26/simple-27" }, { - "state": 1936, + "state": 1710, "sym": "_close_block", "row": 0, "column": 5, @@ -14973,7 +14973,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -14990,7 +14990,7 @@ "name": "Q-2-26/simple-28" }, { - "state": 1941, + "state": 1715, "sym": "_close_block", "row": 0, "column": 5, @@ -15003,7 +15003,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -15020,7 +15020,7 @@ "name": "Q-2-26/simple-29" }, { - "state": 2044, + "state": 1772, "sym": "_close_block", "row": 0, "column": 7, @@ -15033,7 +15033,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -15050,7 +15050,7 @@ "name": "Q-2-26/simple-30" }, { - "state": 2044, + "state": 1772, "sym": "_close_block", "row": 0, "column": 8, @@ -15063,7 +15063,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -15080,7 +15080,7 @@ "name": "Q-2-26/simple-31" }, { - "state": 1942, + "state": 1716, "sym": "_close_block", "row": 0, "column": 6, @@ -15093,7 +15093,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -15110,7 +15110,7 @@ "name": "Q-2-26/simple-32" }, { - "state": 1351, + "state": 1203, "sym": "_close_block", "row": 0, "column": 8, @@ -15123,7 +15123,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -15140,7 +15140,7 @@ "name": "Q-2-26/simple-33" }, { - "state": 1352, + "state": 1204, "sym": "_close_block", "row": 0, "column": 8, @@ -15153,7 +15153,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -15170,7 +15170,7 @@ "name": "Q-2-26/simple-34" }, { - "state": 1353, + "state": 1210, "sym": "_close_block", "row": 0, "column": 8, @@ -15183,7 +15183,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -15200,7 +15200,7 @@ "name": "Q-2-26/simple-35" }, { - "state": 1350, + "state": 1200, "sym": "_close_block", "row": 0, "column": 8, @@ -15213,7 +15213,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -15230,7 +15230,7 @@ "name": "Q-2-26/simple-36" }, { - "state": 1908, + "state": 1693, "sym": "_close_block", "row": 0, "column": 3, @@ -15243,7 +15243,7 @@ "row": 0, "column": 0, "size": 2, - "lrState": 600, + "lrState": 599, "sym": "inline_note_delimiter", "label": "footnote-start" } @@ -15260,7 +15260,7 @@ "name": "Q-2-26/simple-37" }, { - "state": 2659, + "state": 2828, "sym": "_close_block", "row": 0, "column": 9, @@ -15273,7 +15273,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 2922, + "lrState": 3101, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15290,7 +15290,7 @@ "name": "Q-2-27/simple" }, { - "state": 2732, + "state": 2836, "sym": "_close_block", "row": 0, "column": 10, @@ -15303,7 +15303,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 3035, + "lrState": 3150, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15320,7 +15320,7 @@ "name": "Q-2-27/simple-1" }, { - "state": 2726, + "state": 2823, "sym": "_close_block", "row": 0, "column": 10, @@ -15333,7 +15333,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 3033, + "lrState": 3148, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15350,7 +15350,7 @@ "name": "Q-2-27/simple-2" }, { - "state": 2715, + "state": 2800, "sym": "_close_block", "row": 0, "column": 11, @@ -15363,7 +15363,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 3029, + "lrState": 3144, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15380,7 +15380,7 @@ "name": "Q-2-27/simple-3" }, { - "state": 2732, + "state": 2836, "sym": "_close_block", "row": 0, "column": 11, @@ -15393,7 +15393,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 3035, + "lrState": 3150, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15410,7 +15410,7 @@ "name": "Q-2-27/simple-4" }, { - "state": 2682, + "state": 2853, "sym": "_close_block", "row": 0, "column": 12, @@ -15423,7 +15423,7 @@ "row": 0, "column": 3, "size": 3, - "lrState": 3013, + "lrState": 3128, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15440,7 +15440,7 @@ "name": "Q-2-27/simple-5" }, { - "state": 2682, + "state": 2853, "sym": "_close_block", "row": 0, "column": 12, @@ -15453,7 +15453,7 @@ "row": 0, "column": 3, "size": 3, - "lrState": 3013, + "lrState": 3128, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15470,7 +15470,7 @@ "name": "Q-2-27/simple-6" }, { - "state": 2682, + "state": 2853, "sym": "_close_block", "row": 0, "column": 12, @@ -15483,7 +15483,7 @@ "row": 0, "column": 3, "size": 3, - "lrState": 3013, + "lrState": 3128, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15500,7 +15500,7 @@ "name": "Q-2-27/simple-7" }, { - "state": 2682, + "state": 2853, "sym": "_close_block", "row": 0, "column": 12, @@ -15513,7 +15513,7 @@ "row": 0, "column": 3, "size": 3, - "lrState": 3013, + "lrState": 3128, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15530,7 +15530,7 @@ "name": "Q-2-27/simple-8" }, { - "state": 2702, + "state": 2768, "sym": "_close_block", "row": 0, "column": 10, @@ -15543,7 +15543,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 3023, + "lrState": 3138, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15560,7 +15560,7 @@ "name": "Q-2-27/simple-9" }, { - "state": 2698, + "state": 2758, "sym": "_close_block", "row": 0, "column": 10, @@ -15573,7 +15573,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 3021, + "lrState": 3136, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15590,7 +15590,7 @@ "name": "Q-2-27/simple-10" }, { - "state": 2694, + "state": 2840, "sym": "_close_block", "row": 0, "column": 11, @@ -15603,7 +15603,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 3019, + "lrState": 3134, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15620,7 +15620,7 @@ "name": "Q-2-27/simple-11" }, { - "state": 2686, + "state": 2831, "sym": "_close_block", "row": 0, "column": 10, @@ -15633,7 +15633,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 3015, + "lrState": 3130, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15650,7 +15650,7 @@ "name": "Q-2-27/simple-12" }, { - "state": 2719, + "state": 2811, "sym": "_close_block", "row": 0, "column": 10, @@ -15663,7 +15663,7 @@ "row": 0, "column": 1, "size": 3, - "lrState": 3031, + "lrState": 3146, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15680,7 +15680,7 @@ "name": "Q-2-27/simple-13" }, { - "state": 2711, + "state": 2789, "sym": "_close_block", "row": 0, "column": 11, @@ -15693,7 +15693,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 3027, + "lrState": 3142, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15710,7 +15710,7 @@ "name": "Q-2-27/simple-14" }, { - "state": 2707, + "state": 2780, "sym": "_close_block", "row": 0, "column": 11, @@ -15723,7 +15723,7 @@ "row": 0, "column": 2, "size": 3, - "lrState": 3025, + "lrState": 3140, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15740,7 +15740,7 @@ "name": "Q-2-27/simple-15" }, { - "state": 2659, + "state": 2828, "sym": "_close_block", "row": 0, "column": 9, @@ -15753,7 +15753,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 2922, + "lrState": 3101, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15770,7 +15770,7 @@ "name": "Q-2-27/simple-16" }, { - "state": 3341, + "state": 3497, "sym": "_close_block", "row": 0, "column": 13, @@ -15783,7 +15783,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 2922, + "lrState": 3101, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15800,7 +15800,7 @@ "name": "Q-2-27/simple-17" }, { - "state": 3420, + "state": 3453, "sym": "_close_block", "row": 0, "column": 17, @@ -15813,7 +15813,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 2922, + "lrState": 3101, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15830,7 +15830,7 @@ "name": "Q-2-27/simple-18" }, { - "state": 3393, + "state": 3506, "sym": "_close_block", "row": 0, "column": 17, @@ -15843,7 +15843,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 2922, + "lrState": 3101, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15860,7 +15860,7 @@ "name": "Q-2-27/simple-19" }, { - "state": 3341, + "state": 3497, "sym": "_close_block", "row": 0, "column": 12, @@ -15873,7 +15873,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 2922, + "lrState": 3101, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15890,7 +15890,7 @@ "name": "Q-2-27/simple-20" }, { - "state": 3341, + "state": 3497, "sym": "_close_block", "row": 0, "column": 30, @@ -15903,7 +15903,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 2922, + "lrState": 3101, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15920,7 +15920,7 @@ "name": "Q-2-27/simple-21" }, { - "state": 3341, + "state": 3497, "sym": "_close_block", "row": 0, "column": 19, @@ -15933,7 +15933,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 2922, + "lrState": 3101, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15950,7 +15950,7 @@ "name": "Q-2-27/simple-22" }, { - "state": 3420, + "state": 3453, "sym": "_close_block", "row": 0, "column": 21, @@ -15963,7 +15963,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 2922, + "lrState": 3101, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -15980,7 +15980,7 @@ "name": "Q-2-27/simple-23" }, { - "state": 3393, + "state": 3506, "sym": "_close_block", "row": 0, "column": 21, @@ -15993,7 +15993,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 2922, + "lrState": 3101, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16010,7 +16010,7 @@ "name": "Q-2-27/simple-24" }, { - "state": 3341, + "state": 3497, "sym": "_close_block", "row": 0, "column": 16, @@ -16023,7 +16023,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 2922, + "lrState": 3101, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16040,7 +16040,7 @@ "name": "Q-2-27/simple-25" }, { - "state": 3341, + "state": 3497, "sym": "_close_block", "row": 0, "column": 29, @@ -16053,7 +16053,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 2922, + "lrState": 3101, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16070,7 +16070,7 @@ "name": "Q-2-27/simple-26" }, { - "state": 3341, + "state": 3497, "sym": "_close_block", "row": 0, "column": 26, @@ -16083,7 +16083,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 2922, + "lrState": 3101, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16100,7 +16100,7 @@ "name": "Q-2-27/simple-27" }, { - "state": 3341, + "state": 3497, "sym": "_close_block", "row": 0, "column": 59, @@ -16113,7 +16113,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 2922, + "lrState": 3101, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16130,7 +16130,7 @@ "name": "Q-2-27/simple-28" }, { - "state": 2911, + "state": 3111, "sym": "_commonmark_single_quote_string_token2", "row": 0, "column": 22, @@ -16143,7 +16143,7 @@ "row": 0, "column": 0, "size": 3, - "lrState": 2922, + "lrState": 3101, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16160,7 +16160,7 @@ "name": "Q-2-27/simple-29" }, { - "state": 2658, + "state": 2827, "sym": "_close_block", "row": 0, "column": 10, @@ -16173,7 +16173,7 @@ "row": 0, "column": 0, "size": 4, - "lrState": 2912, + "lrState": 3052, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16190,7 +16190,7 @@ "name": "Q-2-28/simple" }, { - "state": 2731, + "state": 2835, "sym": "_close_block", "row": 0, "column": 11, @@ -16203,7 +16203,7 @@ "row": 0, "column": 1, "size": 4, - "lrState": 3034, + "lrState": 3149, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16220,7 +16220,7 @@ "name": "Q-2-28/simple-1" }, { - "state": 2725, + "state": 2822, "sym": "_close_block", "row": 0, "column": 11, @@ -16233,7 +16233,7 @@ "row": 0, "column": 1, "size": 4, - "lrState": 3032, + "lrState": 3147, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16250,7 +16250,7 @@ "name": "Q-2-28/simple-2" }, { - "state": 2714, + "state": 2799, "sym": "_close_block", "row": 0, "column": 12, @@ -16263,7 +16263,7 @@ "row": 0, "column": 2, "size": 4, - "lrState": 3028, + "lrState": 3143, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16280,7 +16280,7 @@ "name": "Q-2-28/simple-3" }, { - "state": 2731, + "state": 2835, "sym": "_close_block", "row": 0, "column": 12, @@ -16293,7 +16293,7 @@ "row": 0, "column": 2, "size": 4, - "lrState": 3034, + "lrState": 3149, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16310,7 +16310,7 @@ "name": "Q-2-28/simple-4" }, { - "state": 2681, + "state": 2852, "sym": "_close_block", "row": 0, "column": 13, @@ -16323,7 +16323,7 @@ "row": 0, "column": 3, "size": 4, - "lrState": 3012, + "lrState": 3127, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16340,7 +16340,7 @@ "name": "Q-2-28/simple-5" }, { - "state": 2681, + "state": 2852, "sym": "_close_block", "row": 0, "column": 13, @@ -16353,7 +16353,7 @@ "row": 0, "column": 3, "size": 4, - "lrState": 3012, + "lrState": 3127, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16370,7 +16370,7 @@ "name": "Q-2-28/simple-6" }, { - "state": 2681, + "state": 2852, "sym": "_close_block", "row": 0, "column": 13, @@ -16383,7 +16383,7 @@ "row": 0, "column": 3, "size": 4, - "lrState": 3012, + "lrState": 3127, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16400,7 +16400,7 @@ "name": "Q-2-28/simple-7" }, { - "state": 2681, + "state": 2852, "sym": "_close_block", "row": 0, "column": 13, @@ -16413,7 +16413,7 @@ "row": 0, "column": 3, "size": 4, - "lrState": 3012, + "lrState": 3127, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16430,7 +16430,7 @@ "name": "Q-2-28/simple-8" }, { - "state": 2701, + "state": 2767, "sym": "_close_block", "row": 0, "column": 11, @@ -16443,7 +16443,7 @@ "row": 0, "column": 1, "size": 4, - "lrState": 3022, + "lrState": 3137, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16460,7 +16460,7 @@ "name": "Q-2-28/simple-9" }, { - "state": 2697, + "state": 2757, "sym": "_close_block", "row": 0, "column": 11, @@ -16473,7 +16473,7 @@ "row": 0, "column": 1, "size": 4, - "lrState": 3020, + "lrState": 3135, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16490,7 +16490,7 @@ "name": "Q-2-28/simple-10" }, { - "state": 2693, + "state": 2833, "sym": "_close_block", "row": 0, "column": 12, @@ -16503,7 +16503,7 @@ "row": 0, "column": 2, "size": 4, - "lrState": 3018, + "lrState": 3133, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16520,7 +16520,7 @@ "name": "Q-2-28/simple-11" }, { - "state": 2685, + "state": 2830, "sym": "_close_block", "row": 0, "column": 11, @@ -16533,7 +16533,7 @@ "row": 0, "column": 1, "size": 4, - "lrState": 3014, + "lrState": 3129, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16550,7 +16550,7 @@ "name": "Q-2-28/simple-12" }, { - "state": 2718, + "state": 2810, "sym": "_close_block", "row": 0, "column": 11, @@ -16563,7 +16563,7 @@ "row": 0, "column": 1, "size": 4, - "lrState": 3030, + "lrState": 3145, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16580,7 +16580,7 @@ "name": "Q-2-28/simple-13" }, { - "state": 2710, + "state": 2788, "sym": "_close_block", "row": 0, "column": 12, @@ -16593,7 +16593,7 @@ "row": 0, "column": 2, "size": 4, - "lrState": 3026, + "lrState": 3141, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16610,7 +16610,7 @@ "name": "Q-2-28/simple-14" }, { - "state": 2706, + "state": 2779, "sym": "_close_block", "row": 0, "column": 12, @@ -16623,7 +16623,7 @@ "row": 0, "column": 2, "size": 4, - "lrState": 3024, + "lrState": 3139, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16640,7 +16640,7 @@ "name": "Q-2-28/simple-15" }, { - "state": 2658, + "state": 2827, "sym": "_close_block", "row": 0, "column": 10, @@ -16653,7 +16653,7 @@ "row": 0, "column": 0, "size": 4, - "lrState": 2912, + "lrState": 3052, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16670,7 +16670,7 @@ "name": "Q-2-28/simple-16" }, { - "state": 3341, + "state": 3497, "sym": "_close_block", "row": 0, "column": 14, @@ -16683,7 +16683,7 @@ "row": 0, "column": 0, "size": 4, - "lrState": 2912, + "lrState": 3052, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16700,7 +16700,7 @@ "name": "Q-2-28/simple-17" }, { - "state": 3420, + "state": 3453, "sym": "_close_block", "row": 0, "column": 18, @@ -16713,7 +16713,7 @@ "row": 0, "column": 0, "size": 4, - "lrState": 2912, + "lrState": 3052, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16730,7 +16730,7 @@ "name": "Q-2-28/simple-18" }, { - "state": 3393, + "state": 3506, "sym": "_close_block", "row": 0, "column": 18, @@ -16743,7 +16743,7 @@ "row": 0, "column": 0, "size": 4, - "lrState": 2912, + "lrState": 3052, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16760,7 +16760,7 @@ "name": "Q-2-28/simple-19" }, { - "state": 3341, + "state": 3497, "sym": "_close_block", "row": 0, "column": 13, @@ -16773,7 +16773,7 @@ "row": 0, "column": 0, "size": 4, - "lrState": 2912, + "lrState": 3052, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16790,7 +16790,7 @@ "name": "Q-2-28/simple-20" }, { - "state": 3341, + "state": 3497, "sym": "_close_block", "row": 0, "column": 31, @@ -16803,7 +16803,7 @@ "row": 0, "column": 0, "size": 4, - "lrState": 2912, + "lrState": 3052, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16820,7 +16820,7 @@ "name": "Q-2-28/simple-21" }, { - "state": 2533, + "state": 2644, "sym": "pandoc_str_token1", "row": 0, "column": 15, @@ -16833,7 +16833,7 @@ "row": 0, "column": 0, "size": 4, - "lrState": 2912, + "lrState": 3052, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16850,7 +16850,7 @@ "name": "Q-2-28/simple-22" }, { - "state": 3420, + "state": 3453, "sym": "_close_block", "row": 0, "column": 22, @@ -16863,7 +16863,7 @@ "row": 0, "column": 0, "size": 4, - "lrState": 2912, + "lrState": 3052, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16880,7 +16880,7 @@ "name": "Q-2-28/simple-23" }, { - "state": 3393, + "state": 3506, "sym": "_close_block", "row": 0, "column": 22, @@ -16893,7 +16893,7 @@ "row": 0, "column": 0, "size": 4, - "lrState": 2912, + "lrState": 3052, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16910,7 +16910,7 @@ "name": "Q-2-28/simple-24" }, { - "state": 2533, + "state": 2644, "sym": "pandoc_str_token1", "row": 0, "column": 15, @@ -16923,7 +16923,7 @@ "row": 0, "column": 0, "size": 4, - "lrState": 2912, + "lrState": 3052, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16940,7 +16940,7 @@ "name": "Q-2-28/simple-25" }, { - "state": 2533, + "state": 2644, "sym": "pandoc_str_token1", "row": 0, "column": 26, @@ -16953,7 +16953,7 @@ "row": 0, "column": 0, "size": 4, - "lrState": 2912, + "lrState": 3052, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -16970,7 +16970,7 @@ "name": "Q-2-28/simple-26" }, { - "state": 2533, + "state": 2644, "sym": "pandoc_str_token1", "row": 0, "column": 22, @@ -16983,7 +16983,7 @@ "row": 0, "column": 0, "size": 4, - "lrState": 2912, + "lrState": 3052, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -17000,7 +17000,7 @@ "name": "Q-2-28/simple-27" }, { - "state": 2533, + "state": 2644, "sym": "pandoc_str_token1", "row": 0, "column": 56, @@ -17013,7 +17013,7 @@ "row": 0, "column": 0, "size": 4, - "lrState": 2912, + "lrState": 3052, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -17030,7 +17030,7 @@ "name": "Q-2-28/simple-28" }, { - "state": 2933, + "state": 3112, "sym": "_commonmark_single_quote_string_token2", "row": 0, "column": 23, @@ -17043,7 +17043,7 @@ "row": 0, "column": 0, "size": 4, - "lrState": 2912, + "lrState": 3052, "sym": "shortcode_delimiter", "label": "shortcode-open" } @@ -17060,7 +17060,7 @@ "name": "Q-2-28/simple-29" }, { - "state": 3999, + "state": 3597, "sym": "_close_block", "row": 2, "column": 5, @@ -17073,7 +17073,7 @@ "row": 2, "column": 0, "size": 5, - "lrState": 3999, + "lrState": 3597, "sym": "ref_id_specifier", "label": "footnote-def" } @@ -17095,8 +17095,8 @@ "name": "Q-2-29/simple" }, { - "state": 2813, - "sym": "pandoc_str_token1", + "state": 2701, + "sym": "attribute_class", "row": 0, "column": 20, "errorInfo": { @@ -17108,7 +17108,7 @@ "row": 0, "column": 10, "size": 9, - "lrState": 2813, + "lrState": 2701, "sym": "key_value_specifier", "label": "key-value" } @@ -17125,8 +17125,8 @@ "name": "Q-2-3/simple" }, { - "state": 3300, - "sym": "pandoc_str_token1", + "state": 2701, + "sym": "attribute_class", "row": 0, "column": 46, "errorInfo": { @@ -17138,7 +17138,7 @@ "row": 0, "column": 24, "size": 21, - "lrState": 3300, + "lrState": 2701, "sym": "key_value_specifier", "label": "key-value" } @@ -17155,7 +17155,7 @@ "name": "Q-2-3/simple-2" }, { - "state": 2818, + "state": 2997, "sym": "_close_block", "row": 0, "column": 5, @@ -17168,7 +17168,7 @@ "row": 0, "column": 4, "size": 1, - "lrState": 2818, + "lrState": 2997, "sym": "target_token2", "label": "backtick-start" } @@ -17187,7 +17187,7 @@ "name": "Q-2-31/image-simple" }, { - "state": 2818, + "state": 2997, "sym": "_close_block", "row": 0, "column": 8, @@ -17200,7 +17200,7 @@ "row": 0, "column": 7, "size": 1, - "lrState": 2818, + "lrState": 2997, "sym": "target_token2", "label": "backtick-start" } @@ -17219,7 +17219,7 @@ "name": "Q-2-31/link-simple" }, { - "state": 2818, + "state": 2997, "sym": "_close_block", "row": 0, "column": 11, @@ -17232,7 +17232,7 @@ "row": 0, "column": 10, "size": 1, - "lrState": 2818, + "lrState": 2997, "sym": "target_token2", "label": "backtick-start" } @@ -17251,7 +17251,7 @@ "name": "Q-2-31/image-mixed" }, { - "state": 2818, + "state": 2997, "sym": "_close_block", "row": 0, "column": 14, @@ -17264,7 +17264,7 @@ "row": 0, "column": 13, "size": 1, - "lrState": 2818, + "lrState": 2997, "sym": "target_token2", "label": "backtick-start" } @@ -17313,7 +17313,7 @@ "name": "Q-2-32/basic-1" }, { - "state": 1381, + "state": 1197, "sym": "_triple_star_error", "row": 0, "column": 5, @@ -17328,7 +17328,7 @@ "name": "Q-2-32/basic-2" }, { - "state": 1454, + "state": 1115, "sym": "_triple_star_error", "row": 0, "column": 3, @@ -17343,7 +17343,7 @@ "name": "Q-2-32/basic-3" }, { - "state": 1281, + "state": 1144, "sym": "_triple_star_error", "row": 0, "column": 3, @@ -17358,7 +17358,7 @@ "name": "Q-2-32/basic-4" }, { - "state": 1349, + "state": 1145, "sym": "_triple_star_error", "row": 0, "column": 5, @@ -17373,7 +17373,7 @@ "name": "Q-2-32/basic-5" }, { - "state": 1448, + "state": 1482, "sym": "_triple_star_error", "row": 0, "column": 3, @@ -17388,7 +17388,7 @@ "name": "Q-2-32/basic-6" }, { - "state": 1447, + "state": 1474, "sym": "_triple_star_error", "row": 0, "column": 5, @@ -17403,7 +17403,7 @@ "name": "Q-2-32/basic-7" }, { - "state": 1077, + "state": 1067, "sym": "_triple_star_error", "row": 0, "column": 3, @@ -17418,7 +17418,7 @@ "name": "Q-2-32/basic-8" }, { - "state": 1429, + "state": 1433, "sym": "_triple_star_error", "row": 0, "column": 3, @@ -17433,7 +17433,7 @@ "name": "Q-2-32/basic-9" }, { - "state": 1431, + "state": 1443, "sym": "_triple_star_error", "row": 0, "column": 3, @@ -17448,7 +17448,7 @@ "name": "Q-2-32/basic-10" }, { - "state": 1449, + "state": 1499, "sym": "_triple_star_error", "row": 0, "column": 3, @@ -17463,7 +17463,7 @@ "name": "Q-2-32/basic-11" }, { - "state": 1372, + "state": 1231, "sym": "_triple_star_error", "row": 0, "column": 5, @@ -17478,7 +17478,7 @@ "name": "Q-2-32/basic-12" }, { - "state": 1372, + "state": 1231, "sym": "_triple_star_error", "row": 0, "column": 6, @@ -17493,7 +17493,7 @@ "name": "Q-2-32/basic-13" }, { - "state": 1451, + "state": 1506, "sym": "_triple_star_error", "row": 0, "column": 4, @@ -17508,7 +17508,7 @@ "name": "Q-2-32/basic-14" }, { - "state": 1079, + "state": 1072, "sym": "_triple_star_error", "row": 0, "column": 6, @@ -17523,7 +17523,7 @@ "name": "Q-2-32/basic-15" }, { - "state": 1080, + "state": 1073, "sym": "_triple_star_error", "row": 0, "column": 6, @@ -17538,7 +17538,7 @@ "name": "Q-2-32/basic-16" }, { - "state": 1081, + "state": 1074, "sym": "_triple_star_error", "row": 0, "column": 6, @@ -17553,7 +17553,7 @@ "name": "Q-2-32/basic-17" }, { - "state": 1078, + "state": 1070, "sym": "_triple_star_error", "row": 0, "column": 6, @@ -17568,7 +17568,7 @@ "name": "Q-2-32/basic-18" }, { - "state": 3315, + "state": 3520, "sym": "pandoc_str_token1", "row": 0, "column": 10, @@ -17583,7 +17583,7 @@ "name": "Q-2-33/image-with-space" }, { - "state": 3315, + "state": 3520, "sym": "pandoc_str_token1", "row": 0, "column": 14, @@ -17598,7 +17598,7 @@ "name": "Q-2-33/link-with-space" }, { - "state": 3315, + "state": 3520, "sym": "pandoc_str_token1", "row": 0, "column": 15, @@ -17613,7 +17613,7 @@ "name": "Q-2-33/image-with-multiple-spaces" }, { - "state": 3341, + "state": 3497, "sym": "pandoc_str_token1", "row": 0, "column": 9, @@ -17628,7 +17628,7 @@ "name": "Q-2-34/basic" }, { - "state": 3341, + "state": 3497, "sym": "pandoc_str_token1", "row": 0, "column": 22, @@ -17643,7 +17643,7 @@ "name": "Q-2-34/real-world-example" }, { - "state": 3341, + "state": 3497, "sym": "pandoc_str_token1", "row": 0, "column": 27, @@ -17703,7 +17703,7 @@ "name": "Q-2-35/more-than-four" }, { - "state": 357, + "state": 345, "sym": "_indented_code_block_error", "row": 2, "column": 0, @@ -17718,7 +17718,7 @@ "name": "Q-2-35/indented-blockquote" }, { - "state": 2521, + "state": 2623, "sym": "_language_specifier_token", "row": 0, "column": 5, @@ -17733,8 +17733,8 @@ "name": "Q-2-36/bare-label" }, { - "state": 2494, - "sym": "citation_id_author_in_text", + "state": 2489, + "sym": "shortcode_name", "row": 0, "column": 4, "errorInfo": { @@ -17748,8 +17748,8 @@ "name": "Q-2-36/comma-args" }, { - "state": 2494, - "sym": "citation_id_author_in_text", + "state": 2489, + "sym": "shortcode_name", "row": 0, "column": 4, "errorInfo": { @@ -17763,7 +17763,7 @@ "name": "Q-2-36/comma-and-kv" }, { - "state": 2619, + "state": 2819, "sym": "shortcode_name", "row": 1, "column": 0, @@ -17780,7 +17780,7 @@ "name": "Q-2-37/after-scheme" }, { - "state": 2619, + "state": 2819, "sym": "shortcode_name", "row": 1, "column": 0, @@ -17797,8 +17797,8 @@ "name": "Q-2-37/mid-destination" }, { - "state": 2619, - "sym": "_close_block", + "state": 2819, + "sym": ")", "row": 1, "column": 0, "errorInfo": { @@ -17814,7 +17814,247 @@ "name": "Q-2-37/before-close-paren" }, { - "state": 1671, + "state": 2818, + "sym": "_close_block", + "row": 0, + "column": 13, + "errorInfo": { + "code": "Q-2-38", + "title": "Unclosed Attribute Specifier", + "message": "I reached the end of the block before finding a closing '}' for the attribute specifier.", + "captures": [ + { + "row": 0, + "column": 6, + "size": 1, + "lrState": 2587, + "sym": "{", + "label": "attribute-start" + } + ], + "notes": [ + { + "message": "The attribute specifier starts here.", + "label": "attribute-start", + "noteType": "simple" + } + ], + "hints": [] + }, + "name": "Q-2-38/eof-after-id" + }, + { + "state": 2746, + "sym": "_close_block", + "row": 0, + "column": 11, + "errorInfo": { + "code": "Q-2-38", + "title": "Unclosed Attribute Specifier", + "message": "I reached the end of the block before finding a closing '}' for the attribute specifier.", + "captures": [ + { + "row": 0, + "column": 6, + "size": 1, + "lrState": 2587, + "sym": "{", + "label": "attribute-start" + } + ], + "notes": [ + { + "message": "The attribute specifier starts here.", + "label": "attribute-start", + "noteType": "simple" + } + ], + "hints": [] + }, + "name": "Q-2-38/eof-after-class" + }, + { + "state": 3069, + "sym": "_close_block", + "row": 0, + "column": 16, + "errorInfo": { + "code": "Q-2-38", + "title": "Unclosed Attribute Specifier", + "message": "I reached the end of the block before finding a closing '}' for the attribute specifier.", + "captures": [ + { + "row": 0, + "column": 6, + "size": 1, + "lrState": 2587, + "sym": "{", + "label": "attribute-start" + } + ], + "notes": [ + { + "message": "The attribute specifier starts here.", + "label": "attribute-start", + "noteType": "simple" + } + ], + "hints": [] + }, + "name": "Q-2-38/eof-after-kv" + }, + { + "state": 2746, + "sym": "_close_block", + "row": 1, + "column": 6, + "errorInfo": { + "code": "Q-2-38", + "title": "Unclosed Attribute Specifier", + "message": "I reached the end of the block before finding a closing '}' for the attribute specifier.", + "captures": [ + { + "row": 0, + "column": 6, + "size": 1, + "lrState": 2587, + "sym": "{", + "label": "attribute-start" + } + ], + "notes": [ + { + "message": "The attribute specifier starts here.", + "label": "attribute-start", + "noteType": "simple" + } + ], + "hints": [] + }, + "name": "Q-2-38/multi-line-eof" + }, + { + "state": 2746, + "sym": "_close_block", + "row": 1, + "column": 6, + "errorInfo": { + "code": "Q-2-38", + "title": "Unclosed Attribute Specifier", + "message": "I reached the end of the block before finding a closing '}' for the attribute specifier.", + "captures": [ + { + "row": 0, + "column": 12, + "size": 1, + "lrState": 2587, + "sym": "{", + "label": "attribute-start" + } + ], + "notes": [ + { + "message": "The attribute specifier starts here.", + "label": "attribute-start", + "noteType": "simple" + } + ], + "hints": [] + }, + "name": "Q-2-38/image-multi-line-eof" + }, + { + "state": 3279, + "sym": "_close_block", + "row": 2, + "column": 7, + "errorInfo": { + "code": "Q-2-38", + "title": "Unclosed Attribute Specifier", + "message": "I reached the end of the block before finding a closing '}' for the attribute specifier.", + "captures": [ + { + "row": 0, + "column": 6, + "size": 1, + "lrState": 2587, + "sym": "{", + "label": "attribute-start" + } + ], + "notes": [ + { + "message": "The attribute specifier starts here.", + "label": "attribute-start", + "noteType": "simple" + } + ], + "hints": [] + }, + "name": "Q-2-38/multi-line-eof-two-classes" + }, + { + "state": 3069, + "sym": "_close_block", + "row": 2, + "column": 15, + "errorInfo": { + "code": "Q-2-38", + "title": "Unclosed Attribute Specifier", + "message": "I reached the end of the block before finding a closing '}' for the attribute specifier.", + "captures": [ + { + "row": 0, + "column": 6, + "size": 1, + "lrState": 2587, + "sym": "{", + "label": "attribute-start" + } + ], + "notes": [ + { + "message": "The attribute specifier starts here.", + "label": "attribute-start", + "noteType": "simple" + } + ], + "hints": [] + }, + "name": "Q-2-38/multi-line-eof-class-and-kv" + }, + { + "state": 3069, + "sym": "_close_block", + "row": 2, + "column": 9, + "errorInfo": { + "code": "Q-2-38", + "title": "Unclosed Attribute Specifier", + "message": "I reached the end of the block before finding a closing '}' for the attribute specifier.", + "captures": [ + { + "row": 0, + "column": 6, + "size": 1, + "lrState": 2587, + "sym": "{", + "label": "attribute-start" + } + ], + "notes": [ + { + "message": "The attribute specifier starts here.", + "label": "attribute-start", + "noteType": "simple" + } + ], + "hints": [] + }, + "name": "Q-2-38/multi-line-eof-two-kvs" + }, + { + "state": 1996, "sym": "_close_block", "row": 0, "column": 17, @@ -17827,7 +18067,7 @@ "row": 0, "column": 10, "size": 2, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -17844,7 +18084,7 @@ "name": "Q-2-5/simple" }, { - "state": 1671, + "state": 1996, "sym": "_close_block", "row": 0, "column": 10, @@ -17857,7 +18097,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 904, + "lrState": 907, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -17874,7 +18114,7 @@ "name": "Q-2-5/in-link" }, { - "state": 835, + "state": 804, "sym": "_close_block", "row": 0, "column": 1, @@ -17887,7 +18127,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -17904,7 +18144,7 @@ "name": "Q-2-5/at-start" }, { - "state": 835, + "state": 804, "sym": "_close_block", "row": 0, "column": 1, @@ -17917,7 +18157,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -17934,7 +18174,7 @@ "name": "Q-2-5/at-start-1" }, { - "state": 904, + "state": 907, "sym": "_close_block", "row": 0, "column": 2, @@ -17947,7 +18187,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 904, + "lrState": 907, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -17964,7 +18204,7 @@ "name": "Q-2-5/at-start-2" }, { - "state": 904, + "state": 907, "sym": "_close_block", "row": 0, "column": 3, @@ -17977,7 +18217,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 904, + "lrState": 907, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -17994,7 +18234,7 @@ "name": "Q-2-5/at-start-3" }, { - "state": 810, + "state": 819, "sym": "_close_block", "row": 0, "column": 4, @@ -18007,7 +18247,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 810, + "lrState": 819, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18024,7 +18264,7 @@ "name": "Q-2-5/at-start-4" }, { - "state": 856, + "state": 859, "sym": "_close_block", "row": 0, "column": 2, @@ -18037,7 +18277,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 856, + "lrState": 859, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18054,7 +18294,7 @@ "name": "Q-2-5/at-start-5" }, { - "state": 847, + "state": 851, "sym": "_close_block", "row": 0, "column": 2, @@ -18067,7 +18307,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 847, + "lrState": 851, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18084,7 +18324,7 @@ "name": "Q-2-5/at-start-6" }, { - "state": 839, + "state": 843, "sym": "_close_block", "row": 0, "column": 3, @@ -18097,7 +18337,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 839, + "lrState": 843, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18114,7 +18354,7 @@ "name": "Q-2-5/at-start-7" }, { - "state": 822, + "state": 827, "sym": "_close_block", "row": 0, "column": 2, @@ -18127,7 +18367,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 822, + "lrState": 827, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18144,7 +18384,7 @@ "name": "Q-2-5/at-start-8" }, { - "state": 830, + "state": 835, "sym": "_close_block", "row": 0, "column": 2, @@ -18157,7 +18397,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 830, + "lrState": 835, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18174,7 +18414,7 @@ "name": "Q-2-5/at-start-9" }, { - "state": 888, + "state": 891, "sym": "_close_block", "row": 0, "column": 2, @@ -18187,7 +18427,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 888, + "lrState": 891, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18204,7 +18444,7 @@ "name": "Q-2-5/at-start-10" }, { - "state": 872, + "state": 875, "sym": "_close_block", "row": 0, "column": 3, @@ -18217,7 +18457,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 872, + "lrState": 875, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18234,7 +18474,7 @@ "name": "Q-2-5/at-start-11" }, { - "state": 864, + "state": 867, "sym": "_close_block", "row": 0, "column": 3, @@ -18247,7 +18487,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 864, + "lrState": 867, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18264,7 +18504,7 @@ "name": "Q-2-5/at-start-12" }, { - "state": 835, + "state": 804, "sym": "_close_block", "row": 0, "column": 3, @@ -18277,7 +18517,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18294,7 +18534,7 @@ "name": "Q-2-5/at-start-13" }, { - "state": 1708, + "state": 2024, "sym": "_close_block", "row": 0, "column": 4, @@ -18307,7 +18547,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18324,7 +18564,7 @@ "name": "Q-2-5/at-start-14" }, { - "state": 1707, + "state": 2023, "sym": "_close_block", "row": 0, "column": 6, @@ -18337,7 +18577,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18354,7 +18594,7 @@ "name": "Q-2-5/at-start-15" }, { - "state": 1716, + "state": 2028, "sym": "_close_block", "row": 0, "column": 4, @@ -18367,7 +18607,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18384,7 +18624,7 @@ "name": "Q-2-5/at-start-16" }, { - "state": 1717, + "state": 2029, "sym": "_close_block", "row": 0, "column": 6, @@ -18397,7 +18637,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18414,7 +18654,7 @@ "name": "Q-2-5/at-start-17" }, { - "state": 1704, + "state": 2020, "sym": "_close_block", "row": 0, "column": 4, @@ -18427,7 +18667,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18444,7 +18684,7 @@ "name": "Q-2-5/at-start-18" }, { - "state": 1703, + "state": 2019, "sym": "_close_block", "row": 0, "column": 6, @@ -18457,7 +18697,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18474,7 +18714,7 @@ "name": "Q-2-5/at-start-19" }, { - "state": 1156, + "state": 1483, "sym": "_close_block", "row": 0, "column": 4, @@ -18487,7 +18727,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18504,7 +18744,7 @@ "name": "Q-2-5/at-start-20" }, { - "state": 1699, + "state": 2015, "sym": "_close_block", "row": 0, "column": 4, @@ -18517,7 +18757,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18534,7 +18774,7 @@ "name": "Q-2-5/at-start-21" }, { - "state": 1700, + "state": 2016, "sym": "_close_block", "row": 0, "column": 4, @@ -18547,7 +18787,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18564,7 +18804,7 @@ "name": "Q-2-5/at-start-22" }, { - "state": 1705, + "state": 2021, "sym": "_close_block", "row": 0, "column": 4, @@ -18577,7 +18817,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18594,7 +18834,7 @@ "name": "Q-2-5/at-start-23" }, { - "state": 1775, + "state": 2076, "sym": "_close_block", "row": 0, "column": 6, @@ -18607,7 +18847,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18624,7 +18864,7 @@ "name": "Q-2-5/at-start-24" }, { - "state": 1775, + "state": 2076, "sym": "_close_block", "row": 0, "column": 7, @@ -18637,7 +18877,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18654,7 +18894,7 @@ "name": "Q-2-5/at-start-25" }, { - "state": 1706, + "state": 2022, "sym": "_close_block", "row": 0, "column": 5, @@ -18667,7 +18907,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18684,7 +18924,7 @@ "name": "Q-2-5/at-start-26" }, { - "state": 1172, + "state": 1501, "sym": "_close_block", "row": 0, "column": 7, @@ -18697,7 +18937,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18714,7 +18954,7 @@ "name": "Q-2-5/at-start-27" }, { - "state": 1173, + "state": 1502, "sym": "_close_block", "row": 0, "column": 7, @@ -18727,7 +18967,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18744,7 +18984,7 @@ "name": "Q-2-5/at-start-28" }, { - "state": 1174, + "state": 1504, "sym": "_close_block", "row": 0, "column": 7, @@ -18757,7 +18997,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18774,7 +19014,7 @@ "name": "Q-2-5/at-start-29" }, { - "state": 1171, + "state": 1500, "sym": "_close_block", "row": 0, "column": 7, @@ -18787,7 +19027,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18804,7 +19044,7 @@ "name": "Q-2-5/at-start-30" }, { - "state": 1671, + "state": 1996, "sym": "_close_block", "row": 0, "column": 2, @@ -18817,7 +19057,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 835, + "lrState": 804, "sym": "emphasis_delimiter", "label": "emphasis-start" } @@ -18834,7 +19074,7 @@ "name": "Q-2-5/at-start-31" }, { - "state": 746, + "state": 748, "sym": "_close_block", "row": 0, "column": 1, @@ -18847,7 +19087,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -18865,7 +19105,7 @@ "name": "Q-2-7/simple" }, { - "state": 746, + "state": 748, "sym": "_close_block", "row": 0, "column": 1, @@ -18878,7 +19118,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -18896,7 +19136,7 @@ "name": "Q-2-7/simple-1" }, { - "state": 739, + "state": 718, "sym": "_close_block", "row": 0, "column": 2, @@ -18909,7 +19149,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 739, + "lrState": 718, "sym": "single_quote", "label": "quote-start" } @@ -18927,7 +19167,7 @@ "name": "Q-2-7/simple-2" }, { - "state": 726, + "state": 704, "sym": "_close_block", "row": 0, "column": 2, @@ -18940,7 +19180,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 726, + "lrState": 704, "sym": "single_quote", "label": "quote-start" } @@ -18958,7 +19198,7 @@ "name": "Q-2-7/simple-3" }, { - "state": 704, + "state": 759, "sym": "_close_block", "row": 0, "column": 3, @@ -18971,7 +19211,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 704, + "lrState": 759, "sym": "single_quote", "label": "quote-start" } @@ -18989,7 +19229,7 @@ "name": "Q-2-7/simple-4" }, { - "state": 739, + "state": 718, "sym": "_close_block", "row": 0, "column": 3, @@ -19002,7 +19242,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 739, + "lrState": 718, "sym": "single_quote", "label": "quote-start" } @@ -19020,7 +19260,7 @@ "name": "Q-2-7/simple-5" }, { - "state": 761, + "state": 701, "sym": "_close_block", "row": 0, "column": 4, @@ -19033,7 +19273,7 @@ "row": 0, "column": 3, "size": 1, - "lrState": 761, + "lrState": 701, "sym": "single_quote", "label": "quote-start" } @@ -19051,7 +19291,7 @@ "name": "Q-2-7/simple-6" }, { - "state": 757, + "state": 786, "sym": "_close_block", "row": 0, "column": 2, @@ -19064,7 +19304,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 757, + "lrState": 786, "sym": "single_quote", "label": "quote-start" } @@ -19082,7 +19322,7 @@ "name": "Q-2-7/simple-7" }, { - "state": 715, + "state": 775, "sym": "_close_block", "row": 0, "column": 2, @@ -19095,7 +19335,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 715, + "lrState": 775, "sym": "single_quote", "label": "quote-start" } @@ -19113,7 +19353,7 @@ "name": "Q-2-7/simple-8" }, { - "state": 778, + "state": 770, "sym": "_close_block", "row": 0, "column": 3, @@ -19126,7 +19366,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 778, + "lrState": 770, "sym": "single_quote", "label": "quote-start" } @@ -19144,7 +19384,7 @@ "name": "Q-2-7/simple-9" }, { - "state": 712, + "state": 743, "sym": "_close_block", "row": 0, "column": 2, @@ -19157,7 +19397,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 712, + "lrState": 743, "sym": "single_quote", "label": "quote-start" } @@ -19175,7 +19415,7 @@ "name": "Q-2-7/simple-10" }, { - "state": 713, + "state": 690, "sym": "_close_block", "row": 0, "column": 2, @@ -19188,7 +19428,7 @@ "row": 0, "column": 1, "size": 1, - "lrState": 713, + "lrState": 690, "sym": "single_quote", "label": "quote-start" } @@ -19206,7 +19446,7 @@ "name": "Q-2-7/simple-11" }, { - "state": 693, + "state": 712, "sym": "_close_block", "row": 0, "column": 3, @@ -19219,7 +19459,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 693, + "lrState": 712, "sym": "single_quote", "label": "quote-start" } @@ -19268,7 +19508,7 @@ "name": "Q-2-7/simple-13" }, { - "state": 746, + "state": 748, "sym": "_close_block", "row": 0, "column": 3, @@ -19281,7 +19521,7 @@ "row": 0, "column": 2, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19299,7 +19539,7 @@ "name": "Q-2-7/simple-14" }, { - "state": 2247, + "state": 2198, "sym": "_close_block", "row": 0, "column": 4, @@ -19312,7 +19552,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19330,7 +19570,7 @@ "name": "Q-2-7/simple-15" }, { - "state": 2246, + "state": 2197, "sym": "_close_block", "row": 0, "column": 6, @@ -19343,7 +19583,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19361,7 +19601,7 @@ "name": "Q-2-7/simple-16" }, { - "state": 2247, + "state": 2198, "sym": "_close_block", "row": 0, "column": 4, @@ -19374,7 +19614,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19392,7 +19632,7 @@ "name": "Q-2-7/simple-17" }, { - "state": 2246, + "state": 2197, "sym": "_close_block", "row": 0, "column": 6, @@ -19405,7 +19645,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19423,7 +19663,7 @@ "name": "Q-2-7/simple-18" }, { - "state": 2255, + "state": 2202, "sym": "_close_block", "row": 0, "column": 4, @@ -19436,7 +19676,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19454,7 +19694,7 @@ "name": "Q-2-7/simple-19" }, { - "state": 2256, + "state": 2203, "sym": "_close_block", "row": 0, "column": 6, @@ -19467,7 +19707,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19485,7 +19725,7 @@ "name": "Q-2-7/simple-20" }, { - "state": 2243, + "state": 2194, "sym": "_close_block", "row": 0, "column": 4, @@ -19498,7 +19738,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19516,7 +19756,7 @@ "name": "Q-2-7/simple-21" }, { - "state": 2242, + "state": 2193, "sym": "_close_block", "row": 0, "column": 6, @@ -19529,7 +19769,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19547,7 +19787,7 @@ "name": "Q-2-7/simple-22" }, { - "state": 1491, + "state": 1273, "sym": "_close_block", "row": 0, "column": 4, @@ -19560,7 +19800,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19578,7 +19818,7 @@ "name": "Q-2-7/simple-23" }, { - "state": 2239, + "state": 2190, "sym": "_close_block", "row": 0, "column": 4, @@ -19591,7 +19831,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19609,7 +19849,7 @@ "name": "Q-2-7/simple-24" }, { - "state": 2244, + "state": 2195, "sym": "_close_block", "row": 0, "column": 4, @@ -19622,7 +19862,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19640,7 +19880,7 @@ "name": "Q-2-7/simple-25" }, { - "state": 2315, + "state": 2253, "sym": "_close_block", "row": 0, "column": 6, @@ -19653,7 +19893,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19671,7 +19911,7 @@ "name": "Q-2-7/simple-26" }, { - "state": 2315, + "state": 2253, "sym": "_close_block", "row": 0, "column": 7, @@ -19684,7 +19924,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19702,7 +19942,7 @@ "name": "Q-2-7/simple-27" }, { - "state": 2245, + "state": 2196, "sym": "_close_block", "row": 0, "column": 5, @@ -19715,7 +19955,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19733,7 +19973,7 @@ "name": "Q-2-7/simple-28" }, { - "state": 1506, + "state": 1290, "sym": "_close_block", "row": 0, "column": 7, @@ -19746,7 +19986,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19764,7 +20004,7 @@ "name": "Q-2-7/simple-29" }, { - "state": 1507, + "state": 1291, "sym": "_close_block", "row": 0, "column": 7, @@ -19777,7 +20017,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19795,7 +20035,7 @@ "name": "Q-2-7/simple-30" }, { - "state": 1508, + "state": 1292, "sym": "_close_block", "row": 0, "column": 7, @@ -19808,7 +20048,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19826,7 +20066,7 @@ "name": "Q-2-7/simple-31" }, { - "state": 1505, + "state": 1289, "sym": "_close_block", "row": 0, "column": 7, @@ -19839,7 +20079,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } @@ -19857,7 +20097,7 @@ "name": "Q-2-7/simple-32" }, { - "state": 2211, + "state": 2177, "sym": "_close_block", "row": 0, "column": 2, @@ -19870,7 +20110,7 @@ "row": 0, "column": 0, "size": 1, - "lrState": 746, + "lrState": 748, "sym": "single_quote", "label": "quote-start" } diff --git a/crates/pampa/resources/error-corpus/case-files/Q-2-38-eof-after-class.qmd b/crates/pampa/resources/error-corpus/case-files/Q-2-38-eof-after-class.qmd new file mode 100644 index 00000000..d299cd54 --- /dev/null +++ b/crates/pampa/resources/error-corpus/case-files/Q-2-38-eof-after-class.qmd @@ -0,0 +1 @@ +[text]{.cls diff --git a/crates/pampa/resources/error-corpus/case-files/Q-2-38-eof-after-id.qmd b/crates/pampa/resources/error-corpus/case-files/Q-2-38-eof-after-id.qmd new file mode 100644 index 00000000..5a74c2b9 --- /dev/null +++ b/crates/pampa/resources/error-corpus/case-files/Q-2-38-eof-after-id.qmd @@ -0,0 +1 @@ +[text]{#my-id diff --git a/crates/pampa/resources/error-corpus/case-files/Q-2-38-eof-after-kv.qmd b/crates/pampa/resources/error-corpus/case-files/Q-2-38-eof-after-kv.qmd new file mode 100644 index 00000000..feea1886 --- /dev/null +++ b/crates/pampa/resources/error-corpus/case-files/Q-2-38-eof-after-kv.qmd @@ -0,0 +1 @@ +[text]{key="val" diff --git a/crates/pampa/resources/error-corpus/case-files/Q-2-38-image-multi-line-eof.qmd b/crates/pampa/resources/error-corpus/case-files/Q-2-38-image-multi-line-eof.qmd new file mode 100644 index 00000000..5191608a --- /dev/null +++ b/crates/pampa/resources/error-corpus/case-files/Q-2-38-image-multi-line-eof.qmd @@ -0,0 +1,2 @@ +![](img.png){ + .cls diff --git a/crates/pampa/resources/error-corpus/case-files/Q-2-38-multi-line-eof-class-and-kv.qmd b/crates/pampa/resources/error-corpus/case-files/Q-2-38-multi-line-eof-class-and-kv.qmd new file mode 100644 index 00000000..28b2813c --- /dev/null +++ b/crates/pampa/resources/error-corpus/case-files/Q-2-38-multi-line-eof-class-and-kv.qmd @@ -0,0 +1,3 @@ +[text]{ + .cls + width="200px" diff --git a/crates/pampa/resources/error-corpus/case-files/Q-2-38-multi-line-eof-two-classes.qmd b/crates/pampa/resources/error-corpus/case-files/Q-2-38-multi-line-eof-two-classes.qmd new file mode 100644 index 00000000..47540f27 --- /dev/null +++ b/crates/pampa/resources/error-corpus/case-files/Q-2-38-multi-line-eof-two-classes.qmd @@ -0,0 +1,3 @@ +[text]{ + .cls1 + .cls2 diff --git a/crates/pampa/resources/error-corpus/case-files/Q-2-38-multi-line-eof-two-kvs.qmd b/crates/pampa/resources/error-corpus/case-files/Q-2-38-multi-line-eof-two-kvs.qmd new file mode 100644 index 00000000..7a5e12c7 --- /dev/null +++ b/crates/pampa/resources/error-corpus/case-files/Q-2-38-multi-line-eof-two-kvs.qmd @@ -0,0 +1,3 @@ +[text]{ + k1="v1" + k2="v2" diff --git a/crates/pampa/resources/error-corpus/case-files/Q-2-38-multi-line-eof.qmd b/crates/pampa/resources/error-corpus/case-files/Q-2-38-multi-line-eof.qmd new file mode 100644 index 00000000..7ab280e3 --- /dev/null +++ b/crates/pampa/resources/error-corpus/case-files/Q-2-38-multi-line-eof.qmd @@ -0,0 +1,2 @@ +[text]{ + .cls diff --git a/crates/pampa/tests/test_attr_source_parsing.rs b/crates/pampa/tests/test_attr_source_parsing.rs index 28bf818e..886f33a8 100644 --- a/crates/pampa/tests/test_attr_source_parsing.rs +++ b/crates/pampa/tests/test_attr_source_parsing.rs @@ -426,6 +426,285 @@ fn test_image_with_classes_has_attr_source() { assert_source_matches(input, center_source, ".center"); } +#[test] +fn test_image_with_multiline_attrs_parses_and_preserves_attrs() { + let input = "\ +![](featured.png){ + .hero-banner + .img-fluid + fig-align=\"center\" + width=\"600px\" +} +"; + let pandoc = parse_qmd(input); + + let Block::Paragraph(para) = &pandoc.blocks[0] else { + panic!("Expected Paragraph block, got {:?}", pandoc.blocks[0]); + }; + + let Inline::Image(image) = ¶.content[0] else { + panic!("Expected Image inline"); + }; + + assert_eq!(image.attr.1, vec!["hero-banner", "img-fluid"]); + + let kvs: Vec<(&str, &str)> = image + .attr + .2 + .iter() + .map(|(k, v)| (k.as_str(), v.as_str())) + .collect(); + assert!( + kvs.contains(&("fig-align", "center")), + "expected fig-align=center in {:?}", + kvs + ); + assert!( + kvs.contains(&("width", "600px")), + "expected width=600px in {:?}", + kvs + ); + + assert_eq!(image.attr_source.classes.len(), 2); + assert!(image.attr_source.classes[0].is_some()); + assert!(image.attr_source.classes[1].is_some()); + let hero_source = image.attr_source.classes[0].as_ref().unwrap(); + let fluid_source = image.attr_source.classes[1].as_ref().unwrap(); + assert_source_matches(input, hero_source, ".hero-banner"); + assert_source_matches(input, fluid_source, ".img-fluid"); +} + +#[test] +fn test_multiline_attrs_inside_bulleted_list_item() { + use pampa::pandoc::Block; + + let input = "- a span [text]{\n .cls1\n .cls2\n } end\n"; + let pandoc = parse_qmd(input); + + let Block::BulletList(list) = &pandoc.blocks[0] else { + panic!("Expected BulletList, got {:?}", pandoc.blocks[0]); + }; + + let item_blocks = &list.content[0]; + let Block::Plain(plain) = &item_blocks[0] else { + panic!("Expected Plain inside list item, got {:?}", item_blocks[0]); + }; + + let span = plain + .content + .iter() + .find_map(|i| match i { + Inline::Span(s) => Some(s), + _ => None, + }) + .expect("expected a Span in the list item"); + + assert_eq!(span.attr.1, vec!["cls1", "cls2"]); + assert_eq!(span.attr_source.classes.len(), 2); + assert_source_matches( + input, + span.attr_source.classes[0].as_ref().unwrap(), + ".cls1", + ); + assert_source_matches( + input, + span.attr_source.classes[1].as_ref().unwrap(), + ".cls2", + ); +} + +#[test] +fn test_multiline_attrs_inside_ordered_list_item() { + use pampa::pandoc::Block; + + let input = "1. ordered [text]{\n .cls1\n .cls2\n } end\n"; + let pandoc = parse_qmd(input); + + let Block::OrderedList(list) = &pandoc.blocks[0] else { + panic!("Expected OrderedList, got {:?}", pandoc.blocks[0]); + }; + + let item_blocks = &list.content[0]; + let Block::Plain(plain) = &item_blocks[0] else { + panic!("Expected Plain inside list item"); + }; + + let span = plain + .content + .iter() + .find_map(|i| match i { + Inline::Span(s) => Some(s), + _ => None, + }) + .expect("expected a Span in the list item"); + + assert_eq!(span.attr.1, vec!["cls1", "cls2"]); +} + +#[test] +fn test_multiline_image_attrs_inside_nested_list() { + use pampa::pandoc::Block; + + let input = "- outer\n - pic ![](img.png){\n .cls1\n width=\"200px\"\n }\n"; + let pandoc = parse_qmd(input); + + let Block::BulletList(outer) = &pandoc.blocks[0] else { + panic!("Expected outer BulletList"); + }; + + let outer_item = &outer.content[0]; + let inner_list = outer_item + .iter() + .find_map(|b| match b { + Block::BulletList(l) => Some(l), + _ => None, + }) + .expect("expected a nested BulletList"); + + let inner_item = &inner_list.content[0]; + let plain = inner_item + .iter() + .find_map(|b| match b { + Block::Plain(p) => Some(p), + _ => None, + }) + .expect("expected Plain inside inner item"); + + let image = plain + .content + .iter() + .find_map(|i| match i { + Inline::Image(img) => Some(img), + _ => None, + }) + .expect("expected an Image in the inner item"); + + assert_eq!(image.attr.1, vec!["cls1"]); + let kvs: Vec<(&str, &str)> = image + .attr + .2 + .iter() + .map(|(k, v)| (k.as_str(), v.as_str())) + .collect(); + assert!(kvs.contains(&("width", "200px")), "kvs: {:?}", kvs); +} + +#[test] +fn test_multiline_attrs_with_sibling_top_level_bullets() { + use pampa::pandoc::Block; + + let input = "\ +- first bullet +- middle [text]{ + .cls1 + .cls2 + } end +- last bullet +"; + let pandoc = parse_qmd(input); + + let Block::BulletList(list) = &pandoc.blocks[0] else { + panic!("Expected BulletList, got {:?}", pandoc.blocks[0]); + }; + + assert_eq!( + list.content.len(), + 3, + "expected 3 sibling bullets at the top level" + ); + + let Block::Plain(middle) = &list.content[1][0] else { + panic!("Expected Plain inside middle bullet"); + }; + + let span = middle + .content + .iter() + .find_map(|i| match i { + Inline::Span(s) => Some(s), + _ => None, + }) + .expect("expected a Span in the middle bullet"); + + assert_eq!(span.attr.1, vec!["cls1", "cls2"]); + + let Block::Plain(first) = &list.content[0][0] else { + panic!("Expected Plain inside first bullet"); + }; + assert!( + first.content.iter().all(|i| !matches!(i, Inline::Span(_))), + "first sibling bullet should contain no Span" + ); + let Block::Plain(last) = &list.content[2][0] else { + panic!("Expected Plain inside last bullet"); + }; + assert!( + last.content.iter().all(|i| !matches!(i, Inline::Span(_))), + "last sibling bullet should contain no Span" + ); +} + +#[test] +fn test_multiline_attrs_with_sibling_inner_bullets() { + use pampa::pandoc::Block; + + let input = "\ +- outer + - inner first + - inner middle [s]{ + .a + .b + } end + - inner last +"; + let pandoc = parse_qmd(input); + + let Block::BulletList(outer) = &pandoc.blocks[0] else { + panic!("Expected outer BulletList"); + }; + + let outer_item = &outer.content[0]; + let inner_list = outer_item + .iter() + .find_map(|b| match b { + Block::BulletList(l) => Some(l), + _ => None, + }) + .expect("expected a nested BulletList"); + + assert_eq!( + inner_list.content.len(), + 3, + "expected 3 inner sibling bullets" + ); + + let Block::Plain(middle) = &inner_list.content[1][0] else { + panic!("Expected Plain inside inner middle bullet"); + }; + + let span = middle + .content + .iter() + .find_map(|i| match i { + Inline::Span(s) => Some(s), + _ => None, + }) + .expect("expected a Span in the inner middle bullet"); + + assert_eq!(span.attr.1, vec!["a", "b"]); + + for (i, label) in [(0, "inner first"), (2, "inner last")] { + let Block::Plain(plain) = &inner_list.content[i][0] else { + panic!("Expected Plain inside inner bullet {}", label); + }; + assert!( + plain.content.iter().all(|x| !matches!(x, Inline::Span(_))), + "{} should contain no Span", + label + ); + } +} + // ============================================================================ // CodeBlock with Attributes Tests // ============================================================================ diff --git a/crates/pampa/tests/test_blockquote_multiline_attrs.rs b/crates/pampa/tests/test_blockquote_multiline_attrs.rs new file mode 100644 index 00000000..704793d4 --- /dev/null +++ b/crates/pampa/tests/test_blockquote_multiline_attrs.rs @@ -0,0 +1,155 @@ +use pampa::pandoc::{Block, Inline}; +use pampa::readers; + +fn parse_ok(input: &str) -> pampa::pandoc::Pandoc { + let (pandoc, _context, warnings) = readers::qmd::read( + input.as_bytes(), + false, + "test.qmd", + &mut std::io::sink(), + true, + None, + ) + .expect("expected parse to succeed"); + assert!( + warnings.is_empty(), + "expected no warnings; got: {:?}", + warnings + .iter() + .map(|w| w.code.as_deref()) + .collect::>() + ); + pandoc +} + +fn parse_err(input: &str) -> Vec { + let result = readers::qmd::read( + input.as_bytes(), + false, + "test.qmd", + &mut std::io::sink(), + true, + None, + ); + match result { + Ok((_pandoc, _context, warnings)) => panic!( + "expected parse to fail, but it succeeded; warnings: {:?}", + warnings + .iter() + .map(|w| w.code.as_deref()) + .collect::>() + ), + Err(diags) => diags, + } +} + +#[test] +fn blockquote_multiline_image_attrs_parses_successfully() { + let input = "> ![](img.png){\n> .cls1\n> width=\"200px\"\n> }\n"; + let pandoc = parse_ok(input); + + let Block::BlockQuote(bq) = &pandoc.blocks[0] else { + panic!("expected BlockQuote; got {:?}", pandoc.blocks[0]); + }; + let Block::Paragraph(para) = &bq.content[0] else { + panic!( + "expected Paragraph inside BlockQuote; got {:?}", + bq.content[0] + ); + }; + let Inline::Image(img) = ¶.content[0] else { + panic!("expected Image; got {:?}", para.content[0]); + }; + + assert_eq!( + img.attr.1, + vec!["cls1".to_string()], + "image should carry .cls1" + ); + let kv: Vec<_> = img.attr.2.iter().collect(); + assert_eq!(kv.len(), 1, "image should have one key-value pair"); + assert_eq!(kv[0].0, "width"); + assert_eq!(kv[0].1, "200px"); +} + +#[test] +fn blockquote_multiline_span_attrs_parses_successfully() { + let input = "> a [text]{\n> .cls1\n> .cls2\n> } end\n"; + let pandoc = parse_ok(input); + + let Block::BlockQuote(bq) = &pandoc.blocks[0] else { + panic!("expected BlockQuote; got {:?}", pandoc.blocks[0]); + }; + let Block::Paragraph(para) = &bq.content[0] else { + panic!( + "expected Paragraph inside BlockQuote; got {:?}", + bq.content[0] + ); + }; + let span = para + .content + .iter() + .find_map(|i| { + if let Inline::Span(s) = i { + Some(s) + } else { + None + } + }) + .expect("paragraph should contain a Span"); + + assert_eq!( + span.attr.1, + vec!["cls1".to_string(), "cls2".to_string()], + "span should carry both classes" + ); +} + +#[test] +fn blockquote_with_leading_indent_parses_successfully() { + let input = " > ![](img.png){\n > .cls\n > }\n"; + let pandoc = parse_ok(input); + + let Block::BlockQuote(bq) = &pandoc.blocks[0] else { + panic!("expected BlockQuote; got {:?}", pandoc.blocks[0]); + }; + let Block::Paragraph(para) = &bq.content[0] else { + panic!( + "expected Paragraph inside BlockQuote; got {:?}", + bq.content[0] + ); + }; + let Inline::Image(img) = ¶.content[0] else { + panic!("expected Image; got {:?}", para.content[0]); + }; + assert_eq!(img.attr.1, vec!["cls".to_string()]); +} + +#[test] +fn toplevel_unclosed_attr_stays_q_2_2() { + let input = "A bad [attribute]{[\n"; + let diagnostics = parse_err(input); + + assert!( + diagnostics + .iter() + .any(|d| d.code.as_deref() == Some("Q-2-2")), + "top-level unclosed attribute must remain Q-2-2; got: {:?}", + diagnostics + .iter() + .map(|d| d.code.as_deref()) + .collect::>() + ); + assert!( + !diagnostics + .iter() + .any(|d| d.code.as_deref() == Some("Q-2-38")), + "Q-2-38 (Unclosed Attribute Specifier) must not fire on the `{{[` \ + mismatched-delimiter shape — they share an LR state, and Q-2-2 owns it; \ + got: {:?}", + diagnostics + .iter() + .map(|d| d.code.as_deref()) + .collect::>() + ); +} diff --git a/crates/pampa/tests/test_unclosed_attr_specifier.rs b/crates/pampa/tests/test_unclosed_attr_specifier.rs new file mode 100644 index 00000000..21455caf --- /dev/null +++ b/crates/pampa/tests/test_unclosed_attr_specifier.rs @@ -0,0 +1,131 @@ +use pampa::readers; + +fn parse_err(input: &str) -> Vec { + let result = readers::qmd::read( + input.as_bytes(), + false, + "test.qmd", + &mut std::io::sink(), + true, + None, + ); + match result { + Ok((_pandoc, _context, warnings)) => panic!( + "expected parse to fail, but it succeeded; warnings: {:?}", + warnings + .iter() + .map(|w| w.code.as_deref()) + .collect::>() + ), + Err(diags) => diags, + } +} + +fn assert_diag(input: &str, expected_code: &str, why: &str) { + let diagnostics = parse_err(input); + assert!( + diagnostics + .iter() + .any(|d| d.code.as_deref() == Some(expected_code)), + "expected {expected_code} ({why}); got: {:?}", + diagnostics + .iter() + .map(|d| d.code.as_deref()) + .collect::>() + ); + let diag = diagnostics + .iter() + .find(|d| d.code.as_deref() == Some(expected_code)) + .unwrap(); + assert!( + !diag.details.is_empty(), + "{expected_code} should anchor a note at the opening `{{` ({why})" + ); +} + +// Cases that exercise distinct post-content parser states (2746, 2818, +// 3069) — Q-2-38 is the only diagnostic registered there. + +#[test] +fn unclosed_attr_with_id_emits_q_2_38() { + assert_diag("[text]{#my-id\n", "Q-2-38", "open + id content, no close"); +} + +#[test] +fn unclosed_attr_with_class_emits_q_2_38() { + assert_diag("[text]{.cls\n", "Q-2-38", "open + class, no close"); +} + +#[test] +fn unclosed_attr_with_kv_emits_q_2_38() { + assert_diag( + "[text]{key=\"val\"\n", + "Q-2-38", + "open + key-value, no close", + ); +} + +#[test] +fn unclosed_multi_line_attr_emits_q_2_38() { + assert_diag( + "[text]{\n .cls\n", + "Q-2-38", + "multi-line attribute list, never closed", + ); +} + +#[test] +fn unclosed_multi_line_image_attr_emits_q_2_38() { + assert_diag( + "![](img.png){\n .cls\n", + "Q-2-38", + "image with multi-line attr, never closed", + ); +} + +#[test] +fn blockquote_unclosed_attr_emits_q_2_38() { + assert_diag( + "> [text]{\n> .cls\n", + "Q-2-38", + "after the e3b315bd scanner fix, an unclosed multi-line attr inside a blockquote \ + joins the top-level inline parse and should surface Q-2-38, not the generic fallback", + ); +} + +#[test] +fn unclosed_attr_terminated_by_next_list_item_emits_q_2_38() { + // A subsequent bullet starts a new list item, closing the prior paragraph. + // The parser hits `_close_block` while still inside `{...}`, which should + // surface Q-2-38 the same as any other end-of-block trigger. + assert_diag( + "* [hello]{.test1 .test2\n* test\n", + "Q-2-38", + "next list item closes the block while the attribute list is still unclosed", + ); +} + +// Cases that hit (state=2587, sym=_close_block) — shared with the +// existing Q-2-2/simple `{[` case. Both shapes can't be distinguished at +// the LR table lookup level, so they fall under Q-2-2 ("Mismatched +// Delimiter in Attribute Specifier"). Q-2-2's anchor note still pins +// the opening `{` for the user. + +#[test] +fn bare_unclosed_attr_emits_q_2_2() { + assert_diag( + "[text]{\n", + "Q-2-2", + "bare unclosed `{` shares an LR state with the `{[` mismatched-delimiter case; \ + resolves to Q-2-2", + ); +} + +#[test] +fn bare_unclosed_image_attr_emits_q_2_2() { + assert_diag( + "![](img.png){\n", + "Q-2-2", + "image bare unclosed `{` shares the same LR state as the span case", + ); +} diff --git a/crates/tree-sitter-qmd/tree-sitter-markdown/grammar.js b/crates/tree-sitter-qmd/tree-sitter-markdown/grammar.js index 91ffa69e..403b4ea4 100644 --- a/crates/tree-sitter-qmd/tree-sitter-markdown/grammar.js +++ b/crates/tree-sitter-qmd/tree-sitter-markdown/grammar.js @@ -428,15 +428,16 @@ module.exports = grammar({ attribute_specifier: $ => seq( '{', + optional($._attr_ws), optional(choice( $.raw_specifier, // =aslkjfdasd - $.language_specifier, // python - $.commonmark_specifier, + $.language_specifier, // python + $.commonmark_specifier, // #id // .class // #id .class // key=value - // NOT: python .class + // NOT: python .class alias($._commonmark_specifier_start_with_class, $.commonmark_specifier), alias($._commonmark_specifier_start_with_kv, $.commonmark_specifier) )), @@ -445,6 +446,7 @@ module.exports = grammar({ _pandoc_attr_specifier: $ => seq( '{', + optional($._attr_ws), optional(choice( $.unnumbered_specifier, $.commonmark_specifier, @@ -470,23 +472,24 @@ module.exports = grammar({ optional($._inline_whitespace), alias(/[#][._A-Za-z0-9-]+/, $.attribute_id), optional( - seq($._inline_whitespace, + seq($._attr_ws, choice( - $._commonmark_specifier_start_with_class, + $._commonmark_specifier_start_with_class, $._commonmark_specifier_start_with_kv))), - optional($._inline_whitespace), + optional($._attr_ws), )), _commonmark_specifier_start_with_class: $ => prec.right(seq( alias(/[.][A-Za-z][A-Za-z0-9_.-]*/, $.attribute_class), - optional(repeat(seq($._inline_whitespace, alias(/[.][A-Za-z][A-Za-z0-9_-]*/, $.attribute_class)))), - optional(seq($._inline_whitespace, $._commonmark_specifier_start_with_kv)), + optional(repeat(seq($._attr_ws, alias(/[.][A-Za-z][A-Za-z0-9_-]*/, $.attribute_class)))), + optional(seq($._attr_ws, $._commonmark_specifier_start_with_kv)), + optional($._attr_ws), )), _commonmark_specifier_start_with_kv: $ => prec.right(seq( alias($._commonmark_key_value_specifier, $.key_value_specifier), - optional(repeat(seq(optional($._inline_whitespace), alias($._commonmark_key_value_specifier, $.key_value_specifier)))), - optional($._inline_whitespace) + optional(repeat(seq(optional($._attr_ws), alias($._commonmark_key_value_specifier, $.key_value_specifier)))), + optional($._attr_ws) )), _commonmark_key_value_specifier: $ => seq( @@ -895,6 +898,10 @@ module.exports = grammar({ _inline_whitespace: $ => prec(-1, choice($._whitespace, $._soft_line_break)), + // Like _inline_whitespace, but matches a run of whitespace/soft-line-breaks + // so attribute lists can span multiple lines with leading indent on + // continuation lines (e.g. ![](x.png){\n .a\n .b\n}). + _attr_ws: $ => prec(-1, repeat1(choice($._whitespace, $._soft_line_break))), _whitespace: $ => /[ \t]+/, _linebreak: $ => /[\r\n]+/, }, 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 99b60213..0ceb51c2 100644 --- a/crates/tree-sitter-qmd/tree-sitter-markdown/src/grammar.json +++ b/crates/tree-sitter-qmd/tree-sitter-markdown/src/grammar.json @@ -2040,6 +2040,18 @@ "type": "STRING", "value": "{" }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_attr_ws" + }, + { + "type": "BLANK" + } + ] + }, { "type": "CHOICE", "members": [ @@ -2096,6 +2108,18 @@ "type": "STRING", "value": "{" }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_attr_ws" + }, + { + "type": "BLANK" + } + ] + }, { "type": "CHOICE", "members": [ @@ -2280,7 +2304,7 @@ "members": [ { "type": "SYMBOL", - "name": "_inline_whitespace" + "name": "_attr_ws" }, { "type": "CHOICE", @@ -2307,7 +2331,7 @@ "members": [ { "type": "SYMBOL", - "name": "_inline_whitespace" + "name": "_attr_ws" }, { "type": "BLANK" @@ -2342,7 +2366,7 @@ "members": [ { "type": "SYMBOL", - "name": "_inline_whitespace" + "name": "_attr_ws" }, { "type": "ALIAS", @@ -2369,7 +2393,7 @@ "members": [ { "type": "SYMBOL", - "name": "_inline_whitespace" + "name": "_attr_ws" }, { "type": "SYMBOL", @@ -2381,6 +2405,18 @@ "type": "BLANK" } ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_attr_ws" + }, + { + "type": "BLANK" + } + ] } ] } @@ -2413,7 +2449,7 @@ "members": [ { "type": "SYMBOL", - "name": "_inline_whitespace" + "name": "_attr_ws" }, { "type": "BLANK" @@ -2442,7 +2478,7 @@ "members": [ { "type": "SYMBOL", - "name": "_inline_whitespace" + "name": "_attr_ws" }, { "type": "BLANK" @@ -4716,6 +4752,26 @@ ] } }, + "_attr_ws": { + "type": "PREC", + "value": -1, + "content": { + "type": "REPEAT1", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_whitespace" + }, + { + "type": "SYMBOL", + "name": "_soft_line_break" + } + ] + } + } + }, "_whitespace": { "type": "PATTERN", "value": "[ \\t]+" 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 1921e8e3..dc6b14ad 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 @@ -4,9 +4,13 @@ "named": true, "fields": {}, "children": { - "multiple": false, + "multiple": true, "required": false, "types": [ + { + "type": "block_continuation", + "named": true + }, { "type": "commonmark_specifier", "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 fe986bd0..56d39776 100644 --- a/crates/tree-sitter-qmd/tree-sitter-markdown/src/parser.c +++ b/crates/tree-sitter-qmd/tree-sitter-markdown/src/parser.c @@ -15,9 +15,9 @@ #endif #define LANGUAGE_VERSION 15 -#define STATE_COUNT 4223 +#define STATE_COUNT 4409 #define LARGE_STATE_COUNT 583 -#define SYMBOL_COUNT 260 +#define SYMBOL_COUNT 262 #define ALIAS_COUNT 8 #define TOKEN_COUNT 132 #define EXTERNAL_TOKEN_COUNT 86 @@ -256,45 +256,47 @@ enum ts_symbol_identifiers { sym__newline = 226, sym__soft_line_break = 227, sym__inline_whitespace = 228, - aux_sym_document_repeat1 = 229, - aux_sym_document_repeat2 = 230, - aux_sym__section1_repeat1 = 231, - aux_sym__section2_repeat1 = 232, - aux_sym__section3_repeat1 = 233, - aux_sym__section4_repeat1 = 234, - aux_sym__section5_repeat1 = 235, - aux_sym_pipe_table_repeat1 = 236, - aux_sym_pipe_table_delimiter_row_repeat1 = 237, - aux_sym_pipe_table_delimiter_cell_repeat1 = 238, - aux_sym_pipe_table_row_repeat1 = 239, - aux_sym__inlines_repeat1 = 240, - aux_sym_target_repeat1 = 241, - aux_sym_pandoc_code_span_repeat1 = 242, - aux_sym__commonmark_specifier_start_with_class_repeat1 = 243, - aux_sym__commonmark_specifier_start_with_kv_repeat1 = 244, - aux_sym__commonmark_single_quote_string_repeat1 = 245, - aux_sym__commonmark_double_quote_string_repeat1 = 246, - aux_sym__line_repeat1 = 247, - aux_sym__line_with_maybe_spaces_repeat1 = 248, - aux_sym_shortcode_escaped_repeat1 = 249, - aux_sym_shortcode_escaped_repeat2 = 250, - aux_sym_shortcode_repeat1 = 251, - aux_sym_pandoc_block_quote_repeat1 = 252, - aux_sym__list_plus_repeat1 = 253, - aux_sym__list_minus_repeat1 = 254, - aux_sym__list_star_repeat1 = 255, - aux_sym__list_dot_repeat1 = 256, - aux_sym__list_parenthesis_repeat1 = 257, - aux_sym__list_example_repeat1 = 258, - aux_sym_code_fence_content_repeat1 = 259, - alias_sym_citation_id_suppress_author = 260, - alias_sym_content = 261, - alias_sym_pandoc_soft_break = 262, - alias_sym_pandoc_space = 263, - alias_sym_pipe_table_align_right = 264, - alias_sym_pipe_table_header = 265, - alias_sym_title = 266, - alias_sym_url = 267, + sym__attr_ws = 229, + aux_sym_document_repeat1 = 230, + aux_sym_document_repeat2 = 231, + aux_sym__section1_repeat1 = 232, + aux_sym__section2_repeat1 = 233, + aux_sym__section3_repeat1 = 234, + aux_sym__section4_repeat1 = 235, + aux_sym__section5_repeat1 = 236, + aux_sym_pipe_table_repeat1 = 237, + aux_sym_pipe_table_delimiter_row_repeat1 = 238, + aux_sym_pipe_table_delimiter_cell_repeat1 = 239, + aux_sym_pipe_table_row_repeat1 = 240, + aux_sym__inlines_repeat1 = 241, + aux_sym_target_repeat1 = 242, + aux_sym_pandoc_code_span_repeat1 = 243, + aux_sym__commonmark_specifier_start_with_class_repeat1 = 244, + aux_sym__commonmark_specifier_start_with_kv_repeat1 = 245, + aux_sym__commonmark_single_quote_string_repeat1 = 246, + aux_sym__commonmark_double_quote_string_repeat1 = 247, + aux_sym__line_repeat1 = 248, + aux_sym__line_with_maybe_spaces_repeat1 = 249, + aux_sym_shortcode_escaped_repeat1 = 250, + aux_sym_shortcode_escaped_repeat2 = 251, + aux_sym_shortcode_repeat1 = 252, + aux_sym_pandoc_block_quote_repeat1 = 253, + aux_sym__list_plus_repeat1 = 254, + aux_sym__list_minus_repeat1 = 255, + aux_sym__list_star_repeat1 = 256, + aux_sym__list_dot_repeat1 = 257, + aux_sym__list_parenthesis_repeat1 = 258, + aux_sym__list_example_repeat1 = 259, + aux_sym_code_fence_content_repeat1 = 260, + aux_sym__attr_ws_repeat1 = 261, + alias_sym_citation_id_suppress_author = 262, + alias_sym_content = 263, + alias_sym_pandoc_soft_break = 264, + alias_sym_pandoc_space = 265, + alias_sym_pipe_table_align_right = 266, + alias_sym_pipe_table_header = 267, + alias_sym_title = 268, + alias_sym_url = 269, }; static const char * const ts_symbol_names[] = { @@ -527,6 +529,7 @@ static const char * const ts_symbol_names[] = { [sym__newline] = "_newline", [sym__soft_line_break] = "_soft_line_break", [sym__inline_whitespace] = "_inline_whitespace", + [sym__attr_ws] = "_attr_ws", [aux_sym_document_repeat1] = "document_repeat1", [aux_sym_document_repeat2] = "document_repeat2", [aux_sym__section1_repeat1] = "_section1_repeat1", @@ -558,6 +561,7 @@ static const char * const ts_symbol_names[] = { [aux_sym__list_parenthesis_repeat1] = "_list_parenthesis_repeat1", [aux_sym__list_example_repeat1] = "_list_example_repeat1", [aux_sym_code_fence_content_repeat1] = "code_fence_content_repeat1", + [aux_sym__attr_ws_repeat1] = "_attr_ws_repeat1", [alias_sym_citation_id_suppress_author] = "citation_id_suppress_author", [alias_sym_content] = "content", [alias_sym_pandoc_soft_break] = "pandoc_soft_break", @@ -798,6 +802,7 @@ static const TSSymbol ts_symbol_map[] = { [sym__newline] = sym__newline, [sym__soft_line_break] = sym__soft_line_break, [sym__inline_whitespace] = sym__inline_whitespace, + [sym__attr_ws] = sym__attr_ws, [aux_sym_document_repeat1] = aux_sym_document_repeat1, [aux_sym_document_repeat2] = aux_sym_document_repeat2, [aux_sym__section1_repeat1] = aux_sym__section1_repeat1, @@ -829,6 +834,7 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym__list_parenthesis_repeat1] = aux_sym__list_parenthesis_repeat1, [aux_sym__list_example_repeat1] = aux_sym__list_example_repeat1, [aux_sym_code_fence_content_repeat1] = aux_sym_code_fence_content_repeat1, + [aux_sym__attr_ws_repeat1] = aux_sym__attr_ws_repeat1, [alias_sym_citation_id_suppress_author] = alias_sym_citation_id_suppress_author, [alias_sym_content] = alias_sym_content, [alias_sym_pandoc_soft_break] = alias_sym_pandoc_soft_break, @@ -1756,6 +1762,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = true, }, + [sym__attr_ws] = { + .visible = false, + .named = true, + }, [aux_sym_document_repeat1] = { .visible = false, .named = false, @@ -1880,6 +1890,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [aux_sym__attr_ws_repeat1] = { + .visible = false, + .named = false, + }, [alias_sym_citation_id_suppress_author] = { .visible = true, .named = true, @@ -2100,36 +2114,36 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [5] = 5, [6] = 6, [7] = 7, - [8] = 2, - [9] = 7, - [10] = 4, - [11] = 3, + [8] = 6, + [9] = 2, + [10] = 3, + [11] = 4, [12] = 5, - [13] = 6, - [14] = 2, - [15] = 7, - [16] = 4, - [17] = 3, + [13] = 7, + [14] = 6, + [15] = 2, + [16] = 3, + [17] = 4, [18] = 5, - [19] = 6, + [19] = 7, [20] = 20, [21] = 21, [22] = 22, [23] = 23, [24] = 24, [25] = 25, - [26] = 20, - [27] = 25, - [28] = 24, - [29] = 21, - [30] = 22, - [31] = 23, - [32] = 24, - [33] = 25, - [34] = 20, - [35] = 21, - [36] = 22, - [37] = 23, + [26] = 25, + [27] = 20, + [28] = 21, + [29] = 22, + [30] = 23, + [31] = 24, + [32] = 25, + [33] = 20, + [34] = 21, + [35] = 22, + [36] = 23, + [37] = 24, [38] = 38, [39] = 39, [40] = 40, @@ -2154,77 +2168,77 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [59] = 44, [60] = 60, [61] = 61, - [62] = 62, - [63] = 60, + [62] = 60, + [63] = 63, [64] = 64, - [65] = 65, - [66] = 66, - [67] = 46, - [68] = 64, + [65] = 61, + [66] = 60, + [67] = 63, + [68] = 63, [69] = 69, - [70] = 60, - [71] = 64, - [72] = 65, - [73] = 65, + [70] = 70, + [71] = 46, + [72] = 72, + [73] = 61, [74] = 74, [75] = 75, [76] = 76, [77] = 74, [78] = 75, - [79] = 75, + [79] = 76, [80] = 74, - [81] = 76, + [81] = 75, [82] = 76, [83] = 83, [84] = 84, [85] = 85, [86] = 83, - [87] = 84, + [87] = 85, [88] = 84, [89] = 85, - [90] = 85, + [90] = 84, [91] = 83, [92] = 92, [93] = 93, [94] = 94, - [95] = 93, - [96] = 94, - [97] = 92, - [98] = 94, - [99] = 92, + [95] = 94, + [96] = 92, + [97] = 93, + [98] = 92, + [99] = 94, [100] = 93, [101] = 101, [102] = 102, [103] = 103, - [104] = 101, - [105] = 102, - [106] = 103, - [107] = 102, + [104] = 102, + [105] = 101, + [106] = 101, + [107] = 103, [108] = 103, - [109] = 101, + [109] = 102, [110] = 110, [111] = 111, [112] = 112, [113] = 110, [114] = 111, - [115] = 112, - [116] = 110, - [117] = 111, - [118] = 112, + [115] = 111, + [116] = 112, + [117] = 112, + [118] = 110, [119] = 119, [120] = 120, [121] = 121, [122] = 120, [123] = 119, - [124] = 120, - [125] = 121, - [126] = 119, - [127] = 121, + [124] = 121, + [125] = 120, + [126] = 121, + [127] = 119, [128] = 128, - [129] = 128, - [130] = 130, - [131] = 130, - [132] = 130, + [129] = 129, + [130] = 129, + [131] = 128, + [132] = 129, [133] = 128, [134] = 134, [135] = 135, @@ -2238,31 +2252,31 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [143] = 143, [144] = 144, [145] = 145, - [146] = 138, - [147] = 140, - [148] = 138, - [149] = 136, - [150] = 140, - [151] = 137, - [152] = 141, - [153] = 142, - [154] = 143, - [155] = 144, - [156] = 145, - [157] = 135, - [158] = 145, - [159] = 142, - [160] = 136, + [146] = 143, + [147] = 137, + [148] = 139, + [149] = 140, + [150] = 138, + [151] = 141, + [152] = 144, + [153] = 145, + [154] = 139, + [155] = 135, + [156] = 134, + [157] = 140, + [158] = 142, + [159] = 141, + [160] = 142, [161] = 137, - [162] = 143, - [163] = 163, + [162] = 136, + [163] = 143, [164] = 135, - [165] = 144, - [166] = 141, - [167] = 134, - [168] = 139, - [169] = 134, - [170] = 139, + [165] = 136, + [166] = 134, + [167] = 167, + [168] = 138, + [169] = 144, + [170] = 145, [171] = 171, [172] = 172, [173] = 173, @@ -2289,48 +2303,48 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [194] = 194, [195] = 195, [196] = 196, - [197] = 197, - [198] = 171, + [197] = 171, + [198] = 198, [199] = 199, [200] = 200, - [201] = 197, - [202] = 171, - [203] = 197, - [204] = 171, - [205] = 197, - [206] = 171, - [207] = 197, - [208] = 171, - [209] = 197, - [210] = 171, - [211] = 197, - [212] = 171, - [213] = 197, - [214] = 171, - [215] = 197, - [216] = 171, - [217] = 197, - [218] = 171, - [219] = 197, - [220] = 171, - [221] = 197, - [222] = 171, - [223] = 197, - [224] = 171, - [225] = 197, - [226] = 197, - [227] = 171, + [201] = 171, + [202] = 198, + [203] = 171, + [204] = 198, + [205] = 171, + [206] = 198, + [207] = 171, + [208] = 198, + [209] = 171, + [210] = 198, + [211] = 171, + [212] = 198, + [213] = 171, + [214] = 198, + [215] = 171, + [216] = 198, + [217] = 171, + [218] = 198, + [219] = 171, + [220] = 198, + [221] = 171, + [222] = 198, + [223] = 171, + [224] = 198, + [225] = 171, + [226] = 198, + [227] = 198, [228] = 228, - [229] = 197, - [230] = 171, + [229] = 171, + [230] = 198, [231] = 231, [232] = 232, [233] = 233, - [234] = 187, + [234] = 234, [235] = 235, [236] = 236, [237] = 237, - [238] = 188, + [238] = 238, [239] = 239, [240] = 240, [241] = 241, @@ -2363,55 +2377,55 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [268] = 268, [269] = 269, [270] = 270, - [271] = 185, + [271] = 271, [272] = 272, - [273] = 273, + [273] = 187, [274] = 274, - [275] = 275, + [275] = 188, [276] = 276, - [277] = 277, - [278] = 278, - [279] = 192, + [277] = 190, + [278] = 191, + [279] = 184, [280] = 280, - [281] = 281, + [281] = 192, [282] = 193, [283] = 194, - [284] = 199, - [285] = 172, - [286] = 181, - [287] = 186, + [284] = 180, + [285] = 199, + [286] = 286, + [287] = 287, [288] = 288, [289] = 289, [290] = 290, - [291] = 291, - [292] = 292, - [293] = 189, + [291] = 172, + [292] = 172, + [293] = 173, [294] = 173, - [295] = 181, + [295] = 195, [296] = 296, - [297] = 195, - [298] = 182, - [299] = 183, - [300] = 172, - [301] = 173, - [302] = 184, - [303] = 185, - [304] = 186, - [305] = 187, - [306] = 188, + [297] = 183, + [298] = 184, + [299] = 174, + [300] = 300, + [301] = 185, + [302] = 186, + [303] = 187, + [304] = 188, + [305] = 305, + [306] = 306, [307] = 307, - [308] = 308, - [309] = 309, - [310] = 189, - [311] = 190, - [312] = 191, - [313] = 192, - [314] = 193, - [315] = 194, + [308] = 189, + [309] = 190, + [310] = 191, + [311] = 192, + [312] = 193, + [313] = 194, + [314] = 314, + [315] = 315, [316] = 316, - [317] = 317, - [318] = 318, - [319] = 174, + [317] = 196, + [318] = 199, + [319] = 319, [320] = 320, [321] = 321, [322] = 322, @@ -2419,279 +2433,279 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [324] = 324, [325] = 325, [326] = 326, - [327] = 327, - [328] = 328, - [329] = 329, - [330] = 175, - [331] = 176, - [332] = 177, - [333] = 190, - [334] = 191, + [327] = 175, + [328] = 176, + [329] = 177, + [330] = 330, + [331] = 189, + [332] = 332, + [333] = 333, + [334] = 334, [335] = 335, - [336] = 199, + [336] = 336, [337] = 337, [338] = 338, [339] = 339, [340] = 340, - [341] = 341, + [341] = 185, [342] = 196, [343] = 343, - [344] = 344, - [345] = 196, + [344] = 180, + [345] = 195, [346] = 174, - [347] = 347, + [347] = 186, [348] = 175, [349] = 349, - [350] = 176, - [351] = 351, + [350] = 350, + [351] = 176, [352] = 352, [353] = 177, [354] = 182, [355] = 183, - [356] = 184, - [357] = 195, - [358] = 244, - [359] = 274, - [360] = 360, - [361] = 361, + [356] = 356, + [357] = 182, + [358] = 236, + [359] = 248, + [360] = 249, + [361] = 250, [362] = 362, - [363] = 363, - [364] = 364, + [363] = 251, + [364] = 252, [365] = 365, - [366] = 236, - [367] = 237, - [368] = 239, - [369] = 241, - [370] = 281, - [371] = 243, - [372] = 365, - [373] = 245, - [374] = 321, - [375] = 247, - [376] = 360, - [377] = 249, - [378] = 250, - [379] = 251, - [380] = 252, - [381] = 338, - [382] = 382, - [383] = 253, - [384] = 254, - [385] = 343, - [386] = 273, - [387] = 352, - [388] = 255, - [389] = 256, - [390] = 257, - [391] = 258, - [392] = 259, - [393] = 260, - [394] = 261, - [395] = 262, - [396] = 263, - [397] = 264, - [398] = 265, - [399] = 266, - [400] = 351, - [401] = 267, - [402] = 268, - [403] = 269, - [404] = 270, - [405] = 232, - [406] = 272, - [407] = 273, - [408] = 274, - [409] = 240, - [410] = 360, - [411] = 361, - [412] = 362, - [413] = 363, - [414] = 364, - [415] = 365, - [416] = 317, - [417] = 318, - [418] = 418, - [419] = 419, - [420] = 420, - [421] = 351, - [422] = 276, - [423] = 278, - [424] = 242, - [425] = 244, - [426] = 246, - [427] = 248, - [428] = 275, - [429] = 277, - [430] = 280, - [431] = 281, - [432] = 321, - [433] = 276, - [434] = 338, - [435] = 278, - [436] = 343, - [437] = 361, - [438] = 352, - [439] = 362, - [440] = 317, - [441] = 240, - [442] = 242, - [443] = 320, - [444] = 363, - [445] = 246, - [446] = 322, - [447] = 323, - [448] = 324, - [449] = 325, - [450] = 326, - [451] = 327, - [452] = 328, - [453] = 320, - [454] = 322, - [455] = 455, - [456] = 418, - [457] = 419, - [458] = 420, - [459] = 323, - [460] = 324, - [461] = 325, - [462] = 326, - [463] = 327, - [464] = 328, - [465] = 248, - [466] = 466, - [467] = 329, - [468] = 329, - [469] = 275, - [470] = 277, - [471] = 280, - [472] = 364, - [473] = 335, - [474] = 455, - [475] = 418, - [476] = 419, - [477] = 420, - [478] = 337, + [366] = 366, + [367] = 253, + [368] = 254, + [369] = 255, + [370] = 256, + [371] = 257, + [372] = 258, + [373] = 259, + [374] = 260, + [375] = 375, + [376] = 261, + [377] = 262, + [378] = 263, + [379] = 264, + [380] = 274, + [381] = 265, + [382] = 266, + [383] = 267, + [384] = 268, + [385] = 269, + [386] = 270, + [387] = 232, + [388] = 272, + [389] = 276, + [390] = 390, + [391] = 375, + [392] = 392, + [393] = 393, + [394] = 362, + [395] = 365, + [396] = 366, + [397] = 315, + [398] = 316, + [399] = 399, + [400] = 271, + [401] = 296, + [402] = 349, + [403] = 238, + [404] = 349, + [405] = 240, + [406] = 242, + [407] = 244, + [408] = 408, + [409] = 300, + [410] = 274, + [411] = 276, + [412] = 271, + [413] = 296, + [414] = 236, + [415] = 238, + [416] = 240, + [417] = 242, + [418] = 244, + [419] = 246, + [420] = 319, + [421] = 280, + [422] = 320, + [423] = 330, + [424] = 321, + [425] = 335, + [426] = 322, + [427] = 339, + [428] = 323, + [429] = 324, + [430] = 356, + [431] = 325, + [432] = 432, + [433] = 326, + [434] = 300, + [435] = 319, + [436] = 320, + [437] = 321, + [438] = 322, + [439] = 323, + [440] = 324, + [441] = 325, + [442] = 332, + [443] = 334, + [444] = 246, + [445] = 336, + [446] = 326, + [447] = 447, + [448] = 338, + [449] = 280, + [450] = 399, + [451] = 408, + [452] = 447, + [453] = 453, + [454] = 340, + [455] = 453, + [456] = 332, + [457] = 343, + [458] = 334, + [459] = 330, + [460] = 336, + [461] = 350, + [462] = 338, + [463] = 432, + [464] = 352, + [465] = 340, + [466] = 343, + [467] = 233, + [468] = 350, + [469] = 352, + [470] = 233, + [471] = 399, + [472] = 408, + [473] = 447, + [474] = 453, + [475] = 234, + [476] = 235, + [477] = 234, + [478] = 237, [479] = 335, - [480] = 339, - [481] = 341, - [482] = 337, - [483] = 344, - [484] = 349, - [485] = 466, - [486] = 339, - [487] = 296, - [488] = 233, - [489] = 235, - [490] = 341, - [491] = 466, - [492] = 344, - [493] = 455, - [494] = 418, - [495] = 419, - [496] = 420, - [497] = 236, - [498] = 237, - [499] = 455, - [500] = 418, - [501] = 419, - [502] = 420, - [503] = 239, - [504] = 455, - [505] = 418, - [506] = 419, - [507] = 420, - [508] = 349, - [509] = 241, - [510] = 455, - [511] = 418, - [512] = 419, - [513] = 420, - [514] = 243, - [515] = 455, - [516] = 418, - [517] = 419, - [518] = 420, - [519] = 296, - [520] = 245, - [521] = 455, - [522] = 418, - [523] = 419, - [524] = 420, - [525] = 233, - [526] = 247, - [527] = 455, - [528] = 418, - [529] = 419, - [530] = 420, - [531] = 249, - [532] = 455, - [533] = 418, - [534] = 419, - [535] = 420, - [536] = 250, - [537] = 251, - [538] = 455, - [539] = 418, - [540] = 419, - [541] = 420, - [542] = 235, - [543] = 252, - [544] = 455, - [545] = 418, - [546] = 419, - [547] = 420, - [548] = 253, - [549] = 254, - [550] = 455, - [551] = 418, - [552] = 419, - [553] = 420, - [554] = 255, - [555] = 256, - [556] = 455, - [557] = 418, - [558] = 419, - [559] = 420, - [560] = 257, - [561] = 258, - [562] = 455, - [563] = 418, - [564] = 419, - [565] = 420, - [566] = 259, - [567] = 260, - [568] = 261, - [569] = 262, - [570] = 263, - [571] = 264, - [572] = 265, - [573] = 266, - [574] = 267, - [575] = 268, - [576] = 269, - [577] = 270, - [578] = 232, - [579] = 272, - [580] = 382, - [581] = 382, - [582] = 455, + [480] = 239, + [481] = 432, + [482] = 247, + [483] = 339, + [484] = 243, + [485] = 235, + [486] = 245, + [487] = 247, + [488] = 248, + [489] = 249, + [490] = 399, + [491] = 408, + [492] = 447, + [493] = 453, + [494] = 237, + [495] = 250, + [496] = 399, + [497] = 408, + [498] = 447, + [499] = 453, + [500] = 251, + [501] = 252, + [502] = 399, + [503] = 408, + [504] = 447, + [505] = 453, + [506] = 253, + [507] = 254, + [508] = 399, + [509] = 408, + [510] = 447, + [511] = 453, + [512] = 255, + [513] = 256, + [514] = 399, + [515] = 408, + [516] = 447, + [517] = 453, + [518] = 257, + [519] = 258, + [520] = 399, + [521] = 408, + [522] = 447, + [523] = 453, + [524] = 259, + [525] = 260, + [526] = 399, + [527] = 408, + [528] = 447, + [529] = 453, + [530] = 261, + [531] = 262, + [532] = 399, + [533] = 408, + [534] = 447, + [535] = 453, + [536] = 263, + [537] = 264, + [538] = 399, + [539] = 408, + [540] = 447, + [541] = 453, + [542] = 265, + [543] = 266, + [544] = 399, + [545] = 408, + [546] = 447, + [547] = 453, + [548] = 267, + [549] = 268, + [550] = 399, + [551] = 408, + [552] = 447, + [553] = 453, + [554] = 269, + [555] = 270, + [556] = 399, + [557] = 408, + [558] = 447, + [559] = 453, + [560] = 232, + [561] = 272, + [562] = 399, + [563] = 408, + [564] = 447, + [565] = 453, + [566] = 375, + [567] = 392, + [568] = 393, + [569] = 362, + [570] = 365, + [571] = 366, + [572] = 392, + [573] = 239, + [574] = 356, + [575] = 241, + [576] = 243, + [577] = 393, + [578] = 245, + [579] = 315, + [580] = 390, + [581] = 390, + [582] = 241, [583] = 583, - [584] = 288, - [585] = 289, - [586] = 290, - [587] = 587, - [588] = 308, - [589] = 309, - [590] = 583, + [584] = 583, + [585] = 287, + [586] = 288, + [587] = 289, + [588] = 290, + [589] = 333, + [590] = 590, [591] = 591, - [592] = 291, - [593] = 292, - [594] = 316, - [595] = 307, - [596] = 583, - [597] = 340, + [592] = 583, + [593] = 305, + [594] = 314, + [595] = 306, + [596] = 286, + [597] = 307, [598] = 583, - [599] = 347, + [599] = 583, [600] = 583, [601] = 583, [602] = 583, @@ -2703,318 +2717,318 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [608] = 583, [609] = 583, [610] = 583, - [611] = 583, + [611] = 337, [612] = 612, - [613] = 612, - [614] = 614, - [615] = 612, - [616] = 616, - [617] = 614, + [613] = 613, + [614] = 612, + [615] = 615, + [616] = 612, + [617] = 613, [618] = 612, - [619] = 619, - [620] = 620, - [621] = 614, - [622] = 614, + [619] = 612, + [620] = 613, + [621] = 613, + [622] = 613, [623] = 612, [624] = 612, - [625] = 614, - [626] = 612, - [627] = 627, - [628] = 627, - [629] = 614, - [630] = 612, - [631] = 631, - [632] = 614, + [625] = 612, + [626] = 626, + [627] = 626, + [628] = 613, + [629] = 612, + [630] = 613, + [631] = 613, + [632] = 612, [633] = 612, - [634] = 614, + [634] = 613, [635] = 612, - [636] = 614, + [636] = 613, [637] = 612, - [638] = 619, - [639] = 614, + [638] = 638, + [639] = 613, [640] = 612, - [641] = 631, - [642] = 614, - [643] = 612, - [644] = 614, - [645] = 612, - [646] = 620, - [647] = 614, - [648] = 612, - [649] = 614, - [650] = 614, + [641] = 641, + [642] = 638, + [643] = 613, + [644] = 615, + [645] = 613, + [646] = 612, + [647] = 641, + [648] = 648, + [649] = 648, + [650] = 613, [651] = 612, - [652] = 616, - [653] = 614, - [654] = 616, - [655] = 616, - [656] = 619, - [657] = 620, - [658] = 619, - [659] = 620, - [660] = 619, - [661] = 620, - [662] = 616, - [663] = 620, - [664] = 616, - [665] = 616, - [666] = 616, - [667] = 619, - [668] = 616, - [669] = 591, - [670] = 620, - [671] = 587, - [672] = 619, - [673] = 620, - [674] = 616, - [675] = 620, - [676] = 616, - [677] = 619, - [678] = 620, - [679] = 619, - [680] = 619, - [681] = 619, - [682] = 619, - [683] = 620, - [684] = 616, - [685] = 619, - [686] = 620, - [687] = 620, - [688] = 616, + [652] = 613, + [653] = 613, + [654] = 615, + [655] = 641, + [656] = 590, + [657] = 641, + [658] = 638, + [659] = 641, + [660] = 615, + [661] = 638, + [662] = 638, + [663] = 641, + [664] = 615, + [665] = 638, + [666] = 641, + [667] = 615, + [668] = 615, + [669] = 615, + [670] = 641, + [671] = 641, + [672] = 615, + [673] = 638, + [674] = 641, + [675] = 615, + [676] = 638, + [677] = 641, + [678] = 615, + [679] = 638, + [680] = 641, + [681] = 641, + [682] = 615, + [683] = 638, + [684] = 615, + [685] = 591, + [686] = 638, + [687] = 638, + [688] = 638, [689] = 689, - [690] = 690, - [691] = 689, + [690] = 689, + [691] = 691, [692] = 692, - [693] = 689, - [694] = 692, + [693] = 693, + [694] = 694, [695] = 695, - [696] = 690, - [697] = 697, + [696] = 693, + [697] = 692, [698] = 695, - [699] = 699, - [700] = 697, - [701] = 695, - [702] = 591, - [703] = 699, + [699] = 694, + [700] = 695, + [701] = 689, + [702] = 691, + [703] = 693, [704] = 689, - [705] = 692, - [706] = 690, - [707] = 697, - [708] = 695, - [709] = 699, - [710] = 695, + [705] = 691, + [706] = 692, + [707] = 692, + [708] = 694, + [709] = 695, + [710] = 693, [711] = 692, [712] = 689, - [713] = 689, - [714] = 692, - [715] = 689, - [716] = 690, - [717] = 690, - [718] = 697, - [719] = 695, - [720] = 699, - [721] = 692, - [722] = 697, - [723] = 697, - [724] = 695, - [725] = 699, - [726] = 689, + [713] = 693, + [714] = 691, + [715] = 591, + [716] = 692, + [717] = 694, + [718] = 689, + [719] = 691, + [720] = 694, + [721] = 695, + [722] = 694, + [723] = 695, + [724] = 693, + [725] = 692, + [726] = 693, [727] = 692, - [728] = 692, - [729] = 690, - [730] = 690, - [731] = 697, - [732] = 695, - [733] = 699, - [734] = 697, - [735] = 695, - [736] = 587, - [737] = 699, - [738] = 690, - [739] = 689, - [740] = 692, - [741] = 699, - [742] = 690, - [743] = 697, + [728] = 691, + [729] = 692, + [730] = 694, + [731] = 695, + [732] = 693, + [733] = 691, + [734] = 693, + [735] = 692, + [736] = 694, + [737] = 695, + [738] = 693, + [739] = 692, + [740] = 694, + [741] = 692, + [742] = 691, + [743] = 689, [744] = 695, - [745] = 699, + [745] = 693, [746] = 689, - [747] = 690, - [748] = 697, - [749] = 689, - [750] = 692, + [747] = 691, + [748] = 689, + [749] = 695, + [750] = 694, [751] = 695, - [752] = 690, - [753] = 697, - [754] = 695, - [755] = 699, - [756] = 699, - [757] = 689, - [758] = 692, + [752] = 693, + [753] = 692, + [754] = 691, + [755] = 694, + [756] = 695, + [757] = 590, + [758] = 693, [759] = 689, - [760] = 692, - [761] = 689, - [762] = 692, - [763] = 690, - [764] = 697, + [760] = 691, + [761] = 692, + [762] = 695, + [763] = 692, + [764] = 694, [765] = 695, - [766] = 699, - [767] = 690, - [768] = 697, - [769] = 690, - [770] = 697, - [771] = 692, - [772] = 695, - [773] = 699, + [766] = 693, + [767] = 692, + [768] = 689, + [769] = 691, + [770] = 689, + [771] = 694, + [772] = 691, + [773] = 689, [774] = 695, - [775] = 699, + [775] = 689, [776] = 689, - [777] = 692, - [778] = 689, - [779] = 692, - [780] = 690, - [781] = 697, - [782] = 695, - [783] = 699, - [784] = 690, - [785] = 697, - [786] = 699, + [777] = 691, + [778] = 691, + [779] = 694, + [780] = 694, + [781] = 695, + [782] = 691, + [783] = 693, + [784] = 693, + [785] = 694, + [786] = 689, [787] = 787, [788] = 788, [789] = 789, - [790] = 789, + [790] = 790, [791] = 791, - [792] = 792, + [792] = 789, [793] = 793, - [794] = 787, - [795] = 795, - [796] = 796, + [794] = 790, + [795] = 789, + [796] = 790, [797] = 797, - [798] = 788, + [798] = 790, [799] = 799, - [800] = 795, - [801] = 801, - [802] = 791, - [803] = 799, - [804] = 791, - [805] = 792, - [806] = 793, - [807] = 787, - [808] = 795, - [809] = 796, - [810] = 797, + [800] = 800, + [801] = 787, + [802] = 802, + [803] = 803, + [804] = 788, + [805] = 799, + [806] = 791, + [807] = 793, + [808] = 800, + [809] = 787, + [810] = 803, [811] = 788, - [812] = 792, - [813] = 793, - [814] = 799, - [815] = 789, - [816] = 791, - [817] = 792, - [818] = 793, - [819] = 787, - [820] = 795, - [821] = 796, - [822] = 797, - [823] = 788, - [824] = 791, - [825] = 792, - [826] = 793, - [827] = 787, - [828] = 795, - [829] = 796, - [830] = 797, - [831] = 788, - [832] = 791, - [833] = 792, - [834] = 793, - [835] = 797, - [836] = 787, - [837] = 795, - [838] = 796, - [839] = 797, - [840] = 788, - [841] = 791, - [842] = 792, - [843] = 793, - [844] = 787, - [845] = 795, - [846] = 796, - [847] = 797, - [848] = 788, - [849] = 791, - [850] = 792, - [851] = 793, - [852] = 789, - [853] = 787, - [854] = 795, - [855] = 796, - [856] = 797, - [857] = 788, - [858] = 791, - [859] = 793, - [860] = 787, - [861] = 787, - [862] = 795, - [863] = 796, - [864] = 797, - [865] = 788, - [866] = 791, - [867] = 792, - [868] = 793, - [869] = 787, - [870] = 795, - [871] = 796, - [872] = 797, - [873] = 788, - [874] = 791, - [875] = 792, - [876] = 793, - [877] = 787, - [878] = 795, - [879] = 796, - [880] = 797, - [881] = 788, - [882] = 791, - [883] = 792, - [884] = 793, - [885] = 787, - [886] = 795, - [887] = 796, - [888] = 797, - [889] = 788, - [890] = 791, - [891] = 792, - [892] = 793, - [893] = 787, - [894] = 795, - [895] = 796, - [896] = 797, - [897] = 788, - [898] = 791, - [899] = 792, - [900] = 793, - [901] = 787, - [902] = 795, - [903] = 796, - [904] = 797, - [905] = 788, - [906] = 791, - [907] = 792, - [908] = 793, - [909] = 787, - [910] = 795, - [911] = 796, - [912] = 797, - [913] = 788, - [914] = 791, - [915] = 792, - [916] = 793, - [917] = 796, - [918] = 795, - [919] = 796, - [920] = 797, - [921] = 788, - [922] = 792, + [812] = 797, + [813] = 799, + [814] = 791, + [815] = 793, + [816] = 800, + [817] = 787, + [818] = 803, + [819] = 788, + [820] = 797, + [821] = 799, + [822] = 791, + [823] = 793, + [824] = 800, + [825] = 787, + [826] = 803, + [827] = 788, + [828] = 797, + [829] = 799, + [830] = 791, + [831] = 793, + [832] = 800, + [833] = 787, + [834] = 803, + [835] = 788, + [836] = 797, + [837] = 799, + [838] = 791, + [839] = 793, + [840] = 800, + [841] = 787, + [842] = 803, + [843] = 788, + [844] = 797, + [845] = 799, + [846] = 791, + [847] = 793, + [848] = 800, + [849] = 797, + [850] = 803, + [851] = 788, + [852] = 797, + [853] = 799, + [854] = 791, + [855] = 793, + [856] = 800, + [857] = 787, + [858] = 803, + [859] = 788, + [860] = 797, + [861] = 799, + [862] = 791, + [863] = 793, + [864] = 800, + [865] = 787, + [866] = 803, + [867] = 788, + [868] = 797, + [869] = 799, + [870] = 791, + [871] = 793, + [872] = 800, + [873] = 787, + [874] = 803, + [875] = 788, + [876] = 797, + [877] = 799, + [878] = 791, + [879] = 793, + [880] = 800, + [881] = 787, + [882] = 803, + [883] = 788, + [884] = 797, + [885] = 799, + [886] = 791, + [887] = 793, + [888] = 800, + [889] = 787, + [890] = 803, + [891] = 788, + [892] = 797, + [893] = 799, + [894] = 791, + [895] = 793, + [896] = 800, + [897] = 787, + [898] = 803, + [899] = 788, + [900] = 797, + [901] = 799, + [902] = 791, + [903] = 793, + [904] = 800, + [905] = 787, + [906] = 803, + [907] = 788, + [908] = 797, + [909] = 799, + [910] = 791, + [911] = 793, + [912] = 800, + [913] = 803, + [914] = 788, + [915] = 797, + [916] = 799, + [917] = 791, + [918] = 793, + [919] = 800, + [920] = 787, + [921] = 803, + [922] = 787, [923] = 923, [924] = 923, [925] = 923, @@ -3042,8 +3056,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [947] = 936, [948] = 936, [949] = 949, - [950] = 949, - [951] = 951, + [950] = 950, + [951] = 949, [952] = 952, [953] = 953, [954] = 954, @@ -3070,73 +3084,73 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [975] = 975, [976] = 976, [977] = 977, - [978] = 975, - [979] = 976, - [980] = 980, - [981] = 969, - [982] = 970, - [983] = 968, - [984] = 952, + [978] = 968, + [979] = 979, + [980] = 969, + [981] = 970, + [982] = 982, + [983] = 971, + [984] = 984, [985] = 985, [986] = 986, [987] = 987, [988] = 988, - [989] = 953, - [990] = 954, - [991] = 955, + [989] = 989, + [990] = 990, + [991] = 991, [992] = 992, - [993] = 956, - [994] = 957, + [993] = 993, + [994] = 994, [995] = 995, - [996] = 958, - [997] = 959, + [996] = 996, + [997] = 997, [998] = 998, - [999] = 960, - [1000] = 961, - [1001] = 1001, - [1002] = 962, - [1003] = 963, + [999] = 999, + [1000] = 1000, + [1001] = 972, + [1002] = 1002, + [1003] = 1003, [1004] = 1004, [1005] = 1005, [1006] = 1006, - [1007] = 1007, + [1007] = 973, [1008] = 1008, [1009] = 1009, - [1010] = 1010, + [1010] = 974, [1011] = 1011, [1012] = 1012, [1013] = 1013, [1014] = 1014, [1015] = 1015, - [1016] = 964, - [1017] = 965, + [1016] = 975, + [1017] = 1017, [1018] = 1018, - [1019] = 966, - [1020] = 967, + [1019] = 1019, + [1020] = 1020, [1021] = 1021, - [1022] = 1022, + [1022] = 976, [1023] = 1023, [1024] = 1024, [1025] = 1025, - [1026] = 968, + [1026] = 1026, [1027] = 1027, [1028] = 1028, - [1029] = 969, + [1029] = 1029, [1030] = 1030, [1031] = 1031, - [1032] = 970, + [1032] = 1032, [1033] = 1033, [1034] = 1034, - [1035] = 971, - [1036] = 1036, + [1035] = 1035, + [1036] = 966, [1037] = 967, [1038] = 1038, [1039] = 1039, [1040] = 1040, - [1041] = 972, + [1041] = 1041, [1042] = 1042, [1043] = 1043, - [1044] = 973, + [1044] = 1044, [1045] = 1045, [1046] = 1046, [1047] = 1047, @@ -3146,275 +3160,275 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1051] = 1051, [1052] = 1052, [1053] = 1053, - [1054] = 1054, - [1055] = 1055, - [1056] = 1056, - [1057] = 1057, - [1058] = 1058, - [1059] = 1059, + [1054] = 967, + [1055] = 968, + [1056] = 969, + [1057] = 970, + [1058] = 952, + [1059] = 953, [1060] = 1060, - [1061] = 1061, - [1062] = 1062, - [1063] = 1063, - [1064] = 1064, - [1065] = 1065, - [1066] = 1066, - [1067] = 1067, - [1068] = 1068, - [1069] = 956, - [1070] = 974, - [1071] = 957, - [1072] = 952, - [1073] = 953, - [1074] = 951, - [1075] = 954, - [1076] = 955, - [1077] = 958, - [1078] = 971, - [1079] = 972, - [1080] = 973, - [1081] = 974, - [1082] = 959, - [1083] = 975, - [1084] = 976, - [1085] = 960, - [1086] = 961, - [1087] = 962, - [1088] = 963, - [1089] = 964, - [1090] = 965, - [1091] = 966, - [1092] = 1092, - [1093] = 960, - [1094] = 973, - [1095] = 974, - [1096] = 975, - [1097] = 976, - [1098] = 952, - [1099] = 953, - [1100] = 954, - [1101] = 955, - [1102] = 956, - [1103] = 957, - [1104] = 958, - [1105] = 959, - [1106] = 960, - [1107] = 961, - [1108] = 962, - [1109] = 963, - [1110] = 964, - [1111] = 965, - [1112] = 966, - [1113] = 967, - [1114] = 968, - [1115] = 969, - [1116] = 970, - [1117] = 971, - [1118] = 971, - [1119] = 972, - [1120] = 973, - [1121] = 974, - [1122] = 975, - [1123] = 976, - [1124] = 952, - [1125] = 953, - [1126] = 954, - [1127] = 955, - [1128] = 956, - [1129] = 957, - [1130] = 958, - [1131] = 959, - [1132] = 960, - [1133] = 961, - [1134] = 962, - [1135] = 963, - [1136] = 964, - [1137] = 965, - [1138] = 966, - [1139] = 967, - [1140] = 968, - [1141] = 969, - [1142] = 970, - [1143] = 972, - [1144] = 971, - [1145] = 972, - [1146] = 973, - [1147] = 974, - [1148] = 975, - [1149] = 976, - [1150] = 952, - [1151] = 953, - [1152] = 954, - [1153] = 955, - [1154] = 956, - [1155] = 957, - [1156] = 958, - [1157] = 959, - [1158] = 960, - [1159] = 961, - [1160] = 962, - [1161] = 963, - [1162] = 964, - [1163] = 965, - [1164] = 966, - [1165] = 967, - [1166] = 968, - [1167] = 969, - [1168] = 970, - [1169] = 1169, - [1170] = 973, - [1171] = 971, - [1172] = 972, - [1173] = 973, - [1174] = 974, - [1175] = 975, - [1176] = 976, - [1177] = 980, - [1178] = 972, - [1179] = 973, - [1180] = 974, - [1181] = 975, - [1182] = 985, - [1183] = 986, - [1184] = 987, - [1185] = 988, - [1186] = 976, - [1187] = 969, - [1188] = 952, - [1189] = 992, - [1190] = 953, - [1191] = 954, - [1192] = 995, - [1193] = 955, - [1194] = 956, - [1195] = 998, - [1196] = 957, - [1197] = 1018, - [1198] = 1001, - [1199] = 958, - [1200] = 959, - [1201] = 1004, - [1202] = 1005, - [1203] = 1006, - [1204] = 1007, - [1205] = 1008, - [1206] = 1009, - [1207] = 1010, - [1208] = 1011, - [1209] = 1012, - [1210] = 1013, - [1211] = 1014, - [1212] = 1015, - [1213] = 960, - [1214] = 961, - [1215] = 1018, - [1216] = 962, - [1217] = 963, - [1218] = 1021, - [1219] = 1022, - [1220] = 1023, - [1221] = 1024, - [1222] = 1025, - [1223] = 964, - [1224] = 1027, - [1225] = 1028, - [1226] = 965, - [1227] = 1030, - [1228] = 977, - [1229] = 966, - [1230] = 1033, - [1231] = 1034, - [1232] = 967, - [1233] = 1036, - [1234] = 1092, - [1235] = 1038, - [1236] = 1039, - [1237] = 1040, - [1238] = 968, - [1239] = 1042, - [1240] = 1043, - [1241] = 969, - [1242] = 1045, - [1243] = 1046, - [1244] = 1047, - [1245] = 1048, - [1246] = 1049, - [1247] = 1066, - [1248] = 1050, - [1249] = 1051, - [1250] = 1052, - [1251] = 1053, - [1252] = 1054, - [1253] = 1055, - [1254] = 1067, - [1255] = 1056, - [1256] = 1057, - [1257] = 1058, - [1258] = 1068, - [1259] = 1059, - [1260] = 1060, - [1261] = 1061, - [1262] = 1062, - [1263] = 1063, - [1264] = 1064, - [1265] = 1065, - [1266] = 970, - [1267] = 970, - [1268] = 971, - [1269] = 972, - [1270] = 973, - [1271] = 974, - [1272] = 975, - [1273] = 976, - [1274] = 968, - [1275] = 952, - [1276] = 953, - [1277] = 954, - [1278] = 955, - [1279] = 956, - [1280] = 957, - [1281] = 1021, - [1282] = 958, - [1283] = 959, - [1284] = 960, - [1285] = 961, - [1286] = 962, - [1287] = 963, - [1288] = 964, - [1289] = 965, - [1290] = 966, - [1291] = 967, - [1292] = 968, - [1293] = 969, - [1294] = 970, - [1295] = 1064, - [1296] = 971, - [1297] = 972, - [1298] = 973, - [1299] = 974, - [1300] = 975, - [1301] = 976, - [1302] = 1065, - [1303] = 952, - [1304] = 953, - [1305] = 954, - [1306] = 955, - [1307] = 956, - [1308] = 957, - [1309] = 958, - [1310] = 959, - [1311] = 960, - [1312] = 961, - [1313] = 962, - [1314] = 963, - [1315] = 964, - [1316] = 965, + [1061] = 954, + [1062] = 955, + [1063] = 956, + [1064] = 963, + [1065] = 957, + [1066] = 964, + [1067] = 958, + [1068] = 959, + [1069] = 960, + [1070] = 971, + [1071] = 1071, + [1072] = 972, + [1073] = 973, + [1074] = 974, + [1075] = 950, + [1076] = 961, + [1077] = 975, + [1078] = 965, + [1079] = 976, + [1080] = 966, + [1081] = 962, + [1082] = 952, + [1083] = 953, + [1084] = 954, + [1085] = 955, + [1086] = 956, + [1087] = 957, + [1088] = 958, + [1089] = 959, + [1090] = 960, + [1091] = 961, + [1092] = 962, + [1093] = 963, + [1094] = 964, + [1095] = 965, + [1096] = 1096, + [1097] = 967, + [1098] = 993, + [1099] = 1017, + [1100] = 1018, + [1101] = 1019, + [1102] = 1020, + [1103] = 1021, + [1104] = 994, + [1105] = 1023, + [1106] = 1024, + [1107] = 995, + [1108] = 1026, + [1109] = 1027, + [1110] = 1028, + [1111] = 1029, + [1112] = 1030, + [1113] = 993, + [1114] = 958, + [1115] = 994, + [1116] = 995, + [1117] = 996, + [1118] = 1051, + [1119] = 1031, + [1120] = 1026, + [1121] = 1027, + [1122] = 952, + [1123] = 953, + [1124] = 954, + [1125] = 955, + [1126] = 956, + [1127] = 957, + [1128] = 959, + [1129] = 1028, + [1130] = 1029, + [1131] = 1030, + [1132] = 1051, + [1133] = 1031, + [1134] = 1032, + [1135] = 1033, + [1136] = 1042, + [1137] = 960, + [1138] = 1034, + [1139] = 1035, + [1140] = 999, + [1141] = 1032, + [1142] = 1142, + [1143] = 1033, + [1144] = 1002, + [1145] = 1003, + [1146] = 1043, + [1147] = 958, + [1148] = 959, + [1149] = 961, + [1150] = 962, + [1151] = 960, + [1152] = 961, + [1153] = 962, + [1154] = 963, + [1155] = 964, + [1156] = 965, + [1157] = 966, + [1158] = 967, + [1159] = 968, + [1160] = 969, + [1161] = 970, + [1162] = 1044, + [1163] = 955, + [1164] = 1034, + [1165] = 963, + [1166] = 964, + [1167] = 1035, + [1168] = 977, + [1169] = 965, + [1170] = 977, + [1171] = 958, + [1172] = 959, + [1173] = 960, + [1174] = 966, + [1175] = 961, + [1176] = 962, + [1177] = 963, + [1178] = 964, + [1179] = 965, + [1180] = 966, + [1181] = 967, + [1182] = 968, + [1183] = 969, + [1184] = 970, + [1185] = 1052, + [1186] = 967, + [1187] = 968, + [1188] = 1096, + [1189] = 1038, + [1190] = 1052, + [1191] = 1191, + [1192] = 969, + [1193] = 1096, + [1194] = 1039, + [1195] = 1053, + [1196] = 1040, + [1197] = 1071, + [1198] = 970, + [1199] = 979, + [1200] = 971, + [1201] = 984, + [1202] = 1045, + [1203] = 972, + [1204] = 973, + [1205] = 1046, + [1206] = 997, + [1207] = 1207, + [1208] = 998, + [1209] = 1000, + [1210] = 974, + [1211] = 1211, + [1212] = 975, + [1213] = 971, + [1214] = 972, + [1215] = 973, + [1216] = 974, + [1217] = 1038, + [1218] = 975, + [1219] = 976, + [1220] = 1039, + [1221] = 976, + [1222] = 971, + [1223] = 972, + [1224] = 973, + [1225] = 974, + [1226] = 952, + [1227] = 975, + [1228] = 976, + [1229] = 1053, + [1230] = 953, + [1231] = 1041, + [1232] = 954, + [1233] = 955, + [1234] = 956, + [1235] = 957, + [1236] = 1040, + [1237] = 958, + [1238] = 1041, + [1239] = 1013, + [1240] = 1042, + [1241] = 1043, + [1242] = 1025, + [1243] = 1004, + [1244] = 1049, + [1245] = 1050, + [1246] = 1005, + [1247] = 1006, + [1248] = 1248, + [1249] = 1044, + [1250] = 1045, + [1251] = 959, + [1252] = 960, + [1253] = 1008, + [1254] = 1009, + [1255] = 1046, + [1256] = 1011, + [1257] = 1012, + [1258] = 1047, + [1259] = 1014, + [1260] = 1015, + [1261] = 1048, + [1262] = 1049, + [1263] = 1017, + [1264] = 952, + [1265] = 953, + [1266] = 954, + [1267] = 961, + [1268] = 962, + [1269] = 955, + [1270] = 956, + [1271] = 957, + [1272] = 1050, + [1273] = 958, + [1274] = 959, + [1275] = 960, + [1276] = 961, + [1277] = 962, + [1278] = 963, + [1279] = 964, + [1280] = 965, + [1281] = 966, + [1282] = 956, + [1283] = 963, + [1284] = 964, + [1285] = 968, + [1286] = 969, + [1287] = 970, + [1288] = 1018, + [1289] = 971, + [1290] = 972, + [1291] = 973, + [1292] = 974, + [1293] = 975, + [1294] = 976, + [1295] = 1019, + [1296] = 1020, + [1297] = 1021, + [1298] = 952, + [1299] = 965, + [1300] = 966, + [1301] = 953, + [1302] = 954, + [1303] = 955, + [1304] = 956, + [1305] = 957, + [1306] = 996, + [1307] = 958, + [1308] = 959, + [1309] = 960, + [1310] = 961, + [1311] = 962, + [1312] = 963, + [1313] = 964, + [1314] = 965, + [1315] = 967, + [1316] = 968, [1317] = 966, [1318] = 967, [1319] = 968, [1320] = 969, [1321] = 970, - [1322] = 1322, + [1322] = 1023, [1323] = 971, [1324] = 972, [1325] = 973, @@ -3422,2899 +3436,3085 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1327] = 975, [1328] = 976, [1329] = 952, - [1330] = 953, - [1331] = 954, - [1332] = 955, - [1333] = 967, - [1334] = 957, - [1335] = 971, - [1336] = 958, - [1337] = 959, - [1338] = 960, - [1339] = 961, - [1340] = 962, - [1341] = 963, - [1342] = 964, - [1343] = 965, - [1344] = 966, - [1345] = 967, - [1346] = 968, - [1347] = 969, - [1348] = 970, - [1349] = 1022, - [1350] = 971, - [1351] = 972, - [1352] = 973, - [1353] = 974, - [1354] = 975, - [1355] = 974, - [1356] = 1063, + [1330] = 952, + [1331] = 969, + [1332] = 970, + [1333] = 953, + [1334] = 954, + [1335] = 955, + [1336] = 956, + [1337] = 957, + [1338] = 953, + [1339] = 958, + [1340] = 959, + [1341] = 985, + [1342] = 961, + [1343] = 962, + [1344] = 963, + [1345] = 964, + [1346] = 965, + [1347] = 966, + [1348] = 967, + [1349] = 968, + [1350] = 969, + [1351] = 970, + [1352] = 954, + [1353] = 971, + [1354] = 972, + [1355] = 973, + [1356] = 974, [1357] = 975, [1358] = 976, - [1359] = 1055, - [1360] = 1067, - [1361] = 1056, - [1362] = 1057, - [1363] = 976, - [1364] = 1058, - [1365] = 1068, - [1366] = 1366, - [1367] = 1059, - [1368] = 1368, - [1369] = 952, - [1370] = 1169, - [1371] = 953, - [1372] = 1060, - [1373] = 954, - [1374] = 955, - [1375] = 956, - [1376] = 957, - [1377] = 985, - [1378] = 986, - [1379] = 987, - [1380] = 988, - [1381] = 980, - [1382] = 1062, - [1383] = 992, - [1384] = 1023, - [1385] = 1024, - [1386] = 1025, - [1387] = 958, - [1388] = 1027, - [1389] = 1028, - [1390] = 959, - [1391] = 1030, - [1392] = 977, - [1393] = 960, - [1394] = 1033, - [1395] = 1034, - [1396] = 952, - [1397] = 953, + [1359] = 955, + [1360] = 952, + [1361] = 953, + [1362] = 954, + [1363] = 955, + [1364] = 956, + [1365] = 957, + [1366] = 956, + [1367] = 958, + [1368] = 959, + [1369] = 960, + [1370] = 961, + [1371] = 962, + [1372] = 963, + [1373] = 964, + [1374] = 965, + [1375] = 966, + [1376] = 967, + [1377] = 968, + [1378] = 969, + [1379] = 970, + [1380] = 957, + [1381] = 971, + [1382] = 972, + [1383] = 973, + [1384] = 974, + [1385] = 975, + [1386] = 976, + [1387] = 1024, + [1388] = 952, + [1389] = 982, + [1390] = 971, + [1391] = 972, + [1392] = 953, + [1393] = 973, + [1394] = 974, + [1395] = 975, + [1396] = 976, + [1397] = 986, [1398] = 954, [1399] = 955, - [1400] = 952, - [1401] = 953, - [1402] = 954, - [1403] = 955, - [1404] = 956, - [1405] = 957, - [1406] = 956, - [1407] = 957, - [1408] = 961, - [1409] = 1036, - [1410] = 962, - [1411] = 1092, - [1412] = 1038, - [1413] = 1039, - [1414] = 1040, - [1415] = 963, - [1416] = 1042, - [1417] = 1043, - [1418] = 964, - [1419] = 965, - [1420] = 995, - [1421] = 966, - [1422] = 967, - [1423] = 998, - [1424] = 968, - [1425] = 969, - [1426] = 1001, - [1427] = 970, - [1428] = 971, - [1429] = 1004, - [1430] = 972, - [1431] = 1005, - [1432] = 1006, - [1433] = 958, - [1434] = 959, - [1435] = 960, - [1436] = 961, - [1437] = 962, - [1438] = 963, - [1439] = 964, - [1440] = 965, - [1441] = 966, - [1442] = 967, - [1443] = 968, - [1444] = 969, - [1445] = 970, - [1446] = 1007, - [1447] = 1008, - [1448] = 1009, - [1449] = 1010, - [1450] = 1061, - [1451] = 1011, - [1452] = 1012, - [1453] = 1453, - [1454] = 1013, - [1455] = 1014, - [1456] = 1015, - [1457] = 1045, - [1458] = 958, - [1459] = 959, - [1460] = 960, - [1461] = 961, - [1462] = 971, - [1463] = 972, - [1464] = 973, - [1465] = 974, - [1466] = 962, - [1467] = 975, - [1468] = 976, - [1469] = 963, - [1470] = 964, - [1471] = 965, - [1472] = 966, - [1473] = 967, - [1474] = 968, - [1475] = 969, - [1476] = 970, - [1477] = 1046, - [1478] = 1047, - [1479] = 1048, - [1480] = 1049, - [1481] = 1066, - [1482] = 1050, - [1483] = 1051, - [1484] = 952, - [1485] = 953, - [1486] = 954, - [1487] = 955, - [1488] = 956, - [1489] = 957, - [1490] = 1052, - [1491] = 958, - [1492] = 959, - [1493] = 966, - [1494] = 961, - [1495] = 962, - [1496] = 963, - [1497] = 964, - [1498] = 965, - [1499] = 966, - [1500] = 967, - [1501] = 968, - [1502] = 969, - [1503] = 970, - [1504] = 1053, - [1505] = 971, - [1506] = 972, - [1507] = 973, - [1508] = 974, - [1509] = 975, - [1510] = 976, - [1511] = 1054, - [1512] = 952, - [1513] = 953, - [1514] = 954, - [1515] = 955, - [1516] = 956, - [1517] = 957, - [1518] = 958, - [1519] = 959, - [1520] = 960, - [1521] = 961, - [1522] = 962, - [1523] = 963, - [1524] = 964, - [1525] = 965, - [1526] = 956, - [1527] = 1014, - [1528] = 986, - [1529] = 987, - [1530] = 1021, - [1531] = 1022, - [1532] = 1062, - [1533] = 1063, - [1534] = 1169, - [1535] = 988, - [1536] = 1064, - [1537] = 1065, - [1538] = 1023, - [1539] = 1024, - [1540] = 1025, - [1541] = 1046, - [1542] = 1027, - [1543] = 1028, - [1544] = 1047, - [1545] = 1030, - [1546] = 977, - [1547] = 1060, - [1548] = 1033, - [1549] = 1034, - [1550] = 1048, - [1551] = 1036, - [1552] = 1092, - [1553] = 1038, - [1554] = 1039, - [1555] = 1040, - [1556] = 1061, - [1557] = 1042, - [1558] = 1043, - [1559] = 1049, - [1560] = 1045, - [1561] = 1046, - [1562] = 1047, - [1563] = 1048, - [1564] = 1049, - [1565] = 1066, - [1566] = 1050, - [1567] = 1051, - [1568] = 1052, - [1569] = 1053, - [1570] = 1054, - [1571] = 1055, - [1572] = 1067, - [1573] = 1056, - [1574] = 1057, - [1575] = 1058, - [1576] = 1068, - [1577] = 1059, - [1578] = 980, - [1579] = 1027, - [1580] = 992, - [1581] = 1066, - [1582] = 1050, - [1583] = 995, - [1584] = 985, - [1585] = 986, - [1586] = 987, - [1587] = 988, - [1588] = 1051, - [1589] = 1052, - [1590] = 1060, - [1591] = 1028, - [1592] = 1061, - [1593] = 998, - [1594] = 992, - [1595] = 1053, - [1596] = 1054, - [1597] = 995, - [1598] = 1001, - [1599] = 1055, - [1600] = 998, - [1601] = 1007, - [1602] = 1004, - [1603] = 1001, - [1604] = 1005, - [1605] = 1006, - [1606] = 1004, - [1607] = 1005, - [1608] = 1006, - [1609] = 1007, - [1610] = 1008, - [1611] = 1009, - [1612] = 1010, - [1613] = 1011, - [1614] = 1012, - [1615] = 1013, - [1616] = 1014, - [1617] = 1015, - [1618] = 1007, - [1619] = 1008, - [1620] = 1018, - [1621] = 1009, - [1622] = 1010, - [1623] = 1021, - [1624] = 1022, - [1625] = 1062, - [1626] = 1063, - [1627] = 1169, - [1628] = 1011, - [1629] = 1064, - [1630] = 1065, - [1631] = 1023, - [1632] = 1024, - [1633] = 1025, - [1634] = 1012, - [1635] = 1027, - [1636] = 1028, - [1637] = 1013, - [1638] = 1030, - [1639] = 977, - [1640] = 1014, - [1641] = 1033, - [1642] = 1034, - [1643] = 1015, - [1644] = 1036, - [1645] = 1092, - [1646] = 1038, - [1647] = 1039, - [1648] = 1040, - [1649] = 1056, - [1650] = 1042, - [1651] = 1043, - [1652] = 1057, - [1653] = 1045, - [1654] = 1046, - [1655] = 1047, - [1656] = 1048, - [1657] = 1049, - [1658] = 1066, - [1659] = 1050, - [1660] = 1051, - [1661] = 1052, - [1662] = 1053, - [1663] = 1054, - [1664] = 1055, - [1665] = 1067, - [1666] = 1056, - [1667] = 1057, - [1668] = 1058, - [1669] = 1068, - [1670] = 1059, - [1671] = 980, - [1672] = 1030, - [1673] = 1018, - [1674] = 1058, - [1675] = 1068, - [1676] = 1021, - [1677] = 985, - [1678] = 986, - [1679] = 987, - [1680] = 988, - [1681] = 1022, - [1682] = 1062, - [1683] = 1060, - [1684] = 977, - [1685] = 1061, - [1686] = 1063, - [1687] = 992, - [1688] = 1169, - [1689] = 1059, - [1690] = 995, - [1691] = 1064, - [1692] = 1065, - [1693] = 998, - [1694] = 1023, - [1695] = 1024, - [1696] = 1001, - [1697] = 1025, - [1698] = 980, - [1699] = 1004, - [1700] = 1005, - [1701] = 1006, - [1702] = 1007, - [1703] = 1008, - [1704] = 1009, - [1705] = 1010, - [1706] = 1011, - [1707] = 1012, - [1708] = 1013, - [1709] = 1014, - [1710] = 1015, - [1711] = 1027, - [1712] = 1028, - [1713] = 1018, - [1714] = 1010, - [1715] = 1030, - [1716] = 1021, - [1717] = 1022, - [1718] = 1062, - [1719] = 1063, - [1720] = 977, - [1721] = 1011, - [1722] = 1064, - [1723] = 1065, - [1724] = 1023, - [1725] = 1024, - [1726] = 1025, - [1727] = 1033, - [1728] = 1027, - [1729] = 1028, - [1730] = 1034, - [1731] = 1030, - [1732] = 977, - [1733] = 1021, - [1734] = 1033, - [1735] = 1034, - [1736] = 1036, - [1737] = 1036, - [1738] = 1092, - [1739] = 1038, - [1740] = 1039, - [1741] = 1040, - [1742] = 1092, - [1743] = 1042, - [1744] = 1043, - [1745] = 1038, - [1746] = 1045, - [1747] = 1046, - [1748] = 1047, - [1749] = 1048, - [1750] = 1049, - [1751] = 1066, - [1752] = 1050, - [1753] = 1051, - [1754] = 1052, - [1755] = 1053, - [1756] = 1054, - [1757] = 1055, - [1758] = 1067, - [1759] = 1056, - [1760] = 1057, - [1761] = 1058, - [1762] = 1068, - [1763] = 1059, + [1400] = 956, + [1401] = 957, + [1402] = 987, + [1403] = 958, + [1404] = 952, + [1405] = 953, + [1406] = 954, + [1407] = 959, + [1408] = 955, + [1409] = 956, + [1410] = 957, + [1411] = 999, + [1412] = 958, + [1413] = 960, + [1414] = 961, + [1415] = 962, + [1416] = 963, + [1417] = 964, + [1418] = 965, + [1419] = 959, + [1420] = 960, + [1421] = 961, + [1422] = 966, + [1423] = 962, + [1424] = 963, + [1425] = 964, + [1426] = 965, + [1427] = 966, + [1428] = 967, + [1429] = 968, + [1430] = 969, + [1431] = 967, + [1432] = 970, + [1433] = 985, + [1434] = 971, + [1435] = 972, + [1436] = 973, + [1437] = 974, + [1438] = 975, + [1439] = 976, + [1440] = 968, + [1441] = 957, + [1442] = 988, + [1443] = 986, + [1444] = 952, + [1445] = 953, + [1446] = 954, + [1447] = 955, + [1448] = 956, + [1449] = 969, + [1450] = 957, + [1451] = 987, + [1452] = 958, + [1453] = 959, + [1454] = 960, + [1455] = 961, + [1456] = 962, + [1457] = 963, + [1458] = 970, + [1459] = 964, + [1460] = 965, + [1461] = 966, + [1462] = 967, + [1463] = 968, + [1464] = 969, + [1465] = 970, + [1466] = 988, + [1467] = 1047, + [1468] = 971, + [1469] = 972, + [1470] = 973, + [1471] = 974, + [1472] = 975, + [1473] = 976, + [1474] = 989, + [1475] = 952, + [1476] = 971, + [1477] = 953, + [1478] = 954, + [1479] = 955, + [1480] = 956, + [1481] = 957, + [1482] = 990, + [1483] = 958, + [1484] = 959, + [1485] = 972, + [1486] = 960, + [1487] = 961, + [1488] = 962, + [1489] = 963, + [1490] = 964, + [1491] = 965, + [1492] = 966, + [1493] = 967, + [1494] = 973, + [1495] = 968, + [1496] = 969, + [1497] = 970, + [1498] = 1191, + [1499] = 991, + [1500] = 971, + [1501] = 972, + [1502] = 973, + [1503] = 974, + [1504] = 974, + [1505] = 975, + [1506] = 992, + [1507] = 976, + [1508] = 1071, + [1509] = 989, + [1510] = 1002, + [1511] = 1003, + [1512] = 975, + [1513] = 1004, + [1514] = 984, + [1515] = 997, + [1516] = 998, + [1517] = 1000, + [1518] = 1005, + [1519] = 1006, + [1520] = 990, + [1521] = 976, + [1522] = 1013, + [1523] = 1048, + [1524] = 1008, + [1525] = 1009, + [1526] = 1025, + [1527] = 991, + [1528] = 1011, + [1529] = 979, + [1530] = 952, + [1531] = 1012, + [1532] = 992, + [1533] = 982, + [1534] = 1014, + [1535] = 1015, + [1536] = 953, + [1537] = 954, + [1538] = 960, + [1539] = 1023, + [1540] = 984, + [1541] = 997, + [1542] = 998, + [1543] = 1000, + [1544] = 1041, + [1545] = 1042, + [1546] = 1013, + [1547] = 1025, + [1548] = 979, + [1549] = 982, + [1550] = 985, + [1551] = 986, + [1552] = 987, + [1553] = 988, + [1554] = 989, + [1555] = 990, + [1556] = 991, + [1557] = 992, + [1558] = 993, + [1559] = 994, + [1560] = 995, + [1561] = 996, + [1562] = 999, + [1563] = 1002, + [1564] = 1003, + [1565] = 1043, + [1566] = 1044, + [1567] = 1191, + [1568] = 1045, + [1569] = 1046, + [1570] = 1004, + [1571] = 1005, + [1572] = 1006, + [1573] = 1008, + [1574] = 1009, + [1575] = 1011, + [1576] = 1012, + [1577] = 1014, + [1578] = 1015, + [1579] = 1017, + [1580] = 1018, + [1581] = 1019, + [1582] = 1020, + [1583] = 1021, + [1584] = 1023, + [1585] = 1024, + [1586] = 1013, + [1587] = 1047, + [1588] = 1048, + [1589] = 1049, + [1590] = 1050, + [1591] = 1026, + [1592] = 1027, + [1593] = 1028, + [1594] = 1029, + [1595] = 1030, + [1596] = 1051, + [1597] = 1031, + [1598] = 1032, + [1599] = 1033, + [1600] = 1034, + [1601] = 1035, + [1602] = 977, + [1603] = 1052, + [1604] = 1096, + [1605] = 1038, + [1606] = 1039, + [1607] = 1053, + [1608] = 1040, + [1609] = 1071, + [1610] = 1025, + [1611] = 984, + [1612] = 997, + [1613] = 998, + [1614] = 1000, + [1615] = 979, + [1616] = 1041, + [1617] = 1042, + [1618] = 982, + [1619] = 1013, + [1620] = 985, + [1621] = 986, + [1622] = 979, + [1623] = 987, + [1624] = 982, + [1625] = 988, + [1626] = 989, + [1627] = 985, + [1628] = 986, + [1629] = 987, + [1630] = 988, + [1631] = 989, + [1632] = 990, + [1633] = 991, + [1634] = 992, + [1635] = 993, + [1636] = 994, + [1637] = 995, + [1638] = 996, + [1639] = 990, + [1640] = 991, + [1641] = 999, + [1642] = 992, + [1643] = 993, + [1644] = 1002, + [1645] = 1003, + [1646] = 1043, + [1647] = 1044, + [1648] = 1191, + [1649] = 994, + [1650] = 1045, + [1651] = 1046, + [1652] = 1004, + [1653] = 1005, + [1654] = 1006, + [1655] = 1008, + [1656] = 1009, + [1657] = 995, + [1658] = 1011, + [1659] = 1012, + [1660] = 996, + [1661] = 1014, + [1662] = 1015, + [1663] = 1017, + [1664] = 1018, + [1665] = 1019, + [1666] = 1020, + [1667] = 1021, + [1668] = 1023, + [1669] = 1024, + [1670] = 999, + [1671] = 1047, + [1672] = 1048, + [1673] = 1049, + [1674] = 1050, + [1675] = 1026, + [1676] = 1027, + [1677] = 1028, + [1678] = 1029, + [1679] = 1030, + [1680] = 1051, + [1681] = 1031, + [1682] = 1032, + [1683] = 1033, + [1684] = 1034, + [1685] = 1035, + [1686] = 977, + [1687] = 1052, + [1688] = 1096, + [1689] = 1038, + [1690] = 1039, + [1691] = 1053, + [1692] = 1040, + [1693] = 1071, + [1694] = 1002, + [1695] = 1003, + [1696] = 984, + [1697] = 997, + [1698] = 998, + [1699] = 1000, + [1700] = 1043, + [1701] = 1044, + [1702] = 1041, + [1703] = 1042, + [1704] = 1013, + [1705] = 1025, + [1706] = 979, + [1707] = 982, + [1708] = 1191, + [1709] = 985, + [1710] = 986, + [1711] = 987, + [1712] = 988, + [1713] = 989, + [1714] = 990, + [1715] = 991, + [1716] = 992, + [1717] = 993, + [1718] = 994, + [1719] = 995, + [1720] = 996, + [1721] = 999, + [1722] = 1002, + [1723] = 1003, + [1724] = 1043, + [1725] = 1044, + [1726] = 1191, + [1727] = 1045, + [1728] = 1046, + [1729] = 1004, + [1730] = 1005, + [1731] = 1006, + [1732] = 1008, + [1733] = 1009, + [1734] = 1011, + [1735] = 1012, + [1736] = 1014, + [1737] = 1015, + [1738] = 1017, + [1739] = 1018, + [1740] = 1019, + [1741] = 1020, + [1742] = 1021, + [1743] = 1023, + [1744] = 1024, + [1745] = 1047, + [1746] = 1048, + [1747] = 1049, + [1748] = 1050, + [1749] = 1026, + [1750] = 1027, + [1751] = 1028, + [1752] = 1029, + [1753] = 1030, + [1754] = 1051, + [1755] = 1031, + [1756] = 1032, + [1757] = 1033, + [1758] = 1034, + [1759] = 1035, + [1760] = 977, + [1761] = 1052, + [1762] = 1096, + [1763] = 1038, [1764] = 1039, - [1765] = 1040, - [1766] = 1022, - [1767] = 1042, - [1768] = 1043, - [1769] = 1062, - [1770] = 1045, - [1771] = 1046, - [1772] = 1047, - [1773] = 1048, - [1774] = 1049, - [1775] = 1060, - [1776] = 1061, - [1777] = 1066, - [1778] = 1050, - [1779] = 1051, - [1780] = 1052, - [1781] = 1053, - [1782] = 1054, - [1783] = 1055, - [1784] = 1067, - [1785] = 1056, - [1786] = 1057, - [1787] = 1058, - [1788] = 1068, - [1789] = 1059, - [1790] = 980, - [1791] = 985, - [1792] = 986, - [1793] = 987, - [1794] = 985, - [1795] = 986, - [1796] = 987, - [1797] = 988, - [1798] = 988, - [1799] = 1063, - [1800] = 1060, - [1801] = 1061, - [1802] = 1169, - [1803] = 992, - [1804] = 1060, + [1765] = 1053, + [1766] = 1040, + [1767] = 1071, + [1768] = 984, + [1769] = 997, + [1770] = 998, + [1771] = 1000, + [1772] = 1041, + [1773] = 1042, + [1774] = 1013, + [1775] = 1025, + [1776] = 979, + [1777] = 982, + [1778] = 985, + [1779] = 986, + [1780] = 987, + [1781] = 988, + [1782] = 989, + [1783] = 990, + [1784] = 991, + [1785] = 992, + [1786] = 993, + [1787] = 994, + [1788] = 995, + [1789] = 996, + [1790] = 999, + [1791] = 1002, + [1792] = 1003, + [1793] = 1043, + [1794] = 1044, + [1795] = 1191, + [1796] = 1045, + [1797] = 1046, + [1798] = 1004, + [1799] = 1005, + [1800] = 1006, + [1801] = 1008, + [1802] = 1009, + [1803] = 1004, + [1804] = 1011, [1805] = 1012, - [1806] = 1062, - [1807] = 1063, - [1808] = 1064, - [1809] = 1065, - [1810] = 995, - [1811] = 1061, - [1812] = 1064, - [1813] = 998, - [1814] = 992, - [1815] = 1065, - [1816] = 1001, - [1817] = 1023, - [1818] = 995, - [1819] = 1004, - [1820] = 1005, - [1821] = 1006, - [1822] = 1007, - [1823] = 1008, - [1824] = 1009, - [1825] = 1010, - [1826] = 1011, - [1827] = 1012, - [1828] = 1013, - [1829] = 1014, - [1830] = 1015, - [1831] = 1024, - [1832] = 1025, - [1833] = 1018, - [1834] = 998, - [1835] = 1013, - [1836] = 1021, - [1837] = 1022, - [1838] = 1062, - [1839] = 1063, - [1840] = 1169, - [1841] = 1027, - [1842] = 1064, - [1843] = 1065, - [1844] = 1023, - [1845] = 1024, - [1846] = 1025, - [1847] = 1001, - [1848] = 1027, - [1849] = 1028, - [1850] = 952, - [1851] = 953, - [1852] = 954, - [1853] = 955, - [1854] = 956, - [1855] = 957, - [1856] = 1028, - [1857] = 1030, - [1858] = 958, - [1859] = 959, - [1860] = 960, - [1861] = 961, - [1862] = 962, - [1863] = 963, - [1864] = 964, - [1865] = 965, - [1866] = 966, - [1867] = 967, - [1868] = 968, - [1869] = 969, - [1870] = 970, - [1871] = 977, - [1872] = 1014, - [1873] = 1033, - [1874] = 1034, - [1875] = 971, - [1876] = 972, - [1877] = 973, - [1878] = 974, - [1879] = 975, - [1880] = 976, - [1881] = 1004, - [1882] = 1036, - [1883] = 1092, - [1884] = 1038, - [1885] = 1039, - [1886] = 1040, - [1887] = 1005, - [1888] = 1042, - [1889] = 1043, - [1890] = 1045, - [1891] = 1046, - [1892] = 1047, - [1893] = 1048, - [1894] = 1049, - [1895] = 1066, - [1896] = 1050, - [1897] = 1051, - [1898] = 1052, - [1899] = 1053, - [1900] = 1054, - [1901] = 1055, - [1902] = 1067, - [1903] = 1056, - [1904] = 1057, - [1905] = 1058, - [1906] = 1068, - [1907] = 1059, - [1908] = 980, - [1909] = 1006, - [1910] = 1007, - [1911] = 1008, - [1912] = 1009, - [1913] = 985, - [1914] = 986, - [1915] = 987, - [1916] = 988, - [1917] = 1010, - [1918] = 1011, - [1919] = 1060, - [1920] = 1012, - [1921] = 1061, - [1922] = 1013, - [1923] = 992, - [1924] = 1014, - [1925] = 1015, - [1926] = 995, - [1927] = 1030, - [1928] = 977, - [1929] = 998, - [1930] = 1018, - [1931] = 1015, - [1932] = 1001, - [1933] = 1033, - [1934] = 1021, - [1935] = 1004, - [1936] = 1005, - [1937] = 1006, - [1938] = 1007, - [1939] = 1008, - [1940] = 1009, - [1941] = 1010, - [1942] = 1011, - [1943] = 1012, - [1944] = 1013, - [1945] = 1014, - [1946] = 1015, - [1947] = 1022, - [1948] = 1062, - [1949] = 1018, - [1950] = 1063, - [1951] = 1169, - [1952] = 1021, - [1953] = 1022, - [1954] = 1062, - [1955] = 1063, - [1956] = 1169, - [1957] = 1034, - [1958] = 1064, - [1959] = 1065, - [1960] = 1023, - [1961] = 1024, - [1962] = 1025, - [1963] = 1064, - [1964] = 1027, - [1965] = 1028, - [1966] = 1065, - [1967] = 1030, - [1968] = 1033, - [1969] = 1034, - [1970] = 977, - [1971] = 1036, - [1972] = 1023, - [1973] = 1092, - [1974] = 1038, - [1975] = 1039, - [1976] = 1040, - [1977] = 1033, - [1978] = 1042, - [1979] = 1043, - [1980] = 1034, - [1981] = 1024, - [1982] = 1036, - [1983] = 1092, - [1984] = 1038, - [1985] = 1039, - [1986] = 1040, - [1987] = 1025, - [1988] = 1042, - [1989] = 1043, - [1990] = 1008, - [1991] = 1045, - [1992] = 1045, - [1993] = 1046, - [1994] = 1047, - [1995] = 1048, - [1996] = 1049, - [1997] = 1066, - [1998] = 1050, + [1806] = 1005, + [1807] = 1014, + [1808] = 1015, + [1809] = 1006, + [1810] = 1017, + [1811] = 1018, + [1812] = 1019, + [1813] = 1020, + [1814] = 1021, + [1815] = 1023, + [1816] = 1024, + [1817] = 1008, + [1818] = 1047, + [1819] = 1048, + [1820] = 1049, + [1821] = 1050, + [1822] = 1026, + [1823] = 1027, + [1824] = 1028, + [1825] = 1029, + [1826] = 1030, + [1827] = 1051, + [1828] = 1031, + [1829] = 1032, + [1830] = 1033, + [1831] = 1034, + [1832] = 1035, + [1833] = 977, + [1834] = 1052, + [1835] = 1096, + [1836] = 1038, + [1837] = 1039, + [1838] = 1053, + [1839] = 1040, + [1840] = 1071, + [1841] = 1009, + [1842] = 1011, + [1843] = 1012, + [1844] = 984, + [1845] = 997, + [1846] = 998, + [1847] = 1000, + [1848] = 1014, + [1849] = 1015, + [1850] = 1041, + [1851] = 1042, + [1852] = 1017, + [1853] = 1013, + [1854] = 1018, + [1855] = 1025, + [1856] = 1019, + [1857] = 1020, + [1858] = 979, + [1859] = 1021, + [1860] = 982, + [1861] = 1023, + [1862] = 1024, + [1863] = 985, + [1864] = 986, + [1865] = 987, + [1866] = 988, + [1867] = 989, + [1868] = 990, + [1869] = 991, + [1870] = 992, + [1871] = 993, + [1872] = 994, + [1873] = 995, + [1874] = 996, + [1875] = 999, + [1876] = 1002, + [1877] = 1003, + [1878] = 1043, + [1879] = 1044, + [1880] = 1191, + [1881] = 1047, + [1882] = 1045, + [1883] = 1046, + [1884] = 1004, + [1885] = 1005, + [1886] = 1006, + [1887] = 1048, + [1888] = 1008, + [1889] = 1009, + [1890] = 1011, + [1891] = 1012, + [1892] = 1014, + [1893] = 1015, + [1894] = 1017, + [1895] = 1018, + [1896] = 1019, + [1897] = 1020, + [1898] = 1021, + [1899] = 1023, + [1900] = 1024, + [1901] = 1047, + [1902] = 1048, + [1903] = 1049, + [1904] = 1050, + [1905] = 1026, + [1906] = 1027, + [1907] = 1028, + [1908] = 1029, + [1909] = 1030, + [1910] = 1051, + [1911] = 1031, + [1912] = 1032, + [1913] = 1033, + [1914] = 1034, + [1915] = 1035, + [1916] = 977, + [1917] = 1052, + [1918] = 1096, + [1919] = 1038, + [1920] = 1039, + [1921] = 1053, + [1922] = 1040, + [1923] = 1071, + [1924] = 1060, + [1925] = 984, + [1926] = 997, + [1927] = 998, + [1928] = 1000, + [1929] = 1041, + [1930] = 1042, + [1931] = 1013, + [1932] = 1025, + [1933] = 979, + [1934] = 982, + [1935] = 985, + [1936] = 986, + [1937] = 987, + [1938] = 988, + [1939] = 989, + [1940] = 990, + [1941] = 991, + [1942] = 992, + [1943] = 993, + [1944] = 994, + [1945] = 995, + [1946] = 996, + [1947] = 999, + [1948] = 1002, + [1949] = 1003, + [1950] = 1043, + [1951] = 1044, + [1952] = 1191, + [1953] = 1045, + [1954] = 1046, + [1955] = 1004, + [1956] = 1005, + [1957] = 1006, + [1958] = 1008, + [1959] = 1009, + [1960] = 1011, + [1961] = 1012, + [1962] = 1014, + [1963] = 1015, + [1964] = 1026, + [1965] = 1017, + [1966] = 1018, + [1967] = 1019, + [1968] = 1020, + [1969] = 1021, + [1970] = 1027, + [1971] = 1023, + [1972] = 1024, + [1973] = 1028, + [1974] = 1047, + [1975] = 1048, + [1976] = 1049, + [1977] = 1050, + [1978] = 1026, + [1979] = 1027, + [1980] = 1028, + [1981] = 1029, + [1982] = 1030, + [1983] = 1051, + [1984] = 1031, + [1985] = 1032, + [1986] = 1033, + [1987] = 1034, + [1988] = 1035, + [1989] = 977, + [1990] = 1052, + [1991] = 1096, + [1992] = 1038, + [1993] = 1039, + [1994] = 1053, + [1995] = 1040, + [1996] = 1071, + [1997] = 1029, + [1998] = 1030, [1999] = 1051, - [2000] = 1052, - [2001] = 1053, - [2002] = 1054, - [2003] = 1046, - [2004] = 1047, - [2005] = 1048, - [2006] = 1049, - [2007] = 1066, - [2008] = 1050, - [2009] = 1055, - [2010] = 1067, - [2011] = 1056, - [2012] = 1057, - [2013] = 1051, - [2014] = 1058, - [2015] = 1068, - [2016] = 1059, - [2017] = 980, - [2018] = 1052, - [2019] = 1053, - [2020] = 1031, - [2021] = 980, - [2022] = 1054, - [2023] = 1055, - [2024] = 1067, - [2025] = 1056, - [2026] = 1057, - [2027] = 1058, - [2028] = 1068, - [2029] = 1059, - [2030] = 1027, - [2031] = 980, - [2032] = 1028, - [2033] = 1036, - [2034] = 1030, - [2035] = 977, - [2036] = 985, - [2037] = 986, - [2038] = 987, - [2039] = 988, - [2040] = 1092, - [2041] = 985, - [2042] = 986, - [2043] = 1033, - [2044] = 1060, - [2045] = 1034, - [2046] = 1061, - [2047] = 985, - [2048] = 986, - [2049] = 987, - [2050] = 988, - [2051] = 1038, - [2052] = 992, - [2053] = 987, - [2054] = 988, - [2055] = 1036, - [2056] = 1092, - [2057] = 1060, - [2058] = 995, - [2059] = 1038, - [2060] = 1039, - [2061] = 998, - [2062] = 1040, - [2063] = 1039, - [2064] = 1001, - [2065] = 1042, - [2066] = 1043, - [2067] = 1004, - [2068] = 1005, - [2069] = 1006, - [2070] = 1007, - [2071] = 1008, - [2072] = 1009, - [2073] = 1010, - [2074] = 1011, - [2075] = 1012, - [2076] = 1013, - [2077] = 1014, - [2078] = 1015, - [2079] = 1061, - [2080] = 1040, - [2081] = 1045, - [2082] = 1018, - [2083] = 1046, - [2084] = 1047, - [2085] = 992, - [2086] = 1021, - [2087] = 1022, - [2088] = 995, - [2089] = 1062, - [2090] = 1063, + [2000] = 1031, + [2001] = 1032, + [2002] = 984, + [2003] = 997, + [2004] = 998, + [2005] = 1000, + [2006] = 1033, + [2007] = 1034, + [2008] = 1041, + [2009] = 1035, + [2010] = 1042, + [2011] = 1013, + [2012] = 1025, + [2013] = 979, + [2014] = 982, + [2015] = 985, + [2016] = 986, + [2017] = 987, + [2018] = 988, + [2019] = 989, + [2020] = 990, + [2021] = 991, + [2022] = 992, + [2023] = 993, + [2024] = 994, + [2025] = 995, + [2026] = 996, + [2027] = 999, + [2028] = 1002, + [2029] = 1003, + [2030] = 1043, + [2031] = 1044, + [2032] = 1045, + [2033] = 1046, + [2034] = 1004, + [2035] = 1005, + [2036] = 1006, + [2037] = 1008, + [2038] = 1009, + [2039] = 1011, + [2040] = 1012, + [2041] = 1014, + [2042] = 1015, + [2043] = 1017, + [2044] = 1018, + [2045] = 1019, + [2046] = 1020, + [2047] = 1021, + [2048] = 977, + [2049] = 1052, + [2050] = 1024, + [2051] = 1047, + [2052] = 1048, + [2053] = 1049, + [2054] = 1050, + [2055] = 1026, + [2056] = 1027, + [2057] = 1028, + [2058] = 1029, + [2059] = 1030, + [2060] = 1051, + [2061] = 1031, + [2062] = 1032, + [2063] = 1033, + [2064] = 1034, + [2065] = 1035, + [2066] = 977, + [2067] = 1052, + [2068] = 1096, + [2069] = 1038, + [2070] = 1039, + [2071] = 1053, + [2072] = 1040, + [2073] = 1096, + [2074] = 1038, + [2075] = 1039, + [2076] = 1041, + [2077] = 1042, + [2078] = 1053, + [2079] = 1040, + [2080] = 1071, + [2081] = 1043, + [2082] = 1044, + [2083] = 1045, + [2084] = 1046, + [2085] = 1047, + [2086] = 1048, + [2087] = 1049, + [2088] = 1050, + [2089] = 984, + [2090] = 997, [2091] = 998, - [2092] = 1169, - [2093] = 1023, - [2094] = 1001, - [2095] = 1064, - [2096] = 1065, - [2097] = 1004, - [2098] = 1005, - [2099] = 1006, - [2100] = 1007, - [2101] = 1008, - [2102] = 1009, - [2103] = 1010, - [2104] = 1011, - [2105] = 1012, - [2106] = 1013, - [2107] = 1014, - [2108] = 1015, - [2109] = 1023, - [2110] = 1024, - [2111] = 1018, - [2112] = 1025, - [2113] = 1048, - [2114] = 1021, - [2115] = 1022, - [2116] = 1027, - [2117] = 1028, - [2118] = 1049, - [2119] = 1169, - [2120] = 1030, - [2121] = 977, - [2122] = 1066, - [2123] = 1033, - [2124] = 1034, - [2125] = 1050, - [2126] = 1036, - [2127] = 1092, - [2128] = 1038, - [2129] = 1039, + [2092] = 1000, + [2093] = 952, + [2094] = 953, + [2095] = 954, + [2096] = 955, + [2097] = 956, + [2098] = 957, + [2099] = 958, + [2100] = 959, + [2101] = 960, + [2102] = 961, + [2103] = 962, + [2104] = 963, + [2105] = 964, + [2106] = 965, + [2107] = 966, + [2108] = 967, + [2109] = 968, + [2110] = 969, + [2111] = 970, + [2112] = 971, + [2113] = 972, + [2114] = 973, + [2115] = 974, + [2116] = 975, + [2117] = 976, + [2118] = 1042, + [2119] = 1013, + [2120] = 1025, + [2121] = 979, + [2122] = 982, + [2123] = 985, + [2124] = 986, + [2125] = 987, + [2126] = 988, + [2127] = 989, + [2128] = 990, + [2129] = 991, [2130] = 992, - [2131] = 1040, - [2132] = 1051, - [2133] = 1064, - [2134] = 1065, - [2135] = 995, - [2136] = 1042, - [2137] = 1023, - [2138] = 1024, - [2139] = 1025, - [2140] = 1043, - [2141] = 1027, - [2142] = 1028, - [2143] = 1052, - [2144] = 1030, - [2145] = 977, - [2146] = 1045, - [2147] = 1033, - [2148] = 1034, - [2149] = 1046, - [2150] = 1036, - [2151] = 1047, - [2152] = 1092, - [2153] = 1038, - [2154] = 1039, - [2155] = 1040, - [2156] = 1048, - [2157] = 1042, - [2158] = 1043, - [2159] = 1049, - [2160] = 998, - [2161] = 1066, - [2162] = 1050, - [2163] = 1001, + [2131] = 993, + [2132] = 994, + [2133] = 995, + [2134] = 996, + [2135] = 999, + [2136] = 1002, + [2137] = 1003, + [2138] = 1191, + [2139] = 1045, + [2140] = 1046, + [2141] = 1004, + [2142] = 1005, + [2143] = 1006, + [2144] = 1008, + [2145] = 1009, + [2146] = 1011, + [2147] = 1012, + [2148] = 1014, + [2149] = 1015, + [2150] = 1017, + [2151] = 1018, + [2152] = 1019, + [2153] = 1020, + [2154] = 1021, + [2155] = 1023, + [2156] = 1024, + [2157] = 1049, + [2158] = 1050, + [2159] = 1026, + [2160] = 1027, + [2161] = 1028, + [2162] = 1029, + [2163] = 1030, [2164] = 1051, - [2165] = 1052, - [2166] = 1004, - [2167] = 1005, - [2168] = 1006, - [2169] = 1007, - [2170] = 1008, - [2171] = 1009, - [2172] = 1010, - [2173] = 1011, - [2174] = 1012, - [2175] = 1013, - [2176] = 1045, - [2177] = 1046, - [2178] = 1047, - [2179] = 1048, - [2180] = 1049, - [2181] = 1066, - [2182] = 1050, - [2183] = 1051, - [2184] = 1052, - [2185] = 1053, - [2186] = 1054, - [2187] = 1014, - [2188] = 1015, - [2189] = 1053, - [2190] = 1054, - [2191] = 1018, - [2192] = 1055, - [2193] = 1067, - [2194] = 1021, - [2195] = 1022, - [2196] = 1062, - [2197] = 1055, - [2198] = 1067, - [2199] = 1056, - [2200] = 1057, - [2201] = 1063, - [2202] = 1056, - [2203] = 1057, - [2204] = 1058, - [2205] = 1068, - [2206] = 1059, - [2207] = 1058, - [2208] = 1068, - [2209] = 1169, - [2210] = 1059, - [2211] = 980, - [2212] = 980, - [2213] = 1024, - [2214] = 1053, - [2215] = 1054, - [2216] = 985, - [2217] = 986, - [2218] = 987, - [2219] = 988, - [2220] = 1055, - [2221] = 1067, - [2222] = 1060, - [2223] = 985, - [2224] = 1061, - [2225] = 986, - [2226] = 992, - [2227] = 987, - [2228] = 988, - [2229] = 995, - [2230] = 1056, - [2231] = 1057, - [2232] = 998, - [2233] = 1060, - [2234] = 1025, - [2235] = 1001, - [2236] = 1061, - [2237] = 1058, - [2238] = 1004, - [2239] = 1005, - [2240] = 1006, - [2241] = 1007, - [2242] = 1008, - [2243] = 1009, - [2244] = 1010, - [2245] = 1011, - [2246] = 1012, - [2247] = 1013, - [2248] = 1006, - [2249] = 1015, - [2250] = 992, - [2251] = 1068, - [2252] = 1018, - [2253] = 1059, - [2254] = 995, - [2255] = 1021, - [2256] = 1022, - [2257] = 1062, - [2258] = 1063, - [2259] = 1169, - [2260] = 1064, - [2261] = 1065, - [2262] = 1023, - [2263] = 1024, - [2264] = 1025, - [2265] = 980, - [2266] = 1027, - [2267] = 1028, - [2268] = 998, - [2269] = 1030, - [2270] = 977, - [2271] = 1009, - [2272] = 1033, - [2273] = 1034, - [2274] = 1042, - [2275] = 1036, - [2276] = 1092, - [2277] = 1038, - [2278] = 1039, - [2279] = 1040, - [2280] = 1001, - [2281] = 1042, - [2282] = 1043, - [2283] = 1043, - [2284] = 1045, - [2285] = 1046, - [2286] = 1047, - [2287] = 1048, - [2288] = 1049, - [2289] = 1066, - [2290] = 1050, - [2291] = 1051, - [2292] = 1052, - [2293] = 1053, - [2294] = 1054, - [2295] = 1055, - [2296] = 1067, - [2297] = 1056, - [2298] = 1057, - [2299] = 1058, - [2300] = 1068, - [2301] = 1059, - [2302] = 1018, - [2303] = 196, - [2304] = 980, - [2305] = 1004, - [2306] = 1005, - [2307] = 1006, - [2308] = 1007, - [2309] = 985, - [2310] = 986, - [2311] = 987, - [2312] = 988, - [2313] = 1008, - [2314] = 1009, - [2315] = 1060, - [2316] = 1061, - [2317] = 1010, - [2318] = 992, - [2319] = 1011, - [2320] = 1012, - [2321] = 995, - [2322] = 1013, - [2323] = 1014, - [2324] = 998, - [2325] = 1015, - [2326] = 1045, - [2327] = 1001, - [2328] = 985, - [2329] = 1018, - [2330] = 1004, - [2331] = 1005, - [2332] = 1067, - [2333] = 1005, - [2334] = 1057, - [2335] = 1058, - [2336] = 1059, - [2337] = 1366, - [2338] = 1004, - [2339] = 1056, - [2340] = 1006, - [2341] = 1031, - [2342] = 1007, - [2343] = 1008, - [2344] = 1009, - [2345] = 1010, - [2346] = 1011, - [2347] = 1066, - [2348] = 1012, - [2349] = 1013, - [2350] = 196, - [2351] = 1322, - [2352] = 1453, - [2353] = 1368, - [2354] = 1060, - [2355] = 1061, - [2356] = 1014, - [2357] = 1067, - [2358] = 1015, - [2359] = 1068, - [2360] = 1018, - [2361] = 992, - [2362] = 1021, - [2363] = 1022, - [2364] = 985, - [2365] = 995, - [2366] = 986, - [2367] = 987, + [2165] = 1031, + [2166] = 1032, + [2167] = 1033, + [2168] = 1034, + [2169] = 1035, + [2170] = 977, + [2171] = 1052, + [2172] = 1096, + [2173] = 1038, + [2174] = 1039, + [2175] = 1053, + [2176] = 1040, + [2177] = 1071, + [2178] = 984, + [2179] = 997, + [2180] = 998, + [2181] = 1000, + [2182] = 1071, + [2183] = 1041, + [2184] = 1042, + [2185] = 1013, + [2186] = 1025, + [2187] = 979, + [2188] = 982, + [2189] = 985, + [2190] = 986, + [2191] = 987, + [2192] = 988, + [2193] = 989, + [2194] = 990, + [2195] = 991, + [2196] = 992, + [2197] = 993, + [2198] = 994, + [2199] = 995, + [2200] = 996, + [2201] = 999, + [2202] = 1002, + [2203] = 1003, + [2204] = 1043, + [2205] = 1044, + [2206] = 1191, + [2207] = 1045, + [2208] = 1046, + [2209] = 1004, + [2210] = 1005, + [2211] = 1006, + [2212] = 1008, + [2213] = 1009, + [2214] = 1011, + [2215] = 1012, + [2216] = 1014, + [2217] = 1015, + [2218] = 1017, + [2219] = 1018, + [2220] = 1019, + [2221] = 1020, + [2222] = 1021, + [2223] = 1023, + [2224] = 1024, + [2225] = 1047, + [2226] = 1048, + [2227] = 1049, + [2228] = 1050, + [2229] = 1026, + [2230] = 1027, + [2231] = 1028, + [2232] = 1029, + [2233] = 1030, + [2234] = 1051, + [2235] = 1031, + [2236] = 1032, + [2237] = 1033, + [2238] = 1034, + [2239] = 1035, + [2240] = 977, + [2241] = 1052, + [2242] = 1096, + [2243] = 1038, + [2244] = 1039, + [2245] = 1053, + [2246] = 1040, + [2247] = 196, + [2248] = 1071, + [2249] = 984, + [2250] = 997, + [2251] = 998, + [2252] = 1000, + [2253] = 1041, + [2254] = 1042, + [2255] = 1013, + [2256] = 1025, + [2257] = 979, + [2258] = 982, + [2259] = 985, + [2260] = 986, + [2261] = 987, + [2262] = 988, + [2263] = 989, + [2264] = 990, + [2265] = 991, + [2266] = 992, + [2267] = 993, + [2268] = 994, + [2269] = 995, + [2270] = 996, + [2271] = 999, + [2272] = 984, + [2273] = 997, + [2274] = 1002, + [2275] = 1003, + [2276] = 1043, + [2277] = 1044, + [2278] = 1191, + [2279] = 1045, + [2280] = 1046, + [2281] = 1004, + [2282] = 1005, + [2283] = 1006, + [2284] = 1008, + [2285] = 1009, + [2286] = 998, + [2287] = 1011, + [2288] = 1012, + [2289] = 1000, + [2290] = 1014, + [2291] = 1015, + [2292] = 1017, + [2293] = 1018, + [2294] = 1019, + [2295] = 1020, + [2296] = 1021, + [2297] = 1023, + [2298] = 1024, + [2299] = 1041, + [2300] = 1047, + [2301] = 1048, + [2302] = 1049, + [2303] = 1050, + [2304] = 1026, + [2305] = 1027, + [2306] = 1028, + [2307] = 1029, + [2308] = 1030, + [2309] = 1051, + [2310] = 1031, + [2311] = 1032, + [2312] = 1033, + [2313] = 1034, + [2314] = 1035, + [2315] = 977, + [2316] = 1052, + [2317] = 1096, + [2318] = 1038, + [2319] = 1039, + [2320] = 1053, + [2321] = 1040, + [2322] = 1071, + [2323] = 984, + [2324] = 997, + [2325] = 998, + [2326] = 1000, + [2327] = 1041, + [2328] = 1042, + [2329] = 1013, + [2330] = 1025, + [2331] = 979, + [2332] = 982, + [2333] = 985, + [2334] = 986, + [2335] = 987, + [2336] = 988, + [2337] = 989, + [2338] = 990, + [2339] = 991, + [2340] = 992, + [2341] = 993, + [2342] = 994, + [2343] = 995, + [2344] = 996, + [2345] = 999, + [2346] = 1002, + [2347] = 1003, + [2348] = 1043, + [2349] = 1044, + [2350] = 1191, + [2351] = 1045, + [2352] = 1046, + [2353] = 1004, + [2354] = 1005, + [2355] = 1006, + [2356] = 1008, + [2357] = 1009, + [2358] = 1011, + [2359] = 1012, + [2360] = 1014, + [2361] = 1015, + [2362] = 1017, + [2363] = 1018, + [2364] = 1019, + [2365] = 1020, + [2366] = 1021, + [2367] = 1023, [2368] = 1024, - [2369] = 1025, - [2370] = 998, - [2371] = 1027, - [2372] = 1028, - [2373] = 988, - [2374] = 1030, - [2375] = 977, - [2376] = 1033, - [2377] = 1034, - [2378] = 1001, - [2379] = 1036, - [2380] = 1092, - [2381] = 1038, - [2382] = 1039, - [2383] = 1040, - [2384] = 1062, - [2385] = 1063, - [2386] = 1064, - [2387] = 1065, - [2388] = 980, - [2389] = 1042, - [2390] = 278, - [2391] = 1043, - [2392] = 1045, - [2393] = 1046, - [2394] = 1047, - [2395] = 1048, - [2396] = 1049, - [2397] = 1050, - [2398] = 1051, - [2399] = 1052, - [2400] = 1053, - [2401] = 1054, - [2402] = 1055, - [2403] = 1023, - [2404] = 278, - [2405] = 2405, - [2406] = 2406, - [2407] = 2407, - [2408] = 2408, - [2409] = 2409, - [2410] = 2410, - [2411] = 2411, - [2412] = 2412, - [2413] = 2413, - [2414] = 2414, - [2415] = 2412, - [2416] = 2413, - [2417] = 2417, - [2418] = 2414, - [2419] = 2412, - [2420] = 2413, - [2421] = 2417, - [2422] = 2414, - [2423] = 2412, - [2424] = 2413, - [2425] = 2417, - [2426] = 2414, - [2427] = 2412, - [2428] = 2413, - [2429] = 2417, - [2430] = 2412, - [2431] = 2417, - [2432] = 2417, - [2433] = 2412, - [2434] = 2417, - [2435] = 2412, - [2436] = 2417, - [2437] = 2414, - [2438] = 2412, - [2439] = 2413, - [2440] = 2417, - [2441] = 2414, - [2442] = 2412, - [2443] = 2413, - [2444] = 2413, - [2445] = 2417, - [2446] = 2417, - [2447] = 2414, - [2448] = 2417, - [2449] = 2413, - [2450] = 2417, - [2451] = 2414, - [2452] = 2412, - [2453] = 2414, - [2454] = 2412, - [2455] = 2414, - [2456] = 2412, - [2457] = 2413, - [2458] = 2417, - [2459] = 2413, - [2460] = 2417, - [2461] = 2414, - [2462] = 2414, - [2463] = 2412, - [2464] = 2413, - [2465] = 2417, - [2466] = 2412, - [2467] = 2414, - [2468] = 2412, - [2469] = 2413, - [2470] = 2417, - [2471] = 2414, - [2472] = 2412, - [2473] = 2413, - [2474] = 2417, - [2475] = 2413, - [2476] = 2414, - [2477] = 2412, - [2478] = 2413, - [2479] = 2417, - [2480] = 2417, - [2481] = 2414, - [2482] = 2412, - [2483] = 2412, + [2369] = 1047, + [2370] = 1048, + [2371] = 1049, + [2372] = 1050, + [2373] = 1026, + [2374] = 1027, + [2375] = 1028, + [2376] = 1029, + [2377] = 1030, + [2378] = 1051, + [2379] = 1031, + [2380] = 1032, + [2381] = 1033, + [2382] = 1034, + [2383] = 1035, + [2384] = 977, + [2385] = 1052, + [2386] = 1096, + [2387] = 1038, + [2388] = 1039, + [2389] = 1053, + [2390] = 1040, + [2391] = 1071, + [2392] = 1025, + [2393] = 1096, + [2394] = 985, + [2395] = 986, + [2396] = 987, + [2397] = 988, + [2398] = 989, + [2399] = 990, + [2400] = 991, + [2401] = 992, + [2402] = 993, + [2403] = 994, + [2404] = 995, + [2405] = 996, + [2406] = 999, + [2407] = 1002, + [2408] = 1003, + [2409] = 1004, + [2410] = 1005, + [2411] = 1006, + [2412] = 1008, + [2413] = 1009, + [2414] = 1011, + [2415] = 1012, + [2416] = 1014, + [2417] = 1015, + [2418] = 1017, + [2419] = 1018, + [2420] = 1019, + [2421] = 1020, + [2422] = 1021, + [2423] = 1023, + [2424] = 1024, + [2425] = 1026, + [2426] = 1027, + [2427] = 1028, + [2428] = 1029, + [2429] = 1030, + [2430] = 1031, + [2431] = 1032, + [2432] = 1033, + [2433] = 1034, + [2434] = 1035, + [2435] = 977, + [2436] = 982, + [2437] = 1039, + [2438] = 1040, + [2439] = 1041, + [2440] = 1042, + [2441] = 276, + [2442] = 1043, + [2443] = 1044, + [2444] = 1045, + [2445] = 1046, + [2446] = 196, + [2447] = 1047, + [2448] = 1048, + [2449] = 1049, + [2450] = 1050, + [2451] = 1051, + [2452] = 1052, + [2453] = 1053, + [2454] = 1060, + [2455] = 1142, + [2456] = 1071, + [2457] = 1211, + [2458] = 984, + [2459] = 997, + [2460] = 998, + [2461] = 1000, + [2462] = 1013, + [2463] = 1207, + [2464] = 1025, + [2465] = 1248, + [2466] = 979, + [2467] = 1038, + [2468] = 276, + [2469] = 2469, + [2470] = 2470, + [2471] = 2471, + [2472] = 2472, + [2473] = 2473, + [2474] = 2474, + [2475] = 2474, + [2476] = 2474, + [2477] = 2474, + [2478] = 2474, + [2479] = 2474, + [2480] = 2474, + [2481] = 2474, + [2482] = 2474, + [2483] = 2474, [2484] = 2484, - [2485] = 2484, - [2486] = 2484, - [2487] = 2484, - [2488] = 2484, - [2489] = 2484, - [2490] = 2484, - [2491] = 2484, - [2492] = 2484, - [2493] = 2484, - [2494] = 2484, - [2495] = 2484, - [2496] = 2484, - [2497] = 2484, - [2498] = 2484, - [2499] = 2484, - [2500] = 2484, - [2501] = 2501, - [2502] = 2501, - [2503] = 2501, - [2504] = 2501, - [2505] = 2501, - [2506] = 2501, - [2507] = 2507, - [2508] = 2501, - [2509] = 2501, - [2510] = 2501, - [2511] = 2501, - [2512] = 2512, - [2513] = 2501, - [2514] = 2501, - [2515] = 2501, - [2516] = 2501, - [2517] = 2501, - [2518] = 2501, - [2519] = 2501, - [2520] = 2520, - [2521] = 2521, - [2522] = 196, - [2523] = 2523, - [2524] = 196, - [2525] = 2523, - [2526] = 278, - [2527] = 2527, - [2528] = 2528, - [2529] = 2528, - [2530] = 2528, - [2531] = 2528, - [2532] = 2528, - [2533] = 2533, - [2534] = 2528, - [2535] = 278, - [2536] = 2528, - [2537] = 2537, - [2538] = 2528, - [2539] = 2528, - [2540] = 2537, - [2541] = 2528, - [2542] = 2528, - [2543] = 2528, - [2544] = 2528, - [2545] = 2527, - [2546] = 2528, - [2547] = 2528, - [2548] = 2528, - [2549] = 2533, - [2550] = 2550, - [2551] = 2523, - [2552] = 196, - [2553] = 2550, - [2554] = 2554, - [2555] = 2555, - [2556] = 2555, - [2557] = 2555, - [2558] = 2558, - [2559] = 2559, - [2560] = 2558, - [2561] = 2559, - [2562] = 2555, - [2563] = 2559, - [2564] = 2559, - [2565] = 2559, - [2566] = 2555, - [2567] = 2558, - [2568] = 2558, - [2569] = 2558, - [2570] = 2527, - [2571] = 2559, - [2572] = 2558, - [2573] = 2559, - [2574] = 2555, - [2575] = 2555, - [2576] = 2558, - [2577] = 2577, - [2578] = 2555, - [2579] = 2559, - [2580] = 2555, - [2581] = 2558, - [2582] = 2555, - [2583] = 2558, - [2584] = 2555, - [2585] = 2558, - [2586] = 2586, - [2587] = 2559, - [2588] = 2555, - [2589] = 2559, - [2590] = 2558, - [2591] = 2559, - [2592] = 2558, - [2593] = 278, - [2594] = 2558, - [2595] = 2555, - [2596] = 2596, - [2597] = 2555, - [2598] = 2558, - [2599] = 2559, - [2600] = 2559, - [2601] = 2559, - [2602] = 2559, - [2603] = 2558, - [2604] = 2559, - [2605] = 2558, - [2606] = 2555, - [2607] = 2555, - [2608] = 2608, - [2609] = 2609, - [2610] = 2550, - [2611] = 2609, - [2612] = 2612, - [2613] = 2613, - [2614] = 2612, - [2615] = 2608, - [2616] = 2616, - [2617] = 2617, + [2485] = 2474, + [2486] = 2474, + [2487] = 2474, + [2488] = 2474, + [2489] = 2474, + [2490] = 2474, + [2491] = 2474, + [2492] = 2492, + [2493] = 2493, + [2494] = 2494, + [2495] = 2495, + [2496] = 2493, + [2497] = 2494, + [2498] = 2495, + [2499] = 2493, + [2500] = 2500, + [2501] = 2494, + [2502] = 2500, + [2503] = 2494, + [2504] = 2494, + [2505] = 2495, + [2506] = 2493, + [2507] = 2500, + [2508] = 2495, + [2509] = 2493, + [2510] = 2494, + [2511] = 2495, + [2512] = 2493, + [2513] = 2500, + [2514] = 2495, + [2515] = 2500, + [2516] = 2494, + [2517] = 2495, + [2518] = 2493, + [2519] = 2500, + [2520] = 2494, + [2521] = 2495, + [2522] = 2494, + [2523] = 2495, + [2524] = 2493, + [2525] = 2500, + [2526] = 2500, + [2527] = 2494, + [2528] = 2495, + [2529] = 2500, + [2530] = 2494, + [2531] = 2495, + [2532] = 2493, + [2533] = 2500, + [2534] = 2500, + [2535] = 2495, + [2536] = 2500, + [2537] = 2495, + [2538] = 2500, + [2539] = 2495, + [2540] = 2500, + [2541] = 2495, + [2542] = 2500, + [2543] = 2493, + [2544] = 2500, + [2545] = 2494, + [2546] = 2494, + [2547] = 2495, + [2548] = 2493, + [2549] = 2500, + [2550] = 2495, + [2551] = 2494, + [2552] = 2495, + [2553] = 2493, + [2554] = 2493, + [2555] = 2494, + [2556] = 2495, + [2557] = 2493, + [2558] = 2494, + [2559] = 2495, + [2560] = 2500, + [2561] = 2493, + [2562] = 2500, + [2563] = 2500, + [2564] = 2493, + [2565] = 2565, + [2566] = 2566, + [2567] = 2565, + [2568] = 2566, + [2569] = 2566, + [2570] = 2565, + [2571] = 2565, + [2572] = 2565, + [2573] = 2565, + [2574] = 2565, + [2575] = 2566, + [2576] = 2565, + [2577] = 2565, + [2578] = 2565, + [2579] = 2566, + [2580] = 2566, + [2581] = 2565, + [2582] = 2566, + [2583] = 2565, + [2584] = 2566, + [2585] = 2565, + [2586] = 2566, + [2587] = 2565, + [2588] = 2565, + [2589] = 2566, + [2590] = 2566, + [2591] = 2566, + [2592] = 2565, + [2593] = 2566, + [2594] = 2565, + [2595] = 2566, + [2596] = 2566, + [2597] = 2566, + [2598] = 2566, + [2599] = 2599, + [2600] = 2600, + [2601] = 2600, + [2602] = 2600, + [2603] = 2600, + [2604] = 2604, + [2605] = 2600, + [2606] = 2600, + [2607] = 2600, + [2608] = 2600, + [2609] = 2600, + [2610] = 2600, + [2611] = 2600, + [2612] = 2600, + [2613] = 2600, + [2614] = 2600, + [2615] = 2600, + [2616] = 2600, + [2617] = 2600, [2618] = 2618, - [2619] = 196, - [2620] = 2612, - [2621] = 2621, - [2622] = 2622, + [2619] = 2619, + [2620] = 2619, + [2621] = 196, + [2622] = 196, [2623] = 2623, [2624] = 2624, - [2625] = 2621, - [2626] = 2623, - [2627] = 2627, - [2628] = 2628, - [2629] = 196, + [2625] = 2625, + [2626] = 2626, + [2627] = 2625, + [2628] = 276, + [2629] = 2625, [2630] = 2630, - [2631] = 2631, + [2631] = 2625, [2632] = 2632, - [2633] = 2628, - [2634] = 2632, - [2635] = 2631, - [2636] = 2632, - [2637] = 278, - [2638] = 2623, - [2639] = 2628, - [2640] = 318, + [2633] = 2625, + [2634] = 2625, + [2635] = 2625, + [2636] = 276, + [2637] = 2625, + [2638] = 2625, + [2639] = 2624, + [2640] = 2625, [2641] = 2641, - [2642] = 2642, - [2643] = 2643, - [2644] = 2644, - [2645] = 2645, - [2646] = 2646, - [2647] = 2647, - [2648] = 2648, - [2649] = 2649, + [2642] = 2625, + [2643] = 2625, + [2644] = 2632, + [2645] = 2626, + [2646] = 2625, + [2647] = 2625, + [2648] = 2625, + [2649] = 2625, [2650] = 2650, - [2651] = 2651, - [2652] = 2652, - [2653] = 2653, - [2654] = 2642, + [2651] = 196, + [2652] = 2650, + [2653] = 2619, + [2654] = 196, [2655] = 2655, [2656] = 2656, - [2657] = 2657, - [2658] = 2658, - [2659] = 2659, - [2660] = 2650, - [2661] = 2661, - [2662] = 2662, - [2663] = 278, + [2657] = 2656, + [2658] = 2656, + [2659] = 2656, + [2660] = 2660, + [2661] = 2655, + [2662] = 2655, + [2663] = 2656, [2664] = 2664, - [2665] = 2662, - [2666] = 2645, - [2667] = 2650, - [2668] = 2668, - [2669] = 2669, - [2670] = 196, - [2671] = 2671, - [2672] = 2662, - [2673] = 2657, - [2674] = 2652, - [2675] = 2658, - [2676] = 2659, - [2677] = 2669, - [2678] = 2653, - [2679] = 2642, - [2680] = 2657, - [2681] = 2658, - [2682] = 2659, - [2683] = 2653, - [2684] = 2642, - [2685] = 2658, - [2686] = 2659, - [2687] = 2653, - [2688] = 2642, - [2689] = 2646, - [2690] = 2658, - [2691] = 2659, - [2692] = 2653, - [2693] = 2658, - [2694] = 2659, - [2695] = 2653, - [2696] = 2642, - [2697] = 2658, - [2698] = 2659, - [2699] = 2653, - [2700] = 2642, - [2701] = 2658, - [2702] = 2659, - [2703] = 2653, - [2704] = 2642, - [2705] = 2705, - [2706] = 2658, - [2707] = 2659, - [2708] = 2653, - [2709] = 2642, - [2710] = 2658, - [2711] = 2659, - [2712] = 2653, - [2713] = 2642, - [2714] = 2658, - [2715] = 2659, - [2716] = 2653, - [2717] = 2642, - [2718] = 2658, - [2719] = 2659, - [2720] = 2653, - [2721] = 2642, - [2722] = 196, - [2723] = 2645, - [2724] = 2641, - [2725] = 2658, - [2726] = 2659, - [2727] = 2653, - [2728] = 2642, - [2729] = 2646, - [2730] = 2705, - [2731] = 2658, - [2732] = 2659, - [2733] = 2653, - [2734] = 2642, - [2735] = 2658, - [2736] = 2659, - [2737] = 2653, - [2738] = 2642, + [2665] = 2655, + [2666] = 2656, + [2667] = 2656, + [2668] = 2655, + [2669] = 2664, + [2670] = 2664, + [2671] = 276, + [2672] = 2656, + [2673] = 2656, + [2674] = 2630, + [2675] = 2675, + [2676] = 2656, + [2677] = 2664, + [2678] = 2655, + [2679] = 2660, + [2680] = 2664, + [2681] = 2664, + [2682] = 2682, + [2683] = 2664, + [2684] = 2664, + [2685] = 2624, + [2686] = 2655, + [2687] = 2656, + [2688] = 2688, + [2689] = 2689, + [2690] = 2656, + [2691] = 2664, + [2692] = 2655, + [2693] = 276, + [2694] = 2656, + [2695] = 2664, + [2696] = 2664, + [2697] = 2655, + [2698] = 2655, + [2699] = 2699, + [2700] = 2664, + [2701] = 2641, + [2702] = 2664, + [2703] = 2655, + [2704] = 2656, + [2705] = 2656, + [2706] = 2664, + [2707] = 2656, + [2708] = 2708, + [2709] = 2655, + [2710] = 2655, + [2711] = 2664, + [2712] = 2664, + [2713] = 2655, + [2714] = 2655, + [2715] = 2655, + [2716] = 2688, + [2717] = 2717, + [2718] = 2717, + [2719] = 2650, + [2720] = 2720, + [2721] = 196, + [2722] = 2722, + [2723] = 2723, + [2724] = 2717, + [2725] = 2725, + [2726] = 2726, + [2727] = 2727, + [2728] = 276, + [2729] = 2729, + [2730] = 2630, + [2731] = 316, + [2732] = 2732, + [2733] = 2732, + [2734] = 2734, + [2735] = 2735, + [2736] = 2736, + [2737] = 2737, + [2738] = 2738, [2739] = 2739, - [2740] = 2658, - [2741] = 2659, - [2742] = 2653, - [2743] = 2642, - [2744] = 2659, - [2745] = 2642, - [2746] = 2659, - [2747] = 2642, - [2748] = 2659, - [2749] = 2642, - [2750] = 2659, - [2751] = 2642, + [2740] = 2734, + [2741] = 2727, + [2742] = 2739, + [2743] = 2735, + [2744] = 2744, + [2745] = 2727, + [2746] = 2746, + [2747] = 2737, + [2748] = 2734, + [2749] = 2739, + [2750] = 2641, + [2751] = 196, [2752] = 2752, - [2753] = 2753, + [2753] = 2746, [2754] = 2754, [2755] = 2755, [2756] = 2756, [2757] = 2757, [2758] = 2758, - [2759] = 2755, - [2760] = 2756, - [2761] = 2757, - [2762] = 2762, - [2763] = 2752, + [2759] = 2759, + [2760] = 2760, + [2761] = 2761, + [2762] = 2760, + [2763] = 2763, [2764] = 2764, [2765] = 2765, [2766] = 2766, - [2767] = 2758, + [2767] = 2757, [2768] = 2758, - [2769] = 2755, - [2770] = 2756, - [2771] = 2757, - [2772] = 2762, - [2773] = 2752, - [2774] = 2758, + [2769] = 2759, + [2770] = 2760, + [2771] = 2771, + [2772] = 2754, + [2773] = 2771, + [2774] = 2774, [2775] = 2775, - [2776] = 2758, + [2776] = 2763, [2777] = 2777, - [2778] = 2755, - [2779] = 2779, - [2780] = 2757, - [2781] = 2762, - [2782] = 2752, + [2778] = 2778, + [2779] = 2757, + [2780] = 2758, + [2781] = 2759, + [2782] = 2760, [2783] = 2783, - [2784] = 2756, - [2785] = 2756, + [2784] = 2784, + [2785] = 2630, [2786] = 2786, - [2787] = 2758, - [2788] = 2755, - [2789] = 2752, - [2790] = 2757, - [2791] = 2762, - [2792] = 2752, - [2793] = 2756, - [2794] = 2613, - [2795] = 2758, - [2796] = 2755, - [2797] = 2756, + [2787] = 2787, + [2788] = 2757, + [2789] = 2758, + [2790] = 2759, + [2791] = 2760, + [2792] = 2783, + [2793] = 2757, + [2794] = 2794, + [2795] = 2795, + [2796] = 2758, + [2797] = 2759, [2798] = 2757, - [2799] = 2762, - [2800] = 2752, - [2801] = 2617, - [2802] = 2765, - [2803] = 2758, - [2804] = 2755, - [2805] = 2805, - [2806] = 2757, - [2807] = 2762, - [2808] = 2752, - [2809] = 2758, - [2810] = 2756, - [2811] = 2616, - [2812] = 2755, - [2813] = 2813, - [2814] = 2757, - [2815] = 2762, - [2816] = 2752, - [2817] = 2756, + [2799] = 2757, + [2800] = 2758, + [2801] = 2759, + [2802] = 2760, + [2803] = 2760, + [2804] = 2774, + [2805] = 2764, + [2806] = 2806, + [2807] = 2758, + [2808] = 2759, + [2809] = 2809, + [2810] = 2757, + [2811] = 2758, + [2812] = 2759, + [2813] = 2760, + [2814] = 2814, + [2815] = 2760, + [2816] = 2641, + [2817] = 196, [2818] = 2818, - [2819] = 1066, - [2820] = 2756, - [2821] = 1067, - [2822] = 2755, + [2819] = 196, + [2820] = 2760, + [2821] = 2783, + [2822] = 2757, [2823] = 2758, - [2824] = 2757, - [2825] = 2762, - [2826] = 2752, - [2827] = 2827, - [2828] = 1068, - [2829] = 196, - [2830] = 2756, - [2831] = 2755, - [2832] = 2832, + [2824] = 2759, + [2825] = 2760, + [2826] = 2826, + [2827] = 2757, + [2828] = 2758, + [2829] = 2829, + [2830] = 2757, + [2831] = 2758, + [2832] = 2764, [2833] = 2757, - [2834] = 2762, - [2835] = 195, - [2836] = 2765, - [2837] = 2762, - [2838] = 2838, - [2839] = 2839, - [2840] = 2755, - [2841] = 2752, - [2842] = 2757, - [2843] = 2762, - [2844] = 2752, - [2845] = 2845, - [2846] = 2846, - [2847] = 2758, - [2848] = 2848, - [2849] = 2755, - [2850] = 2756, - [2851] = 2757, - [2852] = 2762, - [2853] = 2752, - [2854] = 2854, - [2855] = 2855, - [2856] = 2783, - [2857] = 2753, - [2858] = 195, + [2834] = 2775, + [2835] = 2757, + [2836] = 2758, + [2837] = 2759, + [2838] = 2760, + [2839] = 2774, + [2840] = 2758, + [2841] = 196, + [2842] = 276, + [2843] = 2777, + [2844] = 2754, + [2845] = 2759, + [2846] = 2763, + [2847] = 2759, + [2848] = 2757, + [2849] = 2758, + [2850] = 2759, + [2851] = 2760, + [2852] = 2757, + [2853] = 2758, + [2854] = 2759, + [2855] = 2760, + [2856] = 2760, + [2857] = 2759, + [2858] = 2757, [2859] = 2758, - [2860] = 2755, - [2861] = 2756, - [2862] = 2757, - [2863] = 2762, - [2864] = 2752, - [2865] = 2865, - [2866] = 2866, - [2867] = 2865, - [2868] = 2868, - [2869] = 2758, - [2870] = 2758, - [2871] = 2755, - [2872] = 2756, - [2873] = 2757, - [2874] = 2762, - [2875] = 2752, - [2876] = 278, + [2860] = 2759, + [2861] = 2760, + [2862] = 2758, + [2863] = 2760, + [2864] = 2758, + [2865] = 2760, + [2866] = 2758, + [2867] = 2760, + [2868] = 2758, + [2869] = 2760, + [2870] = 2765, + [2871] = 2871, + [2872] = 2872, + [2873] = 2873, + [2874] = 2874, + [2875] = 2875, + [2876] = 2876, [2877] = 2877, - [2878] = 2865, - [2879] = 278, + [2878] = 2878, + [2879] = 2872, [2880] = 2880, - [2881] = 2755, + [2881] = 2880, [2882] = 2882, - [2883] = 2757, - [2884] = 2762, - [2885] = 2752, - [2886] = 2886, - [2887] = 2779, - [2888] = 2888, - [2889] = 2779, - [2890] = 2755, - [2891] = 2758, - [2892] = 2757, - [2893] = 2762, - [2894] = 2752, - [2895] = 2895, - [2896] = 2896, - [2897] = 2757, - [2898] = 2752, - [2899] = 2756, - [2900] = 2900, - [2901] = 2757, - [2902] = 2752, - [2903] = 2756, - [2904] = 2758, - [2905] = 2757, - [2906] = 2752, - [2907] = 2907, - [2908] = 2783, - [2909] = 2757, - [2910] = 2910, - [2911] = 2523, - [2912] = 2912, - [2913] = 2779, - [2914] = 2783, - [2915] = 2915, - [2916] = 2783, - [2917] = 278, - [2918] = 2783, - [2919] = 2915, - [2920] = 2783, - [2921] = 2783, - [2922] = 2922, + [2883] = 2723, + [2884] = 2884, + [2885] = 2877, + [2886] = 276, + [2887] = 2872, + [2888] = 2877, + [2889] = 2872, + [2890] = 2890, + [2891] = 2891, + [2892] = 2892, + [2893] = 2877, + [2894] = 2894, + [2895] = 2872, + [2896] = 195, + [2897] = 276, + [2898] = 2877, + [2899] = 2877, + [2900] = 2872, + [2901] = 2872, + [2902] = 2902, + [2903] = 2903, + [2904] = 2904, + [2905] = 2905, + [2906] = 2877, + [2907] = 196, + [2908] = 2744, + [2909] = 2872, + [2910] = 2905, + [2911] = 2877, + [2912] = 2872, + [2913] = 2913, + [2914] = 2914, + [2915] = 276, + [2916] = 2916, + [2917] = 2905, + [2918] = 2918, + [2919] = 2919, + [2920] = 2729, + [2921] = 2871, + [2922] = 2720, [2923] = 2923, [2924] = 2924, - [2925] = 2915, - [2926] = 2915, - [2927] = 2927, - [2928] = 2928, - [2929] = 2865, - [2930] = 276, - [2931] = 2865, - [2932] = 2865, - [2933] = 2523, - [2934] = 2779, - [2935] = 2915, - [2936] = 2779, - [2937] = 196, - [2938] = 2915, - [2939] = 2939, - [2940] = 1066, - [2941] = 1067, - [2942] = 1068, - [2943] = 1066, - [2944] = 1067, - [2945] = 1068, - [2946] = 2946, - [2947] = 2947, - [2948] = 2783, - [2949] = 2949, - [2950] = 2779, - [2951] = 2783, - [2952] = 2779, - [2953] = 2915, - [2954] = 2915, - [2955] = 2949, - [2956] = 2949, - [2957] = 2949, - [2958] = 2865, - [2959] = 2865, - [2960] = 2960, - [2961] = 2915, - [2962] = 2779, - [2963] = 2779, - [2964] = 2779, - [2965] = 2965, - [2966] = 2915, - [2967] = 2967, - [2968] = 2968, - [2969] = 2779, - [2970] = 2970, - [2971] = 2971, - [2972] = 2972, - [2973] = 2928, - [2974] = 2915, - [2975] = 2975, - [2976] = 2976, - [2977] = 2783, - [2978] = 2978, - [2979] = 196, - [2980] = 2978, + [2925] = 2876, + [2926] = 2926, + [2927] = 2871, + [2928] = 2919, + [2929] = 2877, + [2930] = 2918, + [2931] = 2902, + [2932] = 2872, + [2933] = 2871, + [2934] = 2923, + [2935] = 2924, + [2936] = 2876, + [2937] = 2877, + [2938] = 2871, + [2939] = 2923, + [2940] = 2924, + [2941] = 2876, + [2942] = 2872, + [2943] = 2871, + [2944] = 2923, + [2945] = 2924, + [2946] = 2876, + [2947] = 2902, + [2948] = 2877, + [2949] = 2923, + [2950] = 2924, + [2951] = 2876, + [2952] = 2952, + [2953] = 2953, + [2954] = 2872, + [2955] = 2872, + [2956] = 195, + [2957] = 2871, + [2958] = 2923, + [2959] = 2924, + [2960] = 2876, + [2961] = 2722, + [2962] = 2871, + [2963] = 2923, + [2964] = 2924, + [2965] = 2876, + [2966] = 196, + [2967] = 2877, + [2968] = 2871, + [2969] = 2923, + [2970] = 2924, + [2971] = 2876, + [2972] = 2877, + [2973] = 2923, + [2974] = 2871, + [2975] = 2880, + [2976] = 2923, + [2977] = 2924, + [2978] = 2876, + [2979] = 2872, + [2980] = 1051, [2981] = 2981, - [2982] = 2982, - [2983] = 2922, - [2984] = 2984, - [2985] = 2915, - [2986] = 2865, - [2987] = 2783, - [2988] = 2988, - [2989] = 2865, - [2990] = 2915, - [2991] = 2991, - [2992] = 2915, - [2993] = 2993, - [2994] = 2994, - [2995] = 2995, - [2996] = 2865, + [2982] = 2918, + [2983] = 2871, + [2984] = 2923, + [2985] = 2924, + [2986] = 2876, + [2987] = 2987, + [2988] = 2871, + [2989] = 2923, + [2990] = 2924, + [2991] = 2876, + [2992] = 1052, + [2993] = 2924, + [2994] = 1053, + [2995] = 2877, + [2996] = 2871, [2997] = 2997, - [2998] = 2998, - [2999] = 2865, - [3000] = 276, - [3001] = 2915, - [3002] = 2865, - [3003] = 2915, - [3004] = 2779, - [3005] = 3005, - [3006] = 2997, - [3007] = 2988, - [3008] = 2997, - [3009] = 2988, - [3010] = 2912, - [3011] = 2922, - [3012] = 2912, - [3013] = 2922, - [3014] = 2912, - [3015] = 2922, - [3016] = 2912, - [3017] = 2922, - [3018] = 2912, - [3019] = 2922, - [3020] = 2912, - [3021] = 2922, - [3022] = 2912, - [3023] = 2922, - [3024] = 2912, - [3025] = 2922, - [3026] = 2912, - [3027] = 2922, - [3028] = 2912, - [3029] = 2922, - [3030] = 2912, - [3031] = 2922, - [3032] = 2912, - [3033] = 2922, - [3034] = 2912, - [3035] = 2922, - [3036] = 2912, - [3037] = 2922, - [3038] = 2912, - [3039] = 2922, - [3040] = 2922, - [3041] = 2922, - [3042] = 2922, - [3043] = 2783, - [3044] = 3044, + [2998] = 2923, + [2999] = 2924, + [3000] = 2876, + [3001] = 3001, + [3002] = 2872, + [3003] = 3003, + [3004] = 2871, + [3005] = 2923, + [3006] = 2924, + [3007] = 2876, + [3008] = 3008, + [3009] = 2877, + [3010] = 2871, + [3011] = 2923, + [3012] = 2924, + [3013] = 2876, + [3014] = 3014, + [3015] = 3015, + [3016] = 2871, + [3017] = 2923, + [3018] = 2924, + [3019] = 2876, + [3020] = 2877, + [3021] = 2923, + [3022] = 2876, + [3023] = 2923, + [3024] = 2876, + [3025] = 2923, + [3026] = 2876, + [3027] = 2923, + [3028] = 2876, + [3029] = 2872, + [3030] = 3030, + [3031] = 3031, + [3032] = 3032, + [3033] = 3033, + [3034] = 2905, + [3035] = 276, + [3036] = 1051, + [3037] = 1052, + [3038] = 1053, + [3039] = 3031, + [3040] = 2905, + [3041] = 2902, + [3042] = 1051, + [3043] = 1052, + [3044] = 1053, [3045] = 3045, [3046] = 3046, - [3047] = 278, + [3047] = 276, [3048] = 3048, - [3049] = 3049, - [3050] = 3050, - [3051] = 3051, + [3049] = 2880, + [3050] = 2902, + [3051] = 2905, [3052] = 3052, - [3053] = 3045, - [3054] = 2523, + [3053] = 3031, + [3054] = 3054, [3055] = 3055, - [3056] = 3056, - [3057] = 3057, - [3058] = 2523, - [3059] = 3059, + [3056] = 3046, + [3057] = 2880, + [3058] = 3058, + [3059] = 3031, [3060] = 3060, - [3061] = 3061, - [3062] = 3062, - [3063] = 3049, - [3064] = 3055, - [3065] = 3065, - [3066] = 3066, - [3067] = 3050, - [3068] = 3051, - [3069] = 3048, - [3070] = 3045, - [3071] = 3071, - [3072] = 3049, - [3073] = 3066, - [3074] = 3050, - [3075] = 3051, - [3076] = 3052, - [3077] = 3055, - [3078] = 3066, - [3079] = 3049, - [3080] = 3080, - [3081] = 3050, - [3082] = 3052, - [3083] = 3052, - [3084] = 3050, - [3085] = 3052, + [3061] = 3031, + [3062] = 2902, + [3063] = 3063, + [3064] = 2880, + [3065] = 2880, + [3066] = 2880, + [3067] = 2902, + [3068] = 3046, + [3069] = 3069, + [3070] = 3031, + [3071] = 2905, + [3072] = 3072, + [3073] = 2905, + [3074] = 3074, + [3075] = 3046, + [3076] = 2902, + [3077] = 3031, + [3078] = 2905, + [3079] = 3079, + [3080] = 2880, + [3081] = 3081, + [3082] = 3031, + [3083] = 2905, + [3084] = 3031, + [3085] = 3085, [3086] = 3086, - [3087] = 3050, - [3088] = 3052, - [3089] = 3089, - [3090] = 3090, - [3091] = 3050, - [3092] = 3052, + [3087] = 3087, + [3088] = 3031, + [3089] = 2902, + [3090] = 3031, + [3091] = 2880, + [3092] = 2902, [3093] = 3093, - [3094] = 3094, - [3095] = 3060, - [3096] = 3048, + [3094] = 2880, + [3095] = 2902, + [3096] = 274, [3097] = 3097, - [3098] = 3048, - [3099] = 3099, - [3100] = 3045, + [3098] = 274, + [3099] = 2902, + [3100] = 2905, [3101] = 3101, - [3102] = 3071, + [3102] = 2905, [3103] = 3103, - [3104] = 3104, - [3105] = 3101, - [3106] = 3065, - [3107] = 3107, + [3104] = 196, + [3105] = 3031, + [3106] = 3106, + [3107] = 3031, [3108] = 3108, - [3109] = 3109, - [3110] = 3110, - [3111] = 3111, - [3112] = 3086, - [3113] = 3089, - [3114] = 3114, + [3109] = 2905, + [3110] = 2880, + [3111] = 2619, + [3112] = 2619, + [3113] = 3031, + [3114] = 2880, [3115] = 3115, [3116] = 3116, - [3117] = 3055, - [3118] = 3094, - [3119] = 3051, - [3120] = 3052, - [3121] = 3049, - [3122] = 3080, - [3123] = 3066, - [3124] = 3103, - [3125] = 3065, - [3126] = 195, - [3127] = 3048, - [3128] = 3045, - [3129] = 3107, - [3130] = 3109, - [3131] = 3110, - [3132] = 3111, - [3133] = 3086, - [3134] = 3089, - [3135] = 3114, - [3136] = 3115, - [3137] = 3116, - [3138] = 3094, - [3139] = 195, - [3140] = 3050, - [3141] = 3051, - [3142] = 3049, - [3143] = 3050, - [3144] = 3051, + [3117] = 3117, + [3118] = 2902, + [3119] = 3031, + [3120] = 196, + [3121] = 3079, + [3122] = 3074, + [3123] = 3079, + [3124] = 3074, + [3125] = 3052, + [3126] = 3101, + [3127] = 3052, + [3128] = 3101, + [3129] = 3052, + [3130] = 3101, + [3131] = 3052, + [3132] = 3101, + [3133] = 3052, + [3134] = 3101, + [3135] = 3052, + [3136] = 3101, + [3137] = 3052, + [3138] = 3101, + [3139] = 3052, + [3140] = 3101, + [3141] = 3052, + [3142] = 3101, + [3143] = 3052, + [3144] = 3101, [3145] = 3052, - [3146] = 3052, - [3147] = 3094, - [3148] = 3148, - [3149] = 3061, - [3150] = 3055, - [3151] = 3066, - [3152] = 3066, - [3153] = 3153, - [3154] = 2775, - [3155] = 3155, - [3156] = 2777, - [3157] = 3048, - [3158] = 3094, - [3159] = 3115, + [3146] = 3101, + [3147] = 3052, + [3148] = 3101, + [3149] = 3052, + [3150] = 3101, + [3151] = 3052, + [3152] = 3101, + [3153] = 3052, + [3154] = 3101, + [3155] = 3101, + [3156] = 3101, + [3157] = 3101, + [3158] = 3101, + [3159] = 3031, [3160] = 3160, - [3161] = 3161, - [3162] = 3066, - [3163] = 3045, - [3164] = 3055, - [3165] = 3066, - [3166] = 3050, - [3167] = 196, - [3168] = 3094, - [3169] = 3062, - [3170] = 3090, - [3171] = 3093, - [3172] = 3060, - [3173] = 3051, - [3174] = 3049, - [3175] = 3048, - [3176] = 3045, - [3177] = 3052, - [3178] = 3049, - [3179] = 3094, - [3180] = 3062, - [3181] = 3050, - [3182] = 3051, - [3183] = 3052, - [3184] = 3107, - [3185] = 3094, - [3186] = 3056, - [3187] = 3048, - [3188] = 3045, - [3189] = 3094, - [3190] = 3071, - [3191] = 3055, - [3192] = 2855, - [3193] = 2766, - [3194] = 2527, - [3195] = 3055, + [3161] = 2904, + [3162] = 3162, + [3163] = 195, + [3164] = 3164, + [3165] = 3165, + [3166] = 3162, + [3167] = 3167, + [3168] = 3167, + [3169] = 3169, + [3170] = 3170, + [3171] = 3170, + [3172] = 3162, + [3173] = 3162, + [3174] = 3162, + [3175] = 3175, + [3176] = 3176, + [3177] = 3177, + [3178] = 3167, + [3179] = 3179, + [3180] = 3180, + [3181] = 3170, + [3182] = 3182, + [3183] = 3169, + [3184] = 3184, + [3185] = 3185, + [3186] = 3186, + [3187] = 3187, + [3188] = 3167, + [3189] = 3186, + [3190] = 3182, + [3191] = 3177, + [3192] = 3170, + [3193] = 3193, + [3194] = 3194, + [3195] = 3194, [3196] = 3196, - [3197] = 3066, - [3198] = 3094, - [3199] = 3101, - [3200] = 3066, - [3201] = 3080, - [3202] = 3155, - [3203] = 3108, - [3204] = 3048, - [3205] = 3045, - [3206] = 3153, - [3207] = 3207, - [3208] = 3049, - [3209] = 3094, - [3210] = 3050, - [3211] = 3056, - [3212] = 3051, - [3213] = 3052, - [3214] = 3055, - [3215] = 3049, - [3216] = 278, - [3217] = 3094, - [3218] = 3114, - [3219] = 3066, - [3220] = 3048, - [3221] = 3045, - [3222] = 2880, - [3223] = 3048, - [3224] = 3045, - [3225] = 3045, - [3226] = 3094, - [3227] = 3049, - [3228] = 3050, - [3229] = 3050, - [3230] = 3103, - [3231] = 3055, - [3232] = 3066, - [3233] = 3044, - [3234] = 3048, - [3235] = 3045, - [3236] = 3236, - [3237] = 3237, - [3238] = 3061, - [3239] = 3094, - [3240] = 3051, - [3241] = 3051, - [3242] = 3052, - [3243] = 3049, - [3244] = 3050, - [3245] = 3051, - [3246] = 3052, - [3247] = 3052, - [3248] = 3116, - [3249] = 3049, - [3250] = 3109, - [3251] = 3094, - [3252] = 3196, - [3253] = 3104, - [3254] = 3050, - [3255] = 3097, - [3256] = 3051, - [3257] = 3055, - [3258] = 2896, - [3259] = 3066, - [3260] = 3094, - [3261] = 3237, - [3262] = 3237, - [3263] = 3052, - [3264] = 3110, - [3265] = 2900, - [3266] = 3048, - [3267] = 3045, - [3268] = 2848, - [3269] = 3044, - [3270] = 3049, - [3271] = 3050, - [3272] = 3051, - [3273] = 3052, - [3274] = 3090, - [3275] = 3099, - [3276] = 3097, - [3277] = 3099, - [3278] = 3049, - [3279] = 3196, - [3280] = 3160, - [3281] = 3196, - [3282] = 3050, - [3283] = 3051, - [3284] = 3055, - [3285] = 3066, - [3286] = 3052, - [3287] = 3153, - [3288] = 3048, - [3289] = 3045, - [3290] = 3055, - [3291] = 3160, - [3292] = 3049, - [3293] = 3050, - [3294] = 3051, - [3295] = 3052, - [3296] = 3104, - [3297] = 3048, - [3298] = 2527, - [3299] = 3155, - [3300] = 2813, - [3301] = 2854, - [3302] = 3161, - [3303] = 3111, - [3304] = 3045, - [3305] = 3093, - [3306] = 2827, - [3307] = 3055, - [3308] = 3055, - [3309] = 3066, - [3310] = 3066, - [3311] = 3055, - [3312] = 3161, - [3313] = 3048, - [3314] = 3050, + [3197] = 3197, + [3198] = 3186, + [3199] = 3199, + [3200] = 3176, + [3201] = 3165, + [3202] = 3167, + [3203] = 2891, + [3204] = 3162, + [3205] = 3165, + [3206] = 3162, + [3207] = 3164, + [3208] = 3177, + [3209] = 3209, + [3210] = 2884, + [3211] = 3167, + [3212] = 3169, + [3213] = 3170, + [3214] = 3187, + [3215] = 3186, + [3216] = 3216, + [3217] = 3182, + [3218] = 3170, + [3219] = 3182, + [3220] = 3197, + [3221] = 3177, + [3222] = 3177, + [3223] = 3223, + [3224] = 3186, + [3225] = 3182, + [3226] = 3226, + [3227] = 3164, + [3228] = 3228, + [3229] = 3167, + [3230] = 3169, + [3231] = 3170, + [3232] = 3186, + [3233] = 3233, + [3234] = 3186, + [3235] = 3182, + [3236] = 3170, + [3237] = 3177, + [3238] = 3233, + [3239] = 2619, + [3240] = 3182, + [3241] = 3241, + [3242] = 3242, + [3243] = 3184, + [3244] = 3226, + [3245] = 3165, + [3246] = 3246, + [3247] = 3179, + [3248] = 3164, + [3249] = 3182, + [3250] = 3164, + [3251] = 3251, + [3252] = 3165, + [3253] = 3164, + [3254] = 3177, + [3255] = 3255, + [3256] = 3196, + [3257] = 3209, + [3258] = 3164, + [3259] = 3162, + [3260] = 3164, + [3261] = 3165, + [3262] = 3262, + [3263] = 3162, + [3264] = 3167, + [3265] = 3169, + [3266] = 3167, + [3267] = 3170, + [3268] = 3182, + [3269] = 3177, + [3270] = 3167, + [3271] = 3167, + [3272] = 3169, + [3273] = 3186, + [3274] = 3182, + [3275] = 3193, + [3276] = 3186, + [3277] = 3182, + [3278] = 3241, + [3279] = 3279, + [3280] = 3169, + [3281] = 3167, + [3282] = 3170, + [3283] = 3169, + [3284] = 3164, + [3285] = 2875, + [3286] = 3177, + [3287] = 3164, + [3288] = 2894, + [3289] = 3289, + [3290] = 3167, + [3291] = 3169, + [3292] = 3292, + [3293] = 3170, + [3294] = 3170, + [3295] = 3209, + [3296] = 3216, + [3297] = 3167, + [3298] = 3216, + [3299] = 3169, + [3300] = 3185, + [3301] = 3170, + [3302] = 3302, + [3303] = 3179, + [3304] = 3177, + [3305] = 195, + [3306] = 3170, + [3307] = 3307, + [3308] = 3165, + [3309] = 3164, + [3310] = 3169, + [3311] = 3292, + [3312] = 3289, + [3313] = 2882, + [3314] = 3197, [3315] = 3315, - [3316] = 3316, - [3317] = 3317, - [3318] = 3061, - [3319] = 2927, - [3320] = 3320, - [3321] = 2981, - [3322] = 3322, - [3323] = 3323, - [3324] = 3324, - [3325] = 3325, - [3326] = 2991, + [3316] = 3169, + [3317] = 3170, + [3318] = 3233, + [3319] = 2953, + [3320] = 3246, + [3321] = 3199, + [3322] = 3177, + [3323] = 3165, + [3324] = 276, + [3325] = 3162, + [3326] = 3223, [3327] = 3327, - [3328] = 3315, - [3329] = 3061, - [3330] = 3324, - [3331] = 3331, - [3332] = 3332, - [3333] = 3333, - [3334] = 3327, - [3335] = 3315, - [3336] = 3336, - [3337] = 2910, - [3338] = 2968, - [3339] = 3331, - [3340] = 3340, - [3341] = 3341, + [3328] = 3328, + [3329] = 3251, + [3330] = 3242, + [3331] = 3289, + [3332] = 3186, + [3333] = 3182, + [3334] = 3165, + [3335] = 3228, + [3336] = 3241, + [3337] = 3167, + [3338] = 3165, + [3339] = 3162, + [3340] = 3177, + [3341] = 3162, [3342] = 3342, - [3343] = 3343, - [3344] = 1066, - [3345] = 3327, - [3346] = 3315, - [3347] = 3327, - [3348] = 3315, - [3349] = 3331, - [3350] = 3350, - [3351] = 1067, - [3352] = 196, - [3353] = 195, - [3354] = 3061, - [3355] = 3327, - [3356] = 3315, - [3357] = 3317, - [3358] = 3331, - [3359] = 3331, - [3360] = 3061, - [3361] = 3361, - [3362] = 3327, - [3363] = 3315, - [3364] = 2550, - [3365] = 237, - [3366] = 3331, - [3367] = 3367, - [3368] = 2971, - [3369] = 3369, - [3370] = 3327, - [3371] = 3315, - [3372] = 2975, - [3373] = 3322, - [3374] = 3317, - [3375] = 3323, - [3376] = 2939, - [3377] = 3324, - [3378] = 2527, - [3379] = 3327, - [3380] = 3315, - [3381] = 3327, - [3382] = 2946, - [3383] = 3331, - [3384] = 3315, - [3385] = 3385, - [3386] = 3327, - [3387] = 3387, - [3388] = 3331, - [3389] = 3367, - [3390] = 3390, - [3391] = 2993, - [3392] = 2907, - [3393] = 2995, - [3394] = 3331, - [3395] = 3395, - [3396] = 3327, - [3397] = 3315, - [3398] = 3331, - [3399] = 2924, - [3400] = 3331, - [3401] = 3336, - [3402] = 2766, - [3403] = 3403, - [3404] = 3403, - [3405] = 3405, - [3406] = 3406, - [3407] = 195, - [3408] = 3325, - [3409] = 3061, - [3410] = 3327, - [3411] = 278, - [3412] = 3315, - [3413] = 3327, - [3414] = 2923, - [3415] = 3315, - [3416] = 1068, - [3417] = 276, - [3418] = 3331, - [3419] = 3395, - [3420] = 2960, - [3421] = 3331, - [3422] = 2550, - [3423] = 3332, - [3424] = 3424, - [3425] = 3061, - [3426] = 3426, - [3427] = 276, - [3428] = 3428, - [3429] = 3429, - [3430] = 3367, + [3343] = 3164, + [3344] = 3186, + [3345] = 3167, + [3346] = 3169, + [3347] = 3170, + [3348] = 2981, + [3349] = 3246, + [3350] = 3342, + [3351] = 3162, + [3352] = 3262, + [3353] = 2624, + [3354] = 3328, + [3355] = 2916, + [3356] = 2619, + [3357] = 3327, + [3358] = 3177, + [3359] = 3165, + [3360] = 3186, + [3361] = 3162, + [3362] = 3175, + [3363] = 3182, + [3364] = 3184, + [3365] = 3160, + [3366] = 3255, + [3367] = 3185, + [3368] = 3187, + [3369] = 3167, + [3370] = 3193, + [3371] = 3165, + [3372] = 3170, + [3373] = 3186, + [3374] = 3194, + [3375] = 3164, + [3376] = 3182, + [3377] = 3167, + [3378] = 3196, + [3379] = 3165, + [3380] = 3169, + [3381] = 3170, + [3382] = 3176, + [3383] = 3162, + [3384] = 3216, + [3385] = 2890, + [3386] = 3242, + [3387] = 3226, + [3388] = 276, + [3389] = 2624, + [3390] = 3177, + [3391] = 3182, + [3392] = 3392, + [3393] = 3164, + [3394] = 3394, + [3395] = 2892, + [3396] = 3328, + [3397] = 3397, + [3398] = 3186, + [3399] = 3164, + [3400] = 3177, + [3401] = 3164, + [3402] = 3165, + [3403] = 3167, + [3404] = 3162, + [3405] = 3394, + [3406] = 3167, + [3407] = 3169, + [3408] = 3170, + [3409] = 3186, + [3410] = 3165, + [3411] = 3292, + [3412] = 3186, + [3413] = 3169, + [3414] = 3182, + [3415] = 3170, + [3416] = 3199, + [3417] = 3251, + [3418] = 3228, + [3419] = 3180, + [3420] = 3165, + [3421] = 3342, + [3422] = 3262, + [3423] = 3327, + [3424] = 3175, + [3425] = 3160, + [3426] = 3255, + [3427] = 3177, + [3428] = 3394, + [3429] = 3180, + [3430] = 3430, [3431] = 3431, - [3432] = 3327, - [3433] = 3315, + [3432] = 195, + [3433] = 3433, [3434] = 3434, - [3435] = 2527, - [3436] = 3331, - [3437] = 3320, - [3438] = 3342, - [3439] = 3395, - [3440] = 3061, - [3441] = 3327, - [3442] = 3315, - [3443] = 3061, - [3444] = 3332, - [3445] = 2972, - [3446] = 3323, - [3447] = 3061, - [3448] = 3061, - [3449] = 3327, - [3450] = 195, - [3451] = 3315, - [3452] = 3403, - [3453] = 3331, - [3454] = 2976, - [3455] = 3331, - [3456] = 3325, - [3457] = 3320, - [3458] = 3458, + [3435] = 3435, + [3436] = 3209, + [3437] = 3209, + [3438] = 3438, + [3439] = 3032, + [3440] = 2875, + [3441] = 3033, + [3442] = 3093, + [3443] = 3097, + [3444] = 3045, + [3445] = 2650, + [3446] = 3015, + [3447] = 3447, + [3448] = 3448, + [3449] = 3449, + [3450] = 3209, + [3451] = 3449, + [3452] = 2624, + [3453] = 3103, + [3454] = 3454, + [3455] = 3455, + [3456] = 3456, + [3457] = 3430, + [3458] = 2913, [3459] = 3459, - [3460] = 3460, + [3460] = 274, [3461] = 3461, - [3462] = 3462, + [3462] = 3108, [3463] = 3463, - [3464] = 3464, + [3464] = 195, [3465] = 3465, - [3466] = 3466, - [3467] = 3467, + [3466] = 3456, + [3467] = 3435, [3468] = 3468, - [3469] = 3469, - [3470] = 3470, - [3471] = 3471, - [3472] = 3472, + [3469] = 2650, + [3470] = 196, + [3471] = 3461, + [3472] = 3465, [3473] = 3473, - [3474] = 3474, - [3475] = 3460, + [3474] = 3473, + [3475] = 3430, [3476] = 3476, - [3477] = 3477, - [3478] = 3478, - [3479] = 3479, - [3480] = 3480, - [3481] = 3481, - [3482] = 3458, - [3483] = 3463, - [3484] = 3484, + [3477] = 3448, + [3478] = 2624, + [3479] = 3456, + [3480] = 3435, + [3481] = 3468, + [3482] = 3461, + [3483] = 3465, + [3484] = 3473, [3485] = 3485, - [3486] = 3486, - [3487] = 3487, - [3488] = 3465, - [3489] = 3467, - [3490] = 3490, + [3486] = 3430, + [3487] = 3476, + [3488] = 3448, + [3489] = 3455, + [3490] = 3209, [3491] = 3491, - [3492] = 3492, - [3493] = 3469, - [3494] = 3471, - [3495] = 3473, - [3496] = 3460, - [3497] = 3463, - [3498] = 3465, - [3499] = 3467, - [3500] = 3491, - [3501] = 3492, + [3492] = 3468, + [3493] = 3493, + [3494] = 3494, + [3495] = 3430, + [3496] = 3476, + [3497] = 3497, + [3498] = 3448, + [3499] = 274, + [3500] = 3209, + [3501] = 3501, [3502] = 3502, - [3503] = 3503, - [3504] = 3502, - [3505] = 3148, - [3506] = 3506, - [3507] = 3503, - [3508] = 3491, - [3509] = 3492, - [3510] = 3502, - [3511] = 3511, - [3512] = 3512, - [3513] = 3503, - [3514] = 3514, - [3515] = 3502, - [3516] = 3476, - [3517] = 3503, + [3503] = 3209, + [3504] = 3430, + [3505] = 3476, + [3506] = 3069, + [3507] = 3507, + [3508] = 3508, + [3509] = 3509, + [3510] = 3476, + [3511] = 3448, + [3512] = 3430, + [3513] = 3476, + [3514] = 3448, + [3515] = 3515, + [3516] = 3430, + [3517] = 3476, [3518] = 3518, - [3519] = 3464, - [3520] = 3473, - [3521] = 3511, - [3522] = 3522, - [3523] = 3512, - [3524] = 3524, - [3525] = 3468, - [3526] = 3484, - [3527] = 3460, - [3528] = 3528, - [3529] = 3461, - [3530] = 3462, - [3531] = 3485, - [3532] = 3532, - [3533] = 3518, - [3534] = 3464, - [3535] = 3486, - [3536] = 3468, - [3537] = 3511, - [3538] = 3470, - [3539] = 3539, - [3540] = 3472, - [3541] = 3522, - [3542] = 3474, - [3543] = 3511, - [3544] = 3476, - [3545] = 3477, - [3546] = 3478, - [3547] = 3479, - [3548] = 3480, - [3549] = 3481, - [3550] = 3458, - [3551] = 3512, - [3552] = 3484, - [3553] = 3485, - [3554] = 3486, - [3555] = 3487, - [3556] = 3487, - [3557] = 1065, - [3558] = 3512, - [3559] = 3559, - [3560] = 3560, - [3561] = 3469, - [3562] = 3471, - [3563] = 3473, - [3564] = 3460, - [3565] = 3463, - [3566] = 3465, - [3567] = 3467, - [3568] = 3491, - [3569] = 3492, - [3570] = 3502, - [3571] = 3503, + [3519] = 3448, + [3520] = 3476, + [3521] = 3030, + [3522] = 3430, + [3523] = 3476, + [3524] = 3448, + [3525] = 3525, + [3526] = 3209, + [3527] = 3430, + [3528] = 3476, + [3529] = 3209, + [3530] = 3448, + [3531] = 3454, + [3532] = 3430, + [3533] = 3476, + [3534] = 1051, + [3535] = 3448, + [3536] = 1052, + [3537] = 1053, + [3538] = 3449, + [3539] = 3463, + [3540] = 3430, + [3541] = 3476, + [3542] = 3448, + [3543] = 235, + [3544] = 3544, + [3545] = 3430, + [3546] = 3476, + [3547] = 3448, + [3548] = 3454, + [3549] = 3209, + [3550] = 3055, + [3551] = 3430, + [3552] = 3476, + [3553] = 3448, + [3554] = 3430, + [3555] = 3476, + [3556] = 3448, + [3557] = 3081, + [3558] = 3459, + [3559] = 195, + [3560] = 3060, + [3561] = 3561, + [3562] = 3058, + [3563] = 3430, + [3564] = 3476, + [3565] = 3448, + [3566] = 3209, + [3567] = 3085, + [3568] = 3459, + [3569] = 3106, + [3570] = 3493, + [3571] = 3448, [3572] = 3572, - [3573] = 3461, - [3574] = 3462, + [3573] = 3573, + [3574] = 3574, [3575] = 3575, [3576] = 3576, - [3577] = 3518, - [3578] = 276, - [3579] = 3511, - [3580] = 3512, - [3581] = 3461, - [3582] = 3464, - [3583] = 3468, + [3577] = 3577, + [3578] = 3578, + [3579] = 3579, + [3580] = 3580, + [3581] = 3581, + [3582] = 3582, + [3583] = 3581, [3584] = 3584, - [3585] = 3470, - [3586] = 3518, - [3587] = 3464, + [3585] = 3578, + [3586] = 3586, + [3587] = 3584, [3588] = 3588, - [3589] = 3472, - [3590] = 3522, - [3591] = 3477, - [3592] = 3467, - [3593] = 3474, - [3594] = 3522, - [3595] = 3476, + [3589] = 3589, + [3590] = 3590, + [3591] = 3591, + [3592] = 3592, + [3593] = 3593, + [3594] = 3573, + [3595] = 3580, [3596] = 3596, - [3597] = 3461, - [3598] = 3462, - [3599] = 3599, - [3600] = 3477, - [3601] = 3478, - [3602] = 3479, - [3603] = 3480, - [3604] = 3468, - [3605] = 3481, - [3606] = 3470, - [3607] = 3458, - [3608] = 3472, - [3609] = 3487, - [3610] = 3474, - [3611] = 3484, - [3612] = 3476, - [3613] = 3477, - [3614] = 3478, - [3615] = 3479, - [3616] = 3480, - [3617] = 3481, - [3618] = 3485, - [3619] = 3486, - [3620] = 3484, - [3621] = 3485, - [3622] = 3486, - [3623] = 3487, - [3624] = 3487, - [3625] = 3625, - [3626] = 3626, - [3627] = 3576, - [3628] = 3470, - [3629] = 3469, - [3630] = 3471, - [3631] = 3473, - [3632] = 3460, - [3633] = 3463, - [3634] = 3465, - [3635] = 3467, - [3636] = 3491, - [3637] = 3492, - [3638] = 3502, - [3639] = 3503, - [3640] = 3458, - [3641] = 3469, - [3642] = 3471, - [3643] = 3473, - [3644] = 3460, - [3645] = 3463, - [3646] = 3465, - [3647] = 3511, - [3648] = 3512, - [3649] = 3467, - [3650] = 3491, - [3651] = 3492, - [3652] = 3502, - [3653] = 3503, - [3654] = 3518, - [3655] = 3464, - [3656] = 3656, - [3657] = 3657, - [3658] = 3522, - [3659] = 3659, - [3660] = 3461, - [3661] = 3473, - [3662] = 3460, - [3663] = 3463, - [3664] = 3465, - [3665] = 3462, - [3666] = 3666, - [3667] = 3491, - [3668] = 3511, - [3669] = 3512, - [3670] = 3670, - [3671] = 3480, - [3672] = 3472, - [3673] = 3673, + [3597] = 3597, + [3598] = 3598, + [3599] = 3578, + [3600] = 3586, + [3601] = 3601, + [3602] = 3602, + [3603] = 3603, + [3604] = 3604, + [3605] = 3605, + [3606] = 3605, + [3607] = 3607, + [3608] = 3608, + [3609] = 3609, + [3610] = 3610, + [3611] = 3576, + [3612] = 3612, + [3613] = 3613, + [3614] = 3614, + [3615] = 3615, + [3616] = 3616, + [3617] = 3617, + [3618] = 3618, + [3619] = 3619, + [3620] = 3620, + [3621] = 3605, + [3622] = 3622, + [3623] = 3623, + [3624] = 3624, + [3625] = 3590, + [3626] = 3596, + [3627] = 3610, + [3628] = 3628, + [3629] = 3572, + [3630] = 3630, + [3631] = 3631, + [3632] = 3605, + [3633] = 3574, + [3634] = 3610, + [3635] = 3575, + [3636] = 3612, + [3637] = 3576, + [3638] = 3616, + [3639] = 3577, + [3640] = 3619, + [3641] = 3620, + [3642] = 3623, + [3643] = 3624, + [3644] = 3628, + [3645] = 3572, + [3646] = 3630, + [3647] = 3647, + [3648] = 3574, + [3649] = 3575, + [3650] = 3576, + [3651] = 3577, + [3652] = 3577, + [3653] = 3653, + [3654] = 3624, + [3655] = 3655, + [3656] = 3581, + [3657] = 3581, + [3658] = 3584, + [3659] = 3578, + [3660] = 3586, + [3661] = 3584, + [3662] = 3588, + [3663] = 3589, + [3664] = 3578, + [3665] = 3591, + [3666] = 3592, + [3667] = 3593, + [3668] = 3573, + [3669] = 3580, + [3670] = 3586, + [3671] = 3671, + [3672] = 3588, + [3673] = 3589, [3674] = 3674, - [3675] = 3046, - [3676] = 3511, - [3677] = 3518, - [3678] = 3464, - [3679] = 3512, - [3680] = 3468, - [3681] = 3522, - [3682] = 3682, - [3683] = 3584, - [3684] = 3674, - [3685] = 3560, - [3686] = 3470, - [3687] = 3469, - [3688] = 3461, - [3689] = 3462, - [3690] = 1062, - [3691] = 1063, - [3692] = 3472, - [3693] = 3693, - [3694] = 3694, - [3695] = 3625, - [3696] = 3666, - [3697] = 3474, - [3698] = 3461, - [3699] = 3462, - [3700] = 3588, - [3701] = 3476, - [3702] = 3477, - [3703] = 3478, - [3704] = 3479, - [3705] = 3705, - [3706] = 3468, - [3707] = 3707, - [3708] = 3708, - [3709] = 3480, - [3710] = 3470, - [3711] = 3481, - [3712] = 3472, - [3713] = 3458, - [3714] = 3474, - [3715] = 3466, - [3716] = 3471, - [3717] = 3476, - [3718] = 3477, - [3719] = 3478, - [3720] = 3479, - [3721] = 3480, - [3722] = 3481, - [3723] = 3458, - [3724] = 3484, - [3725] = 3484, - [3726] = 3485, - [3727] = 3486, - [3728] = 3487, - [3729] = 3485, - [3730] = 3486, - [3731] = 3462, - [3732] = 3487, - [3733] = 3473, - [3734] = 3469, - [3735] = 3471, - [3736] = 3473, - [3737] = 3460, - [3738] = 3682, - [3739] = 3463, - [3740] = 3674, - [3741] = 3560, - [3742] = 3465, - [3743] = 3467, - [3744] = 3559, - [3745] = 3745, - [3746] = 3491, - [3747] = 3492, - [3748] = 3468, - [3749] = 3502, - [3750] = 3503, - [3751] = 3625, - [3752] = 3666, - [3753] = 3460, - [3754] = 3390, - [3755] = 3492, - [3756] = 1060, - [3757] = 3470, + [3675] = 3601, + [3676] = 3602, + [3677] = 3603, + [3678] = 3604, + [3679] = 3591, + [3680] = 3592, + [3681] = 3607, + [3682] = 3608, + [3683] = 3593, + [3684] = 3573, + [3685] = 3580, + [3686] = 3686, + [3687] = 3687, + [3688] = 3614, + [3689] = 3615, + [3690] = 3586, + [3691] = 1047, + [3692] = 3618, + [3693] = 3588, + [3694] = 3601, + [3695] = 3602, + [3696] = 3603, + [3697] = 3653, + [3698] = 3604, + [3699] = 3590, + [3700] = 3596, + [3701] = 3589, + [3702] = 3612, + [3703] = 3607, + [3704] = 3608, + [3705] = 3601, + [3706] = 3605, + [3707] = 3602, + [3708] = 3610, + [3709] = 2650, + [3710] = 3612, + [3711] = 1048, + [3712] = 3616, + [3713] = 3591, + [3714] = 3619, + [3715] = 3620, + [3716] = 3623, + [3717] = 3624, + [3718] = 3628, + [3719] = 3572, + [3720] = 3630, + [3721] = 3614, + [3722] = 3574, + [3723] = 3575, + [3724] = 3576, + [3725] = 3577, + [3726] = 3615, + [3727] = 3592, + [3728] = 3603, + [3729] = 3593, + [3730] = 3618, + [3731] = 3581, + [3732] = 3584, + [3733] = 3578, + [3734] = 3586, + [3735] = 3573, + [3736] = 3588, + [3737] = 3589, + [3738] = 3580, + [3739] = 3591, + [3740] = 3592, + [3741] = 3593, + [3742] = 3573, + [3743] = 3580, + [3744] = 3615, + [3745] = 1049, + [3746] = 274, + [3747] = 3608, + [3748] = 3604, + [3749] = 3601, + [3750] = 3602, + [3751] = 3603, + [3752] = 3604, + [3753] = 3580, + [3754] = 3590, + [3755] = 3607, + [3756] = 3608, + [3757] = 3596, [3758] = 3758, - [3759] = 3472, - [3760] = 2981, - [3761] = 3474, - [3762] = 3762, - [3763] = 3476, - [3764] = 3469, - [3765] = 3511, - [3766] = 3512, - [3767] = 3471, - [3768] = 3473, - [3769] = 3460, - [3770] = 3502, - [3771] = 3463, - [3772] = 3518, - [3773] = 3464, - [3774] = 3465, - [3775] = 3467, - [3776] = 3522, - [3777] = 3468, - [3778] = 3491, - [3779] = 3492, - [3780] = 3502, - [3781] = 2550, - [3782] = 3503, - [3783] = 3474, - [3784] = 3784, - [3785] = 3461, - [3786] = 3462, + [3759] = 3616, + [3760] = 3601, + [3761] = 3602, + [3762] = 3614, + [3763] = 3615, + [3764] = 3764, + [3765] = 3605, + [3766] = 3618, + [3767] = 3582, + [3768] = 3610, + [3769] = 3622, + [3770] = 3612, + [3771] = 3771, + [3772] = 3616, + [3773] = 3590, + [3774] = 3596, + [3775] = 3775, + [3776] = 3619, + [3777] = 3620, + [3778] = 3623, + [3779] = 3624, + [3780] = 3605, + [3781] = 3628, + [3782] = 3610, + [3783] = 3572, + [3784] = 3612, + [3785] = 3630, + [3786] = 3616, [3787] = 3787, - [3788] = 3788, - [3789] = 3674, - [3790] = 3560, - [3791] = 3477, - [3792] = 3478, - [3793] = 3479, - [3794] = 3480, - [3795] = 3481, - [3796] = 3458, - [3797] = 3463, - [3798] = 3484, - [3799] = 3799, - [3800] = 3625, - [3801] = 3666, - [3802] = 3485, - [3803] = 3518, - [3804] = 3468, - [3805] = 3464, - [3806] = 3470, - [3807] = 3807, - [3808] = 3472, - [3809] = 3532, - [3810] = 3474, - [3811] = 3694, - [3812] = 3476, - [3813] = 3477, - [3814] = 3478, - [3815] = 3674, - [3816] = 3560, - [3817] = 3486, - [3818] = 3487, - [3819] = 3479, - [3820] = 3480, - [3821] = 3481, - [3822] = 3458, - [3823] = 276, - [3824] = 3484, - [3825] = 3625, - [3826] = 3666, - [3827] = 3469, - [3828] = 3485, - [3829] = 3486, - [3830] = 3487, - [3831] = 3511, - [3832] = 3512, - [3833] = 3673, - [3834] = 3834, - [3835] = 3476, - [3836] = 3469, - [3837] = 3471, - [3838] = 3473, - [3839] = 3460, - [3840] = 3674, - [3841] = 3560, - [3842] = 3471, - [3843] = 3473, - [3844] = 3460, - [3845] = 3463, - [3846] = 3465, - [3847] = 3762, - [3848] = 3467, - [3849] = 3799, - [3850] = 3625, - [3851] = 3666, - [3852] = 3491, - [3853] = 3492, - [3854] = 3502, - [3855] = 3503, - [3856] = 3459, - [3857] = 3470, - [3858] = 3522, - [3859] = 3518, - [3860] = 3464, - [3861] = 3861, - [3862] = 3657, - [3863] = 3511, - [3864] = 3512, - [3865] = 3674, - [3866] = 3560, - [3867] = 3834, - [3868] = 3522, - [3869] = 3459, - [3870] = 3758, - [3871] = 3528, - [3872] = 3659, - [3873] = 3599, - [3874] = 3874, - [3875] = 3625, - [3876] = 3666, - [3877] = 3522, - [3878] = 1061, - [3879] = 3518, - [3880] = 3464, - [3881] = 3881, - [3882] = 3477, - [3883] = 3522, - [3884] = 3874, - [3885] = 3465, - [3886] = 3473, - [3887] = 3461, - [3888] = 3503, - [3889] = 3462, - [3890] = 3674, - [3891] = 3560, - [3892] = 3463, - [3893] = 3465, - [3894] = 3881, - [3895] = 3528, - [3896] = 3896, - [3897] = 3461, - [3898] = 3467, - [3899] = 3491, - [3900] = 3625, - [3901] = 3666, - [3902] = 3492, - [3903] = 3462, - [3904] = 276, - [3905] = 3478, - [3906] = 3626, + [3788] = 3619, + [3789] = 3620, + [3790] = 3623, + [3791] = 3624, + [3792] = 3628, + [3793] = 3572, + [3794] = 3630, + [3795] = 3574, + [3796] = 3574, + [3797] = 3575, + [3798] = 3576, + [3799] = 3577, + [3800] = 3575, + [3801] = 3576, + [3802] = 3577, + [3803] = 3603, + [3804] = 3604, + [3805] = 3581, + [3806] = 3584, + [3807] = 3578, + [3808] = 3586, + [3809] = 3607, + [3810] = 3588, + [3811] = 3589, + [3812] = 3812, + [3813] = 3591, + [3814] = 3592, + [3815] = 3593, + [3816] = 3573, + [3817] = 3580, + [3818] = 3608, + [3819] = 3581, + [3820] = 3584, + [3821] = 3578, + [3822] = 3586, + [3823] = 3601, + [3824] = 3602, + [3825] = 3603, + [3826] = 3604, + [3827] = 3590, + [3828] = 3588, + [3829] = 3607, + [3830] = 3608, + [3831] = 3589, + [3832] = 3586, + [3833] = 3591, + [3834] = 3592, + [3835] = 3593, + [3836] = 3614, + [3837] = 3615, + [3838] = 3573, + [3839] = 3580, + [3840] = 3618, + [3841] = 3841, + [3842] = 1050, + [3843] = 3578, + [3844] = 3586, + [3845] = 3845, + [3846] = 3588, + [3847] = 3589, + [3848] = 3607, + [3849] = 3601, + [3850] = 3602, + [3851] = 3603, + [3852] = 3604, + [3853] = 3608, + [3854] = 3601, + [3855] = 3602, + [3856] = 3603, + [3857] = 3604, + [3858] = 3619, + [3859] = 2650, + [3860] = 3607, + [3861] = 3608, + [3862] = 3862, + [3863] = 3620, + [3864] = 3623, + [3865] = 3865, + [3866] = 3866, + [3867] = 3614, + [3868] = 3615, + [3869] = 3624, + [3870] = 3597, + [3871] = 3614, + [3872] = 3872, + [3873] = 3873, + [3874] = 3618, + [3875] = 3615, + [3876] = 3771, + [3877] = 3628, + [3878] = 3878, + [3879] = 3572, + [3880] = 3618, + [3881] = 3601, + [3882] = 3614, + [3883] = 3883, + [3884] = 3884, + [3885] = 3630, + [3886] = 3615, + [3887] = 3593, + [3888] = 3574, + [3889] = 3590, + [3890] = 3596, + [3891] = 3575, + [3892] = 3892, + [3893] = 3588, + [3894] = 3576, + [3895] = 3895, + [3896] = 3605, + [3897] = 3577, + [3898] = 3592, + [3899] = 3764, + [3900] = 3590, + [3901] = 3610, + [3902] = 3609, + [3903] = 3812, + [3904] = 3612, + [3905] = 3905, + [3906] = 3616, [3907] = 3907, - [3908] = 3484, - [3909] = 3468, - [3910] = 3468, - [3911] = 3470, - [3912] = 3599, - [3913] = 3472, - [3914] = 3470, - [3915] = 3674, - [3916] = 3560, - [3917] = 3502, - [3918] = 3503, - [3919] = 3474, - [3920] = 3920, - [3921] = 3476, - [3922] = 3477, - [3923] = 3478, - [3924] = 3479, - [3925] = 3625, - [3926] = 3666, - [3927] = 3480, - [3928] = 3481, - [3929] = 3458, - [3930] = 3472, - [3931] = 3484, - [3932] = 3485, - [3933] = 3486, - [3934] = 3487, - [3935] = 3461, - [3936] = 3474, - [3937] = 3462, - [3938] = 3476, - [3939] = 3477, - [3940] = 3674, - [3941] = 3560, - [3942] = 3469, - [3943] = 3559, - [3944] = 3575, - [3945] = 3576, - [3946] = 3584, - [3947] = 3588, - [3948] = 3626, - [3949] = 3471, - [3950] = 3625, - [3951] = 3666, - [3952] = 3473, - [3953] = 3460, - [3954] = 3463, - [3955] = 3465, - [3956] = 3467, - [3957] = 3491, - [3958] = 3492, - [3959] = 3502, - [3960] = 3503, - [3961] = 3478, - [3962] = 3479, - [3963] = 3480, - [3964] = 3481, - [3965] = 3674, - [3966] = 3560, - [3967] = 3458, - [3968] = 3479, - [3969] = 3969, - [3970] = 3693, - [3971] = 3971, - [3972] = 3670, - [3973] = 3511, - [3974] = 3512, - [3975] = 3625, - [3976] = 3666, - [3977] = 3861, - [3978] = 3511, - [3979] = 3512, - [3980] = 3484, - [3981] = 3485, - [3982] = 3486, - [3983] = 3487, - [3984] = 3485, - [3985] = 3518, - [3986] = 3464, - [3987] = 2995, - [3988] = 3463, - [3989] = 3522, - [3990] = 3674, - [3991] = 3560, + [3908] = 3619, + [3909] = 3596, + [3910] = 3605, + [3911] = 3620, + [3912] = 3623, + [3913] = 3624, + [3914] = 3628, + [3915] = 3572, + [3916] = 3584, + [3917] = 3630, + [3918] = 1042, + [3919] = 3574, + [3920] = 3575, + [3921] = 3576, + [3922] = 3577, + [3923] = 3618, + [3924] = 3597, + [3925] = 3873, + [3926] = 3872, + [3927] = 3873, + [3928] = 3928, + [3929] = 3841, + [3930] = 3866, + [3931] = 3581, + [3932] = 3584, + [3933] = 3578, + [3934] = 3586, + [3935] = 3935, + [3936] = 3588, + [3937] = 3883, + [3938] = 3884, + [3939] = 3588, + [3940] = 3589, + [3941] = 3610, + [3942] = 3605, + [3943] = 3943, + [3944] = 3591, + [3945] = 3592, + [3946] = 3593, + [3947] = 3573, + [3948] = 3580, + [3949] = 3949, + [3950] = 3589, + [3951] = 3610, + [3952] = 3581, + [3953] = 3612, + [3954] = 3954, + [3955] = 3955, + [3956] = 3596, + [3957] = 3601, + [3958] = 3602, + [3959] = 3603, + [3960] = 3604, + [3961] = 3584, + [3962] = 3616, + [3963] = 3963, + [3964] = 3069, + [3965] = 3607, + [3966] = 3608, + [3967] = 3578, + [3968] = 3968, + [3969] = 3619, + [3970] = 3758, + [3971] = 1043, + [3972] = 3590, + [3973] = 3614, + [3974] = 3615, + [3975] = 3872, + [3976] = 3873, + [3977] = 3596, + [3978] = 3584, + [3979] = 3618, + [3980] = 3620, + [3981] = 3623, + [3982] = 1041, + [3983] = 3602, + [3984] = 1044, + [3985] = 3589, + [3986] = 3883, + [3987] = 3884, + [3988] = 3624, + [3989] = 3628, + [3990] = 3590, + [3991] = 3596, [3992] = 3992, - [3993] = 3472, - [3994] = 3465, - [3995] = 3995, - [3996] = 3694, - [3997] = 3468, - [3998] = 3469, - [3999] = 3682, - [4000] = 3625, - [4001] = 3666, - [4002] = 3478, - [4003] = 3799, - [4004] = 3461, - [4005] = 3462, - [4006] = 3471, - [4007] = 3473, - [4008] = 3460, - [4009] = 3463, - [4010] = 3465, - [4011] = 3468, - [4012] = 3467, - [4013] = 3470, - [4014] = 3491, - [4015] = 3674, - [4016] = 3560, - [4017] = 3472, - [4018] = 3474, - [4019] = 3474, - [4020] = 3492, - [4021] = 3518, - [4022] = 3464, - [4023] = 3476, - [4024] = 3477, - [4025] = 3625, - [4026] = 3666, - [4027] = 3532, - [4028] = 3478, - [4029] = 3479, - [4030] = 3480, - [4031] = 3481, - [4032] = 3458, - [4033] = 3502, - [4034] = 3484, - [4035] = 3485, - [4036] = 3486, - [4037] = 3487, - [4038] = 3503, - [4039] = 3486, - [4040] = 3674, - [4041] = 3560, - [4042] = 3390, - [4043] = 3673, - [4044] = 4044, - [4045] = 3470, - [4046] = 3469, - [4047] = 3522, - [4048] = 3471, - [4049] = 3861, - [4050] = 3625, - [4051] = 3666, - [4052] = 3657, - [4053] = 3473, - [4054] = 3460, - [4055] = 3463, - [4056] = 3465, - [4057] = 3467, - [4058] = 3491, - [4059] = 3492, - [4060] = 3502, - [4061] = 3503, - [4062] = 1064, - [4063] = 3472, - [4064] = 3480, - [4065] = 3674, - [4066] = 3560, - [4067] = 3758, - [4068] = 3659, - [4069] = 3874, - [4070] = 3881, - [4071] = 3474, - [4072] = 3511, - [4073] = 2550, - [4074] = 3512, - [4075] = 3625, - [4076] = 3666, - [4077] = 3511, - [4078] = 3512, - [4079] = 4079, - [4080] = 3476, - [4081] = 3477, - [4082] = 3478, - [4083] = 3479, - [4084] = 3518, - [4085] = 3464, - [4086] = 3518, - [4087] = 3464, - [4088] = 3522, - [4089] = 3480, - [4090] = 3674, - [4091] = 3560, - [4092] = 3834, - [4093] = 3481, - [4094] = 3575, - [4095] = 3522, - [4096] = 3479, - [4097] = 3461, - [4098] = 3462, - [4099] = 3458, - [4100] = 3625, - [4101] = 3666, - [4102] = 3481, - [4103] = 3484, - [4104] = 278, - [4105] = 3461, - [4106] = 3462, - [4107] = 3485, - [4108] = 3486, - [4109] = 3487, - [4110] = 3458, - [4111] = 3461, - [4112] = 3468, - [4113] = 3462, - [4114] = 3470, - [4115] = 4115, - [4116] = 3472, - [4117] = 3469, - [4118] = 3474, - [4119] = 3471, - [4120] = 3476, - [4121] = 3477, - [4122] = 3478, - [4123] = 3479, - [4124] = 3480, - [4125] = 3481, - [4126] = 3458, - [4127] = 3481, - [4128] = 3484, - [4129] = 3485, - [4130] = 3486, - [4131] = 3487, - [4132] = 3467, - [4133] = 3708, - [4134] = 3896, - [4135] = 4044, - [4136] = 3656, - [4137] = 3920, - [4138] = 3807, - [4139] = 3992, - [4140] = 3995, - [4141] = 3539, - [4142] = 3705, - [4143] = 3707, - [4144] = 3468, - [4145] = 3491, - [4146] = 3470, - [4147] = 3708, - [4148] = 3896, - [4149] = 4044, - [4150] = 3656, - [4151] = 3920, - [4152] = 3807, - [4153] = 3992, - [4154] = 3995, - [4155] = 3539, - [4156] = 3705, - [4157] = 3707, - [4158] = 3708, - [4159] = 3896, - [4160] = 3708, - [4161] = 3896, - [4162] = 3708, - [4163] = 3896, - [4164] = 3708, - [4165] = 3896, - [4166] = 3708, - [4167] = 3896, - [4168] = 3708, - [4169] = 3896, - [4170] = 3708, - [4171] = 3896, - [4172] = 3708, - [4173] = 3896, - [4174] = 3708, - [4175] = 3896, - [4176] = 3708, - [4177] = 3896, - [4178] = 3708, - [4179] = 3896, - [4180] = 3708, - [4181] = 3896, - [4182] = 3708, - [4183] = 3896, - [4184] = 3896, - [4185] = 3896, - [4186] = 3896, - [4187] = 3896, - [4188] = 4188, - [4189] = 3469, - [4190] = 3471, - [4191] = 3473, - [4192] = 3460, - [4193] = 3463, - [4194] = 3465, - [4195] = 3467, - [4196] = 3491, - [4197] = 3492, - [4198] = 3502, - [4199] = 3503, - [4200] = 3472, - [4201] = 3492, - [4202] = 3474, - [4203] = 3469, - [4204] = 3476, - [4205] = 3477, - [4206] = 3478, - [4207] = 3511, - [4208] = 3512, - [4209] = 3479, - [4210] = 3480, - [4211] = 3481, - [4212] = 3458, - [4213] = 3471, - [4214] = 3518, - [4215] = 3464, - [4216] = 3484, - [4217] = 3485, - [4218] = 3522, - [4219] = 3518, - [4220] = 3486, - [4221] = 3487, - [4222] = 3762, + [3993] = 3572, + [3994] = 3591, + [3995] = 3630, + [3996] = 3586, + [3997] = 3574, + [3998] = 3998, + [3999] = 3575, + [4000] = 3605, + [4001] = 3872, + [4002] = 3873, + [4003] = 3576, + [4004] = 3577, + [4005] = 3610, + [4006] = 3775, + [4007] = 3610, + [4008] = 3655, + [4009] = 3612, + [4010] = 3612, + [4011] = 3883, + [4012] = 3884, + [4013] = 3588, + [4014] = 3616, + [4015] = 3589, + [4016] = 3619, + [4017] = 3620, + [4018] = 3623, + [4019] = 3624, + [4020] = 3578, + [4021] = 3591, + [4022] = 3628, + [4023] = 3572, + [4024] = 3581, + [4025] = 3630, + [4026] = 3872, + [4027] = 3873, + [4028] = 3584, + [4029] = 3574, + [4030] = 3575, + [4031] = 3787, + [4032] = 3576, + [4033] = 3577, + [4034] = 3605, + [4035] = 3578, + [4036] = 3883, + [4037] = 3884, + [4038] = 3610, + [4039] = 3586, + [4040] = 3612, + [4041] = 3581, + [4042] = 3584, + [4043] = 3578, + [4044] = 3581, + [4045] = 3612, + [4046] = 3592, + [4047] = 3438, + [4048] = 3588, + [4049] = 3588, + [4050] = 3589, + [4051] = 3872, + [4052] = 3873, + [4053] = 3872, + [4054] = 3616, + [4055] = 3674, + [4056] = 1045, + [4057] = 3591, + [4058] = 4058, + [4059] = 4059, + [4060] = 3592, + [4061] = 3883, + [4062] = 3884, + [4063] = 3593, + [4064] = 3573, + [4065] = 3580, + [4066] = 3935, + [4067] = 3619, + [4068] = 3620, + [4069] = 3623, + [4070] = 3589, + [4071] = 3593, + [4072] = 3624, + [4073] = 3601, + [4074] = 3591, + [4075] = 3602, + [4076] = 3872, + [4077] = 3873, + [4078] = 3603, + [4079] = 3604, + [4080] = 4080, + [4081] = 1046, + [4082] = 3628, + [4083] = 3572, + [4084] = 3607, + [4085] = 3608, + [4086] = 3883, + [4087] = 3884, + [4088] = 3630, + [4089] = 3592, + [4090] = 3574, + [4091] = 3575, + [4092] = 3576, + [4093] = 3614, + [4094] = 3615, + [4095] = 3593, + [4096] = 3573, + [4097] = 3577, + [4098] = 3580, + [4099] = 3573, + [4100] = 3618, + [4101] = 3872, + [4102] = 3873, + [4103] = 3106, + [4104] = 274, + [4105] = 3580, + [4106] = 3630, + [4107] = 3616, + [4108] = 3581, + [4109] = 3584, + [4110] = 3578, + [4111] = 3883, + [4112] = 3884, + [4113] = 3603, + [4114] = 3590, + [4115] = 3596, + [4116] = 3586, + [4117] = 3617, + [4118] = 3618, + [4119] = 276, + [4120] = 4120, + [4121] = 3619, + [4122] = 3617, + [4123] = 3605, + [4124] = 3601, + [4125] = 3607, + [4126] = 3872, + [4127] = 3873, + [4128] = 3604, + [4129] = 3610, + [4130] = 3647, + [4131] = 4131, + [4132] = 3612, + [4133] = 3602, + [4134] = 3616, + [4135] = 3653, + [4136] = 3883, + [4137] = 3884, + [4138] = 3603, + [4139] = 3619, + [4140] = 3620, + [4141] = 3623, + [4142] = 3624, + [4143] = 3628, + [4144] = 3572, + [4145] = 3604, + [4146] = 3620, + [4147] = 3630, + [4148] = 3623, + [4149] = 3607, + [4150] = 3574, + [4151] = 3872, + [4152] = 3873, + [4153] = 3575, + [4154] = 3576, + [4155] = 3608, + [4156] = 3577, + [4157] = 3655, + [4158] = 3397, + [4159] = 3674, + [4160] = 4160, + [4161] = 3883, + [4162] = 3884, + [4163] = 3687, + [4164] = 3581, + [4165] = 3584, + [4166] = 3578, + [4167] = 3586, + [4168] = 3438, + [4169] = 3588, + [4170] = 3601, + [4171] = 3602, + [4172] = 3589, + [4173] = 3603, + [4174] = 3604, + [4175] = 3591, + [4176] = 3872, + [4177] = 3873, + [4178] = 3592, + [4179] = 3593, + [4180] = 3573, + [4181] = 3580, + [4182] = 3588, + [4183] = 3589, + [4184] = 3624, + [4185] = 3614, + [4186] = 3883, + [4187] = 3884, + [4188] = 3615, + [4189] = 3601, + [4190] = 3602, + [4191] = 3603, + [4192] = 3604, + [4193] = 3884, + [4194] = 3628, + [4195] = 3607, + [4196] = 3618, + [4197] = 3607, + [4198] = 3608, + [4199] = 3608, + [4200] = 3591, + [4201] = 3872, + [4202] = 3873, + [4203] = 3592, + [4204] = 3593, + [4205] = 3573, + [4206] = 3580, + [4207] = 3614, + [4208] = 3615, + [4209] = 3619, + [4210] = 4210, + [4211] = 3883, + [4212] = 3884, + [4213] = 3618, + [4214] = 3315, + [4215] = 3591, + [4216] = 3572, + [4217] = 3687, + [4218] = 3601, + [4219] = 3602, + [4220] = 3630, + [4221] = 3592, + [4222] = 3764, + [4223] = 3582, + [4224] = 3574, + [4225] = 3590, + [4226] = 3872, + [4227] = 3873, + [4228] = 3596, + [4229] = 3622, + [4230] = 3771, + [4231] = 3775, + [4232] = 3787, + [4233] = 3603, + [4234] = 3605, + [4235] = 3604, + [4236] = 3883, + [4237] = 3884, + [4238] = 3610, + [4239] = 3575, + [4240] = 3612, + [4241] = 3614, + [4242] = 3616, + [4243] = 3590, + [4244] = 3619, + [4245] = 3596, + [4246] = 3615, + [4247] = 3620, + [4248] = 3623, + [4249] = 4249, + [4250] = 3624, + [4251] = 3872, + [4252] = 3873, + [4253] = 3628, + [4254] = 3572, + [4255] = 3630, + [4256] = 3883, + [4257] = 3574, + [4258] = 3575, + [4259] = 3576, + [4260] = 3577, + [4261] = 3883, + [4262] = 3884, + [4263] = 3943, + [4264] = 3928, + [4265] = 3620, + [4266] = 3607, + [4267] = 3608, + [4268] = 3581, + [4269] = 3584, + [4270] = 3576, + [4271] = 3577, + [4272] = 3578, + [4273] = 3586, + [4274] = 3618, + [4275] = 3605, + [4276] = 3872, + [4277] = 3873, + [4278] = 3588, + [4279] = 3589, + [4280] = 3647, + [4281] = 3591, + [4282] = 3610, + [4283] = 3592, + [4284] = 3593, + [4285] = 3573, + [4286] = 3883, + [4287] = 3884, + [4288] = 3573, + [4289] = 3580, + [4290] = 3865, + [4291] = 3949, + [4292] = 3612, + [4293] = 3878, + [4294] = 3895, + [4295] = 3616, + [4296] = 3593, + [4297] = 3601, + [4298] = 3602, + [4299] = 3619, + [4300] = 3603, + [4301] = 3604, + [4302] = 3620, + [4303] = 3623, + [4304] = 3607, + [4305] = 3608, + [4306] = 3616, + [4307] = 4307, + [4308] = 3614, + [4309] = 3615, + [4310] = 3895, + [4311] = 3614, + [4312] = 3615, + [4313] = 3575, + [4314] = 3812, + [4315] = 3618, + [4316] = 274, + [4317] = 3590, + [4318] = 3596, + [4319] = 3862, + [4320] = 3955, + [4321] = 4120, + [4322] = 4131, + [4323] = 3907, + [4324] = 3992, + [4325] = 3892, + [4326] = 3905, + [4327] = 3579, + [4328] = 3954, + [4329] = 3963, + [4330] = 3624, + [4331] = 3618, + [4332] = 3928, + [4333] = 3862, + [4334] = 3955, + [4335] = 4120, + [4336] = 4131, + [4337] = 3907, + [4338] = 3992, + [4339] = 3892, + [4340] = 3905, + [4341] = 3579, + [4342] = 3954, + [4343] = 3963, + [4344] = 3862, + [4345] = 3955, + [4346] = 3862, + [4347] = 3955, + [4348] = 3862, + [4349] = 3955, + [4350] = 3862, + [4351] = 3955, + [4352] = 3862, + [4353] = 3955, + [4354] = 3862, + [4355] = 3955, + [4356] = 3862, + [4357] = 3955, + [4358] = 3862, + [4359] = 3955, + [4360] = 3862, + [4361] = 3955, + [4362] = 3862, + [4363] = 3955, + [4364] = 3862, + [4365] = 3955, + [4366] = 3862, + [4367] = 3955, + [4368] = 3862, + [4369] = 3955, + [4370] = 3955, + [4371] = 3955, + [4372] = 3955, + [4373] = 3955, + [4374] = 3841, + [4375] = 3866, + [4376] = 3935, + [4377] = 3590, + [4378] = 3596, + [4379] = 3943, + [4380] = 3949, + [4381] = 3628, + [4382] = 3574, + [4383] = 3623, + [4384] = 3605, + [4385] = 3865, + [4386] = 3610, + [4387] = 3628, + [4388] = 3612, + [4389] = 3572, + [4390] = 3616, + [4391] = 3581, + [4392] = 3619, + [4393] = 3620, + [4394] = 3623, + [4395] = 3624, + [4396] = 3628, + [4397] = 3572, + [4398] = 3630, + [4399] = 4399, + [4400] = 3574, + [4401] = 3575, + [4402] = 3576, + [4403] = 3577, + [4404] = 3590, + [4405] = 3596, + [4406] = 3614, + [4407] = 3630, + [4408] = 3586, }; static const TSCharacterRange aux_sym_shortcode_naked_string_token1_character_set_1[] = { @@ -6854,50 +7054,50 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(2050); + if (eof) ADVANCE(2049); ADVANCE_MAP( - ' ', 2086, - '"', 2084, - '$', 2105, - '\'', 2082, - ')', 2105, - '-', 2105, - ':', 2105, - '=', 2078, - '[', 2105, - '\\', 2085, - '`', 2071, - '{', 2073, - '|', 2123, - '}', 2074, + ' ', 2085, + '"', 2083, + '$', 2104, + '\'', 2081, + ')', 2104, + '-', 2104, + ':', 2104, + '=', 2077, + '[', 2104, + '\\', 2084, + '`', 2070, + '{', 2072, + '|', 2122, + '}', 2073, ); if (('!' <= lookahead && lookahead <= '(') || ('+' <= lookahead && lookahead <= ';') || lookahead == '?' || lookahead == '@' || lookahead == ']' || - lookahead == '~') ADVANCE(2105); + lookahead == '~') ADVANCE(2104); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(2097); - if (lookahead != 0) ADVANCE(2084); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(2096); + if (lookahead != 0) ADVANCE(2083); END_STATE(); case 1: ADVANCE_MAP( - '\t', 2128, - ' ', 2125, - '!', 2119, - '#', 2122, - '$', 2064, - '&', 2115, - '-', 2118, - '[', 2055, - '\\', 2045, - ']', 2072, - '{', 2073, - '|', 2123, - 0x2139, 2116, + '\t', 2127, + ' ', 2124, + '!', 2118, + '#', 2121, + '$', 2063, + '&', 2114, + '-', 2117, + '[', 2054, + '\\', 2044, + ']', 2071, + '{', 2072, + '|', 2122, + 0x2139, 2115, ); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2117); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2116); if (lookahead == 0x203c || lookahead == 0x2049 || lookahead == 0x303d || @@ -6939,8 +7139,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x1fade || (0x1faea <= lookahead && lookahead <= 0x1faef) || (0x1faf9 <= lookahead && lookahead <= 0x1faff) || - (0x1fc00 <= lookahead && lookahead <= 0x1fffd)) ADVANCE(2121); - if (set_contains(aux_sym_pandoc_str_token1_character_set_6, 78, lookahead)) ADVANCE(2121); + (0x1fc00 <= lookahead && lookahead <= 0x1fffd)) ADVANCE(2120); + if (set_contains(aux_sym_pandoc_str_token1_character_set_6, 78, lookahead)) ADVANCE(2120); if (lookahead == '%' || lookahead == '(' || lookahead == ')' || @@ -7186,26 +7386,26 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x1eef0 || lookahead == 0x1eef1 || (0x1f110 <= lookahead && lookahead <= 0x1fb92) || - (0x1fb94 <= lookahead && lookahead <= 0x1fbef)) ADVANCE(2114); - if (set_contains(aux_sym_pandoc_str_token1_character_set_1, 811, lookahead)) ADVANCE(2118); + (0x1fb94 <= lookahead && lookahead <= 0x1fbef)) ADVANCE(2113); + if (set_contains(aux_sym_pandoc_str_token1_character_set_1, 811, lookahead)) ADVANCE(2117); END_STATE(); case 2: ADVANCE_MAP( - '!', 2119, - '#', 2122, - '$', 2064, - '&', 2115, - '-', 2118, - '[', 2055, - '\\', 2045, - ']', 2056, - '{', 2073, - '|', 2123, - 0x2139, 2116, - '\t', 2126, - ' ', 2126, + '!', 2118, + '#', 2121, + '$', 2063, + '&', 2114, + '-', 2117, + '[', 2054, + '\\', 2044, + ']', 2055, + '{', 2072, + '|', 2122, + 0x2139, 2115, + '\t', 2125, + ' ', 2125, ); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2117); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2116); if (lookahead == 0x203c || lookahead == 0x2049 || lookahead == 0x303d || @@ -7247,8 +7447,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x1fade || (0x1faea <= lookahead && lookahead <= 0x1faef) || (0x1faf9 <= lookahead && lookahead <= 0x1faff) || - (0x1fc00 <= lookahead && lookahead <= 0x1fffd)) ADVANCE(2121); - if (set_contains(aux_sym_pandoc_str_token1_character_set_6, 78, lookahead)) ADVANCE(2121); + (0x1fc00 <= lookahead && lookahead <= 0x1fffd)) ADVANCE(2120); + if (set_contains(aux_sym_pandoc_str_token1_character_set_6, 78, lookahead)) ADVANCE(2120); if (lookahead == '%' || lookahead == '(' || lookahead == ')' || @@ -7494,26 +7694,26 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x1eef0 || lookahead == 0x1eef1 || (0x1f110 <= lookahead && lookahead <= 0x1fb92) || - (0x1fb94 <= lookahead && lookahead <= 0x1fbef)) ADVANCE(2114); - if (set_contains(aux_sym_pandoc_str_token1_character_set_1, 811, lookahead)) ADVANCE(2118); + (0x1fb94 <= lookahead && lookahead <= 0x1fbef)) ADVANCE(2113); + if (set_contains(aux_sym_pandoc_str_token1_character_set_1, 811, lookahead)) ADVANCE(2117); END_STATE(); case 3: ADVANCE_MAP( - '!', 2119, - '#', 2122, - '$', 2064, - '&', 2115, - '-', 2118, - '[', 2055, - '\\', 2045, - ']', 2113, - '{', 2073, - '|', 2123, - 0x2139, 2116, - '\t', 2127, - ' ', 2127, + '!', 2118, + '#', 2121, + '$', 2063, + '&', 2114, + '-', 2117, + '[', 2054, + '\\', 2044, + ']', 2112, + '{', 2072, + '|', 2122, + 0x2139, 2115, + '\t', 2126, + ' ', 2126, ); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2117); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2116); if (lookahead == 0x203c || lookahead == 0x2049 || lookahead == 0x303d || @@ -7555,8 +7755,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x1fade || (0x1faea <= lookahead && lookahead <= 0x1faef) || (0x1faf9 <= lookahead && lookahead <= 0x1faff) || - (0x1fc00 <= lookahead && lookahead <= 0x1fffd)) ADVANCE(2121); - if (set_contains(aux_sym_pandoc_str_token1_character_set_6, 78, lookahead)) ADVANCE(2121); + (0x1fc00 <= lookahead && lookahead <= 0x1fffd)) ADVANCE(2120); + if (set_contains(aux_sym_pandoc_str_token1_character_set_6, 78, lookahead)) ADVANCE(2120); if (lookahead == '%' || lookahead == '(' || lookahead == ')' || @@ -7802,97 +8002,97 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x1eef0 || lookahead == 0x1eef1 || (0x1f110 <= lookahead && lookahead <= 0x1fb92) || - (0x1fb94 <= lookahead && lookahead <= 0x1fbef)) ADVANCE(2114); - if (set_contains(aux_sym_pandoc_str_token1_character_set_1, 811, lookahead)) ADVANCE(2118); + (0x1fb94 <= lookahead && lookahead <= 0x1fbef)) ADVANCE(2113); + if (set_contains(aux_sym_pandoc_str_token1_character_set_1, 811, lookahead)) ADVANCE(2117); END_STATE(); case 4: - if (lookahead == '"') ADVANCE(2089); - if (lookahead == '#') ADVANCE(2040); - if (lookahead == '.') ADVANCE(2038); - if (lookahead == '=') ADVANCE(2078); - if (lookahead == '}') ADVANCE(2074); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(2128); + ADVANCE_MAP( + '"', 2088, + '#', 2039, + '$', 2062, + ')', 2061, + '-', 2051, + '.', 2036, + ':', 2050, + '=', 2077, + '{', 2072, + '}', 2073, + '\t', 2127, + ' ', 2127, + ); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2098); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2097); END_STATE(); case 5: - if (lookahead == '"') ADVANCE(2089); - if (lookahead == '\'') ADVANCE(2082); - if (lookahead == '-') ADVANCE(2099); - if (lookahead == '0') ADVANCE(2107); - if (lookahead == '=') ADVANCE(2078); + if (lookahead == '"') ADVANCE(2088); + if (lookahead == '\'') ADVANCE(2081); + if (lookahead == '-') ADVANCE(2098); + if (lookahead == '0') ADVANCE(2106); if (lookahead == '\t' || - lookahead == ' ') ADVANCE(2128); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2108); + lookahead == ' ') ADVANCE(2127); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2107); if (('!' <= lookahead && lookahead <= ')') || ('+' <= lookahead && lookahead <= ';') || lookahead == '?' || lookahead == '@' || lookahead == '[' || lookahead == ']' || - lookahead == '~') ADVANCE(2104); + lookahead == '~') ADVANCE(2103); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2096); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2095); END_STATE(); case 6: - if (lookahead == '"') ADVANCE(2089); - if (lookahead == '\\') ADVANCE(2094); - if (lookahead != 0) ADVANCE(2093); + if (lookahead == '"') ADVANCE(2088); + if (lookahead == '\\') ADVANCE(2093); + if (lookahead != 0) ADVANCE(2092); END_STATE(); case 7: - if (lookahead == '"') ADVANCE(2059); - if (lookahead == ')') ADVANCE(2062); - if (lookahead == '\\') ADVANCE(2061); + if (lookahead == '"') ADVANCE(2058); + if (lookahead == ')') ADVANCE(2061); + if (lookahead == '\\') ADVANCE(2060); if (lookahead == '\t' || - lookahead == ' ') ADVANCE(2128); + lookahead == ' ') ADVANCE(2127); if (lookahead != 0 && - lookahead != '{') ADVANCE(2059); + lookahead != '{') ADVANCE(2058); END_STATE(); case 8: - ADVANCE_MAP( - '#', 2040, - '$', 2063, - ')', 2062, - '-', 2052, - '.', 2037, - ':', 2051, - '{', 2073, - '}', 2074, - '\t', 2128, - ' ', 2128, - ); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2112); + if (lookahead == '$') ADVANCE(2047); + if (lookahead == '\\') ADVANCE(2068); + if (lookahead != 0) ADVANCE(2067); END_STATE(); case 9: - if (lookahead == '$') ADVANCE(2048); - if (lookahead == '\\') ADVANCE(2069); - if (lookahead != 0) ADVANCE(2068); + if (lookahead == '\'') ADVANCE(2081); + if (lookahead == '\\') ADVANCE(2086); + if (lookahead != 0) ADVANCE(2085); END_STATE(); case 10: - if (lookahead == '\'') ADVANCE(2082); - if (lookahead == '\\') ADVANCE(2087); - if (lookahead != 0) ADVANCE(2086); + if (lookahead == '.') ADVANCE(2037); + if (lookahead == '{') ADVANCE(2072); + if (lookahead == '}') ADVANCE(2073); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(2127); + if (lookahead == '-' || + ('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2080); END_STATE(); case 11: - if (lookahead == '1') ADVANCE(2017); + if (lookahead == '1') ADVANCE(2016); if (lookahead == '3') ADVANCE(14); END_STATE(); case 12: - if (lookahead == '1') ADVANCE(2031); - if (lookahead == ';') ADVANCE(2053); + if (lookahead == '1') ADVANCE(2030); + if (lookahead == ';') ADVANCE(2052); END_STATE(); case 13: if (lookahead == '1') ADVANCE(239); - if (lookahead == '2') ADVANCE(2018); + if (lookahead == '2') ADVANCE(2017); if (lookahead == '3') ADVANCE(236); if (lookahead == '4') ADVANCE(16); - if (lookahead == '5') ADVANCE(2019); + if (lookahead == '5') ADVANCE(2018); if (lookahead == '7') ADVANCE(17); END_STATE(); case 14: @@ -7909,11 +8109,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '8') ADVANCE(18); END_STATE(); case 18: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); END_STATE(); case 19: ADVANCE_MAP( - ';', 2053, + ';', 2052, 'A', 450, 'B', 440, 'E', 146, @@ -7940,7 +8140,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); END_STATE(); case 20: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'A') ADVANCE(1626); if (lookahead == 'a') ADVANCE(1619); if (lookahead == 'd') ADVANCE(1455); @@ -7949,46 +8149,46 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'x') ADVANCE(1160); END_STATE(); case 21: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'A') ADVANCE(1738); END_STATE(); case 22: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'A') ADVANCE(1738); if (lookahead == 'V') ADVANCE(929); END_STATE(); case 23: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'B') ADVANCE(403); END_STATE(); case 24: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'B') ADVANCE(403); if (lookahead == 'D') ADVANCE(1509); END_STATE(); case 25: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'B') ADVANCE(403); if (lookahead == 'E') ADVANCE(1597); END_STATE(); case 26: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'B') ADVANCE(403); if (lookahead == 'L') ADVANCE(931); END_STATE(); case 27: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'B') ADVANCE(403); if (lookahead == 'R') ADVANCE(1182); END_STATE(); case 28: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'B') ADVANCE(403); if (lookahead == 'U') ADVANCE(1553); END_STATE(); case 29: ADVANCE_MAP( - ';', 2053, + ';', 2052, 'C', 1520, 'D', 1494, 'E', 1229, @@ -8004,25 +8204,25 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); END_STATE(); case 30: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'C') ADVANCE(429); END_STATE(); case 31: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'D') ADVANCE(1455); if (lookahead == 'E') ADVANCE(1597); END_STATE(); case 32: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'D') ADVANCE(303); END_STATE(); case 33: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'E') ADVANCE(18); END_STATE(); case 34: ADVANCE_MAP( - ';', 2053, + ';', 2052, 'E', 18, 'a', 1534, 'c', 1925, @@ -8036,30 +8236,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 35: ADVANCE_MAP( - ';', 2053, + ';', 2052, 'E', 18, 'd', 1455, 'e', 106, 'm', 1932, - 'n', 2020, + 'n', 2019, 'p', 1305, 'r', 440, 's', 883, ); END_STATE(); case 36: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'E') ADVANCE(18); if (lookahead == 'd') ADVANCE(1455); - if (lookahead == 'v') ADVANCE(2033); + if (lookahead == 'v') ADVANCE(2032); END_STATE(); case 37: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'E') ADVANCE(18); if (lookahead == 'e') ADVANCE(191); END_STATE(); case 38: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'E') ADVANCE(18); if (lookahead == 'i') ADVANCE(738); if (lookahead == 'o') ADVANCE(1760); @@ -8067,7 +8267,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 39: ADVANCE_MAP( - ';', 2053, + ';', 2052, 'E', 163, 'a', 678, 'b', 1606, @@ -8088,11 +8288,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); END_STATE(); case 40: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'E') ADVANCE(1597); END_STATE(); case 41: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'E') ADVANCE(1597); if (lookahead == 'F') ADVANCE(1954); if (lookahead == 'G') ADVANCE(1747); @@ -8101,13 +8301,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'T') ADVANCE(1175); END_STATE(); case 42: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'E') ADVANCE(1597); if (lookahead == 'F') ADVANCE(1954); if (lookahead == 'T') ADVANCE(1175); END_STATE(); case 43: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'E') ADVANCE(1597); if (lookahead == 'G') ADVANCE(1747); if (lookahead == 'L') ADVANCE(829); @@ -8115,33 +8315,33 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'T') ADVANCE(1175); END_STATE(); case 44: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'E') ADVANCE(1597); if (lookahead == 'S') ADVANCE(1315); END_STATE(); case 45: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'E') ADVANCE(1597); if (lookahead == 'S') ADVANCE(1315); if (lookahead == 'T') ADVANCE(1175); END_STATE(); case 46: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'G') ADVANCE(18); END_STATE(); case 47: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'H') ADVANCE(18); END_STATE(); case 48: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'I') ADVANCE(1437); if (lookahead == 'S') ADVANCE(1918); if (lookahead == 'U') ADVANCE(1418); END_STATE(); case 49: ADVANCE_MAP( - ';', 2053, + ';', 2052, 'J', 611, 'a', 677, 'c', 470, @@ -8157,7 +8357,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 50: ADVANCE_MAP( - ';', 2053, + ';', 2052, 'J', 611, 'a', 1357, 'b', 1606, @@ -8173,64 +8373,64 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); END_STATE(); case 51: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'L') ADVANCE(829); END_STATE(); case 52: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'N') ADVANCE(18); END_STATE(); case 53: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'P') ADVANCE(18); END_STATE(); case 54: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'P') ADVANCE(1305); END_STATE(); case 55: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'T') ADVANCE(18); END_STATE(); case 56: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'T') ADVANCE(1175); END_STATE(); case 57: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'Y') ADVANCE(18); END_STATE(); case 58: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(641); if (lookahead == 'p') ADVANCE(1271); END_STATE(); case 59: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(992); if (lookahead == 'o') ADVANCE(1870); END_STATE(); case 60: - if (lookahead == ';') ADVANCE(2053); - if (lookahead == 'a') ADVANCE(2035); + if (lookahead == ';') ADVANCE(2052); + if (lookahead == 'a') ADVANCE(2034); END_STATE(); case 61: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(635); if (lookahead == 'l') ADVANCE(18); END_STATE(); case 62: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(1607); END_STATE(); case 63: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(649); if (lookahead == 'p') ADVANCE(18); END_STATE(); case 64: ADVANCE_MAP( - ';', 2053, + ';', 2052, 'a', 1535, 'c', 1925, 'e', 115, @@ -8243,14 +8443,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); END_STATE(); case 65: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(171); if (lookahead == 's') ADVANCE(1113); if (lookahead == 't') ADVANCE(18); END_STATE(); case 66: ADVANCE_MAP( - ';', 2053, + ';', 2052, 'a', 1534, 'b', 142, 'f', 1760, @@ -8265,10 +8465,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 67: ADVANCE_MAP( - ';', 2053, + ';', 2052, 'a', 707, 'c', 1090, - 'd', 2029, + 'd', 2028, 'm', 175, 's', 1112, 't', 1978, @@ -8277,7 +8477,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); END_STATE(); case 68: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(707); if (lookahead == 'i') ADVANCE(738); if (lookahead == 'o') ADVANCE(1760); @@ -8286,14 +8486,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 'e') ADVANCE(18); END_STATE(); case 69: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(1626); if (lookahead == 'c') ADVANCE(1506); if (lookahead == 'h') ADVANCE(505); if (lookahead == 't') ADVANCE(1642); END_STATE(); case 70: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(1626); if (lookahead == 'd') ADVANCE(138); if (lookahead == 'i') ADVANCE(994); @@ -8302,34 +8502,34 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'v') ADVANCE(18); END_STATE(); case 71: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(1760); END_STATE(); case 72: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(1771); if (lookahead == 'c') ADVANCE(1090); if (lookahead == 'd') ADVANCE(1462); END_STATE(); case 73: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(1215); END_STATE(); case 74: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(1660); if (lookahead == 'e') ADVANCE(778); if (lookahead == 'i') ADVANCE(1674); if (lookahead == 'y') ADVANCE(18); END_STATE(); case 75: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(1220); if (lookahead == 'c') ADVANCE(1815); if (lookahead == 'g') ADVANCE(18); END_STATE(); case 76: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(1360); if (lookahead == 'b') ADVANCE(1729); if (lookahead == 'c') ADVANCE(433); @@ -8337,34 +8537,34 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 's') ADVANCE(18); END_STATE(); case 77: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(1360); if (lookahead == 's') ADVANCE(1270); if (lookahead == 'd' || lookahead == 'v') ADVANCE(18); END_STATE(); case 78: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(700); END_STATE(); case 79: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(1655); if (lookahead == 'c') ADVANCE(1047); if (lookahead == 'o') ADVANCE(1694); if (lookahead == 'y') ADVANCE(18); END_STATE(); case 80: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(1240); END_STATE(); case 81: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(1623); if (lookahead == 'f') ADVANCE(18); END_STATE(); case 82: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(1569); if (lookahead == 'c') ADVANCE(1945); if (lookahead == 'e') ADVANCE(1589); @@ -8372,44 +8572,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 's') ADVANCE(1112); END_STATE(); case 83: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(1120); if (lookahead == 'e') ADVANCE(200); END_STATE(); case 84: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a') ADVANCE(1314); if (lookahead == 's') ADVANCE(1215); if (lookahead == 't') ADVANCE(18); END_STATE(); case 85: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'b') ADVANCE(1455); if (lookahead == 'c') ADVANCE(1090); if (lookahead == 'f') ADVANCE(184); END_STATE(); case 86: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'b') ADVANCE(18); if (lookahead == 'd') ADVANCE(222); END_STATE(); case 87: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'b') ADVANCE(18); if (lookahead == 'h') ADVANCE(1807); END_STATE(); case 88: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'b') ADVANCE(62); END_STATE(); case 89: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'b') ADVANCE(62); if (lookahead == 'd') ADVANCE(18); END_STATE(); case 90: ADVANCE_MAP( - ';', 2053, + ';', 2052, 'b', 142, 'f', 1760, 'h', 1196, @@ -8420,12 +8620,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); END_STATE(); case 91: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'b') ADVANCE(403); if (lookahead == 'e') ADVANCE(1589); END_STATE(); case 92: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'b') ADVANCE(1682); if (lookahead == 'c') ADVANCE(433); if (lookahead == 'd') ADVANCE(1455); @@ -8433,11 +8633,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 's') ADVANCE(18); END_STATE(); case 93: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'c') ADVANCE(18); END_STATE(); case 94: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'c') ADVANCE(126); if (lookahead == 'f') ADVANCE(1423); if (lookahead == 'm') ADVANCE(1079); @@ -8446,12 +8646,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 'e') ADVANCE(18); END_STATE(); case 95: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'c') ADVANCE(82); END_STATE(); case 96: ADVANCE_MAP( - ';', 2053, + ';', 2052, 'c', 620, 'd', 1455, 'h', 1656, @@ -8462,7 +8662,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); END_STATE(); case 97: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'c') ADVANCE(620); if (lookahead == 'd') ADVANCE(1455); if (lookahead == 'l') ADVANCE(361); @@ -8470,59 +8670,59 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'r') ADVANCE(428); END_STATE(); case 98: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'c') ADVANCE(125); END_STATE(); case 99: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'c') ADVANCE(619); if (lookahead == 'd') ADVANCE(1499); if (lookahead == 'l') ADVANCE(133); END_STATE(); case 100: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'c') ADVANCE(619); if (lookahead == 'd') ADVANCE(1500); if (lookahead == 'g') ADVANCE(133); if (lookahead == 's') ADVANCE(526); END_STATE(); case 101: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'c') ADVANCE(457); if (lookahead == 'e') ADVANCE(1025); if (lookahead == 'l') ADVANCE(512); if (lookahead == 'p') ADVANCE(1667); END_STATE(); case 102: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'c') ADVANCE(1090); if (lookahead == 'w') ADVANCE(18); END_STATE(); case 103: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'c') ADVANCE(1925); if (lookahead == 'e') ADVANCE(98); END_STATE(); case 104: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'c') ADVANCE(1925); if (lookahead == 'e' || lookahead == 'r') ADVANCE(18); END_STATE(); case 105: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'c') ADVANCE(547); if (lookahead == 'f') ADVANCE(1135); if (lookahead == 'o') ADVANCE(733); if (lookahead == 't') ADVANCE(101); END_STATE(); case 106: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'd') ADVANCE(1455); END_STATE(); case 107: ADVANCE_MAP( - ';', 2053, + ';', 2052, 'd', 1455, 'e', 191, 'g', 33, @@ -8533,30 +8733,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); END_STATE(); case 108: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'd') ADVANCE(1455); if (lookahead == 's') ADVANCE(224); if (lookahead == 'E' || lookahead == 'v') ADVANCE(18); END_STATE(); case 109: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'd') ADVANCE(18); END_STATE(); case 110: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'd') ADVANCE(18); if (lookahead == 'l') ADVANCE(783); END_STATE(); case 111: ADVANCE_MAP( - ';', 2053, + ';', 2052, 'd', 1456, 'e', 106, 'h', 1773, 'l', 440, 'm', 1932, - 'n', 2020, + 'n', 2019, 'p', 1305, 's', 883, ); @@ -8564,34 +8764,34 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 'E') ADVANCE(18); END_STATE(); case 112: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'd') ADVANCE(1448); if (lookahead == 'l') ADVANCE(843); if (lookahead == 'r') ADVANCE(1143); END_STATE(); case 113: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'd') ADVANCE(1448); if (lookahead == 'l') ADVANCE(843); if (lookahead == 'u') ADVANCE(1534); END_STATE(); case 114: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'd') ADVANCE(1448); if (lookahead == 'l') ADVANCE(936); if (lookahead == 'q') ADVANCE(18); if (lookahead == 'r') ADVANCE(1186); END_STATE(); case 115: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'd') ADVANCE(1120); END_STATE(); case 116: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(18); END_STATE(); case 117: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(18); if (lookahead == 'l') ADVANCE(783); if (lookahead == 'm') ADVANCE(1790); @@ -8600,182 +8800,182 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'z') ADVANCE(440); END_STATE(); case 118: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(18); if (lookahead == 's') ADVANCE(871); END_STATE(); case 119: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(1607); END_STATE(); case 120: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(1590); if (lookahead == 'm') ADVANCE(1172); if (lookahead == 'p') ADVANCE(1305); if (lookahead == 's') ADVANCE(1604); END_STATE(); case 121: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(1815); END_STATE(); case 122: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(1018); END_STATE(); case 123: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(963); END_STATE(); case 124: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(191); END_STATE(); case 125: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(1589); END_STATE(); case 126: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(1589); if (lookahead == 'l') ADVANCE(804); END_STATE(); case 127: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(200); END_STATE(); case 128: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(709); if (lookahead == 'i') ADVANCE(1344); if (lookahead == 'o') ADVANCE(762); END_STATE(); case 129: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(187); END_STATE(); case 130: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(1594); END_STATE(); case 131: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(1594); if (lookahead == 'n') ADVANCE(848); END_STATE(); case 132: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(456); END_STATE(); case 133: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(1760); END_STATE(); case 134: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(1791); END_STATE(); case 135: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(1415); if (lookahead == 'f') ADVANCE(18); END_STATE(); case 136: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(1692); if (lookahead == 's') ADVANCE(819); END_STATE(); case 137: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(1648); if (lookahead == 's') ADVANCE(1534); END_STATE(); case 138: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(1658); if (lookahead == 'f' || lookahead == 'm') ADVANCE(18); END_STATE(); case 139: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e') ADVANCE(1647); END_STATE(); case 140: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'f') ADVANCE(18); END_STATE(); case 141: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'f') ADVANCE(18); if (lookahead == 'r') ADVANCE(1444); if (lookahead == 'y') ADVANCE(201); END_STATE(); case 142: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'f') ADVANCE(1760); END_STATE(); case 143: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'f') ADVANCE(1820); if (lookahead == 'g') ADVANCE(18); if (lookahead == 'q') ADVANCE(192); if (lookahead == 's') ADVANCE(100); END_STATE(); case 144: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'f') ADVANCE(1361); if (lookahead == 'l') ADVANCE(805); END_STATE(); case 145: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'f') ADVANCE(1846); if (lookahead == 'q') ADVANCE(192); if (lookahead == 's') ADVANCE(200); END_STATE(); case 146: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'g') ADVANCE(18); END_STATE(); case 147: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'g') ADVANCE(18); if (lookahead == 'l') ADVANCE(1836); if (lookahead == 'm') ADVANCE(1568); END_STATE(); case 148: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'g') ADVANCE(1815); END_STATE(); case 149: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'g') ADVANCE(783); END_STATE(); case 150: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'h') ADVANCE(18); END_STATE(); case 151: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'h') ADVANCE(18); if (lookahead == 'l') ADVANCE(1486); END_STATE(); case 152: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'h') ADVANCE(1445); END_STATE(); case 153: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'i') ADVANCE(1093); if (lookahead == 'n') ADVANCE(975); if (lookahead == 'o') ADVANCE(1836); END_STATE(); case 154: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'i') ADVANCE(757); if (lookahead == 'o') ADVANCE(1378); END_STATE(); case 155: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'i') ADVANCE(1637); if (lookahead == 'u') ADVANCE(1852); if (lookahead == 'E' || @@ -8783,374 +8983,374 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 'y') ADVANCE(18); END_STATE(); case 156: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'i') ADVANCE(1637); if (lookahead == 'y') ADVANCE(18); END_STATE(); case 157: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'i') ADVANCE(1395); if (lookahead == 'p') ADVANCE(509); if (lookahead == 's') ADVANCE(18); END_STATE(); case 158: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'i') ADVANCE(1874); END_STATE(); case 159: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'i') ADVANCE(722); END_STATE(); case 160: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'i') ADVANCE(1370); if (lookahead == 'n') ADVANCE(1103); END_STATE(); case 161: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'i') ADVANCE(1297); END_STATE(); case 162: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'i') ADVANCE(1434); if (lookahead == 'l') ADVANCE(18); if (lookahead == 's') ADVANCE(106); END_STATE(); case 163: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'l') ADVANCE(18); END_STATE(); case 164: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'l') ADVANCE(18); if (lookahead == 'q') ADVANCE(192); if (lookahead == 's') ADVANCE(99); END_STATE(); case 165: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'l') ADVANCE(1873); if (lookahead == 'e' || lookahead == 'f') ADVANCE(18); END_STATE(); case 166: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'l') ADVANCE(1815); END_STATE(); case 167: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'l') ADVANCE(1486); END_STATE(); case 168: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'l') ADVANCE(1486); if (lookahead == 'v') ADVANCE(18); END_STATE(); case 169: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'l') ADVANCE(783); if (lookahead == 'd' || lookahead == 'e') ADVANCE(18); END_STATE(); case 170: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'l') ADVANCE(1877); if (lookahead == 'm') ADVANCE(429); END_STATE(); case 171: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'l') ADVANCE(1256); END_STATE(); case 172: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'm') ADVANCE(18); END_STATE(); case 173: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'm') ADVANCE(137); END_STATE(); case 174: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'm') ADVANCE(463); END_STATE(); case 175: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'n') ADVANCE(18); END_STATE(); case 176: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'n') ADVANCE(482); END_STATE(); case 177: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'o') ADVANCE(18); END_STATE(); case 178: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'o') ADVANCE(196); END_STATE(); case 179: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'o') ADVANCE(163); END_STATE(); case 180: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'o') ADVANCE(953); END_STATE(); case 181: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'o') ADVANCE(1984); END_STATE(); case 182: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'o') ADVANCE(1973); END_STATE(); case 183: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'o') ADVANCE(707); END_STATE(); case 184: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'o') ADVANCE(1661); END_STATE(); case 185: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'o') ADVANCE(1890); END_STATE(); case 186: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'o') ADVANCE(1400); if (lookahead == 's') ADVANCE(18); END_STATE(); case 187: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'o') ADVANCE(1425); END_STATE(); case 188: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'p') ADVANCE(18); END_STATE(); case 189: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'p') ADVANCE(953); if (lookahead == 't') ADVANCE(160); END_STATE(); case 190: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'p') ADVANCE(1686); END_STATE(); case 191: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'q') ADVANCE(18); END_STATE(); case 192: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'q') ADVANCE(18); if (lookahead == 's') ADVANCE(1300); END_STATE(); case 193: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'q') ADVANCE(192); if (lookahead == 's') ADVANCE(18); END_STATE(); case 194: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'q') ADVANCE(191); END_STATE(); case 195: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'q') ADVANCE(1936); END_STATE(); case 196: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'r') ADVANCE(18); END_STATE(); case 197: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'r') ADVANCE(421); if (lookahead == 's') ADVANCE(106); END_STATE(); case 198: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'r') ADVANCE(1128); END_STATE(); case 199: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'r') ADVANCE(1106); END_STATE(); case 200: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 's') ADVANCE(18); END_STATE(); case 201: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 's') ADVANCE(1607); END_STATE(); case 202: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 's') ADVANCE(109); if (lookahead == 'v') ADVANCE(18); END_STATE(); case 203: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 's') ADVANCE(89); END_STATE(); case 204: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 's') ADVANCE(2006); if (lookahead == 'v') ADVANCE(18); END_STATE(); case 205: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 's') ADVANCE(1320); END_STATE(); case 206: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 's') ADVANCE(1215); END_STATE(); case 207: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 's') ADVANCE(1878); END_STATE(); case 208: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 's') ADVANCE(819); if (lookahead == 'v') ADVANCE(18); END_STATE(); case 209: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 's') ADVANCE(873); END_STATE(); case 210: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 's') ADVANCE(886); if (lookahead == 'E' || lookahead == 'e') ADVANCE(18); END_STATE(); case 211: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 's') ADVANCE(1940); END_STATE(); case 212: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 't') ADVANCE(18); END_STATE(); case 213: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 't') ADVANCE(389); END_STATE(); case 214: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 't') ADVANCE(1445); END_STATE(); case 215: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 't') ADVANCE(139); END_STATE(); case 216: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 't') ADVANCE(591); END_STATE(); case 217: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 't') ADVANCE(1215); END_STATE(); case 218: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 't') ADVANCE(689); if (lookahead == 'v') ADVANCE(18); END_STATE(); case 219: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 't') ADVANCE(536); END_STATE(); case 220: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 't') ADVANCE(1469); END_STATE(); case 221: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 't') ADVANCE(1128); END_STATE(); case 222: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'u') ADVANCE(18); END_STATE(); case 223: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'u') ADVANCE(1098); END_STATE(); case 224: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'v') ADVANCE(18); END_STATE(); case 225: - if (lookahead == ';') ADVANCE(2053); - if (lookahead == 'v') ADVANCE(2033); + if (lookahead == ';') ADVANCE(2052); + if (lookahead == 'v') ADVANCE(2032); END_STATE(); case 226: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'v') ADVANCE(580); END_STATE(); case 227: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'v') ADVANCE(885); END_STATE(); case 228: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'a' || lookahead == 'h') ADVANCE(18); END_STATE(); case 229: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'b' || lookahead == 'e') ADVANCE(18); END_STATE(); case 230: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'c' || lookahead == 'w') ADVANCE(18); END_STATE(); case 231: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e' || lookahead == 'g') ADVANCE(18); END_STATE(); case 232: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e' || lookahead == 'l') ADVANCE(18); END_STATE(); case 233: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'f' || lookahead == 'v') ADVANCE(18); END_STATE(); case 234: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'e' || lookahead == 'f') ADVANCE(18); END_STATE(); case 235: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'E' || lookahead == 'a' || lookahead == 'j') ADVANCE(18); END_STATE(); case 236: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == '4' || lookahead == '5' || lookahead == '8') ADVANCE(18); END_STATE(); case 237: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'D' || lookahead == 'U' || lookahead == 'd' || lookahead == 'u') ADVANCE(18); END_STATE(); case 238: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (lookahead == 'H' || lookahead == 'L' || lookahead == 'R' || @@ -9159,63 +9359,63 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 'r') ADVANCE(18); END_STATE(); case 239: - if (lookahead == ';') ADVANCE(2053); + if (lookahead == ';') ADVANCE(2052); if (('2' <= lookahead && lookahead <= '6') || lookahead == '8') ADVANCE(18); END_STATE(); case 240: - if (lookahead == ';') ADVANCE(2054); + if (lookahead == ';') ADVANCE(2053); END_STATE(); case 241: - if (lookahead == ';') ADVANCE(2054); + if (lookahead == ';') ADVANCE(2053); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(242); END_STATE(); case 242: - if (lookahead == ';') ADVANCE(2054); + if (lookahead == ';') ADVANCE(2053); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(240); END_STATE(); case 243: - if (lookahead == ';') ADVANCE(2054); + if (lookahead == ';') ADVANCE(2053); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(241); END_STATE(); case 244: - if (lookahead == ';') ADVANCE(2054); + if (lookahead == ';') ADVANCE(2053); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(243); END_STATE(); case 245: - if (lookahead == ';') ADVANCE(2054); + if (lookahead == ';') ADVANCE(2053); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(244); END_STATE(); case 246: - if (lookahead == ';') ADVANCE(2054); + if (lookahead == ';') ADVANCE(2053); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(245); END_STATE(); case 247: - if (lookahead == ';') ADVANCE(2054); + if (lookahead == ';') ADVANCE(2053); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(240); END_STATE(); case 248: - if (lookahead == ';') ADVANCE(2054); + if (lookahead == ';') ADVANCE(2053); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(247); END_STATE(); case 249: - if (lookahead == ';') ADVANCE(2054); + if (lookahead == ';') ADVANCE(2053); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(248); END_STATE(); case 250: - if (lookahead == ';') ADVANCE(2054); + if (lookahead == ';') ADVANCE(2053); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(249); END_STATE(); case 251: - if (lookahead == ';') ADVANCE(2054); + if (lookahead == ';') ADVANCE(2053); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(250); @@ -9641,17 +9841,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 307: ADVANCE_MAP( - 'D', 2034, + 'D', 2033, 'H', 237, - 'U', 2034, + 'U', 2033, 'V', 238, 'b', 1460, - 'd', 2034, + 'd', 2033, 'h', 237, 'm', 1172, 'p', 1305, 't', 1161, - 'u', 2034, + 'u', 2033, 'v', 238, ); END_STATE(); @@ -9664,7 +9864,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'H', 440, 'a', 1534, 'd', 436, - 'g', 2026, + 'g', 2025, 'i', 1379, 'l', 268, 'r', 269, @@ -9884,7 +10084,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'H', 359, 'R', 255, 'S', 343, - 'a', 2023, + 'a', 2022, 'c', 470, 'f', 1607, 'h', 818, @@ -10136,20 +10336,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'W') ADVANCE(1131); END_STATE(); case 383: - if (lookahead == '\\') ADVANCE(2085); + if (lookahead == '\\') ADVANCE(2084); if (lookahead != 0 && lookahead != ' ' && - lookahead != '\'') ADVANCE(2084); + lookahead != '\'') ADVANCE(2083); END_STATE(); case 384: - if (lookahead == '\\') ADVANCE(2092); + if (lookahead == '\\') ADVANCE(2091); if (lookahead != 0 && lookahead != ' ' && - lookahead != '"') ADVANCE(2091); + lookahead != '"') ADVANCE(2090); END_STATE(); case 385: - if (lookahead == '`') ADVANCE(2071); - if (lookahead != 0) ADVANCE(2070); + if (lookahead == '`') ADVANCE(2070); + if (lookahead != 0) ADVANCE(2069); END_STATE(); case 386: ADVANCE_MAP( @@ -10176,7 +10376,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'a', 669, 'c', 156, 'e', 618, - 'f', 2027, + 'f', 2026, 'g', 1668, 'i', 153, 'j', 1261, @@ -11290,12 +11490,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'c') ADVANCE(1505); END_STATE(); case 626: - if (lookahead == 'c') ADVANCE(2030); + if (lookahead == 'c') ADVANCE(2029); if (lookahead == 'h') ADVANCE(611); if (lookahead == 't') ADVANCE(1678); END_STATE(); case 627: - if (lookahead == 'c') ADVANCE(2030); + if (lookahead == 'c') ADVANCE(2029); if (lookahead == 'o') ADVANCE(1215); if (lookahead == 't') ADVANCE(1678); END_STATE(); @@ -11328,7 +11528,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'c') ADVANCE(82); END_STATE(); case 633: - if (lookahead == 'c') ADVANCE(2025); + if (lookahead == 'c') ADVANCE(2024); END_STATE(); case 634: if (lookahead == 'c') ADVANCE(784); @@ -12268,7 +12468,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 883: if (lookahead == 'e') ADVANCE(1825); if (lookahead == 'i') ADVANCE(1320); - if (lookahead == 'u') ADVANCE(2022); + if (lookahead == 'u') ADVANCE(2021); END_STATE(); case 884: if (lookahead == 'e') ADVANCE(1621); @@ -13369,7 +13569,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'l') ADVANCE(157); END_STATE(); case 1221: - if (lookahead == 'l') ADVANCE(2024); + if (lookahead == 'l') ADVANCE(2023); END_STATE(); case 1222: if (lookahead == 'l') ADVANCE(285); @@ -13844,7 +14044,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'n') ADVANCE(697); END_STATE(); case 1369: - if (lookahead == 'n') ADVANCE(2020); + if (lookahead == 'n') ADVANCE(2019); END_STATE(); case 1370: if (lookahead == 'n') ADVANCE(36); @@ -14620,7 +14820,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'r') ADVANCE(282); END_STATE(); case 1616: - if (lookahead == 'r') ADVANCE(2028); + if (lookahead == 'r') ADVANCE(2027); END_STATE(); case 1617: if (lookahead == 'r') ADVANCE(140); @@ -14641,7 +14841,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'r') ADVANCE(230); END_STATE(); case 1623: - if (lookahead == 'r') ADVANCE(2032); + if (lookahead == 'r') ADVANCE(2031); END_STATE(); case 1624: if (lookahead == 'r') ADVANCE(23); @@ -15508,7 +15708,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(479); END_STATE(); case 1909: - if (lookahead == 'u') ADVANCE(2022); + if (lookahead == 'u') ADVANCE(2021); END_STATE(); case 1910: if (lookahead == 'u') ADVANCE(1445); @@ -15829,185 +16029,175 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'z') ADVANCE(869); END_STATE(); case 2014: - if (lookahead == '{') ADVANCE(2073); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(2128); - if (lookahead == '-' || - ('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2081); + if (lookahead == 0x20e3) ADVANCE(2113); END_STATE(); case 2015: - if (lookahead == 0x20e3) ADVANCE(2114); - END_STATE(); - case 2016: if (lookahead == '\t' || - lookahead == ' ') ADVANCE(2016); + lookahead == ' ') ADVANCE(2015); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && - lookahead != '$') ADVANCE(2066); + lookahead != '$') ADVANCE(2065); END_STATE(); - case 2017: + case 2016: if (lookahead == '2' || lookahead == '4') ADVANCE(18); END_STATE(); - case 2018: + case 2017: if (lookahead == '3' || lookahead == '5') ADVANCE(18); END_STATE(); - case 2019: + case 2018: if (lookahead == '6' || lookahead == '8') ADVANCE(18); END_STATE(); - case 2020: + case 2019: if (lookahead == 'E' || lookahead == 'e') ADVANCE(18); END_STATE(); - case 2021: + case 2020: if (lookahead == 'X' || - lookahead == 'x') ADVANCE(2036); + lookahead == 'x') ADVANCE(2035); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(246); END_STATE(); - case 2022: + case 2021: if (lookahead == 'b' || lookahead == 'p') ADVANCE(18); END_STATE(); - case 2023: + case 2022: if (lookahead == 'b' || lookahead == 'u') ADVANCE(18); END_STATE(); - case 2024: + case 2023: if (lookahead == 'd' || lookahead == 'u') ADVANCE(18); END_STATE(); - case 2025: + case 2024: if (lookahead == 'e' || lookahead == 'k') ADVANCE(18); END_STATE(); - case 2026: + case 2025: if (lookahead == 'e' || lookahead == 't') ADVANCE(18); END_STATE(); - case 2027: + case 2026: if (lookahead == 'f' || lookahead == 'r') ADVANCE(18); END_STATE(); - case 2028: + case 2027: if (lookahead == 'l' || lookahead == 'r') ADVANCE(18); END_STATE(); - case 2029: + case 2028: if (lookahead == 'o' || lookahead == 'u') ADVANCE(18); END_STATE(); - case 2030: + case 2029: if (lookahead == 'r' || lookahead == 'y') ADVANCE(18); END_STATE(); - case 2031: + case 2030: if (lookahead == '3' || lookahead == '4') ADVANCE(18); END_STATE(); - case 2032: + case 2031: if (lookahead == 'e' || lookahead == 'f') ADVANCE(18); END_STATE(); - case 2033: + case 2032: if (('a' <= lookahead && lookahead <= 'c')) ADVANCE(18); END_STATE(); - case 2034: + case 2033: if (lookahead == 'L' || lookahead == 'R' || lookahead == 'l' || lookahead == 'r') ADVANCE(18); END_STATE(); - case 2035: + case 2034: if (('a' <= lookahead && lookahead <= 'h')) ADVANCE(18); END_STATE(); - case 2036: + case 2035: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(251); END_STATE(); + case 2036: + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2075); + END_STATE(); case 2037: if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2076); END_STATE(); case 2038: - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2077); - END_STATE(); - case 2039: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2112); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2111); END_STATE(); - case 2040: + case 2039: if (lookahead == '-' || lookahead == '.' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2075); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2074); + END_STATE(); + case 2040: + if (set_contains(aux_sym_pandoc_str_token1_character_set_6, 78, lookahead)) ADVANCE(2120); END_STATE(); case 2041: - if (set_contains(aux_sym_pandoc_str_token1_character_set_6, 78, lookahead)) ADVANCE(2121); + if (set_contains(aux_sym_pandoc_str_token1_character_set_5, 770, lookahead)) ADVANCE(2117); END_STATE(); case 2042: - if (set_contains(aux_sym_pandoc_str_token1_character_set_5, 770, lookahead)) ADVANCE(2118); - END_STATE(); - case 2043: if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && - lookahead != '}') ADVANCE(2111); + lookahead != '}') ADVANCE(2110); END_STATE(); - case 2044: + case 2043: if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && lookahead != ' ' && - lookahead != '$') ADVANCE(2066); + lookahead != '$') ADVANCE(2065); + END_STATE(); + case 2044: + if (lookahead != 0 && + lookahead != '\n') ADVANCE(2113); END_STATE(); case 2045: if (lookahead != 0 && - lookahead != '\n') ADVANCE(2114); + lookahead != '\n') ADVANCE(2059); END_STATE(); case 2046: if (lookahead != 0 && - lookahead != '\n') ADVANCE(2060); + lookahead != '\n') ADVANCE(2123); END_STATE(); case 2047: if (lookahead != 0 && - lookahead != '\n') ADVANCE(2124); + lookahead != '$') ADVANCE(2067); END_STATE(); case 2048: - if (lookahead != 0 && - lookahead != '$') ADVANCE(2068); - END_STATE(); - case 2049: - if (eof) ADVANCE(2050); + if (eof) ADVANCE(2049); ADVANCE_MAP( - '!', 2119, - '"', 2090, - '#', 2122, - '$', 2064, - '&', 2115, - '\'', 2083, - '-', 2118, - '[', 2055, - '\\', 2045, - '{', 2073, - '|', 2123, - '}', 2074, - 0x2139, 2116, - '\t', 2128, - ' ', 2128, + '!', 2118, + '"', 2089, + '#', 2121, + '$', 2063, + '&', 2114, + '\'', 2082, + '-', 2117, + '[', 2054, + '\\', 2044, + '{', 2072, + '|', 2122, + '}', 2073, + 0x2139, 2115, + '\t', 2127, + ' ', 2127, ); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2117); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2116); if (lookahead == 0x203c || lookahead == 0x2049 || lookahead == 0x303d || @@ -16049,8 +16239,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x1fade || (0x1faea <= lookahead && lookahead <= 0x1faef) || (0x1faf9 <= lookahead && lookahead <= 0x1faff) || - (0x1fc00 <= lookahead && lookahead <= 0x1fffd)) ADVANCE(2121); - if (set_contains(aux_sym_pandoc_str_token1_character_set_6, 78, lookahead)) ADVANCE(2121); + (0x1fc00 <= lookahead && lookahead <= 0x1fffd)) ADVANCE(2120); + if (set_contains(aux_sym_pandoc_str_token1_character_set_6, 78, lookahead)) ADVANCE(2120); if (('%' <= lookahead && lookahead <= ')') || ('+' <= lookahead && lookahead <= ';') || ('=' <= lookahead && lookahead <= '?') || @@ -16294,314 +16484,314 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x1eef0 || lookahead == 0x1eef1 || (0x1f110 <= lookahead && lookahead <= 0x1fb92) || - (0x1fb94 <= lookahead && lookahead <= 0x1fbef)) ADVANCE(2114); - if (set_contains(aux_sym_pandoc_str_token1_character_set_1, 811, lookahead)) ADVANCE(2118); + (0x1fb94 <= lookahead && lookahead <= 0x1fbef)) ADVANCE(2113); + if (set_contains(aux_sym_pandoc_str_token1_character_set_1, 811, lookahead)) ADVANCE(2117); END_STATE(); - case 2050: + case 2049: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); - case 2051: + case 2050: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); - case 2052: + case 2051: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); - case 2053: + case 2052: ACCEPT_TOKEN(sym_entity_reference); END_STATE(); - case 2054: + case 2053: ACCEPT_TOKEN(sym_numeric_character_reference); END_STATE(); - case 2055: + case 2054: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); - case 2056: + case 2055: ACCEPT_TOKEN(aux_sym_pandoc_span_token1); - if (lookahead == '(') ADVANCE(2058); + if (lookahead == '(') ADVANCE(2057); END_STATE(); - case 2057: + case 2056: ACCEPT_TOKEN(anon_sym_BANG_LBRACK); END_STATE(); - case 2058: + case 2057: ACCEPT_TOKEN(aux_sym_target_token1); END_STATE(); + case 2058: + ACCEPT_TOKEN(aux_sym_target_token2); + END_STATE(); case 2059: ACCEPT_TOKEN(aux_sym_target_token2); + if (lookahead == '\\') ADVANCE(2045); END_STATE(); case 2060: ACCEPT_TOKEN(aux_sym_target_token2); - if (lookahead == '\\') ADVANCE(2046); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(2059); END_STATE(); case 2061: - ACCEPT_TOKEN(aux_sym_target_token2); - if (lookahead != 0 && - lookahead != '\n') ADVANCE(2060); + ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 2062: - ACCEPT_TOKEN(anon_sym_RPAREN); + ACCEPT_TOKEN(anon_sym_DOLLAR); END_STATE(); case 2063: ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '$') ADVANCE(2066); END_STATE(); case 2064: - ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '$') ADVANCE(2067); - END_STATE(); - case 2065: ACCEPT_TOKEN(aux_sym_pandoc_math_token1); - if (lookahead == '$') ADVANCE(2066); - if (lookahead == '\\') ADVANCE(2065); + if (lookahead == '$') ADVANCE(2065); + if (lookahead == '\\') ADVANCE(2064); if (lookahead == '\t' || - lookahead == ' ') ADVANCE(2016); + lookahead == ' ') ADVANCE(2015); if (lookahead != 0 && lookahead != '\t' && - lookahead != '\n') ADVANCE(2066); + lookahead != '\n') ADVANCE(2065); END_STATE(); - case 2066: + case 2065: ACCEPT_TOKEN(aux_sym_pandoc_math_token1); - if (lookahead == '\\') ADVANCE(2065); + if (lookahead == '\\') ADVANCE(2064); if (lookahead == '\t' || - lookahead == ' ') ADVANCE(2016); + lookahead == ' ') ADVANCE(2015); if (lookahead != 0 && lookahead != '\t' && lookahead != '\n' && - lookahead != '$') ADVANCE(2066); + lookahead != '$') ADVANCE(2065); END_STATE(); - case 2067: + case 2066: ACCEPT_TOKEN(anon_sym_DOLLAR_DOLLAR); END_STATE(); - case 2068: + case 2067: ACCEPT_TOKEN(aux_sym_pandoc_display_math_token1); - if (lookahead == '$') ADVANCE(2048); - if (lookahead == '\\') ADVANCE(2069); - if (lookahead != 0) ADVANCE(2068); + if (lookahead == '$') ADVANCE(2047); + if (lookahead == '\\') ADVANCE(2068); + if (lookahead != 0) ADVANCE(2067); END_STATE(); - case 2069: + case 2068: ACCEPT_TOKEN(aux_sym_pandoc_display_math_token1); - if (lookahead == '$') ADVANCE(2068); - if (lookahead == '\\') ADVANCE(2069); - if (lookahead != 0) ADVANCE(2068); + if (lookahead == '$') ADVANCE(2067); + if (lookahead == '\\') ADVANCE(2068); + if (lookahead != 0) ADVANCE(2067); END_STATE(); - case 2070: + case 2069: ACCEPT_TOKEN(aux_sym_pandoc_code_span_token1); if (lookahead != 0 && - lookahead != '`') ADVANCE(2070); + lookahead != '`') ADVANCE(2069); END_STATE(); - case 2071: + case 2070: ACCEPT_TOKEN(aux_sym_pandoc_code_span_token2); END_STATE(); - case 2072: + case 2071: ACCEPT_TOKEN(aux_sym_insert_token1); END_STATE(); - case 2073: + case 2072: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); - case 2074: + case 2073: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); - case 2075: + case 2074: ACCEPT_TOKEN(aux_sym_commonmark_specifier_token1); if (lookahead == '-' || lookahead == '.' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2075); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2074); END_STATE(); - case 2076: + case 2075: 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(2076); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2075); END_STATE(); - case 2077: + case 2076: 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(2077); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2076); END_STATE(); - case 2078: + case 2077: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); - case 2079: + case 2078: ACCEPT_TOKEN(anon_sym_SQUOTE_SQUOTE); END_STATE(); - case 2080: + case 2079: ACCEPT_TOKEN(anon_sym_DQUOTE_DQUOTE); END_STATE(); - case 2081: + case 2080: ACCEPT_TOKEN(sym__commonmark_naked_value); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2081); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2080); + END_STATE(); + case 2081: + ACCEPT_TOKEN(aux_sym__commonmark_single_quote_string_token1); END_STATE(); case 2082: ACCEPT_TOKEN(aux_sym__commonmark_single_quote_string_token1); + if (lookahead == '\'') ADVANCE(2078); END_STATE(); case 2083: - ACCEPT_TOKEN(aux_sym__commonmark_single_quote_string_token1); - if (lookahead == '\'') ADVANCE(2079); + ACCEPT_TOKEN(aux_sym__commonmark_single_quote_string_token2); END_STATE(); case 2084: ACCEPT_TOKEN(aux_sym__commonmark_single_quote_string_token2); + if (lookahead == '\'') ADVANCE(2083); END_STATE(); case 2085: - ACCEPT_TOKEN(aux_sym__commonmark_single_quote_string_token2); - if (lookahead == '\'') ADVANCE(2084); + ACCEPT_TOKEN(aux_sym__commonmark_single_quote_string_token3); END_STATE(); case 2086: ACCEPT_TOKEN(aux_sym__commonmark_single_quote_string_token3); + if (lookahead == '\'') ADVANCE(2087); END_STATE(); case 2087: - ACCEPT_TOKEN(aux_sym__commonmark_single_quote_string_token3); - if (lookahead == '\'') ADVANCE(2088); + ACCEPT_TOKEN(aux_sym__commonmark_single_quote_string_token4); END_STATE(); case 2088: - ACCEPT_TOKEN(aux_sym__commonmark_single_quote_string_token4); + ACCEPT_TOKEN(aux_sym__commonmark_double_quote_string_token1); END_STATE(); case 2089: ACCEPT_TOKEN(aux_sym__commonmark_double_quote_string_token1); + if (lookahead == '"') ADVANCE(2079); END_STATE(); case 2090: - ACCEPT_TOKEN(aux_sym__commonmark_double_quote_string_token1); - if (lookahead == '"') ADVANCE(2080); + ACCEPT_TOKEN(aux_sym__commonmark_double_quote_string_token2); END_STATE(); case 2091: ACCEPT_TOKEN(aux_sym__commonmark_double_quote_string_token2); + if (lookahead == '"') ADVANCE(2090); END_STATE(); case 2092: - ACCEPT_TOKEN(aux_sym__commonmark_double_quote_string_token2); - if (lookahead == '"') ADVANCE(2091); + ACCEPT_TOKEN(aux_sym__commonmark_double_quote_string_token3); END_STATE(); case 2093: ACCEPT_TOKEN(aux_sym__commonmark_double_quote_string_token3); + if (lookahead == '"') ADVANCE(2094); END_STATE(); case 2094: - ACCEPT_TOKEN(aux_sym__commonmark_double_quote_string_token3); - if (lookahead == '"') ADVANCE(2095); - END_STATE(); - case 2095: ACCEPT_TOKEN(aux_sym__commonmark_double_quote_string_token4); END_STATE(); - case 2096: + case 2095: ACCEPT_TOKEN(sym_shortcode_name); - if (lookahead == '?') ADVANCE(2100); + if (lookahead == '?') ADVANCE(2099); 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(2104); + (lookahead < 'a' || 'z' < lookahead)) ADVANCE(2103); if (('-' <= 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(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(2105); + (lookahead < 'a' || 'z' < lookahead)) ADVANCE(2104); if (('-' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2097); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2096); END_STATE(); - case 2098: + case 2097: ACCEPT_TOKEN(sym_shortcode_name); if (lookahead == '-' || ('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2098); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2097); + END_STATE(); + case 2098: + ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); + if (lookahead == '0') ADVANCE(2106); + if (lookahead == '?') ADVANCE(2099); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2107); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2103); END_STATE(); case 2099: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '0') ADVANCE(2107); - if (lookahead == '?') ADVANCE(2100); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(2108); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2104); + if (lookahead == '=') ADVANCE(2105); + if (lookahead == '?') ADVANCE(2099); + if (set_contains(aux_sym_shortcode_naked_string_token2_character_set_1, 10, lookahead)) ADVANCE(2099); END_STATE(); case 2100: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '=') ADVANCE(2106); - if (lookahead == '?') ADVANCE(2100); - if (set_contains(aux_sym_shortcode_naked_string_token2_character_set_1, 10, lookahead)) ADVANCE(2100); + if (lookahead == '?') ADVANCE(2099); + if (lookahead == '+' || + lookahead == '-') ADVANCE(2102); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2109); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2103); END_STATE(); case 2101: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '?') ADVANCE(2100); - if (lookahead == '+' || - lookahead == '-') ADVANCE(2103); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2110); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2104); + if (lookahead == '?') ADVANCE(2099); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2108); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2103); END_STATE(); case 2102: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '?') ADVANCE(2100); + if (lookahead == '?') ADVANCE(2099); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2109); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2104); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2103); END_STATE(); case 2103: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '?') ADVANCE(2100); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2110); - if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2104); + if (lookahead == '?') ADVANCE(2099); + if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2103); END_STATE(); case 2104: ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token1); - if (lookahead == '?') ADVANCE(2100); if (set_contains(aux_sym_shortcode_naked_string_token1_character_set_1, 9, lookahead)) ADVANCE(2104); END_STATE(); 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(2105); + ACCEPT_TOKEN(aux_sym_shortcode_naked_string_token2); + if (set_contains(aux_sym_shortcode_naked_string_token2_character_set_1, 10, lookahead)) ADVANCE(2105); END_STATE(); 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(2106); + ACCEPT_TOKEN(sym_shortcode_number); + if (lookahead == '.') ADVANCE(2101); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(2100); END_STATE(); case 2107: ACCEPT_TOKEN(sym_shortcode_number); - if (lookahead == '.') ADVANCE(2102); + if (lookahead == '.') ADVANCE(2101); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2101); + lookahead == 'e') ADVANCE(2100); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2107); END_STATE(); case 2108: ACCEPT_TOKEN(sym_shortcode_number); - if (lookahead == '.') ADVANCE(2102); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2101); + lookahead == 'e') ADVANCE(2100); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2108); END_STATE(); case 2109: ACCEPT_TOKEN(sym_shortcode_number); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(2101); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2109); END_STATE(); case 2110: - ACCEPT_TOKEN(sym_shortcode_number); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(2110); - END_STATE(); - case 2111: ACCEPT_TOKEN(aux_sym_citation_token1); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && - lookahead != '}') ADVANCE(2111); + lookahead != '}') ADVANCE(2110); END_STATE(); - case 2112: + case 2111: ACCEPT_TOKEN(aux_sym_citation_token2); if (('#' <= lookahead && lookahead <= '&') || lookahead == '+' || @@ -16610,22 +16800,22 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '<' || lookahead == '>' || lookahead == '?' || - lookahead == '~') ADVANCE(2039); + lookahead == '~') ADVANCE(2038); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2112); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(2111); END_STATE(); - case 2113: + case 2112: ACCEPT_TOKEN(aux_sym_inline_note_token1); END_STATE(); - case 2114: + case 2113: ACCEPT_TOKEN(aux_sym_pandoc_str_token1); END_STATE(); - case 2115: + case 2114: ACCEPT_TOKEN(aux_sym_pandoc_str_token1); ADVANCE_MAP( - '#', 2021, + '#', 2020, 'A', 318, 'B', 388, 'C', 341, @@ -16680,85 +16870,85 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { 'z', 516, ); END_STATE(); - case 2116: + case 2115: ACCEPT_TOKEN(aux_sym_pandoc_str_token1); - if (lookahead == '\'') ADVANCE(2042); - if (lookahead == '_') ADVANCE(2042); - if (lookahead == 0x200d) ADVANCE(2041); + if (lookahead == '\'') ADVANCE(2041); + if (lookahead == '_') ADVANCE(2041); + if (lookahead == 0x200d) ADVANCE(2040); if (lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(2118); + lookahead == 0x2019) ADVANCE(2117); if (lookahead == 0xfe0f || - (0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(2120); - if (set_contains(aux_sym_pandoc_str_token1_character_set_3, 785, lookahead)) ADVANCE(2118); + (0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(2119); + if (set_contains(aux_sym_pandoc_str_token1_character_set_3, 785, lookahead)) ADVANCE(2117); + END_STATE(); + case 2116: + ACCEPT_TOKEN(aux_sym_pandoc_str_token1); + if (lookahead == '\'') ADVANCE(2041); + if (lookahead == '_') ADVANCE(2041); + if (lookahead == 0x20e3) ADVANCE(2113); + if (lookahead == 0xfe0f) ADVANCE(2014); + if (lookahead == 0x2018 || + lookahead == 0x2019) ADVANCE(2117); + if (set_contains(aux_sym_pandoc_str_token1_character_set_4, 784, lookahead)) ADVANCE(2117); END_STATE(); case 2117: ACCEPT_TOKEN(aux_sym_pandoc_str_token1); - if (lookahead == '\'') ADVANCE(2042); - if (lookahead == '_') ADVANCE(2042); - if (lookahead == 0x20e3) ADVANCE(2114); - if (lookahead == 0xfe0f) ADVANCE(2015); + if (lookahead == '\'') ADVANCE(2041); + if (lookahead == '_') ADVANCE(2041); if (lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(2118); - if (set_contains(aux_sym_pandoc_str_token1_character_set_4, 784, lookahead)) ADVANCE(2118); + lookahead == 0x2019) ADVANCE(2117); + if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 782, lookahead)) ADVANCE(2117); END_STATE(); case 2118: ACCEPT_TOKEN(aux_sym_pandoc_str_token1); - if (lookahead == '\'') ADVANCE(2042); - if (lookahead == '_') ADVANCE(2042); - if (lookahead == 0x2018 || - lookahead == 0x2019) ADVANCE(2118); - if (set_contains(aux_sym_pandoc_str_token1_character_set_2, 782, lookahead)) ADVANCE(2118); + if (lookahead == '[') ADVANCE(2056); END_STATE(); case 2119: ACCEPT_TOKEN(aux_sym_pandoc_str_token1); - if (lookahead == '[') ADVANCE(2057); + if (lookahead == 0x200d) ADVANCE(2040); END_STATE(); case 2120: ACCEPT_TOKEN(aux_sym_pandoc_str_token1); - if (lookahead == 0x200d) ADVANCE(2041); + if (lookahead == 0x200d) ADVANCE(2040); + if (lookahead == 0xfe0f || + (0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(2119); END_STATE(); case 2121: ACCEPT_TOKEN(aux_sym_pandoc_str_token1); - if (lookahead == 0x200d) ADVANCE(2041); - if (lookahead == 0xfe0f || - (0x1f3fb <= lookahead && lookahead <= 0x1f3ff)) ADVANCE(2120); + if (lookahead == 0x20e3) ADVANCE(2113); + if (lookahead == 0xfe0f) ADVANCE(2014); END_STATE(); case 2122: - ACCEPT_TOKEN(aux_sym_pandoc_str_token1); - if (lookahead == 0x20e3) ADVANCE(2114); - if (lookahead == 0xfe0f) ADVANCE(2015); - END_STATE(); - case 2123: ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); - case 2124: + case 2123: ACCEPT_TOKEN(sym__code_line); if (lookahead != 0 && - lookahead != '\n') ADVANCE(2124); + lookahead != '\n') ADVANCE(2123); + END_STATE(); + case 2124: + ACCEPT_TOKEN(sym__whitespace); + if (lookahead == '\t') ADVANCE(2127); + if (lookahead == ' ') ADVANCE(2124); + if (lookahead == ']') ADVANCE(2071); END_STATE(); case 2125: ACCEPT_TOKEN(sym__whitespace); - if (lookahead == '\t') ADVANCE(2128); - if (lookahead == ' ') ADVANCE(2125); - if (lookahead == ']') ADVANCE(2072); + if (lookahead == ']') ADVANCE(2055); + if (lookahead == '\t' || + lookahead == ' ') ADVANCE(2125); END_STATE(); case 2126: ACCEPT_TOKEN(sym__whitespace); - if (lookahead == ']') ADVANCE(2056); + if (lookahead == ']') ADVANCE(2112); if (lookahead == '\t' || lookahead == ' ') ADVANCE(2126); END_STATE(); case 2127: ACCEPT_TOKEN(sym__whitespace); - if (lookahead == ']') ADVANCE(2113); if (lookahead == '\t' || lookahead == ' ') ADVANCE(2127); END_STATE(); - case 2128: - ACCEPT_TOKEN(sym__whitespace); - if (lookahead == '\t' || - lookahead == ' ') ADVANCE(2128); - END_STATE(); default: return false; } @@ -16766,206 +16956,206 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, - [1] = {.lex_state = 2049, .external_lex_state = 2}, - [2] = {.lex_state = 2049, .external_lex_state = 3}, - [3] = {.lex_state = 2049, .external_lex_state = 3}, - [4] = {.lex_state = 2049, .external_lex_state = 3}, - [5] = {.lex_state = 2049, .external_lex_state = 3}, - [6] = {.lex_state = 2049, .external_lex_state = 3}, - [7] = {.lex_state = 2049, .external_lex_state = 3}, - [8] = {.lex_state = 2049, .external_lex_state = 3}, - [9] = {.lex_state = 2049, .external_lex_state = 3}, - [10] = {.lex_state = 2049, .external_lex_state = 3}, - [11] = {.lex_state = 2049, .external_lex_state = 3}, - [12] = {.lex_state = 2049, .external_lex_state = 3}, - [13] = {.lex_state = 2049, .external_lex_state = 3}, - [14] = {.lex_state = 2049, .external_lex_state = 3}, - [15] = {.lex_state = 2049, .external_lex_state = 3}, - [16] = {.lex_state = 2049, .external_lex_state = 3}, - [17] = {.lex_state = 2049, .external_lex_state = 3}, - [18] = {.lex_state = 2049, .external_lex_state = 3}, - [19] = {.lex_state = 2049, .external_lex_state = 3}, - [20] = {.lex_state = 2049, .external_lex_state = 4}, - [21] = {.lex_state = 2049, .external_lex_state = 4}, - [22] = {.lex_state = 2049, .external_lex_state = 4}, - [23] = {.lex_state = 2049, .external_lex_state = 4}, - [24] = {.lex_state = 2049, .external_lex_state = 4}, - [25] = {.lex_state = 2049, .external_lex_state = 4}, - [26] = {.lex_state = 2049, .external_lex_state = 4}, - [27] = {.lex_state = 2049, .external_lex_state = 4}, - [28] = {.lex_state = 2049, .external_lex_state = 4}, - [29] = {.lex_state = 2049, .external_lex_state = 4}, - [30] = {.lex_state = 2049, .external_lex_state = 4}, - [31] = {.lex_state = 2049, .external_lex_state = 4}, - [32] = {.lex_state = 2049, .external_lex_state = 4}, - [33] = {.lex_state = 2049, .external_lex_state = 4}, - [34] = {.lex_state = 2049, .external_lex_state = 4}, - [35] = {.lex_state = 2049, .external_lex_state = 4}, - [36] = {.lex_state = 2049, .external_lex_state = 4}, - [37] = {.lex_state = 2049, .external_lex_state = 4}, - [38] = {.lex_state = 2049, .external_lex_state = 5}, - [39] = {.lex_state = 2049, .external_lex_state = 6}, - [40] = {.lex_state = 2049, .external_lex_state = 6}, - [41] = {.lex_state = 2049, .external_lex_state = 6}, - [42] = {.lex_state = 2049, .external_lex_state = 6}, - [43] = {.lex_state = 2049, .external_lex_state = 6}, - [44] = {.lex_state = 2049, .external_lex_state = 6}, - [45] = {.lex_state = 2049, .external_lex_state = 6}, - [46] = {.lex_state = 2049, .external_lex_state = 6}, - [47] = {.lex_state = 2049, .external_lex_state = 5}, - [48] = {.lex_state = 2049, .external_lex_state = 6}, - [49] = {.lex_state = 2049, .external_lex_state = 6}, - [50] = {.lex_state = 2049, .external_lex_state = 6}, - [51] = {.lex_state = 2049, .external_lex_state = 6}, - [52] = {.lex_state = 2049, .external_lex_state = 6}, - [53] = {.lex_state = 2049, .external_lex_state = 6}, - [54] = {.lex_state = 2049, .external_lex_state = 5}, - [55] = {.lex_state = 2049, .external_lex_state = 6}, - [56] = {.lex_state = 2049, .external_lex_state = 6}, - [57] = {.lex_state = 2049, .external_lex_state = 6}, - [58] = {.lex_state = 2049, .external_lex_state = 6}, - [59] = {.lex_state = 2049, .external_lex_state = 6}, - [60] = {.lex_state = 2049, .external_lex_state = 7}, - [61] = {.lex_state = 2049, .external_lex_state = 7}, - [62] = {.lex_state = 2049, .external_lex_state = 2}, - [63] = {.lex_state = 2049, .external_lex_state = 7}, - [64] = {.lex_state = 2049, .external_lex_state = 7}, - [65] = {.lex_state = 2049, .external_lex_state = 7}, - [66] = {.lex_state = 2049, .external_lex_state = 2}, - [67] = {.lex_state = 2049, .external_lex_state = 7}, - [68] = {.lex_state = 2049, .external_lex_state = 7}, - [69] = {.lex_state = 2049, .external_lex_state = 2}, - [70] = {.lex_state = 2049, .external_lex_state = 7}, - [71] = {.lex_state = 2049, .external_lex_state = 7}, - [72] = {.lex_state = 2049, .external_lex_state = 7}, - [73] = {.lex_state = 2049, .external_lex_state = 7}, - [74] = {.lex_state = 2049, .external_lex_state = 6}, - [75] = {.lex_state = 2049, .external_lex_state = 6}, - [76] = {.lex_state = 2049, .external_lex_state = 6}, - [77] = {.lex_state = 2049, .external_lex_state = 7}, - [78] = {.lex_state = 2049, .external_lex_state = 7}, - [79] = {.lex_state = 2049, .external_lex_state = 2}, - [80] = {.lex_state = 2049, .external_lex_state = 2}, - [81] = {.lex_state = 2049, .external_lex_state = 7}, - [82] = {.lex_state = 2049, .external_lex_state = 2}, - [83] = {.lex_state = 2049, .external_lex_state = 6}, - [84] = {.lex_state = 2049, .external_lex_state = 6}, - [85] = {.lex_state = 2049, .external_lex_state = 6}, - [86] = {.lex_state = 2049, .external_lex_state = 7}, - [87] = {.lex_state = 2049, .external_lex_state = 7}, - [88] = {.lex_state = 2049, .external_lex_state = 2}, - [89] = {.lex_state = 2049, .external_lex_state = 2}, - [90] = {.lex_state = 2049, .external_lex_state = 7}, - [91] = {.lex_state = 2049, .external_lex_state = 2}, - [92] = {.lex_state = 2049, .external_lex_state = 6}, - [93] = {.lex_state = 2049, .external_lex_state = 6}, - [94] = {.lex_state = 2049, .external_lex_state = 6}, - [95] = {.lex_state = 2049, .external_lex_state = 7}, - [96] = {.lex_state = 2049, .external_lex_state = 2}, - [97] = {.lex_state = 2049, .external_lex_state = 2}, - [98] = {.lex_state = 2049, .external_lex_state = 7}, - [99] = {.lex_state = 2049, .external_lex_state = 7}, - [100] = {.lex_state = 2049, .external_lex_state = 2}, - [101] = {.lex_state = 2049, .external_lex_state = 6}, - [102] = {.lex_state = 2049, .external_lex_state = 6}, - [103] = {.lex_state = 2049, .external_lex_state = 6}, - [104] = {.lex_state = 2049, .external_lex_state = 2}, - [105] = {.lex_state = 2049, .external_lex_state = 7}, - [106] = {.lex_state = 2049, .external_lex_state = 7}, - [107] = {.lex_state = 2049, .external_lex_state = 2}, - [108] = {.lex_state = 2049, .external_lex_state = 2}, - [109] = {.lex_state = 2049, .external_lex_state = 7}, - [110] = {.lex_state = 2049, .external_lex_state = 6}, - [111] = {.lex_state = 2049, .external_lex_state = 6}, - [112] = {.lex_state = 2049, .external_lex_state = 6}, - [113] = {.lex_state = 2049, .external_lex_state = 2}, - [114] = {.lex_state = 2049, .external_lex_state = 7}, - [115] = {.lex_state = 2049, .external_lex_state = 7}, - [116] = {.lex_state = 2049, .external_lex_state = 7}, - [117] = {.lex_state = 2049, .external_lex_state = 2}, - [118] = {.lex_state = 2049, .external_lex_state = 2}, - [119] = {.lex_state = 2049, .external_lex_state = 6}, - [120] = {.lex_state = 2049, .external_lex_state = 6}, - [121] = {.lex_state = 2049, .external_lex_state = 6}, - [122] = {.lex_state = 2049, .external_lex_state = 2}, - [123] = {.lex_state = 2049, .external_lex_state = 7}, - [124] = {.lex_state = 2049, .external_lex_state = 7}, - [125] = {.lex_state = 2049, .external_lex_state = 7}, - [126] = {.lex_state = 2049, .external_lex_state = 2}, - [127] = {.lex_state = 2049, .external_lex_state = 2}, - [128] = {.lex_state = 2049, .external_lex_state = 8}, - [129] = {.lex_state = 2049, .external_lex_state = 8}, - [130] = {.lex_state = 2049, .external_lex_state = 8}, - [131] = {.lex_state = 2049, .external_lex_state = 8}, - [132] = {.lex_state = 2049, .external_lex_state = 8}, - [133] = {.lex_state = 2049, .external_lex_state = 8}, - [134] = {.lex_state = 2049, .external_lex_state = 6}, - [135] = {.lex_state = 2049, .external_lex_state = 6}, - [136] = {.lex_state = 2049, .external_lex_state = 6}, - [137] = {.lex_state = 2049, .external_lex_state = 6}, - [138] = {.lex_state = 2049, .external_lex_state = 6}, - [139] = {.lex_state = 2049, .external_lex_state = 6}, - [140] = {.lex_state = 2049, .external_lex_state = 6}, - [141] = {.lex_state = 2049, .external_lex_state = 6}, - [142] = {.lex_state = 2049, .external_lex_state = 6}, - [143] = {.lex_state = 2049, .external_lex_state = 6}, - [144] = {.lex_state = 2049, .external_lex_state = 6}, - [145] = {.lex_state = 2049, .external_lex_state = 6}, - [146] = {.lex_state = 2049, .external_lex_state = 2}, - [147] = {.lex_state = 2049, .external_lex_state = 7}, - [148] = {.lex_state = 2049, .external_lex_state = 7}, - [149] = {.lex_state = 2049, .external_lex_state = 2}, - [150] = {.lex_state = 2049, .external_lex_state = 2}, - [151] = {.lex_state = 2049, .external_lex_state = 7}, - [152] = {.lex_state = 2049, .external_lex_state = 2}, - [153] = {.lex_state = 2049, .external_lex_state = 2}, - [154] = {.lex_state = 2049, .external_lex_state = 2}, - [155] = {.lex_state = 2049, .external_lex_state = 2}, - [156] = {.lex_state = 2049, .external_lex_state = 7}, - [157] = {.lex_state = 2049, .external_lex_state = 7}, - [158] = {.lex_state = 2049, .external_lex_state = 2}, - [159] = {.lex_state = 2049, .external_lex_state = 7}, - [160] = {.lex_state = 2049, .external_lex_state = 7}, - [161] = {.lex_state = 2049, .external_lex_state = 2}, - [162] = {.lex_state = 2049, .external_lex_state = 7}, - [163] = {.lex_state = 2049, .external_lex_state = 9}, - [164] = {.lex_state = 2049, .external_lex_state = 2}, - [165] = {.lex_state = 2049, .external_lex_state = 7}, - [166] = {.lex_state = 2049, .external_lex_state = 7}, - [167] = {.lex_state = 2049, .external_lex_state = 7}, - [168] = {.lex_state = 2049, .external_lex_state = 7}, - [169] = {.lex_state = 2049, .external_lex_state = 2}, - [170] = {.lex_state = 2049, .external_lex_state = 2}, + [1] = {.lex_state = 2048, .external_lex_state = 2}, + [2] = {.lex_state = 2048, .external_lex_state = 3}, + [3] = {.lex_state = 2048, .external_lex_state = 3}, + [4] = {.lex_state = 2048, .external_lex_state = 3}, + [5] = {.lex_state = 2048, .external_lex_state = 3}, + [6] = {.lex_state = 2048, .external_lex_state = 3}, + [7] = {.lex_state = 2048, .external_lex_state = 3}, + [8] = {.lex_state = 2048, .external_lex_state = 3}, + [9] = {.lex_state = 2048, .external_lex_state = 3}, + [10] = {.lex_state = 2048, .external_lex_state = 3}, + [11] = {.lex_state = 2048, .external_lex_state = 3}, + [12] = {.lex_state = 2048, .external_lex_state = 3}, + [13] = {.lex_state = 2048, .external_lex_state = 3}, + [14] = {.lex_state = 2048, .external_lex_state = 3}, + [15] = {.lex_state = 2048, .external_lex_state = 3}, + [16] = {.lex_state = 2048, .external_lex_state = 3}, + [17] = {.lex_state = 2048, .external_lex_state = 3}, + [18] = {.lex_state = 2048, .external_lex_state = 3}, + [19] = {.lex_state = 2048, .external_lex_state = 3}, + [20] = {.lex_state = 2048, .external_lex_state = 4}, + [21] = {.lex_state = 2048, .external_lex_state = 4}, + [22] = {.lex_state = 2048, .external_lex_state = 4}, + [23] = {.lex_state = 2048, .external_lex_state = 4}, + [24] = {.lex_state = 2048, .external_lex_state = 4}, + [25] = {.lex_state = 2048, .external_lex_state = 4}, + [26] = {.lex_state = 2048, .external_lex_state = 4}, + [27] = {.lex_state = 2048, .external_lex_state = 4}, + [28] = {.lex_state = 2048, .external_lex_state = 4}, + [29] = {.lex_state = 2048, .external_lex_state = 4}, + [30] = {.lex_state = 2048, .external_lex_state = 4}, + [31] = {.lex_state = 2048, .external_lex_state = 4}, + [32] = {.lex_state = 2048, .external_lex_state = 4}, + [33] = {.lex_state = 2048, .external_lex_state = 4}, + [34] = {.lex_state = 2048, .external_lex_state = 4}, + [35] = {.lex_state = 2048, .external_lex_state = 4}, + [36] = {.lex_state = 2048, .external_lex_state = 4}, + [37] = {.lex_state = 2048, .external_lex_state = 4}, + [38] = {.lex_state = 2048, .external_lex_state = 5}, + [39] = {.lex_state = 2048, .external_lex_state = 6}, + [40] = {.lex_state = 2048, .external_lex_state = 6}, + [41] = {.lex_state = 2048, .external_lex_state = 6}, + [42] = {.lex_state = 2048, .external_lex_state = 6}, + [43] = {.lex_state = 2048, .external_lex_state = 6}, + [44] = {.lex_state = 2048, .external_lex_state = 6}, + [45] = {.lex_state = 2048, .external_lex_state = 6}, + [46] = {.lex_state = 2048, .external_lex_state = 6}, + [47] = {.lex_state = 2048, .external_lex_state = 5}, + [48] = {.lex_state = 2048, .external_lex_state = 6}, + [49] = {.lex_state = 2048, .external_lex_state = 6}, + [50] = {.lex_state = 2048, .external_lex_state = 6}, + [51] = {.lex_state = 2048, .external_lex_state = 6}, + [52] = {.lex_state = 2048, .external_lex_state = 6}, + [53] = {.lex_state = 2048, .external_lex_state = 6}, + [54] = {.lex_state = 2048, .external_lex_state = 5}, + [55] = {.lex_state = 2048, .external_lex_state = 6}, + [56] = {.lex_state = 2048, .external_lex_state = 6}, + [57] = {.lex_state = 2048, .external_lex_state = 6}, + [58] = {.lex_state = 2048, .external_lex_state = 6}, + [59] = {.lex_state = 2048, .external_lex_state = 6}, + [60] = {.lex_state = 2048, .external_lex_state = 7}, + [61] = {.lex_state = 2048, .external_lex_state = 7}, + [62] = {.lex_state = 2048, .external_lex_state = 7}, + [63] = {.lex_state = 2048, .external_lex_state = 7}, + [64] = {.lex_state = 2048, .external_lex_state = 2}, + [65] = {.lex_state = 2048, .external_lex_state = 7}, + [66] = {.lex_state = 2048, .external_lex_state = 7}, + [67] = {.lex_state = 2048, .external_lex_state = 7}, + [68] = {.lex_state = 2048, .external_lex_state = 7}, + [69] = {.lex_state = 2048, .external_lex_state = 2}, + [70] = {.lex_state = 2048, .external_lex_state = 2}, + [71] = {.lex_state = 2048, .external_lex_state = 7}, + [72] = {.lex_state = 2048, .external_lex_state = 7}, + [73] = {.lex_state = 2048, .external_lex_state = 7}, + [74] = {.lex_state = 2048, .external_lex_state = 6}, + [75] = {.lex_state = 2048, .external_lex_state = 6}, + [76] = {.lex_state = 2048, .external_lex_state = 6}, + [77] = {.lex_state = 2048, .external_lex_state = 2}, + [78] = {.lex_state = 2048, .external_lex_state = 7}, + [79] = {.lex_state = 2048, .external_lex_state = 7}, + [80] = {.lex_state = 2048, .external_lex_state = 7}, + [81] = {.lex_state = 2048, .external_lex_state = 2}, + [82] = {.lex_state = 2048, .external_lex_state = 2}, + [83] = {.lex_state = 2048, .external_lex_state = 6}, + [84] = {.lex_state = 2048, .external_lex_state = 6}, + [85] = {.lex_state = 2048, .external_lex_state = 6}, + [86] = {.lex_state = 2048, .external_lex_state = 2}, + [87] = {.lex_state = 2048, .external_lex_state = 2}, + [88] = {.lex_state = 2048, .external_lex_state = 7}, + [89] = {.lex_state = 2048, .external_lex_state = 7}, + [90] = {.lex_state = 2048, .external_lex_state = 2}, + [91] = {.lex_state = 2048, .external_lex_state = 7}, + [92] = {.lex_state = 2048, .external_lex_state = 6}, + [93] = {.lex_state = 2048, .external_lex_state = 6}, + [94] = {.lex_state = 2048, .external_lex_state = 6}, + [95] = {.lex_state = 2048, .external_lex_state = 2}, + [96] = {.lex_state = 2048, .external_lex_state = 7}, + [97] = {.lex_state = 2048, .external_lex_state = 7}, + [98] = {.lex_state = 2048, .external_lex_state = 2}, + [99] = {.lex_state = 2048, .external_lex_state = 7}, + [100] = {.lex_state = 2048, .external_lex_state = 2}, + [101] = {.lex_state = 2048, .external_lex_state = 6}, + [102] = {.lex_state = 2048, .external_lex_state = 6}, + [103] = {.lex_state = 2048, .external_lex_state = 6}, + [104] = {.lex_state = 2048, .external_lex_state = 7}, + [105] = {.lex_state = 2048, .external_lex_state = 2}, + [106] = {.lex_state = 2048, .external_lex_state = 7}, + [107] = {.lex_state = 2048, .external_lex_state = 2}, + [108] = {.lex_state = 2048, .external_lex_state = 7}, + [109] = {.lex_state = 2048, .external_lex_state = 2}, + [110] = {.lex_state = 2048, .external_lex_state = 6}, + [111] = {.lex_state = 2048, .external_lex_state = 6}, + [112] = {.lex_state = 2048, .external_lex_state = 6}, + [113] = {.lex_state = 2048, .external_lex_state = 7}, + [114] = {.lex_state = 2048, .external_lex_state = 2}, + [115] = {.lex_state = 2048, .external_lex_state = 7}, + [116] = {.lex_state = 2048, .external_lex_state = 2}, + [117] = {.lex_state = 2048, .external_lex_state = 7}, + [118] = {.lex_state = 2048, .external_lex_state = 2}, + [119] = {.lex_state = 2048, .external_lex_state = 6}, + [120] = {.lex_state = 2048, .external_lex_state = 6}, + [121] = {.lex_state = 2048, .external_lex_state = 6}, + [122] = {.lex_state = 2048, .external_lex_state = 2}, + [123] = {.lex_state = 2048, .external_lex_state = 7}, + [124] = {.lex_state = 2048, .external_lex_state = 7}, + [125] = {.lex_state = 2048, .external_lex_state = 7}, + [126] = {.lex_state = 2048, .external_lex_state = 2}, + [127] = {.lex_state = 2048, .external_lex_state = 2}, + [128] = {.lex_state = 2048, .external_lex_state = 8}, + [129] = {.lex_state = 2048, .external_lex_state = 8}, + [130] = {.lex_state = 2048, .external_lex_state = 8}, + [131] = {.lex_state = 2048, .external_lex_state = 8}, + [132] = {.lex_state = 2048, .external_lex_state = 8}, + [133] = {.lex_state = 2048, .external_lex_state = 8}, + [134] = {.lex_state = 2048, .external_lex_state = 6}, + [135] = {.lex_state = 2048, .external_lex_state = 6}, + [136] = {.lex_state = 2048, .external_lex_state = 6}, + [137] = {.lex_state = 2048, .external_lex_state = 6}, + [138] = {.lex_state = 2048, .external_lex_state = 6}, + [139] = {.lex_state = 2048, .external_lex_state = 6}, + [140] = {.lex_state = 2048, .external_lex_state = 6}, + [141] = {.lex_state = 2048, .external_lex_state = 6}, + [142] = {.lex_state = 2048, .external_lex_state = 6}, + [143] = {.lex_state = 2048, .external_lex_state = 6}, + [144] = {.lex_state = 2048, .external_lex_state = 6}, + [145] = {.lex_state = 2048, .external_lex_state = 6}, + [146] = {.lex_state = 2048, .external_lex_state = 2}, + [147] = {.lex_state = 2048, .external_lex_state = 2}, + [148] = {.lex_state = 2048, .external_lex_state = 2}, + [149] = {.lex_state = 2048, .external_lex_state = 2}, + [150] = {.lex_state = 2048, .external_lex_state = 7}, + [151] = {.lex_state = 2048, .external_lex_state = 2}, + [152] = {.lex_state = 2048, .external_lex_state = 7}, + [153] = {.lex_state = 2048, .external_lex_state = 7}, + [154] = {.lex_state = 2048, .external_lex_state = 7}, + [155] = {.lex_state = 2048, .external_lex_state = 7}, + [156] = {.lex_state = 2048, .external_lex_state = 7}, + [157] = {.lex_state = 2048, .external_lex_state = 7}, + [158] = {.lex_state = 2048, .external_lex_state = 2}, + [159] = {.lex_state = 2048, .external_lex_state = 7}, + [160] = {.lex_state = 2048, .external_lex_state = 7}, + [161] = {.lex_state = 2048, .external_lex_state = 7}, + [162] = {.lex_state = 2048, .external_lex_state = 7}, + [163] = {.lex_state = 2048, .external_lex_state = 7}, + [164] = {.lex_state = 2048, .external_lex_state = 2}, + [165] = {.lex_state = 2048, .external_lex_state = 2}, + [166] = {.lex_state = 2048, .external_lex_state = 2}, + [167] = {.lex_state = 2048, .external_lex_state = 9}, + [168] = {.lex_state = 2048, .external_lex_state = 2}, + [169] = {.lex_state = 2048, .external_lex_state = 2}, + [170] = {.lex_state = 2048, .external_lex_state = 2}, [171] = {.lex_state = 2, .external_lex_state = 10}, - [172] = {.lex_state = 2049, .external_lex_state = 11}, - [173] = {.lex_state = 2049, .external_lex_state = 11}, - [174] = {.lex_state = 2049, .external_lex_state = 11}, - [175] = {.lex_state = 2049, .external_lex_state = 11}, - [176] = {.lex_state = 2049, .external_lex_state = 11}, - [177] = {.lex_state = 2049, .external_lex_state = 11}, - [178] = {.lex_state = 2049, .external_lex_state = 3}, - [179] = {.lex_state = 2049, .external_lex_state = 3}, - [180] = {.lex_state = 2049, .external_lex_state = 3}, - [181] = {.lex_state = 2049, .external_lex_state = 11}, - [182] = {.lex_state = 2049, .external_lex_state = 11}, - [183] = {.lex_state = 2049, .external_lex_state = 11}, - [184] = {.lex_state = 2049, .external_lex_state = 11}, - [185] = {.lex_state = 2049, .external_lex_state = 11}, - [186] = {.lex_state = 2049, .external_lex_state = 11}, - [187] = {.lex_state = 2049, .external_lex_state = 11}, - [188] = {.lex_state = 2049, .external_lex_state = 11}, - [189] = {.lex_state = 2049, .external_lex_state = 11}, - [190] = {.lex_state = 2049, .external_lex_state = 11}, - [191] = {.lex_state = 2049, .external_lex_state = 11}, - [192] = {.lex_state = 2049, .external_lex_state = 11}, - [193] = {.lex_state = 2049, .external_lex_state = 11}, - [194] = {.lex_state = 2049, .external_lex_state = 11}, - [195] = {.lex_state = 2049, .external_lex_state = 11}, - [196] = {.lex_state = 2049, .external_lex_state = 11}, + [172] = {.lex_state = 2048, .external_lex_state = 11}, + [173] = {.lex_state = 2048, .external_lex_state = 11}, + [174] = {.lex_state = 2048, .external_lex_state = 11}, + [175] = {.lex_state = 2048, .external_lex_state = 11}, + [176] = {.lex_state = 2048, .external_lex_state = 11}, + [177] = {.lex_state = 2048, .external_lex_state = 11}, + [178] = {.lex_state = 2048, .external_lex_state = 3}, + [179] = {.lex_state = 2048, .external_lex_state = 3}, + [180] = {.lex_state = 2048, .external_lex_state = 11}, + [181] = {.lex_state = 2048, .external_lex_state = 3}, + [182] = {.lex_state = 2048, .external_lex_state = 11}, + [183] = {.lex_state = 2048, .external_lex_state = 11}, + [184] = {.lex_state = 2048, .external_lex_state = 11}, + [185] = {.lex_state = 2048, .external_lex_state = 11}, + [186] = {.lex_state = 2048, .external_lex_state = 11}, + [187] = {.lex_state = 2048, .external_lex_state = 11}, + [188] = {.lex_state = 2048, .external_lex_state = 11}, + [189] = {.lex_state = 2048, .external_lex_state = 11}, + [190] = {.lex_state = 2048, .external_lex_state = 11}, + [191] = {.lex_state = 2048, .external_lex_state = 11}, + [192] = {.lex_state = 2048, .external_lex_state = 11}, + [193] = {.lex_state = 2048, .external_lex_state = 11}, + [194] = {.lex_state = 2048, .external_lex_state = 11}, + [195] = {.lex_state = 2048, .external_lex_state = 11}, + [196] = {.lex_state = 2048, .external_lex_state = 11}, [197] = {.lex_state = 2, .external_lex_state = 10}, [198] = {.lex_state = 2, .external_lex_state = 10}, - [199] = {.lex_state = 2049, .external_lex_state = 11}, - [200] = {.lex_state = 2049, .external_lex_state = 3}, + [199] = {.lex_state = 2048, .external_lex_state = 11}, + [200] = {.lex_state = 2048, .external_lex_state = 3}, [201] = {.lex_state = 2, .external_lex_state = 10}, [202] = {.lex_state = 2, .external_lex_state = 10}, [203] = {.lex_state = 2, .external_lex_state = 10}, @@ -16993,4001 +17183,4187 @@ static const TSLexerMode ts_lex_modes[STATE_COUNT] = { [225] = {.lex_state = 2, .external_lex_state = 10}, [226] = {.lex_state = 2, .external_lex_state = 10}, [227] = {.lex_state = 2, .external_lex_state = 10}, - [228] = {.lex_state = 2049, .external_lex_state = 3}, + [228] = {.lex_state = 2048, .external_lex_state = 3}, [229] = {.lex_state = 2, .external_lex_state = 10}, [230] = {.lex_state = 2, .external_lex_state = 10}, - [231] = {.lex_state = 2049, .external_lex_state = 3}, - [232] = {.lex_state = 2049, .external_lex_state = 6}, - [233] = {.lex_state = 2049, .external_lex_state = 6}, - [234] = {.lex_state = 2049, .external_lex_state = 12}, - [235] = {.lex_state = 2049, .external_lex_state = 6}, - [236] = {.lex_state = 2049, .external_lex_state = 6}, - [237] = {.lex_state = 2049, .external_lex_state = 6}, - [238] = {.lex_state = 2049, .external_lex_state = 12}, - [239] = {.lex_state = 2049, .external_lex_state = 6}, - [240] = {.lex_state = 2049, .external_lex_state = 6}, - [241] = {.lex_state = 2049, .external_lex_state = 6}, - [242] = {.lex_state = 2049, .external_lex_state = 6}, - [243] = {.lex_state = 2049, .external_lex_state = 6}, - [244] = {.lex_state = 2049, .external_lex_state = 6}, - [245] = {.lex_state = 2049, .external_lex_state = 6}, - [246] = {.lex_state = 2049, .external_lex_state = 6}, - [247] = {.lex_state = 2049, .external_lex_state = 6}, - [248] = {.lex_state = 2049, .external_lex_state = 6}, - [249] = {.lex_state = 2049, .external_lex_state = 6}, - [250] = {.lex_state = 2049, .external_lex_state = 6}, - [251] = {.lex_state = 2049, .external_lex_state = 6}, - [252] = {.lex_state = 2049, .external_lex_state = 6}, - [253] = {.lex_state = 2049, .external_lex_state = 6}, - [254] = {.lex_state = 2049, .external_lex_state = 6}, - [255] = {.lex_state = 2049, .external_lex_state = 6}, - [256] = {.lex_state = 2049, .external_lex_state = 6}, - [257] = {.lex_state = 2049, .external_lex_state = 6}, - [258] = {.lex_state = 2049, .external_lex_state = 6}, - [259] = {.lex_state = 2049, .external_lex_state = 6}, - [260] = {.lex_state = 2049, .external_lex_state = 6}, - [261] = {.lex_state = 2049, .external_lex_state = 6}, - [262] = {.lex_state = 2049, .external_lex_state = 6}, - [263] = {.lex_state = 2049, .external_lex_state = 6}, - [264] = {.lex_state = 2049, .external_lex_state = 6}, - [265] = {.lex_state = 2049, .external_lex_state = 6}, - [266] = {.lex_state = 2049, .external_lex_state = 6}, - [267] = {.lex_state = 2049, .external_lex_state = 6}, - [268] = {.lex_state = 2049, .external_lex_state = 6}, - [269] = {.lex_state = 2049, .external_lex_state = 6}, - [270] = {.lex_state = 2049, .external_lex_state = 6}, - [271] = {.lex_state = 2049, .external_lex_state = 12}, - [272] = {.lex_state = 2049, .external_lex_state = 6}, - [273] = {.lex_state = 2049, .external_lex_state = 6}, - [274] = {.lex_state = 2049, .external_lex_state = 6}, - [275] = {.lex_state = 2049, .external_lex_state = 6}, - [276] = {.lex_state = 2049, .external_lex_state = 6}, - [277] = {.lex_state = 2049, .external_lex_state = 6}, - [278] = {.lex_state = 2049, .external_lex_state = 6}, - [279] = {.lex_state = 2049, .external_lex_state = 12}, - [280] = {.lex_state = 2049, .external_lex_state = 6}, - [281] = {.lex_state = 2049, .external_lex_state = 6}, - [282] = {.lex_state = 2049, .external_lex_state = 12}, - [283] = {.lex_state = 2049, .external_lex_state = 12}, - [284] = {.lex_state = 2049, .external_lex_state = 12}, - [285] = {.lex_state = 2049, .external_lex_state = 12}, - [286] = {.lex_state = 2049, .external_lex_state = 5}, - [287] = {.lex_state = 2049, .external_lex_state = 12}, - [288] = {.lex_state = 2049, .external_lex_state = 9}, - [289] = {.lex_state = 2049, .external_lex_state = 13}, - [290] = {.lex_state = 2049, .external_lex_state = 13}, - [291] = {.lex_state = 2049, .external_lex_state = 9}, - [292] = {.lex_state = 2049, .external_lex_state = 13}, - [293] = {.lex_state = 2049, .external_lex_state = 12}, - [294] = {.lex_state = 2049, .external_lex_state = 12}, - [295] = {.lex_state = 2049, .external_lex_state = 12}, - [296] = {.lex_state = 2049, .external_lex_state = 6}, - [297] = {.lex_state = 2049, .external_lex_state = 5}, - [298] = {.lex_state = 2049, .external_lex_state = 5}, - [299] = {.lex_state = 2049, .external_lex_state = 5}, - [300] = {.lex_state = 2049, .external_lex_state = 5}, - [301] = {.lex_state = 2049, .external_lex_state = 5}, - [302] = {.lex_state = 2049, .external_lex_state = 5}, - [303] = {.lex_state = 2049, .external_lex_state = 5}, - [304] = {.lex_state = 2049, .external_lex_state = 5}, - [305] = {.lex_state = 2049, .external_lex_state = 5}, - [306] = {.lex_state = 2049, .external_lex_state = 5}, - [307] = {.lex_state = 2049, .external_lex_state = 9}, - [308] = {.lex_state = 2049, .external_lex_state = 9}, - [309] = {.lex_state = 2049, .external_lex_state = 13}, - [310] = {.lex_state = 2049, .external_lex_state = 5}, - [311] = {.lex_state = 2049, .external_lex_state = 5}, - [312] = {.lex_state = 2049, .external_lex_state = 5}, - [313] = {.lex_state = 2049, .external_lex_state = 5}, - [314] = {.lex_state = 2049, .external_lex_state = 5}, - [315] = {.lex_state = 2049, .external_lex_state = 5}, - [316] = {.lex_state = 2049, .external_lex_state = 9}, - [317] = {.lex_state = 2049, .external_lex_state = 6}, - [318] = {.lex_state = 2049, .external_lex_state = 6}, - [319] = {.lex_state = 2049, .external_lex_state = 5}, - [320] = {.lex_state = 2049, .external_lex_state = 6}, - [321] = {.lex_state = 2049, .external_lex_state = 6}, - [322] = {.lex_state = 2049, .external_lex_state = 6}, - [323] = {.lex_state = 2049, .external_lex_state = 6}, - [324] = {.lex_state = 2049, .external_lex_state = 6}, - [325] = {.lex_state = 2049, .external_lex_state = 6}, - [326] = {.lex_state = 2049, .external_lex_state = 6}, - [327] = {.lex_state = 2049, .external_lex_state = 6}, - [328] = {.lex_state = 2049, .external_lex_state = 6}, - [329] = {.lex_state = 2049, .external_lex_state = 6}, - [330] = {.lex_state = 2049, .external_lex_state = 5}, - [331] = {.lex_state = 2049, .external_lex_state = 5}, - [332] = {.lex_state = 2049, .external_lex_state = 5}, - [333] = {.lex_state = 2049, .external_lex_state = 12}, - [334] = {.lex_state = 2049, .external_lex_state = 12}, - [335] = {.lex_state = 2049, .external_lex_state = 6}, - [336] = {.lex_state = 2049, .external_lex_state = 5}, - [337] = {.lex_state = 2049, .external_lex_state = 6}, - [338] = {.lex_state = 2049, .external_lex_state = 6}, - [339] = {.lex_state = 2049, .external_lex_state = 6}, - [340] = {.lex_state = 2049, .external_lex_state = 9}, - [341] = {.lex_state = 2049, .external_lex_state = 6}, - [342] = {.lex_state = 2049, .external_lex_state = 12}, - [343] = {.lex_state = 2049, .external_lex_state = 6}, - [344] = {.lex_state = 2049, .external_lex_state = 6}, - [345] = {.lex_state = 2049, .external_lex_state = 5}, - [346] = {.lex_state = 2049, .external_lex_state = 12}, - [347] = {.lex_state = 2049, .external_lex_state = 13}, - [348] = {.lex_state = 2049, .external_lex_state = 12}, - [349] = {.lex_state = 2049, .external_lex_state = 6}, - [350] = {.lex_state = 2049, .external_lex_state = 12}, - [351] = {.lex_state = 2049, .external_lex_state = 6}, - [352] = {.lex_state = 2049, .external_lex_state = 6}, - [353] = {.lex_state = 2049, .external_lex_state = 12}, - [354] = {.lex_state = 2049, .external_lex_state = 12}, - [355] = {.lex_state = 2049, .external_lex_state = 12}, - [356] = {.lex_state = 2049, .external_lex_state = 12}, - [357] = {.lex_state = 2049, .external_lex_state = 12}, - [358] = {.lex_state = 2049, .external_lex_state = 2}, - [359] = {.lex_state = 2049, .external_lex_state = 7}, - [360] = {.lex_state = 2049, .external_lex_state = 14}, - [361] = {.lex_state = 2049, .external_lex_state = 14}, - [362] = {.lex_state = 2049, .external_lex_state = 14}, - [363] = {.lex_state = 2049, .external_lex_state = 14}, - [364] = {.lex_state = 2049, .external_lex_state = 14}, - [365] = {.lex_state = 2049, .external_lex_state = 14}, - [366] = {.lex_state = 2049, .external_lex_state = 2}, - [367] = {.lex_state = 2049, .external_lex_state = 2}, - [368] = {.lex_state = 2049, .external_lex_state = 2}, - [369] = {.lex_state = 2049, .external_lex_state = 2}, - [370] = {.lex_state = 2049, .external_lex_state = 2}, - [371] = {.lex_state = 2049, .external_lex_state = 2}, - [372] = {.lex_state = 2049, .external_lex_state = 14}, - [373] = {.lex_state = 2049, .external_lex_state = 2}, - [374] = {.lex_state = 2049, .external_lex_state = 2}, - [375] = {.lex_state = 2049, .external_lex_state = 2}, - [376] = {.lex_state = 2049, .external_lex_state = 14}, - [377] = {.lex_state = 2049, .external_lex_state = 2}, - [378] = {.lex_state = 2049, .external_lex_state = 2}, - [379] = {.lex_state = 2049, .external_lex_state = 2}, - [380] = {.lex_state = 2049, .external_lex_state = 2}, - [381] = {.lex_state = 2049, .external_lex_state = 2}, - [382] = {.lex_state = 2049, .external_lex_state = 15}, - [383] = {.lex_state = 2049, .external_lex_state = 2}, - [384] = {.lex_state = 2049, .external_lex_state = 2}, - [385] = {.lex_state = 2049, .external_lex_state = 2}, - [386] = {.lex_state = 2049, .external_lex_state = 7}, - [387] = {.lex_state = 2049, .external_lex_state = 2}, - [388] = {.lex_state = 2049, .external_lex_state = 2}, - [389] = {.lex_state = 2049, .external_lex_state = 2}, - [390] = {.lex_state = 2049, .external_lex_state = 2}, - [391] = {.lex_state = 2049, .external_lex_state = 2}, - [392] = {.lex_state = 2049, .external_lex_state = 2}, - [393] = {.lex_state = 2049, .external_lex_state = 2}, - [394] = {.lex_state = 2049, .external_lex_state = 2}, - [395] = {.lex_state = 2049, .external_lex_state = 2}, - [396] = {.lex_state = 2049, .external_lex_state = 2}, - [397] = {.lex_state = 2049, .external_lex_state = 2}, - [398] = {.lex_state = 2049, .external_lex_state = 2}, - [399] = {.lex_state = 2049, .external_lex_state = 2}, - [400] = {.lex_state = 2049, .external_lex_state = 2}, - [401] = {.lex_state = 2049, .external_lex_state = 2}, - [402] = {.lex_state = 2049, .external_lex_state = 2}, - [403] = {.lex_state = 2049, .external_lex_state = 2}, - [404] = {.lex_state = 2049, .external_lex_state = 2}, - [405] = {.lex_state = 2049, .external_lex_state = 2}, - [406] = {.lex_state = 2049, .external_lex_state = 2}, - [407] = {.lex_state = 2049, .external_lex_state = 2}, - [408] = {.lex_state = 2049, .external_lex_state = 2}, - [409] = {.lex_state = 2049, .external_lex_state = 2}, - [410] = {.lex_state = 2049, .external_lex_state = 14}, - [411] = {.lex_state = 2049, .external_lex_state = 14}, - [412] = {.lex_state = 2049, .external_lex_state = 14}, - [413] = {.lex_state = 2049, .external_lex_state = 14}, - [414] = {.lex_state = 2049, .external_lex_state = 14}, - [415] = {.lex_state = 2049, .external_lex_state = 14}, - [416] = {.lex_state = 2049, .external_lex_state = 7}, - [417] = {.lex_state = 2049, .external_lex_state = 7}, - [418] = {.lex_state = 1, .external_lex_state = 10}, - [419] = {.lex_state = 1, .external_lex_state = 10}, - [420] = {.lex_state = 1, .external_lex_state = 10}, - [421] = {.lex_state = 2049, .external_lex_state = 7}, - [422] = {.lex_state = 2049, .external_lex_state = 7}, - [423] = {.lex_state = 2049, .external_lex_state = 7}, - [424] = {.lex_state = 2049, .external_lex_state = 7}, - [425] = {.lex_state = 2049, .external_lex_state = 7}, - [426] = {.lex_state = 2049, .external_lex_state = 7}, - [427] = {.lex_state = 2049, .external_lex_state = 7}, - [428] = {.lex_state = 2049, .external_lex_state = 7}, - [429] = {.lex_state = 2049, .external_lex_state = 7}, - [430] = {.lex_state = 2049, .external_lex_state = 7}, - [431] = {.lex_state = 2049, .external_lex_state = 7}, - [432] = {.lex_state = 2049, .external_lex_state = 7}, - [433] = {.lex_state = 2049, .external_lex_state = 2}, - [434] = {.lex_state = 2049, .external_lex_state = 7}, - [435] = {.lex_state = 2049, .external_lex_state = 2}, - [436] = {.lex_state = 2049, .external_lex_state = 7}, - [437] = {.lex_state = 2049, .external_lex_state = 14}, - [438] = {.lex_state = 2049, .external_lex_state = 7}, - [439] = {.lex_state = 2049, .external_lex_state = 14}, - [440] = {.lex_state = 2049, .external_lex_state = 2}, - [441] = {.lex_state = 2049, .external_lex_state = 7}, - [442] = {.lex_state = 2049, .external_lex_state = 2}, - [443] = {.lex_state = 2049, .external_lex_state = 2}, - [444] = {.lex_state = 2049, .external_lex_state = 14}, - [445] = {.lex_state = 2049, .external_lex_state = 2}, - [446] = {.lex_state = 2049, .external_lex_state = 2}, - [447] = {.lex_state = 2049, .external_lex_state = 2}, - [448] = {.lex_state = 2049, .external_lex_state = 2}, - [449] = {.lex_state = 2049, .external_lex_state = 2}, - [450] = {.lex_state = 2049, .external_lex_state = 2}, - [451] = {.lex_state = 2049, .external_lex_state = 2}, - [452] = {.lex_state = 2049, .external_lex_state = 2}, - [453] = {.lex_state = 2049, .external_lex_state = 7}, - [454] = {.lex_state = 2049, .external_lex_state = 7}, + [231] = {.lex_state = 2048, .external_lex_state = 3}, + [232] = {.lex_state = 2048, .external_lex_state = 6}, + [233] = {.lex_state = 2048, .external_lex_state = 6}, + [234] = {.lex_state = 2048, .external_lex_state = 6}, + [235] = {.lex_state = 2048, .external_lex_state = 6}, + [236] = {.lex_state = 2048, .external_lex_state = 6}, + [237] = {.lex_state = 2048, .external_lex_state = 6}, + [238] = {.lex_state = 2048, .external_lex_state = 6}, + [239] = {.lex_state = 2048, .external_lex_state = 6}, + [240] = {.lex_state = 2048, .external_lex_state = 6}, + [241] = {.lex_state = 2048, .external_lex_state = 6}, + [242] = {.lex_state = 2048, .external_lex_state = 6}, + [243] = {.lex_state = 2048, .external_lex_state = 6}, + [244] = {.lex_state = 2048, .external_lex_state = 6}, + [245] = {.lex_state = 2048, .external_lex_state = 6}, + [246] = {.lex_state = 2048, .external_lex_state = 6}, + [247] = {.lex_state = 2048, .external_lex_state = 6}, + [248] = {.lex_state = 2048, .external_lex_state = 6}, + [249] = {.lex_state = 2048, .external_lex_state = 6}, + [250] = {.lex_state = 2048, .external_lex_state = 6}, + [251] = {.lex_state = 2048, .external_lex_state = 6}, + [252] = {.lex_state = 2048, .external_lex_state = 6}, + [253] = {.lex_state = 2048, .external_lex_state = 6}, + [254] = {.lex_state = 2048, .external_lex_state = 6}, + [255] = {.lex_state = 2048, .external_lex_state = 6}, + [256] = {.lex_state = 2048, .external_lex_state = 6}, + [257] = {.lex_state = 2048, .external_lex_state = 6}, + [258] = {.lex_state = 2048, .external_lex_state = 6}, + [259] = {.lex_state = 2048, .external_lex_state = 6}, + [260] = {.lex_state = 2048, .external_lex_state = 6}, + [261] = {.lex_state = 2048, .external_lex_state = 6}, + [262] = {.lex_state = 2048, .external_lex_state = 6}, + [263] = {.lex_state = 2048, .external_lex_state = 6}, + [264] = {.lex_state = 2048, .external_lex_state = 6}, + [265] = {.lex_state = 2048, .external_lex_state = 6}, + [266] = {.lex_state = 2048, .external_lex_state = 6}, + [267] = {.lex_state = 2048, .external_lex_state = 6}, + [268] = {.lex_state = 2048, .external_lex_state = 6}, + [269] = {.lex_state = 2048, .external_lex_state = 6}, + [270] = {.lex_state = 2048, .external_lex_state = 6}, + [271] = {.lex_state = 2048, .external_lex_state = 6}, + [272] = {.lex_state = 2048, .external_lex_state = 6}, + [273] = {.lex_state = 2048, .external_lex_state = 12}, + [274] = {.lex_state = 2048, .external_lex_state = 6}, + [275] = {.lex_state = 2048, .external_lex_state = 12}, + [276] = {.lex_state = 2048, .external_lex_state = 6}, + [277] = {.lex_state = 2048, .external_lex_state = 12}, + [278] = {.lex_state = 2048, .external_lex_state = 12}, + [279] = {.lex_state = 2048, .external_lex_state = 12}, + [280] = {.lex_state = 2048, .external_lex_state = 6}, + [281] = {.lex_state = 2048, .external_lex_state = 12}, + [282] = {.lex_state = 2048, .external_lex_state = 12}, + [283] = {.lex_state = 2048, .external_lex_state = 12}, + [284] = {.lex_state = 2048, .external_lex_state = 5}, + [285] = {.lex_state = 2048, .external_lex_state = 12}, + [286] = {.lex_state = 2048, .external_lex_state = 9}, + [287] = {.lex_state = 2048, .external_lex_state = 13}, + [288] = {.lex_state = 2048, .external_lex_state = 13}, + [289] = {.lex_state = 2048, .external_lex_state = 9}, + [290] = {.lex_state = 2048, .external_lex_state = 13}, + [291] = {.lex_state = 2048, .external_lex_state = 12}, + [292] = {.lex_state = 2048, .external_lex_state = 5}, + [293] = {.lex_state = 2048, .external_lex_state = 5}, + [294] = {.lex_state = 2048, .external_lex_state = 12}, + [295] = {.lex_state = 2048, .external_lex_state = 5}, + [296] = {.lex_state = 2048, .external_lex_state = 6}, + [297] = {.lex_state = 2048, .external_lex_state = 5}, + [298] = {.lex_state = 2048, .external_lex_state = 5}, + [299] = {.lex_state = 2048, .external_lex_state = 5}, + [300] = {.lex_state = 2048, .external_lex_state = 6}, + [301] = {.lex_state = 2048, .external_lex_state = 5}, + [302] = {.lex_state = 2048, .external_lex_state = 5}, + [303] = {.lex_state = 2048, .external_lex_state = 5}, + [304] = {.lex_state = 2048, .external_lex_state = 5}, + [305] = {.lex_state = 2048, .external_lex_state = 9}, + [306] = {.lex_state = 2048, .external_lex_state = 9}, + [307] = {.lex_state = 2048, .external_lex_state = 13}, + [308] = {.lex_state = 2048, .external_lex_state = 5}, + [309] = {.lex_state = 2048, .external_lex_state = 5}, + [310] = {.lex_state = 2048, .external_lex_state = 5}, + [311] = {.lex_state = 2048, .external_lex_state = 5}, + [312] = {.lex_state = 2048, .external_lex_state = 5}, + [313] = {.lex_state = 2048, .external_lex_state = 5}, + [314] = {.lex_state = 2048, .external_lex_state = 9}, + [315] = {.lex_state = 2048, .external_lex_state = 6}, + [316] = {.lex_state = 2048, .external_lex_state = 6}, + [317] = {.lex_state = 2048, .external_lex_state = 5}, + [318] = {.lex_state = 2048, .external_lex_state = 5}, + [319] = {.lex_state = 2048, .external_lex_state = 6}, + [320] = {.lex_state = 2048, .external_lex_state = 6}, + [321] = {.lex_state = 2048, .external_lex_state = 6}, + [322] = {.lex_state = 2048, .external_lex_state = 6}, + [323] = {.lex_state = 2048, .external_lex_state = 6}, + [324] = {.lex_state = 2048, .external_lex_state = 6}, + [325] = {.lex_state = 2048, .external_lex_state = 6}, + [326] = {.lex_state = 2048, .external_lex_state = 6}, + [327] = {.lex_state = 2048, .external_lex_state = 5}, + [328] = {.lex_state = 2048, .external_lex_state = 5}, + [329] = {.lex_state = 2048, .external_lex_state = 5}, + [330] = {.lex_state = 2048, .external_lex_state = 6}, + [331] = {.lex_state = 2048, .external_lex_state = 12}, + [332] = {.lex_state = 2048, .external_lex_state = 6}, + [333] = {.lex_state = 2048, .external_lex_state = 9}, + [334] = {.lex_state = 2048, .external_lex_state = 6}, + [335] = {.lex_state = 2048, .external_lex_state = 6}, + [336] = {.lex_state = 2048, .external_lex_state = 6}, + [337] = {.lex_state = 2048, .external_lex_state = 13}, + [338] = {.lex_state = 2048, .external_lex_state = 6}, + [339] = {.lex_state = 2048, .external_lex_state = 6}, + [340] = {.lex_state = 2048, .external_lex_state = 6}, + [341] = {.lex_state = 2048, .external_lex_state = 12}, + [342] = {.lex_state = 2048, .external_lex_state = 12}, + [343] = {.lex_state = 2048, .external_lex_state = 6}, + [344] = {.lex_state = 2048, .external_lex_state = 12}, + [345] = {.lex_state = 2048, .external_lex_state = 12}, + [346] = {.lex_state = 2048, .external_lex_state = 12}, + [347] = {.lex_state = 2048, .external_lex_state = 12}, + [348] = {.lex_state = 2048, .external_lex_state = 12}, + [349] = {.lex_state = 2048, .external_lex_state = 6}, + [350] = {.lex_state = 2048, .external_lex_state = 6}, + [351] = {.lex_state = 2048, .external_lex_state = 12}, + [352] = {.lex_state = 2048, .external_lex_state = 6}, + [353] = {.lex_state = 2048, .external_lex_state = 12}, + [354] = {.lex_state = 2048, .external_lex_state = 12}, + [355] = {.lex_state = 2048, .external_lex_state = 12}, + [356] = {.lex_state = 2048, .external_lex_state = 6}, + [357] = {.lex_state = 2048, .external_lex_state = 5}, + [358] = {.lex_state = 2048, .external_lex_state = 2}, + [359] = {.lex_state = 2048, .external_lex_state = 2}, + [360] = {.lex_state = 2048, .external_lex_state = 2}, + [361] = {.lex_state = 2048, .external_lex_state = 2}, + [362] = {.lex_state = 2048, .external_lex_state = 14}, + [363] = {.lex_state = 2048, .external_lex_state = 2}, + [364] = {.lex_state = 2048, .external_lex_state = 2}, + [365] = {.lex_state = 2048, .external_lex_state = 14}, + [366] = {.lex_state = 2048, .external_lex_state = 14}, + [367] = {.lex_state = 2048, .external_lex_state = 2}, + [368] = {.lex_state = 2048, .external_lex_state = 2}, + [369] = {.lex_state = 2048, .external_lex_state = 2}, + [370] = {.lex_state = 2048, .external_lex_state = 2}, + [371] = {.lex_state = 2048, .external_lex_state = 2}, + [372] = {.lex_state = 2048, .external_lex_state = 2}, + [373] = {.lex_state = 2048, .external_lex_state = 2}, + [374] = {.lex_state = 2048, .external_lex_state = 2}, + [375] = {.lex_state = 2048, .external_lex_state = 14}, + [376] = {.lex_state = 2048, .external_lex_state = 2}, + [377] = {.lex_state = 2048, .external_lex_state = 2}, + [378] = {.lex_state = 2048, .external_lex_state = 2}, + [379] = {.lex_state = 2048, .external_lex_state = 2}, + [380] = {.lex_state = 2048, .external_lex_state = 2}, + [381] = {.lex_state = 2048, .external_lex_state = 2}, + [382] = {.lex_state = 2048, .external_lex_state = 2}, + [383] = {.lex_state = 2048, .external_lex_state = 2}, + [384] = {.lex_state = 2048, .external_lex_state = 2}, + [385] = {.lex_state = 2048, .external_lex_state = 2}, + [386] = {.lex_state = 2048, .external_lex_state = 2}, + [387] = {.lex_state = 2048, .external_lex_state = 2}, + [388] = {.lex_state = 2048, .external_lex_state = 2}, + [389] = {.lex_state = 2048, .external_lex_state = 2}, + [390] = {.lex_state = 2048, .external_lex_state = 15}, + [391] = {.lex_state = 2048, .external_lex_state = 14}, + [392] = {.lex_state = 2048, .external_lex_state = 14}, + [393] = {.lex_state = 2048, .external_lex_state = 14}, + [394] = {.lex_state = 2048, .external_lex_state = 14}, + [395] = {.lex_state = 2048, .external_lex_state = 14}, + [396] = {.lex_state = 2048, .external_lex_state = 14}, + [397] = {.lex_state = 2048, .external_lex_state = 7}, + [398] = {.lex_state = 2048, .external_lex_state = 7}, + [399] = {.lex_state = 1, .external_lex_state = 10}, + [400] = {.lex_state = 2048, .external_lex_state = 2}, + [401] = {.lex_state = 2048, .external_lex_state = 2}, + [402] = {.lex_state = 2048, .external_lex_state = 2}, + [403] = {.lex_state = 2048, .external_lex_state = 2}, + [404] = {.lex_state = 2048, .external_lex_state = 7}, + [405] = {.lex_state = 2048, .external_lex_state = 2}, + [406] = {.lex_state = 2048, .external_lex_state = 2}, + [407] = {.lex_state = 2048, .external_lex_state = 2}, + [408] = {.lex_state = 1, .external_lex_state = 10}, + [409] = {.lex_state = 2048, .external_lex_state = 2}, + [410] = {.lex_state = 2048, .external_lex_state = 7}, + [411] = {.lex_state = 2048, .external_lex_state = 7}, + [412] = {.lex_state = 2048, .external_lex_state = 7}, + [413] = {.lex_state = 2048, .external_lex_state = 7}, + [414] = {.lex_state = 2048, .external_lex_state = 7}, + [415] = {.lex_state = 2048, .external_lex_state = 7}, + [416] = {.lex_state = 2048, .external_lex_state = 7}, + [417] = {.lex_state = 2048, .external_lex_state = 7}, + [418] = {.lex_state = 2048, .external_lex_state = 7}, + [419] = {.lex_state = 2048, .external_lex_state = 7}, + [420] = {.lex_state = 2048, .external_lex_state = 2}, + [421] = {.lex_state = 2048, .external_lex_state = 7}, + [422] = {.lex_state = 2048, .external_lex_state = 2}, + [423] = {.lex_state = 2048, .external_lex_state = 7}, + [424] = {.lex_state = 2048, .external_lex_state = 2}, + [425] = {.lex_state = 2048, .external_lex_state = 7}, + [426] = {.lex_state = 2048, .external_lex_state = 2}, + [427] = {.lex_state = 2048, .external_lex_state = 7}, + [428] = {.lex_state = 2048, .external_lex_state = 2}, + [429] = {.lex_state = 2048, .external_lex_state = 2}, + [430] = {.lex_state = 2048, .external_lex_state = 7}, + [431] = {.lex_state = 2048, .external_lex_state = 2}, + [432] = {.lex_state = 2048, .external_lex_state = 10}, + [433] = {.lex_state = 2048, .external_lex_state = 2}, + [434] = {.lex_state = 2048, .external_lex_state = 7}, + [435] = {.lex_state = 2048, .external_lex_state = 7}, + [436] = {.lex_state = 2048, .external_lex_state = 7}, + [437] = {.lex_state = 2048, .external_lex_state = 7}, + [438] = {.lex_state = 2048, .external_lex_state = 7}, + [439] = {.lex_state = 2048, .external_lex_state = 7}, + [440] = {.lex_state = 2048, .external_lex_state = 7}, + [441] = {.lex_state = 2048, .external_lex_state = 7}, + [442] = {.lex_state = 2048, .external_lex_state = 2}, + [443] = {.lex_state = 2048, .external_lex_state = 2}, + [444] = {.lex_state = 2048, .external_lex_state = 2}, + [445] = {.lex_state = 2048, .external_lex_state = 2}, + [446] = {.lex_state = 2048, .external_lex_state = 7}, + [447] = {.lex_state = 1, .external_lex_state = 10}, + [448] = {.lex_state = 2048, .external_lex_state = 2}, + [449] = {.lex_state = 2048, .external_lex_state = 2}, + [450] = {.lex_state = 1, .external_lex_state = 10}, + [451] = {.lex_state = 1, .external_lex_state = 10}, + [452] = {.lex_state = 1, .external_lex_state = 10}, + [453] = {.lex_state = 1, .external_lex_state = 10}, + [454] = {.lex_state = 2048, .external_lex_state = 2}, [455] = {.lex_state = 1, .external_lex_state = 10}, - [456] = {.lex_state = 1, .external_lex_state = 10}, - [457] = {.lex_state = 1, .external_lex_state = 10}, - [458] = {.lex_state = 1, .external_lex_state = 10}, - [459] = {.lex_state = 2049, .external_lex_state = 7}, - [460] = {.lex_state = 2049, .external_lex_state = 7}, - [461] = {.lex_state = 2049, .external_lex_state = 7}, - [462] = {.lex_state = 2049, .external_lex_state = 7}, - [463] = {.lex_state = 2049, .external_lex_state = 7}, - [464] = {.lex_state = 2049, .external_lex_state = 7}, - [465] = {.lex_state = 2049, .external_lex_state = 2}, - [466] = {.lex_state = 2049, .external_lex_state = 10}, - [467] = {.lex_state = 2049, .external_lex_state = 2}, - [468] = {.lex_state = 2049, .external_lex_state = 7}, - [469] = {.lex_state = 2049, .external_lex_state = 2}, - [470] = {.lex_state = 2049, .external_lex_state = 2}, - [471] = {.lex_state = 2049, .external_lex_state = 2}, - [472] = {.lex_state = 2049, .external_lex_state = 14}, - [473] = {.lex_state = 2049, .external_lex_state = 7}, + [456] = {.lex_state = 2048, .external_lex_state = 7}, + [457] = {.lex_state = 2048, .external_lex_state = 2}, + [458] = {.lex_state = 2048, .external_lex_state = 7}, + [459] = {.lex_state = 2048, .external_lex_state = 2}, + [460] = {.lex_state = 2048, .external_lex_state = 7}, + [461] = {.lex_state = 2048, .external_lex_state = 2}, + [462] = {.lex_state = 2048, .external_lex_state = 7}, + [463] = {.lex_state = 2048, .external_lex_state = 10}, + [464] = {.lex_state = 2048, .external_lex_state = 2}, + [465] = {.lex_state = 2048, .external_lex_state = 7}, + [466] = {.lex_state = 2048, .external_lex_state = 7}, + [467] = {.lex_state = 2048, .external_lex_state = 2}, + [468] = {.lex_state = 2048, .external_lex_state = 7}, + [469] = {.lex_state = 2048, .external_lex_state = 7}, + [470] = {.lex_state = 2048, .external_lex_state = 7}, + [471] = {.lex_state = 1, .external_lex_state = 10}, + [472] = {.lex_state = 1, .external_lex_state = 10}, + [473] = {.lex_state = 1, .external_lex_state = 10}, [474] = {.lex_state = 1, .external_lex_state = 10}, - [475] = {.lex_state = 1, .external_lex_state = 10}, - [476] = {.lex_state = 1, .external_lex_state = 10}, - [477] = {.lex_state = 1, .external_lex_state = 10}, - [478] = {.lex_state = 2049, .external_lex_state = 7}, - [479] = {.lex_state = 2049, .external_lex_state = 2}, - [480] = {.lex_state = 2049, .external_lex_state = 7}, - [481] = {.lex_state = 2049, .external_lex_state = 7}, - [482] = {.lex_state = 2049, .external_lex_state = 2}, - [483] = {.lex_state = 2049, .external_lex_state = 7}, - [484] = {.lex_state = 2049, .external_lex_state = 7}, - [485] = {.lex_state = 2049, .external_lex_state = 10}, - [486] = {.lex_state = 2049, .external_lex_state = 2}, - [487] = {.lex_state = 2049, .external_lex_state = 7}, - [488] = {.lex_state = 2049, .external_lex_state = 7}, - [489] = {.lex_state = 2049, .external_lex_state = 7}, - [490] = {.lex_state = 2049, .external_lex_state = 2}, - [491] = {.lex_state = 2049, .external_lex_state = 10}, - [492] = {.lex_state = 2049, .external_lex_state = 2}, + [475] = {.lex_state = 2048, .external_lex_state = 7}, + [476] = {.lex_state = 2048, .external_lex_state = 7}, + [477] = {.lex_state = 2048, .external_lex_state = 2}, + [478] = {.lex_state = 2048, .external_lex_state = 7}, + [479] = {.lex_state = 2048, .external_lex_state = 2}, + [480] = {.lex_state = 2048, .external_lex_state = 7}, + [481] = {.lex_state = 2048, .external_lex_state = 10}, + [482] = {.lex_state = 2048, .external_lex_state = 2}, + [483] = {.lex_state = 2048, .external_lex_state = 2}, + [484] = {.lex_state = 2048, .external_lex_state = 7}, + [485] = {.lex_state = 2048, .external_lex_state = 2}, + [486] = {.lex_state = 2048, .external_lex_state = 7}, + [487] = {.lex_state = 2048, .external_lex_state = 7}, + [488] = {.lex_state = 2048, .external_lex_state = 7}, + [489] = {.lex_state = 2048, .external_lex_state = 7}, + [490] = {.lex_state = 1, .external_lex_state = 10}, + [491] = {.lex_state = 1, .external_lex_state = 10}, + [492] = {.lex_state = 1, .external_lex_state = 10}, [493] = {.lex_state = 1, .external_lex_state = 10}, - [494] = {.lex_state = 1, .external_lex_state = 10}, - [495] = {.lex_state = 1, .external_lex_state = 10}, + [494] = {.lex_state = 2048, .external_lex_state = 2}, + [495] = {.lex_state = 2048, .external_lex_state = 7}, [496] = {.lex_state = 1, .external_lex_state = 10}, - [497] = {.lex_state = 2049, .external_lex_state = 7}, - [498] = {.lex_state = 2049, .external_lex_state = 7}, + [497] = {.lex_state = 1, .external_lex_state = 10}, + [498] = {.lex_state = 1, .external_lex_state = 10}, [499] = {.lex_state = 1, .external_lex_state = 10}, - [500] = {.lex_state = 1, .external_lex_state = 10}, - [501] = {.lex_state = 1, .external_lex_state = 10}, + [500] = {.lex_state = 2048, .external_lex_state = 7}, + [501] = {.lex_state = 2048, .external_lex_state = 7}, [502] = {.lex_state = 1, .external_lex_state = 10}, - [503] = {.lex_state = 2049, .external_lex_state = 7}, + [503] = {.lex_state = 1, .external_lex_state = 10}, [504] = {.lex_state = 1, .external_lex_state = 10}, [505] = {.lex_state = 1, .external_lex_state = 10}, - [506] = {.lex_state = 1, .external_lex_state = 10}, - [507] = {.lex_state = 1, .external_lex_state = 10}, - [508] = {.lex_state = 2049, .external_lex_state = 2}, - [509] = {.lex_state = 2049, .external_lex_state = 7}, + [506] = {.lex_state = 2048, .external_lex_state = 7}, + [507] = {.lex_state = 2048, .external_lex_state = 7}, + [508] = {.lex_state = 1, .external_lex_state = 10}, + [509] = {.lex_state = 1, .external_lex_state = 10}, [510] = {.lex_state = 1, .external_lex_state = 10}, [511] = {.lex_state = 1, .external_lex_state = 10}, - [512] = {.lex_state = 1, .external_lex_state = 10}, - [513] = {.lex_state = 1, .external_lex_state = 10}, - [514] = {.lex_state = 2049, .external_lex_state = 7}, + [512] = {.lex_state = 2048, .external_lex_state = 7}, + [513] = {.lex_state = 2048, .external_lex_state = 7}, + [514] = {.lex_state = 1, .external_lex_state = 10}, [515] = {.lex_state = 1, .external_lex_state = 10}, [516] = {.lex_state = 1, .external_lex_state = 10}, [517] = {.lex_state = 1, .external_lex_state = 10}, - [518] = {.lex_state = 1, .external_lex_state = 10}, - [519] = {.lex_state = 2049, .external_lex_state = 2}, - [520] = {.lex_state = 2049, .external_lex_state = 7}, + [518] = {.lex_state = 2048, .external_lex_state = 7}, + [519] = {.lex_state = 2048, .external_lex_state = 7}, + [520] = {.lex_state = 1, .external_lex_state = 10}, [521] = {.lex_state = 1, .external_lex_state = 10}, [522] = {.lex_state = 1, .external_lex_state = 10}, [523] = {.lex_state = 1, .external_lex_state = 10}, - [524] = {.lex_state = 1, .external_lex_state = 10}, - [525] = {.lex_state = 2049, .external_lex_state = 2}, - [526] = {.lex_state = 2049, .external_lex_state = 7}, + [524] = {.lex_state = 2048, .external_lex_state = 7}, + [525] = {.lex_state = 2048, .external_lex_state = 7}, + [526] = {.lex_state = 1, .external_lex_state = 10}, [527] = {.lex_state = 1, .external_lex_state = 10}, [528] = {.lex_state = 1, .external_lex_state = 10}, [529] = {.lex_state = 1, .external_lex_state = 10}, - [530] = {.lex_state = 1, .external_lex_state = 10}, - [531] = {.lex_state = 2049, .external_lex_state = 7}, + [530] = {.lex_state = 2048, .external_lex_state = 7}, + [531] = {.lex_state = 2048, .external_lex_state = 7}, [532] = {.lex_state = 1, .external_lex_state = 10}, [533] = {.lex_state = 1, .external_lex_state = 10}, [534] = {.lex_state = 1, .external_lex_state = 10}, [535] = {.lex_state = 1, .external_lex_state = 10}, - [536] = {.lex_state = 2049, .external_lex_state = 7}, - [537] = {.lex_state = 2049, .external_lex_state = 7}, + [536] = {.lex_state = 2048, .external_lex_state = 7}, + [537] = {.lex_state = 2048, .external_lex_state = 7}, [538] = {.lex_state = 1, .external_lex_state = 10}, [539] = {.lex_state = 1, .external_lex_state = 10}, [540] = {.lex_state = 1, .external_lex_state = 10}, [541] = {.lex_state = 1, .external_lex_state = 10}, - [542] = {.lex_state = 2049, .external_lex_state = 2}, - [543] = {.lex_state = 2049, .external_lex_state = 7}, + [542] = {.lex_state = 2048, .external_lex_state = 7}, + [543] = {.lex_state = 2048, .external_lex_state = 7}, [544] = {.lex_state = 1, .external_lex_state = 10}, [545] = {.lex_state = 1, .external_lex_state = 10}, [546] = {.lex_state = 1, .external_lex_state = 10}, [547] = {.lex_state = 1, .external_lex_state = 10}, - [548] = {.lex_state = 2049, .external_lex_state = 7}, - [549] = {.lex_state = 2049, .external_lex_state = 7}, + [548] = {.lex_state = 2048, .external_lex_state = 7}, + [549] = {.lex_state = 2048, .external_lex_state = 7}, [550] = {.lex_state = 1, .external_lex_state = 10}, [551] = {.lex_state = 1, .external_lex_state = 10}, [552] = {.lex_state = 1, .external_lex_state = 10}, [553] = {.lex_state = 1, .external_lex_state = 10}, - [554] = {.lex_state = 2049, .external_lex_state = 7}, - [555] = {.lex_state = 2049, .external_lex_state = 7}, + [554] = {.lex_state = 2048, .external_lex_state = 7}, + [555] = {.lex_state = 2048, .external_lex_state = 7}, [556] = {.lex_state = 1, .external_lex_state = 10}, [557] = {.lex_state = 1, .external_lex_state = 10}, [558] = {.lex_state = 1, .external_lex_state = 10}, [559] = {.lex_state = 1, .external_lex_state = 10}, - [560] = {.lex_state = 2049, .external_lex_state = 7}, - [561] = {.lex_state = 2049, .external_lex_state = 7}, + [560] = {.lex_state = 2048, .external_lex_state = 7}, + [561] = {.lex_state = 2048, .external_lex_state = 7}, [562] = {.lex_state = 1, .external_lex_state = 10}, [563] = {.lex_state = 1, .external_lex_state = 10}, [564] = {.lex_state = 1, .external_lex_state = 10}, [565] = {.lex_state = 1, .external_lex_state = 10}, - [566] = {.lex_state = 2049, .external_lex_state = 7}, - [567] = {.lex_state = 2049, .external_lex_state = 7}, - [568] = {.lex_state = 2049, .external_lex_state = 7}, - [569] = {.lex_state = 2049, .external_lex_state = 7}, - [570] = {.lex_state = 2049, .external_lex_state = 7}, - [571] = {.lex_state = 2049, .external_lex_state = 7}, - [572] = {.lex_state = 2049, .external_lex_state = 7}, - [573] = {.lex_state = 2049, .external_lex_state = 7}, - [574] = {.lex_state = 2049, .external_lex_state = 7}, - [575] = {.lex_state = 2049, .external_lex_state = 7}, - [576] = {.lex_state = 2049, .external_lex_state = 7}, - [577] = {.lex_state = 2049, .external_lex_state = 7}, - [578] = {.lex_state = 2049, .external_lex_state = 7}, - [579] = {.lex_state = 2049, .external_lex_state = 7}, - [580] = {.lex_state = 2049, .external_lex_state = 15}, - [581] = {.lex_state = 2049, .external_lex_state = 15}, - [582] = {.lex_state = 1, .external_lex_state = 10}, - [583] = {.lex_state = 2049, .external_lex_state = 10}, - [584] = {.lex_state = 2049, .external_lex_state = 16}, - [585] = {.lex_state = 2049, .external_lex_state = 17}, - [586] = {.lex_state = 2049, .external_lex_state = 17}, - [587] = {.lex_state = 2049, .external_lex_state = 9}, - [588] = {.lex_state = 2049, .external_lex_state = 16}, - [589] = {.lex_state = 2049, .external_lex_state = 17}, - [590] = {.lex_state = 2049, .external_lex_state = 10}, - [591] = {.lex_state = 2049, .external_lex_state = 9}, - [592] = {.lex_state = 2049, .external_lex_state = 16}, - [593] = {.lex_state = 2049, .external_lex_state = 17}, - [594] = {.lex_state = 2049, .external_lex_state = 16}, - [595] = {.lex_state = 2049, .external_lex_state = 16}, - [596] = {.lex_state = 2049, .external_lex_state = 10}, - [597] = {.lex_state = 2049, .external_lex_state = 16}, - [598] = {.lex_state = 2049, .external_lex_state = 10}, - [599] = {.lex_state = 2049, .external_lex_state = 17}, - [600] = {.lex_state = 2049, .external_lex_state = 10}, - [601] = {.lex_state = 2049, .external_lex_state = 10}, - [602] = {.lex_state = 2049, .external_lex_state = 10}, - [603] = {.lex_state = 2049, .external_lex_state = 10}, - [604] = {.lex_state = 2049, .external_lex_state = 10}, - [605] = {.lex_state = 2049, .external_lex_state = 10}, - [606] = {.lex_state = 2049, .external_lex_state = 10}, - [607] = {.lex_state = 2049, .external_lex_state = 10}, - [608] = {.lex_state = 2049, .external_lex_state = 10}, - [609] = {.lex_state = 2049, .external_lex_state = 10}, - [610] = {.lex_state = 2049, .external_lex_state = 10}, - [611] = {.lex_state = 2049, .external_lex_state = 10}, + [566] = {.lex_state = 2048, .external_lex_state = 14}, + [567] = {.lex_state = 2048, .external_lex_state = 14}, + [568] = {.lex_state = 2048, .external_lex_state = 14}, + [569] = {.lex_state = 2048, .external_lex_state = 14}, + [570] = {.lex_state = 2048, .external_lex_state = 14}, + [571] = {.lex_state = 2048, .external_lex_state = 14}, + [572] = {.lex_state = 2048, .external_lex_state = 14}, + [573] = {.lex_state = 2048, .external_lex_state = 2}, + [574] = {.lex_state = 2048, .external_lex_state = 2}, + [575] = {.lex_state = 2048, .external_lex_state = 2}, + [576] = {.lex_state = 2048, .external_lex_state = 2}, + [577] = {.lex_state = 2048, .external_lex_state = 14}, + [578] = {.lex_state = 2048, .external_lex_state = 2}, + [579] = {.lex_state = 2048, .external_lex_state = 2}, + [580] = {.lex_state = 2048, .external_lex_state = 15}, + [581] = {.lex_state = 2048, .external_lex_state = 15}, + [582] = {.lex_state = 2048, .external_lex_state = 7}, + [583] = {.lex_state = 2048, .external_lex_state = 10}, + [584] = {.lex_state = 2048, .external_lex_state = 10}, + [585] = {.lex_state = 2048, .external_lex_state = 16}, + [586] = {.lex_state = 2048, .external_lex_state = 16}, + [587] = {.lex_state = 2048, .external_lex_state = 17}, + [588] = {.lex_state = 2048, .external_lex_state = 16}, + [589] = {.lex_state = 2048, .external_lex_state = 17}, + [590] = {.lex_state = 2048, .external_lex_state = 9}, + [591] = {.lex_state = 2048, .external_lex_state = 9}, + [592] = {.lex_state = 2048, .external_lex_state = 10}, + [593] = {.lex_state = 2048, .external_lex_state = 17}, + [594] = {.lex_state = 2048, .external_lex_state = 17}, + [595] = {.lex_state = 2048, .external_lex_state = 17}, + [596] = {.lex_state = 2048, .external_lex_state = 17}, + [597] = {.lex_state = 2048, .external_lex_state = 16}, + [598] = {.lex_state = 2048, .external_lex_state = 10}, + [599] = {.lex_state = 2048, .external_lex_state = 10}, + [600] = {.lex_state = 2048, .external_lex_state = 10}, + [601] = {.lex_state = 2048, .external_lex_state = 10}, + [602] = {.lex_state = 2048, .external_lex_state = 10}, + [603] = {.lex_state = 2048, .external_lex_state = 10}, + [604] = {.lex_state = 2048, .external_lex_state = 10}, + [605] = {.lex_state = 2048, .external_lex_state = 10}, + [606] = {.lex_state = 2048, .external_lex_state = 10}, + [607] = {.lex_state = 2048, .external_lex_state = 10}, + [608] = {.lex_state = 2048, .external_lex_state = 10}, + [609] = {.lex_state = 2048, .external_lex_state = 10}, + [610] = {.lex_state = 2048, .external_lex_state = 10}, + [611] = {.lex_state = 2048, .external_lex_state = 16}, [612] = {.lex_state = 2, .external_lex_state = 18}, [613] = {.lex_state = 2, .external_lex_state = 18}, [614] = {.lex_state = 2, .external_lex_state = 18}, - [615] = {.lex_state = 2, .external_lex_state = 18}, - [616] = {.lex_state = 2, .external_lex_state = 10}, + [615] = {.lex_state = 2, .external_lex_state = 10}, + [616] = {.lex_state = 2, .external_lex_state = 18}, [617] = {.lex_state = 2, .external_lex_state = 18}, [618] = {.lex_state = 2, .external_lex_state = 18}, - [619] = {.lex_state = 2, .external_lex_state = 10}, - [620] = {.lex_state = 2, .external_lex_state = 10}, + [619] = {.lex_state = 2, .external_lex_state = 18}, + [620] = {.lex_state = 2, .external_lex_state = 18}, [621] = {.lex_state = 2, .external_lex_state = 18}, [622] = {.lex_state = 2, .external_lex_state = 18}, [623] = {.lex_state = 2, .external_lex_state = 18}, [624] = {.lex_state = 2, .external_lex_state = 18}, [625] = {.lex_state = 2, .external_lex_state = 18}, - [626] = {.lex_state = 2, .external_lex_state = 18}, - [627] = {.lex_state = 2049, .external_lex_state = 15}, - [628] = {.lex_state = 2049, .external_lex_state = 15}, + [626] = {.lex_state = 2048, .external_lex_state = 15}, + [627] = {.lex_state = 2048, .external_lex_state = 15}, + [628] = {.lex_state = 2, .external_lex_state = 18}, [629] = {.lex_state = 2, .external_lex_state = 18}, [630] = {.lex_state = 2, .external_lex_state = 18}, - [631] = {.lex_state = 2049, .external_lex_state = 18}, + [631] = {.lex_state = 2, .external_lex_state = 18}, [632] = {.lex_state = 2, .external_lex_state = 18}, [633] = {.lex_state = 2, .external_lex_state = 18}, [634] = {.lex_state = 2, .external_lex_state = 18}, [635] = {.lex_state = 2, .external_lex_state = 18}, [636] = {.lex_state = 2, .external_lex_state = 18}, [637] = {.lex_state = 2, .external_lex_state = 18}, - [638] = {.lex_state = 2049, .external_lex_state = 19}, + [638] = {.lex_state = 2, .external_lex_state = 10}, [639] = {.lex_state = 2, .external_lex_state = 18}, [640] = {.lex_state = 2, .external_lex_state = 18}, - [641] = {.lex_state = 2049, .external_lex_state = 18}, - [642] = {.lex_state = 2, .external_lex_state = 18}, + [641] = {.lex_state = 2048, .external_lex_state = 19}, + [642] = {.lex_state = 2048, .external_lex_state = 19}, [643] = {.lex_state = 2, .external_lex_state = 18}, - [644] = {.lex_state = 2, .external_lex_state = 18}, + [644] = {.lex_state = 2048, .external_lex_state = 19}, [645] = {.lex_state = 2, .external_lex_state = 18}, - [646] = {.lex_state = 2049, .external_lex_state = 19}, - [647] = {.lex_state = 2, .external_lex_state = 18}, - [648] = {.lex_state = 2, .external_lex_state = 18}, - [649] = {.lex_state = 2, .external_lex_state = 18}, + [646] = {.lex_state = 2, .external_lex_state = 18}, + [647] = {.lex_state = 2, .external_lex_state = 10}, + [648] = {.lex_state = 2048, .external_lex_state = 18}, + [649] = {.lex_state = 2048, .external_lex_state = 18}, [650] = {.lex_state = 2, .external_lex_state = 18}, [651] = {.lex_state = 2, .external_lex_state = 18}, - [652] = {.lex_state = 2049, .external_lex_state = 19}, + [652] = {.lex_state = 2, .external_lex_state = 18}, [653] = {.lex_state = 2, .external_lex_state = 18}, - [654] = {.lex_state = 3, .external_lex_state = 10}, - [655] = {.lex_state = 2049, .external_lex_state = 20}, - [656] = {.lex_state = 2049, .external_lex_state = 20}, - [657] = {.lex_state = 2049, .external_lex_state = 20}, - [658] = {.lex_state = 2049, .external_lex_state = 21}, - [659] = {.lex_state = 2049, .external_lex_state = 21}, - [660] = {.lex_state = 2049, .external_lex_state = 22}, - [661] = {.lex_state = 2049, .external_lex_state = 22}, - [662] = {.lex_state = 2049, .external_lex_state = 23}, - [663] = {.lex_state = 1, .external_lex_state = 10}, - [664] = {.lex_state = 1, .external_lex_state = 10}, - [665] = {.lex_state = 2049, .external_lex_state = 21}, - [666] = {.lex_state = 2049, .external_lex_state = 24}, + [654] = {.lex_state = 2048, .external_lex_state = 20}, + [655] = {.lex_state = 2048, .external_lex_state = 21}, + [656] = {.lex_state = 2048, .external_lex_state = 17}, + [657] = {.lex_state = 1, .external_lex_state = 10}, + [658] = {.lex_state = 2048, .external_lex_state = 22}, + [659] = {.lex_state = 2048, .external_lex_state = 22}, + [660] = {.lex_state = 2048, .external_lex_state = 22}, + [661] = {.lex_state = 2048, .external_lex_state = 20}, + [662] = {.lex_state = 2048, .external_lex_state = 23}, + [663] = {.lex_state = 2048, .external_lex_state = 23}, + [664] = {.lex_state = 2048, .external_lex_state = 23}, + [665] = {.lex_state = 2048, .external_lex_state = 24}, + [666] = {.lex_state = 2048, .external_lex_state = 24}, [667] = {.lex_state = 1, .external_lex_state = 10}, - [668] = {.lex_state = 2049, .external_lex_state = 22}, - [669] = {.lex_state = 2049, .external_lex_state = 16}, - [670] = {.lex_state = 2049, .external_lex_state = 23}, - [671] = {.lex_state = 2049, .external_lex_state = 16}, - [672] = {.lex_state = 2049, .external_lex_state = 25}, - [673] = {.lex_state = 2049, .external_lex_state = 24}, - [674] = {.lex_state = 2049, .external_lex_state = 26}, - [675] = {.lex_state = 2049, .external_lex_state = 25}, - [676] = {.lex_state = 2049, .external_lex_state = 27}, - [677] = {.lex_state = 2049, .external_lex_state = 27}, - [678] = {.lex_state = 2049, .external_lex_state = 27}, - [679] = {.lex_state = 2049, .external_lex_state = 24}, - [680] = {.lex_state = 2049, .external_lex_state = 26}, - [681] = {.lex_state = 2049, .external_lex_state = 23}, - [682] = {.lex_state = 3, .external_lex_state = 10}, - [683] = {.lex_state = 3, .external_lex_state = 10}, - [684] = {.lex_state = 2049, .external_lex_state = 28}, - [685] = {.lex_state = 2049, .external_lex_state = 28}, - [686] = {.lex_state = 2049, .external_lex_state = 28}, - [687] = {.lex_state = 2049, .external_lex_state = 26}, - [688] = {.lex_state = 2049, .external_lex_state = 25}, - [689] = {.lex_state = 2049, .external_lex_state = 29}, - [690] = {.lex_state = 1, .external_lex_state = 18}, - [691] = {.lex_state = 2049, .external_lex_state = 29}, - [692] = {.lex_state = 2049, .external_lex_state = 30}, - [693] = {.lex_state = 2049, .external_lex_state = 29}, - [694] = {.lex_state = 2049, .external_lex_state = 30}, + [668] = {.lex_state = 2048, .external_lex_state = 24}, + [669] = {.lex_state = 2048, .external_lex_state = 25}, + [670] = {.lex_state = 2048, .external_lex_state = 25}, + [671] = {.lex_state = 2048, .external_lex_state = 26}, + [672] = {.lex_state = 2048, .external_lex_state = 26}, + [673] = {.lex_state = 3, .external_lex_state = 10}, + [674] = {.lex_state = 3, .external_lex_state = 10}, + [675] = {.lex_state = 3, .external_lex_state = 10}, + [676] = {.lex_state = 2048, .external_lex_state = 27}, + [677] = {.lex_state = 2048, .external_lex_state = 27}, + [678] = {.lex_state = 2048, .external_lex_state = 27}, + [679] = {.lex_state = 2048, .external_lex_state = 28}, + [680] = {.lex_state = 2048, .external_lex_state = 28}, + [681] = {.lex_state = 2048, .external_lex_state = 20}, + [682] = {.lex_state = 2048, .external_lex_state = 28}, + [683] = {.lex_state = 2048, .external_lex_state = 25}, + [684] = {.lex_state = 2048, .external_lex_state = 21}, + [685] = {.lex_state = 2048, .external_lex_state = 17}, + [686] = {.lex_state = 1, .external_lex_state = 10}, + [687] = {.lex_state = 2048, .external_lex_state = 21}, + [688] = {.lex_state = 2048, .external_lex_state = 26}, + [689] = {.lex_state = 2048, .external_lex_state = 29}, + [690] = {.lex_state = 2048, .external_lex_state = 29}, + [691] = {.lex_state = 2048, .external_lex_state = 30}, + [692] = {.lex_state = 1, .external_lex_state = 18}, + [693] = {.lex_state = 1, .external_lex_state = 18}, + [694] = {.lex_state = 1, .external_lex_state = 18}, [695] = {.lex_state = 1, .external_lex_state = 18}, [696] = {.lex_state = 1, .external_lex_state = 18}, [697] = {.lex_state = 1, .external_lex_state = 18}, [698] = {.lex_state = 1, .external_lex_state = 18}, [699] = {.lex_state = 1, .external_lex_state = 18}, [700] = {.lex_state = 1, .external_lex_state = 18}, - [701] = {.lex_state = 1, .external_lex_state = 18}, - [702] = {.lex_state = 2049, .external_lex_state = 15}, + [701] = {.lex_state = 2048, .external_lex_state = 29}, + [702] = {.lex_state = 2048, .external_lex_state = 30}, [703] = {.lex_state = 1, .external_lex_state = 18}, - [704] = {.lex_state = 2049, .external_lex_state = 29}, - [705] = {.lex_state = 2049, .external_lex_state = 30}, + [704] = {.lex_state = 2048, .external_lex_state = 29}, + [705] = {.lex_state = 2048, .external_lex_state = 30}, [706] = {.lex_state = 1, .external_lex_state = 18}, [707] = {.lex_state = 1, .external_lex_state = 18}, [708] = {.lex_state = 1, .external_lex_state = 18}, [709] = {.lex_state = 1, .external_lex_state = 18}, [710] = {.lex_state = 1, .external_lex_state = 18}, - [711] = {.lex_state = 2049, .external_lex_state = 30}, - [712] = {.lex_state = 2049, .external_lex_state = 29}, - [713] = {.lex_state = 2049, .external_lex_state = 29}, - [714] = {.lex_state = 2049, .external_lex_state = 30}, - [715] = {.lex_state = 2049, .external_lex_state = 29}, + [711] = {.lex_state = 1, .external_lex_state = 18}, + [712] = {.lex_state = 2048, .external_lex_state = 29}, + [713] = {.lex_state = 1, .external_lex_state = 18}, + [714] = {.lex_state = 2048, .external_lex_state = 30}, + [715] = {.lex_state = 2048, .external_lex_state = 15}, [716] = {.lex_state = 1, .external_lex_state = 18}, [717] = {.lex_state = 1, .external_lex_state = 18}, - [718] = {.lex_state = 1, .external_lex_state = 18}, - [719] = {.lex_state = 1, .external_lex_state = 18}, + [718] = {.lex_state = 2048, .external_lex_state = 29}, + [719] = {.lex_state = 2048, .external_lex_state = 30}, [720] = {.lex_state = 1, .external_lex_state = 18}, - [721] = {.lex_state = 2049, .external_lex_state = 30}, + [721] = {.lex_state = 1, .external_lex_state = 18}, [722] = {.lex_state = 1, .external_lex_state = 18}, [723] = {.lex_state = 1, .external_lex_state = 18}, [724] = {.lex_state = 1, .external_lex_state = 18}, [725] = {.lex_state = 1, .external_lex_state = 18}, - [726] = {.lex_state = 2049, .external_lex_state = 29}, - [727] = {.lex_state = 2049, .external_lex_state = 30}, - [728] = {.lex_state = 2049, .external_lex_state = 30}, + [726] = {.lex_state = 1, .external_lex_state = 18}, + [727] = {.lex_state = 1, .external_lex_state = 18}, + [728] = {.lex_state = 2048, .external_lex_state = 30}, [729] = {.lex_state = 1, .external_lex_state = 18}, [730] = {.lex_state = 1, .external_lex_state = 18}, [731] = {.lex_state = 1, .external_lex_state = 18}, [732] = {.lex_state = 1, .external_lex_state = 18}, - [733] = {.lex_state = 1, .external_lex_state = 18}, + [733] = {.lex_state = 2048, .external_lex_state = 30}, [734] = {.lex_state = 1, .external_lex_state = 18}, [735] = {.lex_state = 1, .external_lex_state = 18}, - [736] = {.lex_state = 2049, .external_lex_state = 15}, + [736] = {.lex_state = 1, .external_lex_state = 18}, [737] = {.lex_state = 1, .external_lex_state = 18}, [738] = {.lex_state = 1, .external_lex_state = 18}, - [739] = {.lex_state = 2049, .external_lex_state = 29}, - [740] = {.lex_state = 2049, .external_lex_state = 30}, + [739] = {.lex_state = 1, .external_lex_state = 18}, + [740] = {.lex_state = 1, .external_lex_state = 18}, [741] = {.lex_state = 1, .external_lex_state = 18}, - [742] = {.lex_state = 1, .external_lex_state = 18}, - [743] = {.lex_state = 1, .external_lex_state = 18}, + [742] = {.lex_state = 2048, .external_lex_state = 30}, + [743] = {.lex_state = 2048, .external_lex_state = 29}, [744] = {.lex_state = 1, .external_lex_state = 18}, [745] = {.lex_state = 1, .external_lex_state = 18}, - [746] = {.lex_state = 2049, .external_lex_state = 29}, - [747] = {.lex_state = 1, .external_lex_state = 18}, - [748] = {.lex_state = 1, .external_lex_state = 18}, - [749] = {.lex_state = 2049, .external_lex_state = 29}, - [750] = {.lex_state = 2049, .external_lex_state = 30}, + [746] = {.lex_state = 2048, .external_lex_state = 29}, + [747] = {.lex_state = 2048, .external_lex_state = 30}, + [748] = {.lex_state = 2048, .external_lex_state = 29}, + [749] = {.lex_state = 1, .external_lex_state = 18}, + [750] = {.lex_state = 1, .external_lex_state = 18}, [751] = {.lex_state = 1, .external_lex_state = 18}, [752] = {.lex_state = 1, .external_lex_state = 18}, [753] = {.lex_state = 1, .external_lex_state = 18}, - [754] = {.lex_state = 1, .external_lex_state = 18}, + [754] = {.lex_state = 2048, .external_lex_state = 30}, [755] = {.lex_state = 1, .external_lex_state = 18}, [756] = {.lex_state = 1, .external_lex_state = 18}, - [757] = {.lex_state = 2049, .external_lex_state = 29}, - [758] = {.lex_state = 2049, .external_lex_state = 30}, - [759] = {.lex_state = 2049, .external_lex_state = 29}, - [760] = {.lex_state = 2049, .external_lex_state = 30}, - [761] = {.lex_state = 2049, .external_lex_state = 29}, - [762] = {.lex_state = 2049, .external_lex_state = 30}, + [757] = {.lex_state = 2048, .external_lex_state = 15}, + [758] = {.lex_state = 1, .external_lex_state = 18}, + [759] = {.lex_state = 2048, .external_lex_state = 29}, + [760] = {.lex_state = 2048, .external_lex_state = 30}, + [761] = {.lex_state = 1, .external_lex_state = 18}, + [762] = {.lex_state = 1, .external_lex_state = 18}, [763] = {.lex_state = 1, .external_lex_state = 18}, [764] = {.lex_state = 1, .external_lex_state = 18}, [765] = {.lex_state = 1, .external_lex_state = 18}, [766] = {.lex_state = 1, .external_lex_state = 18}, [767] = {.lex_state = 1, .external_lex_state = 18}, - [768] = {.lex_state = 1, .external_lex_state = 18}, - [769] = {.lex_state = 1, .external_lex_state = 18}, - [770] = {.lex_state = 1, .external_lex_state = 18}, - [771] = {.lex_state = 2049, .external_lex_state = 30}, - [772] = {.lex_state = 1, .external_lex_state = 18}, - [773] = {.lex_state = 1, .external_lex_state = 18}, + [768] = {.lex_state = 2048, .external_lex_state = 29}, + [769] = {.lex_state = 2048, .external_lex_state = 30}, + [770] = {.lex_state = 2048, .external_lex_state = 29}, + [771] = {.lex_state = 1, .external_lex_state = 18}, + [772] = {.lex_state = 2048, .external_lex_state = 30}, + [773] = {.lex_state = 2048, .external_lex_state = 29}, [774] = {.lex_state = 1, .external_lex_state = 18}, - [775] = {.lex_state = 1, .external_lex_state = 18}, - [776] = {.lex_state = 2049, .external_lex_state = 29}, - [777] = {.lex_state = 2049, .external_lex_state = 30}, - [778] = {.lex_state = 2049, .external_lex_state = 29}, - [779] = {.lex_state = 2049, .external_lex_state = 30}, + [775] = {.lex_state = 2048, .external_lex_state = 29}, + [776] = {.lex_state = 2048, .external_lex_state = 29}, + [777] = {.lex_state = 2048, .external_lex_state = 30}, + [778] = {.lex_state = 2048, .external_lex_state = 30}, + [779] = {.lex_state = 1, .external_lex_state = 18}, [780] = {.lex_state = 1, .external_lex_state = 18}, [781] = {.lex_state = 1, .external_lex_state = 18}, - [782] = {.lex_state = 1, .external_lex_state = 18}, + [782] = {.lex_state = 2048, .external_lex_state = 30}, [783] = {.lex_state = 1, .external_lex_state = 18}, [784] = {.lex_state = 1, .external_lex_state = 18}, [785] = {.lex_state = 1, .external_lex_state = 18}, - [786] = {.lex_state = 1, .external_lex_state = 18}, - [787] = {.lex_state = 2049, .external_lex_state = 18}, - [788] = {.lex_state = 2049, .external_lex_state = 18}, - [789] = {.lex_state = 2049, .external_lex_state = 18}, - [790] = {.lex_state = 2049, .external_lex_state = 18}, - [791] = {.lex_state = 2049, .external_lex_state = 18}, - [792] = {.lex_state = 2049, .external_lex_state = 18}, - [793] = {.lex_state = 2049, .external_lex_state = 18}, - [794] = {.lex_state = 2049, .external_lex_state = 18}, - [795] = {.lex_state = 2049, .external_lex_state = 18}, - [796] = {.lex_state = 2049, .external_lex_state = 18}, - [797] = {.lex_state = 2049, .external_lex_state = 18}, - [798] = {.lex_state = 2049, .external_lex_state = 18}, - [799] = {.lex_state = 2049, .external_lex_state = 18}, - [800] = {.lex_state = 2049, .external_lex_state = 18}, - [801] = {.lex_state = 2049, .external_lex_state = 18}, - [802] = {.lex_state = 2049, .external_lex_state = 18}, - [803] = {.lex_state = 2049, .external_lex_state = 18}, - [804] = {.lex_state = 2049, .external_lex_state = 18}, - [805] = {.lex_state = 2049, .external_lex_state = 18}, - [806] = {.lex_state = 2049, .external_lex_state = 18}, - [807] = {.lex_state = 2049, .external_lex_state = 18}, - [808] = {.lex_state = 2049, .external_lex_state = 18}, - [809] = {.lex_state = 2049, .external_lex_state = 18}, - [810] = {.lex_state = 2049, .external_lex_state = 18}, - [811] = {.lex_state = 2049, .external_lex_state = 18}, - [812] = {.lex_state = 2049, .external_lex_state = 18}, - [813] = {.lex_state = 2049, .external_lex_state = 18}, - [814] = {.lex_state = 2049, .external_lex_state = 18}, - [815] = {.lex_state = 2049, .external_lex_state = 18}, - [816] = {.lex_state = 2049, .external_lex_state = 18}, - [817] = {.lex_state = 2049, .external_lex_state = 18}, - [818] = {.lex_state = 2049, .external_lex_state = 18}, - [819] = {.lex_state = 2049, .external_lex_state = 18}, - [820] = {.lex_state = 2049, .external_lex_state = 18}, - [821] = {.lex_state = 2049, .external_lex_state = 18}, - [822] = {.lex_state = 2049, .external_lex_state = 18}, - [823] = {.lex_state = 2049, .external_lex_state = 18}, - [824] = {.lex_state = 2049, .external_lex_state = 18}, - [825] = {.lex_state = 2049, .external_lex_state = 18}, - [826] = {.lex_state = 2049, .external_lex_state = 18}, - [827] = {.lex_state = 2049, .external_lex_state = 18}, - [828] = {.lex_state = 2049, .external_lex_state = 18}, - [829] = {.lex_state = 2049, .external_lex_state = 18}, - [830] = {.lex_state = 2049, .external_lex_state = 18}, - [831] = {.lex_state = 2049, .external_lex_state = 18}, - [832] = {.lex_state = 2049, .external_lex_state = 18}, - [833] = {.lex_state = 2049, .external_lex_state = 18}, - [834] = {.lex_state = 2049, .external_lex_state = 18}, - [835] = {.lex_state = 2049, .external_lex_state = 18}, - [836] = {.lex_state = 2049, .external_lex_state = 18}, - [837] = {.lex_state = 2049, .external_lex_state = 18}, - [838] = {.lex_state = 2049, .external_lex_state = 18}, - [839] = {.lex_state = 2049, .external_lex_state = 18}, - [840] = {.lex_state = 2049, .external_lex_state = 18}, - [841] = {.lex_state = 2049, .external_lex_state = 18}, - [842] = {.lex_state = 2049, .external_lex_state = 18}, - [843] = {.lex_state = 2049, .external_lex_state = 18}, - [844] = {.lex_state = 2049, .external_lex_state = 18}, - [845] = {.lex_state = 2049, .external_lex_state = 18}, - [846] = {.lex_state = 2049, .external_lex_state = 18}, - [847] = {.lex_state = 2049, .external_lex_state = 18}, - [848] = {.lex_state = 2049, .external_lex_state = 18}, - [849] = {.lex_state = 2049, .external_lex_state = 18}, - [850] = {.lex_state = 2049, .external_lex_state = 18}, - [851] = {.lex_state = 2049, .external_lex_state = 18}, - [852] = {.lex_state = 2049, .external_lex_state = 18}, - [853] = {.lex_state = 2049, .external_lex_state = 18}, - [854] = {.lex_state = 2049, .external_lex_state = 18}, - [855] = {.lex_state = 2049, .external_lex_state = 18}, - [856] = {.lex_state = 2049, .external_lex_state = 18}, - [857] = {.lex_state = 2049, .external_lex_state = 18}, - [858] = {.lex_state = 2049, .external_lex_state = 18}, - [859] = {.lex_state = 2049, .external_lex_state = 18}, - [860] = {.lex_state = 2049, .external_lex_state = 18}, - [861] = {.lex_state = 2049, .external_lex_state = 18}, - [862] = {.lex_state = 2049, .external_lex_state = 18}, - [863] = {.lex_state = 2049, .external_lex_state = 18}, - [864] = {.lex_state = 2049, .external_lex_state = 18}, - [865] = {.lex_state = 2049, .external_lex_state = 18}, - [866] = {.lex_state = 2049, .external_lex_state = 18}, - [867] = {.lex_state = 2049, .external_lex_state = 18}, - [868] = {.lex_state = 2049, .external_lex_state = 18}, - [869] = {.lex_state = 2049, .external_lex_state = 18}, - [870] = {.lex_state = 2049, .external_lex_state = 18}, - [871] = {.lex_state = 2049, .external_lex_state = 18}, - [872] = {.lex_state = 2049, .external_lex_state = 18}, - [873] = {.lex_state = 2049, .external_lex_state = 18}, - [874] = {.lex_state = 2049, .external_lex_state = 18}, - [875] = {.lex_state = 2049, .external_lex_state = 18}, - [876] = {.lex_state = 2049, .external_lex_state = 18}, - [877] = {.lex_state = 2049, .external_lex_state = 18}, - [878] = {.lex_state = 2049, .external_lex_state = 18}, - [879] = {.lex_state = 2049, .external_lex_state = 18}, - [880] = {.lex_state = 2049, .external_lex_state = 18}, - [881] = {.lex_state = 2049, .external_lex_state = 18}, - [882] = {.lex_state = 2049, .external_lex_state = 18}, - [883] = {.lex_state = 2049, .external_lex_state = 18}, - [884] = {.lex_state = 2049, .external_lex_state = 18}, - [885] = {.lex_state = 2049, .external_lex_state = 18}, - [886] = {.lex_state = 2049, .external_lex_state = 18}, - [887] = {.lex_state = 2049, .external_lex_state = 18}, - [888] = {.lex_state = 2049, .external_lex_state = 18}, - [889] = {.lex_state = 2049, .external_lex_state = 18}, - [890] = {.lex_state = 2049, .external_lex_state = 18}, - [891] = {.lex_state = 2049, .external_lex_state = 18}, - [892] = {.lex_state = 2049, .external_lex_state = 18}, - [893] = {.lex_state = 2049, .external_lex_state = 18}, - [894] = {.lex_state = 2049, .external_lex_state = 18}, - [895] = {.lex_state = 2049, .external_lex_state = 18}, - [896] = {.lex_state = 2049, .external_lex_state = 18}, - [897] = {.lex_state = 2049, .external_lex_state = 18}, - [898] = {.lex_state = 2049, .external_lex_state = 18}, - [899] = {.lex_state = 2049, .external_lex_state = 18}, - [900] = {.lex_state = 2049, .external_lex_state = 18}, - [901] = {.lex_state = 2049, .external_lex_state = 18}, - [902] = {.lex_state = 2049, .external_lex_state = 18}, - [903] = {.lex_state = 2049, .external_lex_state = 18}, - [904] = {.lex_state = 2049, .external_lex_state = 18}, - [905] = {.lex_state = 2049, .external_lex_state = 18}, - [906] = {.lex_state = 2049, .external_lex_state = 18}, - [907] = {.lex_state = 2049, .external_lex_state = 18}, - [908] = {.lex_state = 2049, .external_lex_state = 18}, - [909] = {.lex_state = 2049, .external_lex_state = 18}, - [910] = {.lex_state = 2049, .external_lex_state = 18}, - [911] = {.lex_state = 2049, .external_lex_state = 18}, - [912] = {.lex_state = 2049, .external_lex_state = 18}, - [913] = {.lex_state = 2049, .external_lex_state = 18}, - [914] = {.lex_state = 2049, .external_lex_state = 18}, - [915] = {.lex_state = 2049, .external_lex_state = 18}, - [916] = {.lex_state = 2049, .external_lex_state = 18}, - [917] = {.lex_state = 2049, .external_lex_state = 18}, - [918] = {.lex_state = 2049, .external_lex_state = 18}, - [919] = {.lex_state = 2049, .external_lex_state = 18}, - [920] = {.lex_state = 2049, .external_lex_state = 18}, - [921] = {.lex_state = 2049, .external_lex_state = 18}, - [922] = {.lex_state = 2049, .external_lex_state = 18}, - [923] = {.lex_state = 2049, .external_lex_state = 18}, - [924] = {.lex_state = 2049, .external_lex_state = 18}, - [925] = {.lex_state = 2049, .external_lex_state = 18}, - [926] = {.lex_state = 2049, .external_lex_state = 18}, - [927] = {.lex_state = 2049, .external_lex_state = 18}, - [928] = {.lex_state = 2049, .external_lex_state = 18}, - [929] = {.lex_state = 2049, .external_lex_state = 18}, - [930] = {.lex_state = 2049, .external_lex_state = 18}, - [931] = {.lex_state = 2049, .external_lex_state = 18}, - [932] = {.lex_state = 2049, .external_lex_state = 18}, - [933] = {.lex_state = 2049, .external_lex_state = 18}, - [934] = {.lex_state = 2049, .external_lex_state = 18}, - [935] = {.lex_state = 2049, .external_lex_state = 18}, - [936] = {.lex_state = 2049, .external_lex_state = 18}, - [937] = {.lex_state = 2049, .external_lex_state = 18}, - [938] = {.lex_state = 2049, .external_lex_state = 18}, - [939] = {.lex_state = 2049, .external_lex_state = 18}, - [940] = {.lex_state = 2049, .external_lex_state = 18}, - [941] = {.lex_state = 2049, .external_lex_state = 18}, - [942] = {.lex_state = 2049, .external_lex_state = 18}, - [943] = {.lex_state = 2049, .external_lex_state = 18}, - [944] = {.lex_state = 2049, .external_lex_state = 18}, - [945] = {.lex_state = 2049, .external_lex_state = 18}, - [946] = {.lex_state = 2049, .external_lex_state = 18}, - [947] = {.lex_state = 2049, .external_lex_state = 18}, - [948] = {.lex_state = 2049, .external_lex_state = 18}, - [949] = {.lex_state = 2049, .external_lex_state = 31}, - [950] = {.lex_state = 2049, .external_lex_state = 32}, - [951] = {.lex_state = 2049, .external_lex_state = 8}, - [952] = {.lex_state = 2049, .external_lex_state = 9}, - [953] = {.lex_state = 2049, .external_lex_state = 9}, - [954] = {.lex_state = 2049, .external_lex_state = 9}, - [955] = {.lex_state = 2049, .external_lex_state = 9}, - [956] = {.lex_state = 2049, .external_lex_state = 9}, - [957] = {.lex_state = 2049, .external_lex_state = 9}, - [958] = {.lex_state = 2049, .external_lex_state = 9}, - [959] = {.lex_state = 2049, .external_lex_state = 9}, - [960] = {.lex_state = 2049, .external_lex_state = 9}, - [961] = {.lex_state = 2049, .external_lex_state = 9}, - [962] = {.lex_state = 2049, .external_lex_state = 9}, - [963] = {.lex_state = 2049, .external_lex_state = 9}, - [964] = {.lex_state = 2049, .external_lex_state = 9}, - [965] = {.lex_state = 2049, .external_lex_state = 9}, - [966] = {.lex_state = 2049, .external_lex_state = 9}, - [967] = {.lex_state = 2049, .external_lex_state = 9}, - [968] = {.lex_state = 2049, .external_lex_state = 9}, - [969] = {.lex_state = 2049, .external_lex_state = 9}, - [970] = {.lex_state = 2049, .external_lex_state = 9}, - [971] = {.lex_state = 2049, .external_lex_state = 9}, - [972] = {.lex_state = 2049, .external_lex_state = 9}, - [973] = {.lex_state = 2049, .external_lex_state = 9}, - [974] = {.lex_state = 2049, .external_lex_state = 9}, - [975] = {.lex_state = 2049, .external_lex_state = 9}, - [976] = {.lex_state = 2049, .external_lex_state = 9}, - [977] = {.lex_state = 2049, .external_lex_state = 9}, + [786] = {.lex_state = 2048, .external_lex_state = 29}, + [787] = {.lex_state = 2048, .external_lex_state = 18}, + [788] = {.lex_state = 2048, .external_lex_state = 18}, + [789] = {.lex_state = 2048, .external_lex_state = 18}, + [790] = {.lex_state = 2048, .external_lex_state = 18}, + [791] = {.lex_state = 2048, .external_lex_state = 18}, + [792] = {.lex_state = 2048, .external_lex_state = 18}, + [793] = {.lex_state = 2048, .external_lex_state = 18}, + [794] = {.lex_state = 2048, .external_lex_state = 18}, + [795] = {.lex_state = 2048, .external_lex_state = 18}, + [796] = {.lex_state = 2048, .external_lex_state = 18}, + [797] = {.lex_state = 2048, .external_lex_state = 18}, + [798] = {.lex_state = 2048, .external_lex_state = 18}, + [799] = {.lex_state = 2048, .external_lex_state = 18}, + [800] = {.lex_state = 2048, .external_lex_state = 18}, + [801] = {.lex_state = 2048, .external_lex_state = 18}, + [802] = {.lex_state = 2048, .external_lex_state = 18}, + [803] = {.lex_state = 2048, .external_lex_state = 18}, + [804] = {.lex_state = 2048, .external_lex_state = 18}, + [805] = {.lex_state = 2048, .external_lex_state = 18}, + [806] = {.lex_state = 2048, .external_lex_state = 18}, + [807] = {.lex_state = 2048, .external_lex_state = 18}, + [808] = {.lex_state = 2048, .external_lex_state = 18}, + [809] = {.lex_state = 2048, .external_lex_state = 18}, + [810] = {.lex_state = 2048, .external_lex_state = 18}, + [811] = {.lex_state = 2048, .external_lex_state = 18}, + [812] = {.lex_state = 2048, .external_lex_state = 18}, + [813] = {.lex_state = 2048, .external_lex_state = 18}, + [814] = {.lex_state = 2048, .external_lex_state = 18}, + [815] = {.lex_state = 2048, .external_lex_state = 18}, + [816] = {.lex_state = 2048, .external_lex_state = 18}, + [817] = {.lex_state = 2048, .external_lex_state = 18}, + [818] = {.lex_state = 2048, .external_lex_state = 18}, + [819] = {.lex_state = 2048, .external_lex_state = 18}, + [820] = {.lex_state = 2048, .external_lex_state = 18}, + [821] = {.lex_state = 2048, .external_lex_state = 18}, + [822] = {.lex_state = 2048, .external_lex_state = 18}, + [823] = {.lex_state = 2048, .external_lex_state = 18}, + [824] = {.lex_state = 2048, .external_lex_state = 18}, + [825] = {.lex_state = 2048, .external_lex_state = 18}, + [826] = {.lex_state = 2048, .external_lex_state = 18}, + [827] = {.lex_state = 2048, .external_lex_state = 18}, + [828] = {.lex_state = 2048, .external_lex_state = 18}, + [829] = {.lex_state = 2048, .external_lex_state = 18}, + [830] = {.lex_state = 2048, .external_lex_state = 18}, + [831] = {.lex_state = 2048, .external_lex_state = 18}, + [832] = {.lex_state = 2048, .external_lex_state = 18}, + [833] = {.lex_state = 2048, .external_lex_state = 18}, + [834] = {.lex_state = 2048, .external_lex_state = 18}, + [835] = {.lex_state = 2048, .external_lex_state = 18}, + [836] = {.lex_state = 2048, .external_lex_state = 18}, + [837] = {.lex_state = 2048, .external_lex_state = 18}, + [838] = {.lex_state = 2048, .external_lex_state = 18}, + [839] = {.lex_state = 2048, .external_lex_state = 18}, + [840] = {.lex_state = 2048, .external_lex_state = 18}, + [841] = {.lex_state = 2048, .external_lex_state = 18}, + [842] = {.lex_state = 2048, .external_lex_state = 18}, + [843] = {.lex_state = 2048, .external_lex_state = 18}, + [844] = {.lex_state = 2048, .external_lex_state = 18}, + [845] = {.lex_state = 2048, .external_lex_state = 18}, + [846] = {.lex_state = 2048, .external_lex_state = 18}, + [847] = {.lex_state = 2048, .external_lex_state = 18}, + [848] = {.lex_state = 2048, .external_lex_state = 18}, + [849] = {.lex_state = 2048, .external_lex_state = 18}, + [850] = {.lex_state = 2048, .external_lex_state = 18}, + [851] = {.lex_state = 2048, .external_lex_state = 18}, + [852] = {.lex_state = 2048, .external_lex_state = 18}, + [853] = {.lex_state = 2048, .external_lex_state = 18}, + [854] = {.lex_state = 2048, .external_lex_state = 18}, + [855] = {.lex_state = 2048, .external_lex_state = 18}, + [856] = {.lex_state = 2048, .external_lex_state = 18}, + [857] = {.lex_state = 2048, .external_lex_state = 18}, + [858] = {.lex_state = 2048, .external_lex_state = 18}, + [859] = {.lex_state = 2048, .external_lex_state = 18}, + [860] = {.lex_state = 2048, .external_lex_state = 18}, + [861] = {.lex_state = 2048, .external_lex_state = 18}, + [862] = {.lex_state = 2048, .external_lex_state = 18}, + [863] = {.lex_state = 2048, .external_lex_state = 18}, + [864] = {.lex_state = 2048, .external_lex_state = 18}, + [865] = {.lex_state = 2048, .external_lex_state = 18}, + [866] = {.lex_state = 2048, .external_lex_state = 18}, + [867] = {.lex_state = 2048, .external_lex_state = 18}, + [868] = {.lex_state = 2048, .external_lex_state = 18}, + [869] = {.lex_state = 2048, .external_lex_state = 18}, + [870] = {.lex_state = 2048, .external_lex_state = 18}, + [871] = {.lex_state = 2048, .external_lex_state = 18}, + [872] = {.lex_state = 2048, .external_lex_state = 18}, + [873] = {.lex_state = 2048, .external_lex_state = 18}, + [874] = {.lex_state = 2048, .external_lex_state = 18}, + [875] = {.lex_state = 2048, .external_lex_state = 18}, + [876] = {.lex_state = 2048, .external_lex_state = 18}, + [877] = {.lex_state = 2048, .external_lex_state = 18}, + [878] = {.lex_state = 2048, .external_lex_state = 18}, + [879] = {.lex_state = 2048, .external_lex_state = 18}, + [880] = {.lex_state = 2048, .external_lex_state = 18}, + [881] = {.lex_state = 2048, .external_lex_state = 18}, + [882] = {.lex_state = 2048, .external_lex_state = 18}, + [883] = {.lex_state = 2048, .external_lex_state = 18}, + [884] = {.lex_state = 2048, .external_lex_state = 18}, + [885] = {.lex_state = 2048, .external_lex_state = 18}, + [886] = {.lex_state = 2048, .external_lex_state = 18}, + [887] = {.lex_state = 2048, .external_lex_state = 18}, + [888] = {.lex_state = 2048, .external_lex_state = 18}, + [889] = {.lex_state = 2048, .external_lex_state = 18}, + [890] = {.lex_state = 2048, .external_lex_state = 18}, + [891] = {.lex_state = 2048, .external_lex_state = 18}, + [892] = {.lex_state = 2048, .external_lex_state = 18}, + [893] = {.lex_state = 2048, .external_lex_state = 18}, + [894] = {.lex_state = 2048, .external_lex_state = 18}, + [895] = {.lex_state = 2048, .external_lex_state = 18}, + [896] = {.lex_state = 2048, .external_lex_state = 18}, + [897] = {.lex_state = 2048, .external_lex_state = 18}, + [898] = {.lex_state = 2048, .external_lex_state = 18}, + [899] = {.lex_state = 2048, .external_lex_state = 18}, + [900] = {.lex_state = 2048, .external_lex_state = 18}, + [901] = {.lex_state = 2048, .external_lex_state = 18}, + [902] = {.lex_state = 2048, .external_lex_state = 18}, + [903] = {.lex_state = 2048, .external_lex_state = 18}, + [904] = {.lex_state = 2048, .external_lex_state = 18}, + [905] = {.lex_state = 2048, .external_lex_state = 18}, + [906] = {.lex_state = 2048, .external_lex_state = 18}, + [907] = {.lex_state = 2048, .external_lex_state = 18}, + [908] = {.lex_state = 2048, .external_lex_state = 18}, + [909] = {.lex_state = 2048, .external_lex_state = 18}, + [910] = {.lex_state = 2048, .external_lex_state = 18}, + [911] = {.lex_state = 2048, .external_lex_state = 18}, + [912] = {.lex_state = 2048, .external_lex_state = 18}, + [913] = {.lex_state = 2048, .external_lex_state = 18}, + [914] = {.lex_state = 2048, .external_lex_state = 18}, + [915] = {.lex_state = 2048, .external_lex_state = 18}, + [916] = {.lex_state = 2048, .external_lex_state = 18}, + [917] = {.lex_state = 2048, .external_lex_state = 18}, + [918] = {.lex_state = 2048, .external_lex_state = 18}, + [919] = {.lex_state = 2048, .external_lex_state = 18}, + [920] = {.lex_state = 2048, .external_lex_state = 18}, + [921] = {.lex_state = 2048, .external_lex_state = 18}, + [922] = {.lex_state = 2048, .external_lex_state = 18}, + [923] = {.lex_state = 2048, .external_lex_state = 18}, + [924] = {.lex_state = 2048, .external_lex_state = 18}, + [925] = {.lex_state = 2048, .external_lex_state = 18}, + [926] = {.lex_state = 2048, .external_lex_state = 18}, + [927] = {.lex_state = 2048, .external_lex_state = 18}, + [928] = {.lex_state = 2048, .external_lex_state = 18}, + [929] = {.lex_state = 2048, .external_lex_state = 18}, + [930] = {.lex_state = 2048, .external_lex_state = 18}, + [931] = {.lex_state = 2048, .external_lex_state = 18}, + [932] = {.lex_state = 2048, .external_lex_state = 18}, + [933] = {.lex_state = 2048, .external_lex_state = 18}, + [934] = {.lex_state = 2048, .external_lex_state = 18}, + [935] = {.lex_state = 2048, .external_lex_state = 18}, + [936] = {.lex_state = 2048, .external_lex_state = 18}, + [937] = {.lex_state = 2048, .external_lex_state = 18}, + [938] = {.lex_state = 2048, .external_lex_state = 18}, + [939] = {.lex_state = 2048, .external_lex_state = 18}, + [940] = {.lex_state = 2048, .external_lex_state = 18}, + [941] = {.lex_state = 2048, .external_lex_state = 18}, + [942] = {.lex_state = 2048, .external_lex_state = 18}, + [943] = {.lex_state = 2048, .external_lex_state = 18}, + [944] = {.lex_state = 2048, .external_lex_state = 18}, + [945] = {.lex_state = 2048, .external_lex_state = 18}, + [946] = {.lex_state = 2048, .external_lex_state = 18}, + [947] = {.lex_state = 2048, .external_lex_state = 18}, + [948] = {.lex_state = 2048, .external_lex_state = 18}, + [949] = {.lex_state = 2048, .external_lex_state = 31}, + [950] = {.lex_state = 2048, .external_lex_state = 8}, + [951] = {.lex_state = 2048, .external_lex_state = 32}, + [952] = {.lex_state = 2048, .external_lex_state = 9}, + [953] = {.lex_state = 2048, .external_lex_state = 9}, + [954] = {.lex_state = 2048, .external_lex_state = 9}, + [955] = {.lex_state = 2048, .external_lex_state = 9}, + [956] = {.lex_state = 2048, .external_lex_state = 9}, + [957] = {.lex_state = 2048, .external_lex_state = 9}, + [958] = {.lex_state = 2048, .external_lex_state = 9}, + [959] = {.lex_state = 2048, .external_lex_state = 9}, + [960] = {.lex_state = 2048, .external_lex_state = 9}, + [961] = {.lex_state = 2048, .external_lex_state = 9}, + [962] = {.lex_state = 2048, .external_lex_state = 9}, + [963] = {.lex_state = 2048, .external_lex_state = 9}, + [964] = {.lex_state = 2048, .external_lex_state = 9}, + [965] = {.lex_state = 2048, .external_lex_state = 9}, + [966] = {.lex_state = 2048, .external_lex_state = 9}, + [967] = {.lex_state = 2048, .external_lex_state = 9}, + [968] = {.lex_state = 2048, .external_lex_state = 9}, + [969] = {.lex_state = 2048, .external_lex_state = 9}, + [970] = {.lex_state = 2048, .external_lex_state = 9}, + [971] = {.lex_state = 2048, .external_lex_state = 9}, + [972] = {.lex_state = 2048, .external_lex_state = 9}, + [973] = {.lex_state = 2048, .external_lex_state = 9}, + [974] = {.lex_state = 2048, .external_lex_state = 9}, + [975] = {.lex_state = 2048, .external_lex_state = 9}, + [976] = {.lex_state = 2048, .external_lex_state = 9}, + [977] = {.lex_state = 2048, .external_lex_state = 9}, [978] = {.lex_state = 2, .external_lex_state = 10}, - [979] = {.lex_state = 2, .external_lex_state = 10}, - [980] = {.lex_state = 2049, .external_lex_state = 9}, - [981] = {.lex_state = 2049, .external_lex_state = 19}, - [982] = {.lex_state = 2049, .external_lex_state = 19}, - [983] = {.lex_state = 2049, .external_lex_state = 19}, - [984] = {.lex_state = 2, .external_lex_state = 10}, - [985] = {.lex_state = 2049, .external_lex_state = 9}, - [986] = {.lex_state = 2049, .external_lex_state = 9}, - [987] = {.lex_state = 2049, .external_lex_state = 9}, - [988] = {.lex_state = 2049, .external_lex_state = 9}, - [989] = {.lex_state = 2, .external_lex_state = 10}, - [990] = {.lex_state = 2, .external_lex_state = 10}, - [991] = {.lex_state = 2, .external_lex_state = 10}, - [992] = {.lex_state = 2049, .external_lex_state = 9}, - [993] = {.lex_state = 2, .external_lex_state = 10}, - [994] = {.lex_state = 2, .external_lex_state = 10}, - [995] = {.lex_state = 2049, .external_lex_state = 9}, - [996] = {.lex_state = 2, .external_lex_state = 10}, - [997] = {.lex_state = 2, .external_lex_state = 10}, - [998] = {.lex_state = 2049, .external_lex_state = 9}, - [999] = {.lex_state = 2, .external_lex_state = 10}, - [1000] = {.lex_state = 2, .external_lex_state = 10}, - [1001] = {.lex_state = 2049, .external_lex_state = 9}, - [1002] = {.lex_state = 2, .external_lex_state = 10}, - [1003] = {.lex_state = 2, .external_lex_state = 10}, - [1004] = {.lex_state = 2049, .external_lex_state = 9}, - [1005] = {.lex_state = 2049, .external_lex_state = 9}, - [1006] = {.lex_state = 2049, .external_lex_state = 9}, - [1007] = {.lex_state = 2049, .external_lex_state = 9}, - [1008] = {.lex_state = 2049, .external_lex_state = 9}, - [1009] = {.lex_state = 2049, .external_lex_state = 9}, - [1010] = {.lex_state = 2049, .external_lex_state = 9}, - [1011] = {.lex_state = 2049, .external_lex_state = 9}, - [1012] = {.lex_state = 2049, .external_lex_state = 9}, - [1013] = {.lex_state = 2049, .external_lex_state = 9}, - [1014] = {.lex_state = 2049, .external_lex_state = 9}, - [1015] = {.lex_state = 2049, .external_lex_state = 9}, + [979] = {.lex_state = 2048, .external_lex_state = 9}, + [980] = {.lex_state = 2, .external_lex_state = 10}, + [981] = {.lex_state = 2, .external_lex_state = 10}, + [982] = {.lex_state = 2048, .external_lex_state = 9}, + [983] = {.lex_state = 2, .external_lex_state = 10}, + [984] = {.lex_state = 2048, .external_lex_state = 9}, + [985] = {.lex_state = 2048, .external_lex_state = 9}, + [986] = {.lex_state = 2048, .external_lex_state = 9}, + [987] = {.lex_state = 2048, .external_lex_state = 9}, + [988] = {.lex_state = 2048, .external_lex_state = 9}, + [989] = {.lex_state = 2048, .external_lex_state = 9}, + [990] = {.lex_state = 2048, .external_lex_state = 9}, + [991] = {.lex_state = 2048, .external_lex_state = 9}, + [992] = {.lex_state = 2048, .external_lex_state = 9}, + [993] = {.lex_state = 2048, .external_lex_state = 9}, + [994] = {.lex_state = 2048, .external_lex_state = 9}, + [995] = {.lex_state = 2048, .external_lex_state = 9}, + [996] = {.lex_state = 2048, .external_lex_state = 9}, + [997] = {.lex_state = 2048, .external_lex_state = 9}, + [998] = {.lex_state = 2048, .external_lex_state = 9}, + [999] = {.lex_state = 2048, .external_lex_state = 9}, + [1000] = {.lex_state = 2048, .external_lex_state = 9}, + [1001] = {.lex_state = 2, .external_lex_state = 10}, + [1002] = {.lex_state = 2048, .external_lex_state = 9}, + [1003] = {.lex_state = 2048, .external_lex_state = 9}, + [1004] = {.lex_state = 2048, .external_lex_state = 9}, + [1005] = {.lex_state = 2048, .external_lex_state = 9}, + [1006] = {.lex_state = 2048, .external_lex_state = 9}, + [1007] = {.lex_state = 2, .external_lex_state = 10}, + [1008] = {.lex_state = 2048, .external_lex_state = 9}, + [1009] = {.lex_state = 2048, .external_lex_state = 9}, + [1010] = {.lex_state = 2, .external_lex_state = 10}, + [1011] = {.lex_state = 2048, .external_lex_state = 9}, + [1012] = {.lex_state = 2048, .external_lex_state = 9}, + [1013] = {.lex_state = 2048, .external_lex_state = 9}, + [1014] = {.lex_state = 2048, .external_lex_state = 9}, + [1015] = {.lex_state = 2048, .external_lex_state = 9}, [1016] = {.lex_state = 2, .external_lex_state = 10}, - [1017] = {.lex_state = 2, .external_lex_state = 10}, - [1018] = {.lex_state = 2049, .external_lex_state = 9}, - [1019] = {.lex_state = 2, .external_lex_state = 10}, - [1020] = {.lex_state = 2, .external_lex_state = 10}, - [1021] = {.lex_state = 2049, .external_lex_state = 9}, - [1022] = {.lex_state = 2049, .external_lex_state = 9}, - [1023] = {.lex_state = 2049, .external_lex_state = 9}, - [1024] = {.lex_state = 2049, .external_lex_state = 9}, - [1025] = {.lex_state = 2049, .external_lex_state = 9}, - [1026] = {.lex_state = 2, .external_lex_state = 10}, - [1027] = {.lex_state = 2049, .external_lex_state = 9}, - [1028] = {.lex_state = 2049, .external_lex_state = 9}, - [1029] = {.lex_state = 2, .external_lex_state = 10}, - [1030] = {.lex_state = 2049, .external_lex_state = 9}, - [1031] = {.lex_state = 2049, .external_lex_state = 9}, - [1032] = {.lex_state = 2, .external_lex_state = 10}, - [1033] = {.lex_state = 2049, .external_lex_state = 9}, - [1034] = {.lex_state = 2049, .external_lex_state = 9}, - [1035] = {.lex_state = 2, .external_lex_state = 10}, - [1036] = {.lex_state = 2049, .external_lex_state = 9}, - [1037] = {.lex_state = 2049, .external_lex_state = 19}, - [1038] = {.lex_state = 2049, .external_lex_state = 9}, - [1039] = {.lex_state = 2049, .external_lex_state = 9}, - [1040] = {.lex_state = 2049, .external_lex_state = 9}, - [1041] = {.lex_state = 2, .external_lex_state = 10}, - [1042] = {.lex_state = 2049, .external_lex_state = 9}, - [1043] = {.lex_state = 2049, .external_lex_state = 9}, - [1044] = {.lex_state = 2, .external_lex_state = 10}, - [1045] = {.lex_state = 2049, .external_lex_state = 9}, - [1046] = {.lex_state = 2049, .external_lex_state = 9}, - [1047] = {.lex_state = 2049, .external_lex_state = 9}, - [1048] = {.lex_state = 2049, .external_lex_state = 9}, - [1049] = {.lex_state = 2049, .external_lex_state = 9}, - [1050] = {.lex_state = 2049, .external_lex_state = 9}, - [1051] = {.lex_state = 2049, .external_lex_state = 9}, - [1052] = {.lex_state = 2049, .external_lex_state = 9}, - [1053] = {.lex_state = 2049, .external_lex_state = 9}, - [1054] = {.lex_state = 2049, .external_lex_state = 9}, - [1055] = {.lex_state = 2049, .external_lex_state = 9}, - [1056] = {.lex_state = 2049, .external_lex_state = 9}, - [1057] = {.lex_state = 2049, .external_lex_state = 9}, - [1058] = {.lex_state = 2049, .external_lex_state = 9}, - [1059] = {.lex_state = 2049, .external_lex_state = 9}, - [1060] = {.lex_state = 2049, .external_lex_state = 9}, - [1061] = {.lex_state = 2049, .external_lex_state = 9}, - [1062] = {.lex_state = 2049, .external_lex_state = 9}, - [1063] = {.lex_state = 2049, .external_lex_state = 9}, - [1064] = {.lex_state = 2049, .external_lex_state = 9}, - [1065] = {.lex_state = 2049, .external_lex_state = 9}, - [1066] = {.lex_state = 2049, .external_lex_state = 9}, - [1067] = {.lex_state = 2049, .external_lex_state = 9}, - [1068] = {.lex_state = 2049, .external_lex_state = 9}, - [1069] = {.lex_state = 2049, .external_lex_state = 19}, - [1070] = {.lex_state = 2, .external_lex_state = 10}, - [1071] = {.lex_state = 2049, .external_lex_state = 19}, - [1072] = {.lex_state = 2049, .external_lex_state = 19}, - [1073] = {.lex_state = 2049, .external_lex_state = 19}, - [1074] = {.lex_state = 2049, .external_lex_state = 9}, - [1075] = {.lex_state = 2049, .external_lex_state = 19}, - [1076] = {.lex_state = 2049, .external_lex_state = 19}, - [1077] = {.lex_state = 2049, .external_lex_state = 19}, - [1078] = {.lex_state = 2049, .external_lex_state = 19}, - [1079] = {.lex_state = 2049, .external_lex_state = 19}, - [1080] = {.lex_state = 2049, .external_lex_state = 19}, - [1081] = {.lex_state = 2049, .external_lex_state = 19}, - [1082] = {.lex_state = 2049, .external_lex_state = 19}, - [1083] = {.lex_state = 2049, .external_lex_state = 19}, - [1084] = {.lex_state = 2049, .external_lex_state = 19}, - [1085] = {.lex_state = 2049, .external_lex_state = 19}, - [1086] = {.lex_state = 2049, .external_lex_state = 19}, - [1087] = {.lex_state = 2049, .external_lex_state = 19}, - [1088] = {.lex_state = 2049, .external_lex_state = 19}, - [1089] = {.lex_state = 2049, .external_lex_state = 19}, - [1090] = {.lex_state = 2049, .external_lex_state = 19}, - [1091] = {.lex_state = 2049, .external_lex_state = 19}, - [1092] = {.lex_state = 2049, .external_lex_state = 9}, - [1093] = {.lex_state = 2049, .external_lex_state = 24}, - [1094] = {.lex_state = 2049, .external_lex_state = 28}, - [1095] = {.lex_state = 2049, .external_lex_state = 28}, - [1096] = {.lex_state = 2049, .external_lex_state = 28}, - [1097] = {.lex_state = 2049, .external_lex_state = 28}, - [1098] = {.lex_state = 2049, .external_lex_state = 22}, - [1099] = {.lex_state = 2049, .external_lex_state = 22}, - [1100] = {.lex_state = 2049, .external_lex_state = 22}, - [1101] = {.lex_state = 2049, .external_lex_state = 22}, - [1102] = {.lex_state = 2049, .external_lex_state = 22}, - [1103] = {.lex_state = 2049, .external_lex_state = 22}, - [1104] = {.lex_state = 2049, .external_lex_state = 22}, - [1105] = {.lex_state = 2049, .external_lex_state = 22}, - [1106] = {.lex_state = 2049, .external_lex_state = 22}, - [1107] = {.lex_state = 2049, .external_lex_state = 22}, - [1108] = {.lex_state = 2049, .external_lex_state = 22}, - [1109] = {.lex_state = 2049, .external_lex_state = 22}, - [1110] = {.lex_state = 2049, .external_lex_state = 22}, - [1111] = {.lex_state = 2049, .external_lex_state = 22}, - [1112] = {.lex_state = 2049, .external_lex_state = 22}, - [1113] = {.lex_state = 2049, .external_lex_state = 22}, - [1114] = {.lex_state = 2049, .external_lex_state = 22}, - [1115] = {.lex_state = 2049, .external_lex_state = 22}, - [1116] = {.lex_state = 2049, .external_lex_state = 22}, - [1117] = {.lex_state = 2049, .external_lex_state = 16}, - [1118] = {.lex_state = 2049, .external_lex_state = 22}, - [1119] = {.lex_state = 2049, .external_lex_state = 22}, - [1120] = {.lex_state = 2049, .external_lex_state = 22}, - [1121] = {.lex_state = 2049, .external_lex_state = 22}, - [1122] = {.lex_state = 2049, .external_lex_state = 22}, - [1123] = {.lex_state = 2049, .external_lex_state = 22}, - [1124] = {.lex_state = 2049, .external_lex_state = 23}, - [1125] = {.lex_state = 2049, .external_lex_state = 23}, - [1126] = {.lex_state = 2049, .external_lex_state = 23}, - [1127] = {.lex_state = 2049, .external_lex_state = 23}, - [1128] = {.lex_state = 2049, .external_lex_state = 23}, - [1129] = {.lex_state = 2049, .external_lex_state = 23}, - [1130] = {.lex_state = 2049, .external_lex_state = 23}, - [1131] = {.lex_state = 2049, .external_lex_state = 23}, - [1132] = {.lex_state = 2049, .external_lex_state = 23}, - [1133] = {.lex_state = 2049, .external_lex_state = 23}, - [1134] = {.lex_state = 2049, .external_lex_state = 23}, - [1135] = {.lex_state = 2049, .external_lex_state = 23}, - [1136] = {.lex_state = 2049, .external_lex_state = 23}, - [1137] = {.lex_state = 2049, .external_lex_state = 23}, - [1138] = {.lex_state = 2049, .external_lex_state = 23}, - [1139] = {.lex_state = 2049, .external_lex_state = 23}, - [1140] = {.lex_state = 2049, .external_lex_state = 23}, - [1141] = {.lex_state = 2049, .external_lex_state = 23}, - [1142] = {.lex_state = 2049, .external_lex_state = 23}, - [1143] = {.lex_state = 2049, .external_lex_state = 16}, - [1144] = {.lex_state = 2049, .external_lex_state = 23}, - [1145] = {.lex_state = 2049, .external_lex_state = 23}, - [1146] = {.lex_state = 2049, .external_lex_state = 23}, - [1147] = {.lex_state = 2049, .external_lex_state = 23}, - [1148] = {.lex_state = 2049, .external_lex_state = 23}, - [1149] = {.lex_state = 2049, .external_lex_state = 23}, - [1150] = {.lex_state = 2049, .external_lex_state = 20}, - [1151] = {.lex_state = 2049, .external_lex_state = 20}, - [1152] = {.lex_state = 2049, .external_lex_state = 20}, - [1153] = {.lex_state = 2049, .external_lex_state = 20}, - [1154] = {.lex_state = 2049, .external_lex_state = 20}, - [1155] = {.lex_state = 2049, .external_lex_state = 20}, - [1156] = {.lex_state = 2049, .external_lex_state = 20}, - [1157] = {.lex_state = 2049, .external_lex_state = 20}, - [1158] = {.lex_state = 2049, .external_lex_state = 20}, - [1159] = {.lex_state = 2049, .external_lex_state = 20}, - [1160] = {.lex_state = 2049, .external_lex_state = 20}, - [1161] = {.lex_state = 2049, .external_lex_state = 20}, - [1162] = {.lex_state = 2049, .external_lex_state = 20}, - [1163] = {.lex_state = 2049, .external_lex_state = 20}, - [1164] = {.lex_state = 2049, .external_lex_state = 20}, - [1165] = {.lex_state = 2049, .external_lex_state = 20}, - [1166] = {.lex_state = 2049, .external_lex_state = 20}, - [1167] = {.lex_state = 2049, .external_lex_state = 20}, - [1168] = {.lex_state = 2049, .external_lex_state = 20}, - [1169] = {.lex_state = 2, .external_lex_state = 10}, - [1170] = {.lex_state = 2049, .external_lex_state = 16}, - [1171] = {.lex_state = 2049, .external_lex_state = 20}, - [1172] = {.lex_state = 2049, .external_lex_state = 20}, - [1173] = {.lex_state = 2049, .external_lex_state = 20}, - [1174] = {.lex_state = 2049, .external_lex_state = 20}, - [1175] = {.lex_state = 2049, .external_lex_state = 20}, - [1176] = {.lex_state = 2049, .external_lex_state = 20}, - [1177] = {.lex_state = 2, .external_lex_state = 10}, - [1178] = {.lex_state = 2049, .external_lex_state = 26}, - [1179] = {.lex_state = 2049, .external_lex_state = 26}, - [1180] = {.lex_state = 2049, .external_lex_state = 26}, - [1181] = {.lex_state = 2049, .external_lex_state = 26}, - [1182] = {.lex_state = 2, .external_lex_state = 10}, - [1183] = {.lex_state = 2, .external_lex_state = 10}, - [1184] = {.lex_state = 2, .external_lex_state = 10}, - [1185] = {.lex_state = 2, .external_lex_state = 10}, - [1186] = {.lex_state = 2049, .external_lex_state = 26}, - [1187] = {.lex_state = 2049, .external_lex_state = 26}, - [1188] = {.lex_state = 2049, .external_lex_state = 21}, - [1189] = {.lex_state = 2, .external_lex_state = 10}, - [1190] = {.lex_state = 2049, .external_lex_state = 21}, - [1191] = {.lex_state = 2049, .external_lex_state = 21}, - [1192] = {.lex_state = 2, .external_lex_state = 10}, - [1193] = {.lex_state = 2049, .external_lex_state = 21}, - [1194] = {.lex_state = 2049, .external_lex_state = 21}, - [1195] = {.lex_state = 2, .external_lex_state = 10}, - [1196] = {.lex_state = 2049, .external_lex_state = 21}, - [1197] = {.lex_state = 2049, .external_lex_state = 19}, - [1198] = {.lex_state = 2, .external_lex_state = 10}, - [1199] = {.lex_state = 2049, .external_lex_state = 21}, - [1200] = {.lex_state = 2049, .external_lex_state = 21}, - [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 = 2049, .external_lex_state = 21}, - [1214] = {.lex_state = 2049, .external_lex_state = 21}, - [1215] = {.lex_state = 2, .external_lex_state = 10}, - [1216] = {.lex_state = 2049, .external_lex_state = 21}, - [1217] = {.lex_state = 2049, .external_lex_state = 21}, - [1218] = {.lex_state = 2, .external_lex_state = 10}, - [1219] = {.lex_state = 2, .external_lex_state = 10}, + [1017] = {.lex_state = 2048, .external_lex_state = 9}, + [1018] = {.lex_state = 2048, .external_lex_state = 9}, + [1019] = {.lex_state = 2048, .external_lex_state = 9}, + [1020] = {.lex_state = 2048, .external_lex_state = 9}, + [1021] = {.lex_state = 2048, .external_lex_state = 9}, + [1022] = {.lex_state = 2, .external_lex_state = 10}, + [1023] = {.lex_state = 2048, .external_lex_state = 9}, + [1024] = {.lex_state = 2048, .external_lex_state = 9}, + [1025] = {.lex_state = 2048, .external_lex_state = 9}, + [1026] = {.lex_state = 2048, .external_lex_state = 9}, + [1027] = {.lex_state = 2048, .external_lex_state = 9}, + [1028] = {.lex_state = 2048, .external_lex_state = 9}, + [1029] = {.lex_state = 2048, .external_lex_state = 9}, + [1030] = {.lex_state = 2048, .external_lex_state = 9}, + [1031] = {.lex_state = 2048, .external_lex_state = 9}, + [1032] = {.lex_state = 2048, .external_lex_state = 9}, + [1033] = {.lex_state = 2048, .external_lex_state = 9}, + [1034] = {.lex_state = 2048, .external_lex_state = 9}, + [1035] = {.lex_state = 2048, .external_lex_state = 9}, + [1036] = {.lex_state = 2, .external_lex_state = 10}, + [1037] = {.lex_state = 2, .external_lex_state = 10}, + [1038] = {.lex_state = 2048, .external_lex_state = 9}, + [1039] = {.lex_state = 2048, .external_lex_state = 9}, + [1040] = {.lex_state = 2048, .external_lex_state = 9}, + [1041] = {.lex_state = 2048, .external_lex_state = 9}, + [1042] = {.lex_state = 2048, .external_lex_state = 9}, + [1043] = {.lex_state = 2048, .external_lex_state = 9}, + [1044] = {.lex_state = 2048, .external_lex_state = 9}, + [1045] = {.lex_state = 2048, .external_lex_state = 9}, + [1046] = {.lex_state = 2048, .external_lex_state = 9}, + [1047] = {.lex_state = 2048, .external_lex_state = 9}, + [1048] = {.lex_state = 2048, .external_lex_state = 9}, + [1049] = {.lex_state = 2048, .external_lex_state = 9}, + [1050] = {.lex_state = 2048, .external_lex_state = 9}, + [1051] = {.lex_state = 2048, .external_lex_state = 9}, + [1052] = {.lex_state = 2048, .external_lex_state = 9}, + [1053] = {.lex_state = 2048, .external_lex_state = 9}, + [1054] = {.lex_state = 2048, .external_lex_state = 19}, + [1055] = {.lex_state = 2048, .external_lex_state = 19}, + [1056] = {.lex_state = 2048, .external_lex_state = 19}, + [1057] = {.lex_state = 2048, .external_lex_state = 19}, + [1058] = {.lex_state = 2048, .external_lex_state = 19}, + [1059] = {.lex_state = 2048, .external_lex_state = 19}, + [1060] = {.lex_state = 2048, .external_lex_state = 9}, + [1061] = {.lex_state = 2048, .external_lex_state = 19}, + [1062] = {.lex_state = 2048, .external_lex_state = 19}, + [1063] = {.lex_state = 2048, .external_lex_state = 19}, + [1064] = {.lex_state = 2048, .external_lex_state = 19}, + [1065] = {.lex_state = 2048, .external_lex_state = 19}, + [1066] = {.lex_state = 2048, .external_lex_state = 19}, + [1067] = {.lex_state = 2048, .external_lex_state = 19}, + [1068] = {.lex_state = 2048, .external_lex_state = 19}, + [1069] = {.lex_state = 2048, .external_lex_state = 19}, + [1070] = {.lex_state = 2048, .external_lex_state = 19}, + [1071] = {.lex_state = 2048, .external_lex_state = 9}, + [1072] = {.lex_state = 2048, .external_lex_state = 19}, + [1073] = {.lex_state = 2048, .external_lex_state = 19}, + [1074] = {.lex_state = 2048, .external_lex_state = 19}, + [1075] = {.lex_state = 2048, .external_lex_state = 9}, + [1076] = {.lex_state = 2048, .external_lex_state = 19}, + [1077] = {.lex_state = 2048, .external_lex_state = 19}, + [1078] = {.lex_state = 2048, .external_lex_state = 19}, + [1079] = {.lex_state = 2048, .external_lex_state = 19}, + [1080] = {.lex_state = 2048, .external_lex_state = 19}, + [1081] = {.lex_state = 2048, .external_lex_state = 19}, + [1082] = {.lex_state = 2, .external_lex_state = 10}, + [1083] = {.lex_state = 2, .external_lex_state = 10}, + [1084] = {.lex_state = 2, .external_lex_state = 10}, + [1085] = {.lex_state = 2, .external_lex_state = 10}, + [1086] = {.lex_state = 2, .external_lex_state = 10}, + [1087] = {.lex_state = 2, .external_lex_state = 10}, + [1088] = {.lex_state = 2, .external_lex_state = 10}, + [1089] = {.lex_state = 2, .external_lex_state = 10}, + [1090] = {.lex_state = 2, .external_lex_state = 10}, + [1091] = {.lex_state = 2, .external_lex_state = 10}, + [1092] = {.lex_state = 2, .external_lex_state = 10}, + [1093] = {.lex_state = 2, .external_lex_state = 10}, + [1094] = {.lex_state = 2, .external_lex_state = 10}, + [1095] = {.lex_state = 2, .external_lex_state = 10}, + [1096] = {.lex_state = 2048, .external_lex_state = 9}, + [1097] = {.lex_state = 2048, .external_lex_state = 21}, + [1098] = {.lex_state = 2, .external_lex_state = 10}, + [1099] = {.lex_state = 2, .external_lex_state = 10}, + [1100] = {.lex_state = 2, .external_lex_state = 10}, + [1101] = {.lex_state = 2, .external_lex_state = 10}, + [1102] = {.lex_state = 2, .external_lex_state = 10}, + [1103] = {.lex_state = 2, .external_lex_state = 10}, + [1104] = {.lex_state = 2, .external_lex_state = 10}, + [1105] = {.lex_state = 2, .external_lex_state = 10}, + [1106] = {.lex_state = 2, .external_lex_state = 10}, + [1107] = {.lex_state = 2, .external_lex_state = 10}, + [1108] = {.lex_state = 2, .external_lex_state = 10}, + [1109] = {.lex_state = 2, .external_lex_state = 10}, + [1110] = {.lex_state = 2, .external_lex_state = 10}, + [1111] = {.lex_state = 2, .external_lex_state = 10}, + [1112] = {.lex_state = 2, .external_lex_state = 10}, + [1113] = {.lex_state = 2048, .external_lex_state = 19}, + [1114] = {.lex_state = 3, .external_lex_state = 10}, + [1115] = {.lex_state = 2048, .external_lex_state = 19}, + [1116] = {.lex_state = 2048, .external_lex_state = 19}, + [1117] = {.lex_state = 2048, .external_lex_state = 19}, + [1118] = {.lex_state = 2, .external_lex_state = 10}, + [1119] = {.lex_state = 2, .external_lex_state = 10}, + [1120] = {.lex_state = 2048, .external_lex_state = 19}, + [1121] = {.lex_state = 2048, .external_lex_state = 19}, + [1122] = {.lex_state = 1, .external_lex_state = 10}, + [1123] = {.lex_state = 1, .external_lex_state = 10}, + [1124] = {.lex_state = 1, .external_lex_state = 10}, + [1125] = {.lex_state = 1, .external_lex_state = 10}, + [1126] = {.lex_state = 1, .external_lex_state = 10}, + [1127] = {.lex_state = 1, .external_lex_state = 10}, + [1128] = {.lex_state = 3, .external_lex_state = 10}, + [1129] = {.lex_state = 2048, .external_lex_state = 19}, + [1130] = {.lex_state = 2048, .external_lex_state = 19}, + [1131] = {.lex_state = 2048, .external_lex_state = 19}, + [1132] = {.lex_state = 2048, .external_lex_state = 19}, + [1133] = {.lex_state = 2048, .external_lex_state = 19}, + [1134] = {.lex_state = 2048, .external_lex_state = 19}, + [1135] = {.lex_state = 2048, .external_lex_state = 19}, + [1136] = {.lex_state = 2048, .external_lex_state = 19}, + [1137] = {.lex_state = 3, .external_lex_state = 10}, + [1138] = {.lex_state = 2048, .external_lex_state = 19}, + [1139] = {.lex_state = 2048, .external_lex_state = 19}, + [1140] = {.lex_state = 2048, .external_lex_state = 19}, + [1141] = {.lex_state = 2, .external_lex_state = 10}, + [1142] = {.lex_state = 2048, .external_lex_state = 13}, + [1143] = {.lex_state = 2, .external_lex_state = 10}, + [1144] = {.lex_state = 2048, .external_lex_state = 19}, + [1145] = {.lex_state = 2048, .external_lex_state = 19}, + [1146] = {.lex_state = 2048, .external_lex_state = 19}, + [1147] = {.lex_state = 2048, .external_lex_state = 17}, + [1148] = {.lex_state = 2048, .external_lex_state = 17}, + [1149] = {.lex_state = 3, .external_lex_state = 10}, + [1150] = {.lex_state = 3, .external_lex_state = 10}, + [1151] = {.lex_state = 2048, .external_lex_state = 17}, + [1152] = {.lex_state = 2048, .external_lex_state = 17}, + [1153] = {.lex_state = 2048, .external_lex_state = 17}, + [1154] = {.lex_state = 2048, .external_lex_state = 17}, + [1155] = {.lex_state = 2048, .external_lex_state = 17}, + [1156] = {.lex_state = 2048, .external_lex_state = 17}, + [1157] = {.lex_state = 2048, .external_lex_state = 17}, + [1158] = {.lex_state = 2048, .external_lex_state = 17}, + [1159] = {.lex_state = 2048, .external_lex_state = 17}, + [1160] = {.lex_state = 2048, .external_lex_state = 17}, + [1161] = {.lex_state = 2048, .external_lex_state = 17}, + [1162] = {.lex_state = 2048, .external_lex_state = 19}, + [1163] = {.lex_state = 3, .external_lex_state = 10}, + [1164] = {.lex_state = 2, .external_lex_state = 10}, + [1165] = {.lex_state = 3, .external_lex_state = 10}, + [1166] = {.lex_state = 3, .external_lex_state = 10}, + [1167] = {.lex_state = 2, .external_lex_state = 10}, + [1168] = {.lex_state = 2, .external_lex_state = 10}, + [1169] = {.lex_state = 3, .external_lex_state = 10}, + [1170] = {.lex_state = 2048, .external_lex_state = 19}, + [1171] = {.lex_state = 1, .external_lex_state = 10}, + [1172] = {.lex_state = 1, .external_lex_state = 10}, + [1173] = {.lex_state = 1, .external_lex_state = 10}, + [1174] = {.lex_state = 3, .external_lex_state = 10}, + [1175] = {.lex_state = 1, .external_lex_state = 10}, + [1176] = {.lex_state = 1, .external_lex_state = 10}, + [1177] = {.lex_state = 1, .external_lex_state = 10}, + [1178] = {.lex_state = 1, .external_lex_state = 10}, + [1179] = {.lex_state = 1, .external_lex_state = 10}, + [1180] = {.lex_state = 1, .external_lex_state = 10}, + [1181] = {.lex_state = 1, .external_lex_state = 10}, + [1182] = {.lex_state = 1, .external_lex_state = 10}, + [1183] = {.lex_state = 1, .external_lex_state = 10}, + [1184] = {.lex_state = 1, .external_lex_state = 10}, + [1185] = {.lex_state = 2048, .external_lex_state = 19}, + [1186] = {.lex_state = 3, .external_lex_state = 10}, + [1187] = {.lex_state = 3, .external_lex_state = 10}, + [1188] = {.lex_state = 2048, .external_lex_state = 19}, + [1189] = {.lex_state = 2048, .external_lex_state = 19}, + [1190] = {.lex_state = 2, .external_lex_state = 10}, + [1191] = {.lex_state = 2048, .external_lex_state = 19}, + [1192] = {.lex_state = 3, .external_lex_state = 10}, + [1193] = {.lex_state = 2, .external_lex_state = 10}, + [1194] = {.lex_state = 2048, .external_lex_state = 19}, + [1195] = {.lex_state = 2048, .external_lex_state = 19}, + [1196] = {.lex_state = 2048, .external_lex_state = 19}, + [1197] = {.lex_state = 2048, .external_lex_state = 19}, + [1198] = {.lex_state = 3, .external_lex_state = 10}, + [1199] = {.lex_state = 2048, .external_lex_state = 19}, + [1200] = {.lex_state = 3, .external_lex_state = 10}, + [1201] = {.lex_state = 2048, .external_lex_state = 19}, + [1202] = {.lex_state = 2048, .external_lex_state = 19}, + [1203] = {.lex_state = 3, .external_lex_state = 10}, + [1204] = {.lex_state = 3, .external_lex_state = 10}, + [1205] = {.lex_state = 2048, .external_lex_state = 19}, + [1206] = {.lex_state = 2048, .external_lex_state = 19}, + [1207] = {.lex_state = 2048, .external_lex_state = 13}, + [1208] = {.lex_state = 2048, .external_lex_state = 19}, + [1209] = {.lex_state = 2048, .external_lex_state = 19}, + [1210] = {.lex_state = 3, .external_lex_state = 10}, + [1211] = {.lex_state = 2048, .external_lex_state = 13}, + [1212] = {.lex_state = 3, .external_lex_state = 10}, + [1213] = {.lex_state = 1, .external_lex_state = 10}, + [1214] = {.lex_state = 1, .external_lex_state = 10}, + [1215] = {.lex_state = 1, .external_lex_state = 10}, + [1216] = {.lex_state = 1, .external_lex_state = 10}, + [1217] = {.lex_state = 2, .external_lex_state = 10}, + [1218] = {.lex_state = 1, .external_lex_state = 10}, + [1219] = {.lex_state = 3, .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 = 2049, .external_lex_state = 21}, - [1224] = {.lex_state = 2, .external_lex_state = 10}, - [1225] = {.lex_state = 2, .external_lex_state = 10}, - [1226] = {.lex_state = 2049, .external_lex_state = 21}, - [1227] = {.lex_state = 2, .external_lex_state = 10}, - [1228] = {.lex_state = 2, .external_lex_state = 10}, - [1229] = {.lex_state = 2049, .external_lex_state = 21}, - [1230] = {.lex_state = 2, .external_lex_state = 10}, - [1231] = {.lex_state = 2, .external_lex_state = 10}, - [1232] = {.lex_state = 2049, .external_lex_state = 21}, - [1233] = {.lex_state = 2, .external_lex_state = 10}, - [1234] = {.lex_state = 2, .external_lex_state = 10}, - [1235] = {.lex_state = 2, .external_lex_state = 10}, + [1221] = {.lex_state = 1, .external_lex_state = 10}, + [1222] = {.lex_state = 2048, .external_lex_state = 17}, + [1223] = {.lex_state = 2048, .external_lex_state = 17}, + [1224] = {.lex_state = 2048, .external_lex_state = 17}, + [1225] = {.lex_state = 2048, .external_lex_state = 17}, + [1226] = {.lex_state = 2048, .external_lex_state = 27}, + [1227] = {.lex_state = 2048, .external_lex_state = 17}, + [1228] = {.lex_state = 2048, .external_lex_state = 17}, + [1229] = {.lex_state = 2, .external_lex_state = 10}, + [1230] = {.lex_state = 2048, .external_lex_state = 27}, + [1231] = {.lex_state = 2048, .external_lex_state = 19}, + [1232] = {.lex_state = 2048, .external_lex_state = 27}, + [1233] = {.lex_state = 2048, .external_lex_state = 27}, + [1234] = {.lex_state = 2048, .external_lex_state = 27}, + [1235] = {.lex_state = 2048, .external_lex_state = 27}, [1236] = {.lex_state = 2, .external_lex_state = 10}, - [1237] = {.lex_state = 2, .external_lex_state = 10}, - [1238] = {.lex_state = 2049, .external_lex_state = 21}, - [1239] = {.lex_state = 2, .external_lex_state = 10}, + [1237] = {.lex_state = 2048, .external_lex_state = 27}, + [1238] = {.lex_state = 2, .external_lex_state = 10}, + [1239] = {.lex_state = 2048, .external_lex_state = 19}, [1240] = {.lex_state = 2, .external_lex_state = 10}, - [1241] = {.lex_state = 2049, .external_lex_state = 21}, - [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 = 10}, + [1241] = {.lex_state = 2, .external_lex_state = 10}, + [1242] = {.lex_state = 2048, .external_lex_state = 19}, + [1243] = {.lex_state = 2048, .external_lex_state = 19}, + [1244] = {.lex_state = 2048, .external_lex_state = 19}, + [1245] = {.lex_state = 2048, .external_lex_state = 19}, + [1246] = {.lex_state = 2048, .external_lex_state = 19}, + [1247] = {.lex_state = 2048, .external_lex_state = 19}, + [1248] = {.lex_state = 2048, .external_lex_state = 13}, [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 = 10}, - [1253] = {.lex_state = 2, .external_lex_state = 10}, - [1254] = {.lex_state = 2, .external_lex_state = 10}, + [1251] = {.lex_state = 2048, .external_lex_state = 27}, + [1252] = {.lex_state = 2048, .external_lex_state = 27}, + [1253] = {.lex_state = 2048, .external_lex_state = 19}, + [1254] = {.lex_state = 2048, .external_lex_state = 19}, [1255] = {.lex_state = 2, .external_lex_state = 10}, - [1256] = {.lex_state = 2, .external_lex_state = 10}, - [1257] = {.lex_state = 2, .external_lex_state = 10}, + [1256] = {.lex_state = 2048, .external_lex_state = 19}, + [1257] = {.lex_state = 2048, .external_lex_state = 19}, [1258] = {.lex_state = 2, .external_lex_state = 10}, - [1259] = {.lex_state = 2, .external_lex_state = 10}, - [1260] = {.lex_state = 2, .external_lex_state = 10}, + [1259] = {.lex_state = 2048, .external_lex_state = 19}, + [1260] = {.lex_state = 2048, .external_lex_state = 19}, [1261] = {.lex_state = 2, .external_lex_state = 10}, [1262] = {.lex_state = 2, .external_lex_state = 10}, - [1263] = {.lex_state = 2, .external_lex_state = 10}, - [1264] = {.lex_state = 2, .external_lex_state = 10}, - [1265] = {.lex_state = 2, .external_lex_state = 10}, - [1266] = {.lex_state = 2049, .external_lex_state = 21}, - [1267] = {.lex_state = 2049, .external_lex_state = 26}, - [1268] = {.lex_state = 2049, .external_lex_state = 21}, - [1269] = {.lex_state = 2049, .external_lex_state = 21}, - [1270] = {.lex_state = 2049, .external_lex_state = 21}, - [1271] = {.lex_state = 2049, .external_lex_state = 21}, - [1272] = {.lex_state = 2049, .external_lex_state = 21}, - [1273] = {.lex_state = 2049, .external_lex_state = 21}, - [1274] = {.lex_state = 2049, .external_lex_state = 26}, - [1275] = {.lex_state = 2049, .external_lex_state = 25}, - [1276] = {.lex_state = 2049, .external_lex_state = 25}, - [1277] = {.lex_state = 2049, .external_lex_state = 25}, - [1278] = {.lex_state = 2049, .external_lex_state = 25}, - [1279] = {.lex_state = 2049, .external_lex_state = 25}, - [1280] = {.lex_state = 2049, .external_lex_state = 25}, - [1281] = {.lex_state = 2049, .external_lex_state = 19}, - [1282] = {.lex_state = 2049, .external_lex_state = 25}, - [1283] = {.lex_state = 2049, .external_lex_state = 25}, - [1284] = {.lex_state = 2049, .external_lex_state = 25}, - [1285] = {.lex_state = 2049, .external_lex_state = 25}, - [1286] = {.lex_state = 2049, .external_lex_state = 25}, - [1287] = {.lex_state = 2049, .external_lex_state = 25}, - [1288] = {.lex_state = 2049, .external_lex_state = 25}, - [1289] = {.lex_state = 2049, .external_lex_state = 25}, - [1290] = {.lex_state = 2049, .external_lex_state = 25}, - [1291] = {.lex_state = 2049, .external_lex_state = 25}, - [1292] = {.lex_state = 2049, .external_lex_state = 25}, - [1293] = {.lex_state = 2049, .external_lex_state = 25}, - [1294] = {.lex_state = 2049, .external_lex_state = 25}, - [1295] = {.lex_state = 2049, .external_lex_state = 19}, - [1296] = {.lex_state = 2049, .external_lex_state = 25}, - [1297] = {.lex_state = 2049, .external_lex_state = 25}, - [1298] = {.lex_state = 2049, .external_lex_state = 25}, - [1299] = {.lex_state = 2049, .external_lex_state = 25}, - [1300] = {.lex_state = 2049, .external_lex_state = 25}, - [1301] = {.lex_state = 2049, .external_lex_state = 25}, - [1302] = {.lex_state = 2049, .external_lex_state = 19}, - [1303] = {.lex_state = 2049, .external_lex_state = 27}, - [1304] = {.lex_state = 2049, .external_lex_state = 27}, - [1305] = {.lex_state = 2049, .external_lex_state = 27}, - [1306] = {.lex_state = 2049, .external_lex_state = 27}, - [1307] = {.lex_state = 2049, .external_lex_state = 27}, - [1308] = {.lex_state = 2049, .external_lex_state = 27}, - [1309] = {.lex_state = 2049, .external_lex_state = 27}, - [1310] = {.lex_state = 2049, .external_lex_state = 27}, - [1311] = {.lex_state = 2049, .external_lex_state = 27}, - [1312] = {.lex_state = 2049, .external_lex_state = 27}, - [1313] = {.lex_state = 2049, .external_lex_state = 27}, - [1314] = {.lex_state = 2049, .external_lex_state = 27}, - [1315] = {.lex_state = 2049, .external_lex_state = 27}, - [1316] = {.lex_state = 2049, .external_lex_state = 27}, - [1317] = {.lex_state = 2049, .external_lex_state = 27}, - [1318] = {.lex_state = 2049, .external_lex_state = 27}, - [1319] = {.lex_state = 2049, .external_lex_state = 27}, - [1320] = {.lex_state = 2049, .external_lex_state = 27}, - [1321] = {.lex_state = 2049, .external_lex_state = 27}, - [1322] = {.lex_state = 2049, .external_lex_state = 13}, - [1323] = {.lex_state = 2049, .external_lex_state = 27}, - [1324] = {.lex_state = 2049, .external_lex_state = 27}, - [1325] = {.lex_state = 2049, .external_lex_state = 27}, - [1326] = {.lex_state = 2049, .external_lex_state = 27}, - [1327] = {.lex_state = 2049, .external_lex_state = 27}, - [1328] = {.lex_state = 2049, .external_lex_state = 27}, - [1329] = {.lex_state = 3, .external_lex_state = 10}, - [1330] = {.lex_state = 3, .external_lex_state = 10}, - [1331] = {.lex_state = 3, .external_lex_state = 10}, - [1332] = {.lex_state = 3, .external_lex_state = 10}, - [1333] = {.lex_state = 2049, .external_lex_state = 26}, - [1334] = {.lex_state = 3, .external_lex_state = 10}, - [1335] = {.lex_state = 2049, .external_lex_state = 26}, - [1336] = {.lex_state = 3, .external_lex_state = 10}, - [1337] = {.lex_state = 3, .external_lex_state = 10}, - [1338] = {.lex_state = 3, .external_lex_state = 10}, - [1339] = {.lex_state = 3, .external_lex_state = 10}, - [1340] = {.lex_state = 3, .external_lex_state = 10}, - [1341] = {.lex_state = 3, .external_lex_state = 10}, - [1342] = {.lex_state = 3, .external_lex_state = 10}, - [1343] = {.lex_state = 3, .external_lex_state = 10}, - [1344] = {.lex_state = 3, .external_lex_state = 10}, - [1345] = {.lex_state = 3, .external_lex_state = 10}, - [1346] = {.lex_state = 3, .external_lex_state = 10}, - [1347] = {.lex_state = 3, .external_lex_state = 10}, - [1348] = {.lex_state = 3, .external_lex_state = 10}, - [1349] = {.lex_state = 2049, .external_lex_state = 19}, - [1350] = {.lex_state = 3, .external_lex_state = 10}, - [1351] = {.lex_state = 3, .external_lex_state = 10}, - [1352] = {.lex_state = 3, .external_lex_state = 10}, - [1353] = {.lex_state = 3, .external_lex_state = 10}, - [1354] = {.lex_state = 3, .external_lex_state = 10}, - [1355] = {.lex_state = 2049, .external_lex_state = 16}, - [1356] = {.lex_state = 2049, .external_lex_state = 19}, - [1357] = {.lex_state = 2049, .external_lex_state = 16}, - [1358] = {.lex_state = 2049, .external_lex_state = 16}, - [1359] = {.lex_state = 2049, .external_lex_state = 19}, - [1360] = {.lex_state = 2049, .external_lex_state = 19}, - [1361] = {.lex_state = 2049, .external_lex_state = 19}, - [1362] = {.lex_state = 2049, .external_lex_state = 19}, - [1363] = {.lex_state = 3, .external_lex_state = 10}, - [1364] = {.lex_state = 2049, .external_lex_state = 19}, - [1365] = {.lex_state = 2049, .external_lex_state = 19}, - [1366] = {.lex_state = 2049, .external_lex_state = 13}, - [1367] = {.lex_state = 2049, .external_lex_state = 19}, - [1368] = {.lex_state = 2049, .external_lex_state = 13}, - [1369] = {.lex_state = 2049, .external_lex_state = 28}, - [1370] = {.lex_state = 2049, .external_lex_state = 19}, - [1371] = {.lex_state = 2049, .external_lex_state = 28}, - [1372] = {.lex_state = 2049, .external_lex_state = 19}, - [1373] = {.lex_state = 2049, .external_lex_state = 28}, - [1374] = {.lex_state = 2049, .external_lex_state = 28}, - [1375] = {.lex_state = 2049, .external_lex_state = 28}, - [1376] = {.lex_state = 2049, .external_lex_state = 28}, - [1377] = {.lex_state = 2049, .external_lex_state = 19}, - [1378] = {.lex_state = 2049, .external_lex_state = 19}, - [1379] = {.lex_state = 2049, .external_lex_state = 19}, - [1380] = {.lex_state = 2049, .external_lex_state = 19}, - [1381] = {.lex_state = 2049, .external_lex_state = 19}, - [1382] = {.lex_state = 2049, .external_lex_state = 19}, - [1383] = {.lex_state = 2049, .external_lex_state = 19}, - [1384] = {.lex_state = 2049, .external_lex_state = 19}, - [1385] = {.lex_state = 2049, .external_lex_state = 19}, - [1386] = {.lex_state = 2049, .external_lex_state = 19}, - [1387] = {.lex_state = 2049, .external_lex_state = 28}, - [1388] = {.lex_state = 2049, .external_lex_state = 19}, - [1389] = {.lex_state = 2049, .external_lex_state = 19}, - [1390] = {.lex_state = 2049, .external_lex_state = 28}, - [1391] = {.lex_state = 2049, .external_lex_state = 19}, - [1392] = {.lex_state = 2049, .external_lex_state = 19}, - [1393] = {.lex_state = 2049, .external_lex_state = 28}, - [1394] = {.lex_state = 2049, .external_lex_state = 19}, - [1395] = {.lex_state = 2049, .external_lex_state = 19}, - [1396] = {.lex_state = 2049, .external_lex_state = 16}, - [1397] = {.lex_state = 2049, .external_lex_state = 16}, - [1398] = {.lex_state = 2049, .external_lex_state = 16}, - [1399] = {.lex_state = 2049, .external_lex_state = 16}, - [1400] = {.lex_state = 1, .external_lex_state = 10}, - [1401] = {.lex_state = 1, .external_lex_state = 10}, - [1402] = {.lex_state = 1, .external_lex_state = 10}, - [1403] = {.lex_state = 1, .external_lex_state = 10}, - [1404] = {.lex_state = 1, .external_lex_state = 10}, - [1405] = {.lex_state = 1, .external_lex_state = 10}, - [1406] = {.lex_state = 2049, .external_lex_state = 16}, - [1407] = {.lex_state = 2049, .external_lex_state = 16}, - [1408] = {.lex_state = 2049, .external_lex_state = 28}, - [1409] = {.lex_state = 2049, .external_lex_state = 19}, - [1410] = {.lex_state = 2049, .external_lex_state = 28}, - [1411] = {.lex_state = 2049, .external_lex_state = 19}, - [1412] = {.lex_state = 2049, .external_lex_state = 19}, - [1413] = {.lex_state = 2049, .external_lex_state = 19}, - [1414] = {.lex_state = 2049, .external_lex_state = 19}, - [1415] = {.lex_state = 2049, .external_lex_state = 28}, - [1416] = {.lex_state = 2049, .external_lex_state = 19}, - [1417] = {.lex_state = 2049, .external_lex_state = 19}, - [1418] = {.lex_state = 2049, .external_lex_state = 28}, - [1419] = {.lex_state = 2049, .external_lex_state = 28}, - [1420] = {.lex_state = 2049, .external_lex_state = 19}, - [1421] = {.lex_state = 2049, .external_lex_state = 28}, - [1422] = {.lex_state = 2049, .external_lex_state = 28}, - [1423] = {.lex_state = 2049, .external_lex_state = 19}, - [1424] = {.lex_state = 2049, .external_lex_state = 28}, - [1425] = {.lex_state = 2049, .external_lex_state = 28}, - [1426] = {.lex_state = 2049, .external_lex_state = 19}, - [1427] = {.lex_state = 2049, .external_lex_state = 28}, - [1428] = {.lex_state = 2049, .external_lex_state = 28}, - [1429] = {.lex_state = 2049, .external_lex_state = 19}, - [1430] = {.lex_state = 2049, .external_lex_state = 28}, - [1431] = {.lex_state = 2049, .external_lex_state = 19}, - [1432] = {.lex_state = 2049, .external_lex_state = 19}, - [1433] = {.lex_state = 1, .external_lex_state = 10}, - [1434] = {.lex_state = 1, .external_lex_state = 10}, - [1435] = {.lex_state = 1, .external_lex_state = 10}, - [1436] = {.lex_state = 1, .external_lex_state = 10}, - [1437] = {.lex_state = 1, .external_lex_state = 10}, - [1438] = {.lex_state = 1, .external_lex_state = 10}, - [1439] = {.lex_state = 1, .external_lex_state = 10}, - [1440] = {.lex_state = 1, .external_lex_state = 10}, - [1441] = {.lex_state = 1, .external_lex_state = 10}, - [1442] = {.lex_state = 1, .external_lex_state = 10}, - [1443] = {.lex_state = 1, .external_lex_state = 10}, - [1444] = {.lex_state = 1, .external_lex_state = 10}, - [1445] = {.lex_state = 1, .external_lex_state = 10}, - [1446] = {.lex_state = 2049, .external_lex_state = 19}, - [1447] = {.lex_state = 2049, .external_lex_state = 19}, - [1448] = {.lex_state = 2049, .external_lex_state = 19}, - [1449] = {.lex_state = 2049, .external_lex_state = 19}, - [1450] = {.lex_state = 2049, .external_lex_state = 19}, - [1451] = {.lex_state = 2049, .external_lex_state = 19}, - [1452] = {.lex_state = 2049, .external_lex_state = 19}, - [1453] = {.lex_state = 2049, .external_lex_state = 13}, - [1454] = {.lex_state = 2049, .external_lex_state = 19}, - [1455] = {.lex_state = 2049, .external_lex_state = 19}, - [1456] = {.lex_state = 2049, .external_lex_state = 19}, - [1457] = {.lex_state = 2049, .external_lex_state = 19}, - [1458] = {.lex_state = 2049, .external_lex_state = 16}, - [1459] = {.lex_state = 2049, .external_lex_state = 16}, - [1460] = {.lex_state = 2049, .external_lex_state = 16}, - [1461] = {.lex_state = 2049, .external_lex_state = 16}, - [1462] = {.lex_state = 1, .external_lex_state = 10}, - [1463] = {.lex_state = 1, .external_lex_state = 10}, - [1464] = {.lex_state = 1, .external_lex_state = 10}, - [1465] = {.lex_state = 1, .external_lex_state = 10}, - [1466] = {.lex_state = 2049, .external_lex_state = 16}, - [1467] = {.lex_state = 1, .external_lex_state = 10}, - [1468] = {.lex_state = 1, .external_lex_state = 10}, - [1469] = {.lex_state = 2049, .external_lex_state = 16}, - [1470] = {.lex_state = 2049, .external_lex_state = 16}, - [1471] = {.lex_state = 2049, .external_lex_state = 16}, - [1472] = {.lex_state = 2049, .external_lex_state = 16}, - [1473] = {.lex_state = 2049, .external_lex_state = 16}, - [1474] = {.lex_state = 2049, .external_lex_state = 16}, - [1475] = {.lex_state = 2049, .external_lex_state = 16}, - [1476] = {.lex_state = 2049, .external_lex_state = 16}, - [1477] = {.lex_state = 2049, .external_lex_state = 19}, - [1478] = {.lex_state = 2049, .external_lex_state = 19}, - [1479] = {.lex_state = 2049, .external_lex_state = 19}, - [1480] = {.lex_state = 2049, .external_lex_state = 19}, - [1481] = {.lex_state = 2049, .external_lex_state = 19}, - [1482] = {.lex_state = 2049, .external_lex_state = 19}, - [1483] = {.lex_state = 2049, .external_lex_state = 19}, - [1484] = {.lex_state = 2049, .external_lex_state = 24}, - [1485] = {.lex_state = 2049, .external_lex_state = 24}, - [1486] = {.lex_state = 2049, .external_lex_state = 24}, - [1487] = {.lex_state = 2049, .external_lex_state = 24}, - [1488] = {.lex_state = 2049, .external_lex_state = 24}, - [1489] = {.lex_state = 2049, .external_lex_state = 24}, - [1490] = {.lex_state = 2049, .external_lex_state = 19}, - [1491] = {.lex_state = 2049, .external_lex_state = 24}, - [1492] = {.lex_state = 2049, .external_lex_state = 24}, - [1493] = {.lex_state = 2049, .external_lex_state = 26}, - [1494] = {.lex_state = 2049, .external_lex_state = 24}, - [1495] = {.lex_state = 2049, .external_lex_state = 24}, - [1496] = {.lex_state = 2049, .external_lex_state = 24}, - [1497] = {.lex_state = 2049, .external_lex_state = 24}, - [1498] = {.lex_state = 2049, .external_lex_state = 24}, - [1499] = {.lex_state = 2049, .external_lex_state = 24}, - [1500] = {.lex_state = 2049, .external_lex_state = 24}, - [1501] = {.lex_state = 2049, .external_lex_state = 24}, - [1502] = {.lex_state = 2049, .external_lex_state = 24}, - [1503] = {.lex_state = 2049, .external_lex_state = 24}, - [1504] = {.lex_state = 2049, .external_lex_state = 19}, - [1505] = {.lex_state = 2049, .external_lex_state = 24}, - [1506] = {.lex_state = 2049, .external_lex_state = 24}, - [1507] = {.lex_state = 2049, .external_lex_state = 24}, - [1508] = {.lex_state = 2049, .external_lex_state = 24}, - [1509] = {.lex_state = 2049, .external_lex_state = 24}, - [1510] = {.lex_state = 2049, .external_lex_state = 24}, - [1511] = {.lex_state = 2049, .external_lex_state = 19}, - [1512] = {.lex_state = 2049, .external_lex_state = 26}, - [1513] = {.lex_state = 2049, .external_lex_state = 26}, - [1514] = {.lex_state = 2049, .external_lex_state = 26}, - [1515] = {.lex_state = 2049, .external_lex_state = 26}, - [1516] = {.lex_state = 2049, .external_lex_state = 26}, - [1517] = {.lex_state = 2049, .external_lex_state = 26}, - [1518] = {.lex_state = 2049, .external_lex_state = 26}, - [1519] = {.lex_state = 2049, .external_lex_state = 26}, - [1520] = {.lex_state = 2049, .external_lex_state = 26}, - [1521] = {.lex_state = 2049, .external_lex_state = 26}, - [1522] = {.lex_state = 2049, .external_lex_state = 26}, - [1523] = {.lex_state = 2049, .external_lex_state = 26}, - [1524] = {.lex_state = 2049, .external_lex_state = 26}, - [1525] = {.lex_state = 2049, .external_lex_state = 26}, - [1526] = {.lex_state = 3, .external_lex_state = 10}, - [1527] = {.lex_state = 2049, .external_lex_state = 24}, - [1528] = {.lex_state = 2049, .external_lex_state = 25}, - [1529] = {.lex_state = 2049, .external_lex_state = 25}, - [1530] = {.lex_state = 2049, .external_lex_state = 22}, - [1531] = {.lex_state = 2049, .external_lex_state = 22}, - [1532] = {.lex_state = 2049, .external_lex_state = 28}, - [1533] = {.lex_state = 2049, .external_lex_state = 28}, - [1534] = {.lex_state = 2049, .external_lex_state = 23}, - [1535] = {.lex_state = 2049, .external_lex_state = 25}, - [1536] = {.lex_state = 2049, .external_lex_state = 28}, - [1537] = {.lex_state = 2049, .external_lex_state = 28}, - [1538] = {.lex_state = 2049, .external_lex_state = 22}, - [1539] = {.lex_state = 2049, .external_lex_state = 22}, - [1540] = {.lex_state = 2049, .external_lex_state = 22}, - [1541] = {.lex_state = 2049, .external_lex_state = 26}, - [1542] = {.lex_state = 2049, .external_lex_state = 22}, - [1543] = {.lex_state = 2049, .external_lex_state = 22}, - [1544] = {.lex_state = 2049, .external_lex_state = 26}, - [1545] = {.lex_state = 2049, .external_lex_state = 22}, - [1546] = {.lex_state = 2049, .external_lex_state = 22}, - [1547] = {.lex_state = 2049, .external_lex_state = 21}, - [1548] = {.lex_state = 2049, .external_lex_state = 22}, - [1549] = {.lex_state = 2049, .external_lex_state = 22}, - [1550] = {.lex_state = 2049, .external_lex_state = 26}, - [1551] = {.lex_state = 2049, .external_lex_state = 22}, - [1552] = {.lex_state = 2049, .external_lex_state = 22}, - [1553] = {.lex_state = 2049, .external_lex_state = 22}, - [1554] = {.lex_state = 2049, .external_lex_state = 22}, - [1555] = {.lex_state = 2049, .external_lex_state = 22}, - [1556] = {.lex_state = 2049, .external_lex_state = 21}, - [1557] = {.lex_state = 2049, .external_lex_state = 22}, - [1558] = {.lex_state = 2049, .external_lex_state = 22}, - [1559] = {.lex_state = 2049, .external_lex_state = 26}, - [1560] = {.lex_state = 2049, .external_lex_state = 22}, - [1561] = {.lex_state = 2049, .external_lex_state = 22}, - [1562] = {.lex_state = 2049, .external_lex_state = 22}, - [1563] = {.lex_state = 2049, .external_lex_state = 22}, - [1564] = {.lex_state = 2049, .external_lex_state = 22}, - [1565] = {.lex_state = 2049, .external_lex_state = 22}, - [1566] = {.lex_state = 2049, .external_lex_state = 22}, - [1567] = {.lex_state = 2049, .external_lex_state = 22}, - [1568] = {.lex_state = 2049, .external_lex_state = 22}, - [1569] = {.lex_state = 2049, .external_lex_state = 22}, - [1570] = {.lex_state = 2049, .external_lex_state = 22}, - [1571] = {.lex_state = 2049, .external_lex_state = 22}, - [1572] = {.lex_state = 2049, .external_lex_state = 22}, - [1573] = {.lex_state = 2049, .external_lex_state = 22}, - [1574] = {.lex_state = 2049, .external_lex_state = 22}, - [1575] = {.lex_state = 2049, .external_lex_state = 22}, - [1576] = {.lex_state = 2049, .external_lex_state = 22}, - [1577] = {.lex_state = 2049, .external_lex_state = 22}, - [1578] = {.lex_state = 2049, .external_lex_state = 23}, - [1579] = {.lex_state = 2049, .external_lex_state = 16}, - [1580] = {.lex_state = 2049, .external_lex_state = 25}, - [1581] = {.lex_state = 2049, .external_lex_state = 26}, - [1582] = {.lex_state = 2049, .external_lex_state = 26}, - [1583] = {.lex_state = 2049, .external_lex_state = 25}, - [1584] = {.lex_state = 2049, .external_lex_state = 23}, - [1585] = {.lex_state = 2049, .external_lex_state = 23}, - [1586] = {.lex_state = 2049, .external_lex_state = 23}, - [1587] = {.lex_state = 2049, .external_lex_state = 23}, - [1588] = {.lex_state = 2049, .external_lex_state = 26}, - [1589] = {.lex_state = 2049, .external_lex_state = 26}, - [1590] = {.lex_state = 2049, .external_lex_state = 22}, - [1591] = {.lex_state = 2049, .external_lex_state = 16}, - [1592] = {.lex_state = 2049, .external_lex_state = 22}, - [1593] = {.lex_state = 2049, .external_lex_state = 25}, - [1594] = {.lex_state = 2049, .external_lex_state = 23}, - [1595] = {.lex_state = 2049, .external_lex_state = 26}, - [1596] = {.lex_state = 2049, .external_lex_state = 26}, - [1597] = {.lex_state = 2049, .external_lex_state = 23}, - [1598] = {.lex_state = 2049, .external_lex_state = 25}, - [1599] = {.lex_state = 2049, .external_lex_state = 26}, - [1600] = {.lex_state = 2049, .external_lex_state = 23}, - [1601] = {.lex_state = 2049, .external_lex_state = 26}, - [1602] = {.lex_state = 2049, .external_lex_state = 25}, - [1603] = {.lex_state = 2049, .external_lex_state = 23}, - [1604] = {.lex_state = 2049, .external_lex_state = 25}, - [1605] = {.lex_state = 2049, .external_lex_state = 25}, - [1606] = {.lex_state = 2049, .external_lex_state = 23}, - [1607] = {.lex_state = 2049, .external_lex_state = 23}, - [1608] = {.lex_state = 2049, .external_lex_state = 23}, - [1609] = {.lex_state = 2049, .external_lex_state = 23}, - [1610] = {.lex_state = 2049, .external_lex_state = 23}, - [1611] = {.lex_state = 2049, .external_lex_state = 23}, - [1612] = {.lex_state = 2049, .external_lex_state = 23}, - [1613] = {.lex_state = 2049, .external_lex_state = 23}, - [1614] = {.lex_state = 2049, .external_lex_state = 23}, - [1615] = {.lex_state = 2049, .external_lex_state = 23}, - [1616] = {.lex_state = 2049, .external_lex_state = 23}, - [1617] = {.lex_state = 2049, .external_lex_state = 23}, - [1618] = {.lex_state = 2049, .external_lex_state = 25}, - [1619] = {.lex_state = 2049, .external_lex_state = 25}, - [1620] = {.lex_state = 2049, .external_lex_state = 23}, - [1621] = {.lex_state = 2049, .external_lex_state = 25}, - [1622] = {.lex_state = 2049, .external_lex_state = 25}, - [1623] = {.lex_state = 2049, .external_lex_state = 23}, - [1624] = {.lex_state = 2049, .external_lex_state = 23}, - [1625] = {.lex_state = 2049, .external_lex_state = 22}, - [1626] = {.lex_state = 2049, .external_lex_state = 22}, - [1627] = {.lex_state = 2049, .external_lex_state = 20}, - [1628] = {.lex_state = 2049, .external_lex_state = 25}, - [1629] = {.lex_state = 2049, .external_lex_state = 22}, - [1630] = {.lex_state = 2049, .external_lex_state = 22}, - [1631] = {.lex_state = 2049, .external_lex_state = 23}, - [1632] = {.lex_state = 2049, .external_lex_state = 23}, - [1633] = {.lex_state = 2049, .external_lex_state = 23}, - [1634] = {.lex_state = 2049, .external_lex_state = 25}, - [1635] = {.lex_state = 2049, .external_lex_state = 23}, - [1636] = {.lex_state = 2049, .external_lex_state = 23}, - [1637] = {.lex_state = 2049, .external_lex_state = 25}, - [1638] = {.lex_state = 2049, .external_lex_state = 23}, - [1639] = {.lex_state = 2049, .external_lex_state = 23}, - [1640] = {.lex_state = 2049, .external_lex_state = 25}, - [1641] = {.lex_state = 2049, .external_lex_state = 23}, - [1642] = {.lex_state = 2049, .external_lex_state = 23}, - [1643] = {.lex_state = 2049, .external_lex_state = 25}, - [1644] = {.lex_state = 2049, .external_lex_state = 23}, - [1645] = {.lex_state = 2049, .external_lex_state = 23}, - [1646] = {.lex_state = 2049, .external_lex_state = 23}, - [1647] = {.lex_state = 2049, .external_lex_state = 23}, - [1648] = {.lex_state = 2049, .external_lex_state = 23}, - [1649] = {.lex_state = 2049, .external_lex_state = 26}, - [1650] = {.lex_state = 2049, .external_lex_state = 23}, - [1651] = {.lex_state = 2049, .external_lex_state = 23}, - [1652] = {.lex_state = 2049, .external_lex_state = 26}, - [1653] = {.lex_state = 2049, .external_lex_state = 23}, - [1654] = {.lex_state = 2049, .external_lex_state = 23}, - [1655] = {.lex_state = 2049, .external_lex_state = 23}, - [1656] = {.lex_state = 2049, .external_lex_state = 23}, - [1657] = {.lex_state = 2049, .external_lex_state = 23}, - [1658] = {.lex_state = 2049, .external_lex_state = 23}, - [1659] = {.lex_state = 2049, .external_lex_state = 23}, - [1660] = {.lex_state = 2049, .external_lex_state = 23}, - [1661] = {.lex_state = 2049, .external_lex_state = 23}, - [1662] = {.lex_state = 2049, .external_lex_state = 23}, - [1663] = {.lex_state = 2049, .external_lex_state = 23}, - [1664] = {.lex_state = 2049, .external_lex_state = 23}, - [1665] = {.lex_state = 2049, .external_lex_state = 23}, - [1666] = {.lex_state = 2049, .external_lex_state = 23}, - [1667] = {.lex_state = 2049, .external_lex_state = 23}, - [1668] = {.lex_state = 2049, .external_lex_state = 23}, - [1669] = {.lex_state = 2049, .external_lex_state = 23}, - [1670] = {.lex_state = 2049, .external_lex_state = 23}, - [1671] = {.lex_state = 2049, .external_lex_state = 20}, - [1672] = {.lex_state = 2049, .external_lex_state = 16}, - [1673] = {.lex_state = 2049, .external_lex_state = 25}, - [1674] = {.lex_state = 2049, .external_lex_state = 26}, - [1675] = {.lex_state = 2049, .external_lex_state = 26}, - [1676] = {.lex_state = 2049, .external_lex_state = 25}, - [1677] = {.lex_state = 2049, .external_lex_state = 20}, - [1678] = {.lex_state = 2049, .external_lex_state = 20}, - [1679] = {.lex_state = 2049, .external_lex_state = 20}, - [1680] = {.lex_state = 2049, .external_lex_state = 20}, - [1681] = {.lex_state = 2049, .external_lex_state = 25}, - [1682] = {.lex_state = 2049, .external_lex_state = 21}, - [1683] = {.lex_state = 2049, .external_lex_state = 23}, - [1684] = {.lex_state = 2049, .external_lex_state = 16}, - [1685] = {.lex_state = 2049, .external_lex_state = 23}, - [1686] = {.lex_state = 2049, .external_lex_state = 21}, - [1687] = {.lex_state = 2049, .external_lex_state = 20}, - [1688] = {.lex_state = 2049, .external_lex_state = 27}, - [1689] = {.lex_state = 2049, .external_lex_state = 26}, - [1690] = {.lex_state = 2049, .external_lex_state = 20}, - [1691] = {.lex_state = 2049, .external_lex_state = 21}, - [1692] = {.lex_state = 2049, .external_lex_state = 21}, - [1693] = {.lex_state = 2049, .external_lex_state = 20}, - [1694] = {.lex_state = 2049, .external_lex_state = 25}, - [1695] = {.lex_state = 2049, .external_lex_state = 25}, - [1696] = {.lex_state = 2049, .external_lex_state = 20}, - [1697] = {.lex_state = 2049, .external_lex_state = 25}, - [1698] = {.lex_state = 2049, .external_lex_state = 21}, - [1699] = {.lex_state = 2049, .external_lex_state = 20}, - [1700] = {.lex_state = 2049, .external_lex_state = 20}, - [1701] = {.lex_state = 2049, .external_lex_state = 20}, - [1702] = {.lex_state = 2049, .external_lex_state = 20}, - [1703] = {.lex_state = 2049, .external_lex_state = 20}, - [1704] = {.lex_state = 2049, .external_lex_state = 20}, - [1705] = {.lex_state = 2049, .external_lex_state = 20}, - [1706] = {.lex_state = 2049, .external_lex_state = 20}, - [1707] = {.lex_state = 2049, .external_lex_state = 20}, - [1708] = {.lex_state = 2049, .external_lex_state = 20}, - [1709] = {.lex_state = 2049, .external_lex_state = 20}, - [1710] = {.lex_state = 2049, .external_lex_state = 20}, - [1711] = {.lex_state = 2049, .external_lex_state = 25}, - [1712] = {.lex_state = 2049, .external_lex_state = 25}, - [1713] = {.lex_state = 2049, .external_lex_state = 20}, - [1714] = {.lex_state = 2049, .external_lex_state = 26}, - [1715] = {.lex_state = 2049, .external_lex_state = 25}, - [1716] = {.lex_state = 2049, .external_lex_state = 20}, - [1717] = {.lex_state = 2049, .external_lex_state = 20}, - [1718] = {.lex_state = 2049, .external_lex_state = 23}, - [1719] = {.lex_state = 2049, .external_lex_state = 23}, - [1720] = {.lex_state = 2049, .external_lex_state = 25}, - [1721] = {.lex_state = 2049, .external_lex_state = 26}, - [1722] = {.lex_state = 2049, .external_lex_state = 23}, - [1723] = {.lex_state = 2049, .external_lex_state = 23}, - [1724] = {.lex_state = 2049, .external_lex_state = 20}, - [1725] = {.lex_state = 2049, .external_lex_state = 20}, - [1726] = {.lex_state = 2049, .external_lex_state = 20}, - [1727] = {.lex_state = 2049, .external_lex_state = 25}, - [1728] = {.lex_state = 2049, .external_lex_state = 20}, - [1729] = {.lex_state = 2049, .external_lex_state = 20}, - [1730] = {.lex_state = 2049, .external_lex_state = 25}, - [1731] = {.lex_state = 2049, .external_lex_state = 20}, - [1732] = {.lex_state = 2049, .external_lex_state = 20}, - [1733] = {.lex_state = 2049, .external_lex_state = 26}, - [1734] = {.lex_state = 2049, .external_lex_state = 20}, - [1735] = {.lex_state = 2049, .external_lex_state = 20}, - [1736] = {.lex_state = 2049, .external_lex_state = 25}, - [1737] = {.lex_state = 2049, .external_lex_state = 20}, - [1738] = {.lex_state = 2049, .external_lex_state = 20}, - [1739] = {.lex_state = 2049, .external_lex_state = 20}, - [1740] = {.lex_state = 2049, .external_lex_state = 20}, - [1741] = {.lex_state = 2049, .external_lex_state = 20}, - [1742] = {.lex_state = 2049, .external_lex_state = 25}, - [1743] = {.lex_state = 2049, .external_lex_state = 20}, - [1744] = {.lex_state = 2049, .external_lex_state = 20}, - [1745] = {.lex_state = 2049, .external_lex_state = 25}, - [1746] = {.lex_state = 2049, .external_lex_state = 20}, - [1747] = {.lex_state = 2049, .external_lex_state = 20}, - [1748] = {.lex_state = 2049, .external_lex_state = 20}, - [1749] = {.lex_state = 2049, .external_lex_state = 20}, - [1750] = {.lex_state = 2049, .external_lex_state = 20}, - [1751] = {.lex_state = 2049, .external_lex_state = 20}, - [1752] = {.lex_state = 2049, .external_lex_state = 20}, - [1753] = {.lex_state = 2049, .external_lex_state = 20}, - [1754] = {.lex_state = 2049, .external_lex_state = 20}, - [1755] = {.lex_state = 2049, .external_lex_state = 20}, - [1756] = {.lex_state = 2049, .external_lex_state = 20}, - [1757] = {.lex_state = 2049, .external_lex_state = 20}, - [1758] = {.lex_state = 2049, .external_lex_state = 20}, - [1759] = {.lex_state = 2049, .external_lex_state = 20}, - [1760] = {.lex_state = 2049, .external_lex_state = 20}, - [1761] = {.lex_state = 2049, .external_lex_state = 20}, - [1762] = {.lex_state = 2049, .external_lex_state = 20}, - [1763] = {.lex_state = 2049, .external_lex_state = 20}, - [1764] = {.lex_state = 2049, .external_lex_state = 25}, - [1765] = {.lex_state = 2049, .external_lex_state = 25}, - [1766] = {.lex_state = 2049, .external_lex_state = 26}, - [1767] = {.lex_state = 2049, .external_lex_state = 25}, - [1768] = {.lex_state = 2049, .external_lex_state = 25}, - [1769] = {.lex_state = 2049, .external_lex_state = 24}, - [1770] = {.lex_state = 2049, .external_lex_state = 25}, - [1771] = {.lex_state = 2049, .external_lex_state = 25}, - [1772] = {.lex_state = 2049, .external_lex_state = 25}, - [1773] = {.lex_state = 2049, .external_lex_state = 25}, - [1774] = {.lex_state = 2049, .external_lex_state = 25}, - [1775] = {.lex_state = 2049, .external_lex_state = 20}, - [1776] = {.lex_state = 2049, .external_lex_state = 20}, - [1777] = {.lex_state = 2049, .external_lex_state = 25}, - [1778] = {.lex_state = 2049, .external_lex_state = 25}, - [1779] = {.lex_state = 2049, .external_lex_state = 25}, - [1780] = {.lex_state = 2049, .external_lex_state = 25}, - [1781] = {.lex_state = 2049, .external_lex_state = 25}, - [1782] = {.lex_state = 2049, .external_lex_state = 25}, - [1783] = {.lex_state = 2049, .external_lex_state = 25}, - [1784] = {.lex_state = 2049, .external_lex_state = 25}, - [1785] = {.lex_state = 2049, .external_lex_state = 25}, - [1786] = {.lex_state = 2049, .external_lex_state = 25}, - [1787] = {.lex_state = 2049, .external_lex_state = 25}, - [1788] = {.lex_state = 2049, .external_lex_state = 25}, - [1789] = {.lex_state = 2049, .external_lex_state = 25}, - [1790] = {.lex_state = 2049, .external_lex_state = 27}, - [1791] = {.lex_state = 2049, .external_lex_state = 21}, - [1792] = {.lex_state = 2049, .external_lex_state = 21}, - [1793] = {.lex_state = 2049, .external_lex_state = 21}, - [1794] = {.lex_state = 2049, .external_lex_state = 27}, - [1795] = {.lex_state = 2049, .external_lex_state = 27}, - [1796] = {.lex_state = 2049, .external_lex_state = 27}, - [1797] = {.lex_state = 2049, .external_lex_state = 27}, - [1798] = {.lex_state = 2049, .external_lex_state = 21}, - [1799] = {.lex_state = 2049, .external_lex_state = 24}, - [1800] = {.lex_state = 2049, .external_lex_state = 25}, - [1801] = {.lex_state = 2049, .external_lex_state = 25}, - [1802] = {.lex_state = 2049, .external_lex_state = 21}, - [1803] = {.lex_state = 2049, .external_lex_state = 27}, - [1804] = {.lex_state = 2049, .external_lex_state = 26}, - [1805] = {.lex_state = 2049, .external_lex_state = 26}, - [1806] = {.lex_state = 2049, .external_lex_state = 20}, - [1807] = {.lex_state = 2049, .external_lex_state = 20}, - [1808] = {.lex_state = 2049, .external_lex_state = 20}, - [1809] = {.lex_state = 2049, .external_lex_state = 20}, - [1810] = {.lex_state = 2049, .external_lex_state = 27}, - [1811] = {.lex_state = 2049, .external_lex_state = 26}, - [1812] = {.lex_state = 2049, .external_lex_state = 24}, - [1813] = {.lex_state = 2049, .external_lex_state = 27}, - [1814] = {.lex_state = 2049, .external_lex_state = 21}, - [1815] = {.lex_state = 2049, .external_lex_state = 24}, - [1816] = {.lex_state = 2049, .external_lex_state = 27}, - [1817] = {.lex_state = 2049, .external_lex_state = 26}, - [1818] = {.lex_state = 2049, .external_lex_state = 21}, - [1819] = {.lex_state = 2049, .external_lex_state = 27}, - [1820] = {.lex_state = 2049, .external_lex_state = 27}, - [1821] = {.lex_state = 2049, .external_lex_state = 27}, - [1822] = {.lex_state = 2049, .external_lex_state = 27}, - [1823] = {.lex_state = 2049, .external_lex_state = 27}, - [1824] = {.lex_state = 2049, .external_lex_state = 27}, - [1825] = {.lex_state = 2049, .external_lex_state = 27}, - [1826] = {.lex_state = 2049, .external_lex_state = 27}, - [1827] = {.lex_state = 2049, .external_lex_state = 27}, - [1828] = {.lex_state = 2049, .external_lex_state = 27}, - [1829] = {.lex_state = 2049, .external_lex_state = 27}, - [1830] = {.lex_state = 2049, .external_lex_state = 27}, - [1831] = {.lex_state = 2049, .external_lex_state = 26}, - [1832] = {.lex_state = 2049, .external_lex_state = 26}, - [1833] = {.lex_state = 2049, .external_lex_state = 27}, - [1834] = {.lex_state = 2049, .external_lex_state = 21}, - [1835] = {.lex_state = 2049, .external_lex_state = 26}, - [1836] = {.lex_state = 2049, .external_lex_state = 27}, - [1837] = {.lex_state = 2049, .external_lex_state = 27}, - [1838] = {.lex_state = 2049, .external_lex_state = 25}, - [1839] = {.lex_state = 2049, .external_lex_state = 25}, - [1840] = {.lex_state = 3, .external_lex_state = 10}, - [1841] = {.lex_state = 2049, .external_lex_state = 26}, - [1842] = {.lex_state = 2049, .external_lex_state = 25}, - [1843] = {.lex_state = 2049, .external_lex_state = 25}, - [1844] = {.lex_state = 2049, .external_lex_state = 27}, - [1845] = {.lex_state = 2049, .external_lex_state = 27}, - [1846] = {.lex_state = 2049, .external_lex_state = 27}, - [1847] = {.lex_state = 2049, .external_lex_state = 21}, - [1848] = {.lex_state = 2049, .external_lex_state = 27}, - [1849] = {.lex_state = 2049, .external_lex_state = 27}, - [1850] = {.lex_state = 2049, .external_lex_state = 15}, - [1851] = {.lex_state = 2049, .external_lex_state = 15}, - [1852] = {.lex_state = 2049, .external_lex_state = 15}, - [1853] = {.lex_state = 2049, .external_lex_state = 15}, - [1854] = {.lex_state = 2049, .external_lex_state = 15}, - [1855] = {.lex_state = 2049, .external_lex_state = 15}, - [1856] = {.lex_state = 2049, .external_lex_state = 26}, - [1857] = {.lex_state = 2049, .external_lex_state = 27}, - [1858] = {.lex_state = 2049, .external_lex_state = 15}, - [1859] = {.lex_state = 2049, .external_lex_state = 15}, - [1860] = {.lex_state = 2049, .external_lex_state = 15}, - [1861] = {.lex_state = 2049, .external_lex_state = 15}, - [1862] = {.lex_state = 2049, .external_lex_state = 15}, - [1863] = {.lex_state = 2049, .external_lex_state = 15}, - [1864] = {.lex_state = 2049, .external_lex_state = 15}, - [1865] = {.lex_state = 2049, .external_lex_state = 15}, - [1866] = {.lex_state = 2049, .external_lex_state = 15}, - [1867] = {.lex_state = 2049, .external_lex_state = 15}, - [1868] = {.lex_state = 2049, .external_lex_state = 15}, - [1869] = {.lex_state = 2049, .external_lex_state = 15}, - [1870] = {.lex_state = 2049, .external_lex_state = 15}, - [1871] = {.lex_state = 2049, .external_lex_state = 27}, - [1872] = {.lex_state = 2049, .external_lex_state = 26}, - [1873] = {.lex_state = 2049, .external_lex_state = 27}, - [1874] = {.lex_state = 2049, .external_lex_state = 27}, - [1875] = {.lex_state = 2049, .external_lex_state = 15}, - [1876] = {.lex_state = 2049, .external_lex_state = 15}, - [1877] = {.lex_state = 2049, .external_lex_state = 15}, - [1878] = {.lex_state = 2049, .external_lex_state = 15}, - [1879] = {.lex_state = 2049, .external_lex_state = 15}, - [1880] = {.lex_state = 2049, .external_lex_state = 15}, - [1881] = {.lex_state = 2049, .external_lex_state = 21}, - [1882] = {.lex_state = 2049, .external_lex_state = 27}, - [1883] = {.lex_state = 2049, .external_lex_state = 27}, - [1884] = {.lex_state = 2049, .external_lex_state = 27}, - [1885] = {.lex_state = 2049, .external_lex_state = 27}, - [1886] = {.lex_state = 2049, .external_lex_state = 27}, - [1887] = {.lex_state = 2049, .external_lex_state = 21}, - [1888] = {.lex_state = 2049, .external_lex_state = 27}, - [1889] = {.lex_state = 2049, .external_lex_state = 27}, - [1890] = {.lex_state = 2049, .external_lex_state = 27}, - [1891] = {.lex_state = 2049, .external_lex_state = 27}, - [1892] = {.lex_state = 2049, .external_lex_state = 27}, - [1893] = {.lex_state = 2049, .external_lex_state = 27}, - [1894] = {.lex_state = 2049, .external_lex_state = 27}, - [1895] = {.lex_state = 2049, .external_lex_state = 27}, - [1896] = {.lex_state = 2049, .external_lex_state = 27}, - [1897] = {.lex_state = 2049, .external_lex_state = 27}, - [1898] = {.lex_state = 2049, .external_lex_state = 27}, - [1899] = {.lex_state = 2049, .external_lex_state = 27}, - [1900] = {.lex_state = 2049, .external_lex_state = 27}, - [1901] = {.lex_state = 2049, .external_lex_state = 27}, - [1902] = {.lex_state = 2049, .external_lex_state = 27}, - [1903] = {.lex_state = 2049, .external_lex_state = 27}, - [1904] = {.lex_state = 2049, .external_lex_state = 27}, - [1905] = {.lex_state = 2049, .external_lex_state = 27}, - [1906] = {.lex_state = 2049, .external_lex_state = 27}, - [1907] = {.lex_state = 2049, .external_lex_state = 27}, - [1908] = {.lex_state = 3, .external_lex_state = 10}, - [1909] = {.lex_state = 2049, .external_lex_state = 21}, - [1910] = {.lex_state = 2049, .external_lex_state = 21}, - [1911] = {.lex_state = 2049, .external_lex_state = 21}, - [1912] = {.lex_state = 2049, .external_lex_state = 21}, - [1913] = {.lex_state = 3, .external_lex_state = 10}, - [1914] = {.lex_state = 3, .external_lex_state = 10}, - [1915] = {.lex_state = 3, .external_lex_state = 10}, - [1916] = {.lex_state = 3, .external_lex_state = 10}, - [1917] = {.lex_state = 2049, .external_lex_state = 21}, - [1918] = {.lex_state = 2049, .external_lex_state = 21}, - [1919] = {.lex_state = 2049, .external_lex_state = 27}, - [1920] = {.lex_state = 2049, .external_lex_state = 21}, - [1921] = {.lex_state = 2049, .external_lex_state = 27}, - [1922] = {.lex_state = 2049, .external_lex_state = 21}, - [1923] = {.lex_state = 3, .external_lex_state = 10}, - [1924] = {.lex_state = 2049, .external_lex_state = 21}, - [1925] = {.lex_state = 2049, .external_lex_state = 21}, - [1926] = {.lex_state = 3, .external_lex_state = 10}, - [1927] = {.lex_state = 2049, .external_lex_state = 26}, - [1928] = {.lex_state = 2049, .external_lex_state = 26}, - [1929] = {.lex_state = 3, .external_lex_state = 10}, - [1930] = {.lex_state = 2049, .external_lex_state = 21}, - [1931] = {.lex_state = 2049, .external_lex_state = 26}, - [1932] = {.lex_state = 3, .external_lex_state = 10}, - [1933] = {.lex_state = 2049, .external_lex_state = 26}, - [1934] = {.lex_state = 2049, .external_lex_state = 21}, - [1935] = {.lex_state = 3, .external_lex_state = 10}, - [1936] = {.lex_state = 3, .external_lex_state = 10}, - [1937] = {.lex_state = 3, .external_lex_state = 10}, - [1938] = {.lex_state = 3, .external_lex_state = 10}, - [1939] = {.lex_state = 3, .external_lex_state = 10}, - [1940] = {.lex_state = 3, .external_lex_state = 10}, - [1941] = {.lex_state = 3, .external_lex_state = 10}, - [1942] = {.lex_state = 3, .external_lex_state = 10}, - [1943] = {.lex_state = 3, .external_lex_state = 10}, - [1944] = {.lex_state = 3, .external_lex_state = 10}, - [1945] = {.lex_state = 3, .external_lex_state = 10}, - [1946] = {.lex_state = 3, .external_lex_state = 10}, - [1947] = {.lex_state = 2049, .external_lex_state = 21}, - [1948] = {.lex_state = 2049, .external_lex_state = 26}, - [1949] = {.lex_state = 3, .external_lex_state = 10}, - [1950] = {.lex_state = 2049, .external_lex_state = 26}, - [1951] = {.lex_state = 2049, .external_lex_state = 25}, - [1952] = {.lex_state = 3, .external_lex_state = 10}, - [1953] = {.lex_state = 3, .external_lex_state = 10}, - [1954] = {.lex_state = 2049, .external_lex_state = 27}, - [1955] = {.lex_state = 2049, .external_lex_state = 27}, - [1956] = {.lex_state = 2049, .external_lex_state = 28}, - [1957] = {.lex_state = 2049, .external_lex_state = 26}, - [1958] = {.lex_state = 2049, .external_lex_state = 27}, - [1959] = {.lex_state = 2049, .external_lex_state = 27}, - [1960] = {.lex_state = 3, .external_lex_state = 10}, - [1961] = {.lex_state = 3, .external_lex_state = 10}, - [1962] = {.lex_state = 3, .external_lex_state = 10}, - [1963] = {.lex_state = 2049, .external_lex_state = 26}, - [1964] = {.lex_state = 3, .external_lex_state = 10}, - [1965] = {.lex_state = 3, .external_lex_state = 10}, - [1966] = {.lex_state = 2049, .external_lex_state = 26}, - [1967] = {.lex_state = 3, .external_lex_state = 10}, - [1968] = {.lex_state = 2049, .external_lex_state = 16}, - [1969] = {.lex_state = 2049, .external_lex_state = 16}, - [1970] = {.lex_state = 3, .external_lex_state = 10}, - [1971] = {.lex_state = 2049, .external_lex_state = 16}, - [1972] = {.lex_state = 2049, .external_lex_state = 21}, - [1973] = {.lex_state = 2049, .external_lex_state = 16}, - [1974] = {.lex_state = 2049, .external_lex_state = 16}, - [1975] = {.lex_state = 2049, .external_lex_state = 16}, - [1976] = {.lex_state = 2049, .external_lex_state = 16}, - [1977] = {.lex_state = 3, .external_lex_state = 10}, - [1978] = {.lex_state = 2049, .external_lex_state = 16}, - [1979] = {.lex_state = 2049, .external_lex_state = 16}, - [1980] = {.lex_state = 3, .external_lex_state = 10}, - [1981] = {.lex_state = 2049, .external_lex_state = 21}, - [1982] = {.lex_state = 3, .external_lex_state = 10}, - [1983] = {.lex_state = 3, .external_lex_state = 10}, - [1984] = {.lex_state = 3, .external_lex_state = 10}, - [1985] = {.lex_state = 3, .external_lex_state = 10}, - [1986] = {.lex_state = 3, .external_lex_state = 10}, - [1987] = {.lex_state = 2049, .external_lex_state = 21}, - [1988] = {.lex_state = 3, .external_lex_state = 10}, - [1989] = {.lex_state = 3, .external_lex_state = 10}, - [1990] = {.lex_state = 2049, .external_lex_state = 26}, - [1991] = {.lex_state = 3, .external_lex_state = 10}, - [1992] = {.lex_state = 2049, .external_lex_state = 16}, - [1993] = {.lex_state = 2049, .external_lex_state = 16}, - [1994] = {.lex_state = 2049, .external_lex_state = 16}, - [1995] = {.lex_state = 2049, .external_lex_state = 16}, - [1996] = {.lex_state = 2049, .external_lex_state = 16}, - [1997] = {.lex_state = 2049, .external_lex_state = 16}, - [1998] = {.lex_state = 2049, .external_lex_state = 16}, - [1999] = {.lex_state = 2049, .external_lex_state = 16}, - [2000] = {.lex_state = 2049, .external_lex_state = 16}, - [2001] = {.lex_state = 2049, .external_lex_state = 16}, - [2002] = {.lex_state = 2049, .external_lex_state = 16}, - [2003] = {.lex_state = 3, .external_lex_state = 10}, - [2004] = {.lex_state = 3, .external_lex_state = 10}, - [2005] = {.lex_state = 3, .external_lex_state = 10}, - [2006] = {.lex_state = 3, .external_lex_state = 10}, - [2007] = {.lex_state = 3, .external_lex_state = 10}, - [2008] = {.lex_state = 3, .external_lex_state = 10}, - [2009] = {.lex_state = 2049, .external_lex_state = 16}, - [2010] = {.lex_state = 2049, .external_lex_state = 16}, - [2011] = {.lex_state = 2049, .external_lex_state = 16}, - [2012] = {.lex_state = 2049, .external_lex_state = 16}, - [2013] = {.lex_state = 3, .external_lex_state = 10}, - [2014] = {.lex_state = 2049, .external_lex_state = 16}, - [2015] = {.lex_state = 2049, .external_lex_state = 16}, - [2016] = {.lex_state = 2049, .external_lex_state = 16}, - [2017] = {.lex_state = 2049, .external_lex_state = 16}, - [2018] = {.lex_state = 3, .external_lex_state = 10}, - [2019] = {.lex_state = 3, .external_lex_state = 10}, - [2020] = {.lex_state = 2049, .external_lex_state = 16}, - [2021] = {.lex_state = 1, .external_lex_state = 10}, - [2022] = {.lex_state = 3, .external_lex_state = 10}, - [2023] = {.lex_state = 3, .external_lex_state = 10}, - [2024] = {.lex_state = 3, .external_lex_state = 10}, - [2025] = {.lex_state = 3, .external_lex_state = 10}, - [2026] = {.lex_state = 3, .external_lex_state = 10}, - [2027] = {.lex_state = 3, .external_lex_state = 10}, - [2028] = {.lex_state = 3, .external_lex_state = 10}, - [2029] = {.lex_state = 3, .external_lex_state = 10}, - [2030] = {.lex_state = 2049, .external_lex_state = 21}, - [2031] = {.lex_state = 2049, .external_lex_state = 28}, - [2032] = {.lex_state = 2049, .external_lex_state = 21}, - [2033] = {.lex_state = 2049, .external_lex_state = 26}, - [2034] = {.lex_state = 2049, .external_lex_state = 21}, - [2035] = {.lex_state = 2049, .external_lex_state = 21}, - [2036] = {.lex_state = 2049, .external_lex_state = 28}, - [2037] = {.lex_state = 2049, .external_lex_state = 28}, - [2038] = {.lex_state = 2049, .external_lex_state = 28}, - [2039] = {.lex_state = 2049, .external_lex_state = 28}, - [2040] = {.lex_state = 2049, .external_lex_state = 26}, - [2041] = {.lex_state = 2049, .external_lex_state = 16}, - [2042] = {.lex_state = 2049, .external_lex_state = 16}, - [2043] = {.lex_state = 2049, .external_lex_state = 21}, - [2044] = {.lex_state = 3, .external_lex_state = 10}, - [2045] = {.lex_state = 2049, .external_lex_state = 21}, - [2046] = {.lex_state = 3, .external_lex_state = 10}, - [2047] = {.lex_state = 1, .external_lex_state = 10}, - [2048] = {.lex_state = 1, .external_lex_state = 10}, - [2049] = {.lex_state = 1, .external_lex_state = 10}, - [2050] = {.lex_state = 1, .external_lex_state = 10}, - [2051] = {.lex_state = 2049, .external_lex_state = 26}, - [2052] = {.lex_state = 2049, .external_lex_state = 28}, - [2053] = {.lex_state = 2049, .external_lex_state = 16}, - [2054] = {.lex_state = 2049, .external_lex_state = 16}, - [2055] = {.lex_state = 2049, .external_lex_state = 21}, - [2056] = {.lex_state = 2049, .external_lex_state = 21}, - [2057] = {.lex_state = 2049, .external_lex_state = 16}, - [2058] = {.lex_state = 2049, .external_lex_state = 28}, - [2059] = {.lex_state = 2049, .external_lex_state = 21}, - [2060] = {.lex_state = 2049, .external_lex_state = 21}, - [2061] = {.lex_state = 2049, .external_lex_state = 28}, - [2062] = {.lex_state = 2049, .external_lex_state = 21}, - [2063] = {.lex_state = 2049, .external_lex_state = 26}, - [2064] = {.lex_state = 2049, .external_lex_state = 28}, - [2065] = {.lex_state = 2049, .external_lex_state = 21}, - [2066] = {.lex_state = 2049, .external_lex_state = 21}, - [2067] = {.lex_state = 2049, .external_lex_state = 28}, - [2068] = {.lex_state = 2049, .external_lex_state = 28}, - [2069] = {.lex_state = 2049, .external_lex_state = 28}, - [2070] = {.lex_state = 2049, .external_lex_state = 28}, - [2071] = {.lex_state = 2049, .external_lex_state = 28}, - [2072] = {.lex_state = 2049, .external_lex_state = 28}, - [2073] = {.lex_state = 2049, .external_lex_state = 28}, - [2074] = {.lex_state = 2049, .external_lex_state = 28}, - [2075] = {.lex_state = 2049, .external_lex_state = 28}, - [2076] = {.lex_state = 2049, .external_lex_state = 28}, - [2077] = {.lex_state = 2049, .external_lex_state = 28}, - [2078] = {.lex_state = 2049, .external_lex_state = 28}, - [2079] = {.lex_state = 2049, .external_lex_state = 16}, - [2080] = {.lex_state = 2049, .external_lex_state = 26}, - [2081] = {.lex_state = 2049, .external_lex_state = 21}, - [2082] = {.lex_state = 2049, .external_lex_state = 28}, - [2083] = {.lex_state = 2049, .external_lex_state = 21}, - [2084] = {.lex_state = 2049, .external_lex_state = 21}, - [2085] = {.lex_state = 1, .external_lex_state = 10}, - [2086] = {.lex_state = 2049, .external_lex_state = 28}, - [2087] = {.lex_state = 2049, .external_lex_state = 28}, - [2088] = {.lex_state = 1, .external_lex_state = 10}, - [2089] = {.lex_state = 3, .external_lex_state = 10}, - [2090] = {.lex_state = 3, .external_lex_state = 10}, + [1263] = {.lex_state = 2048, .external_lex_state = 19}, + [1264] = {.lex_state = 2048, .external_lex_state = 21}, + [1265] = {.lex_state = 2048, .external_lex_state = 21}, + [1266] = {.lex_state = 2048, .external_lex_state = 21}, + [1267] = {.lex_state = 2048, .external_lex_state = 27}, + [1268] = {.lex_state = 2048, .external_lex_state = 27}, + [1269] = {.lex_state = 2048, .external_lex_state = 21}, + [1270] = {.lex_state = 2048, .external_lex_state = 21}, + [1271] = {.lex_state = 2048, .external_lex_state = 21}, + [1272] = {.lex_state = 2, .external_lex_state = 10}, + [1273] = {.lex_state = 2048, .external_lex_state = 21}, + [1274] = {.lex_state = 2048, .external_lex_state = 21}, + [1275] = {.lex_state = 2048, .external_lex_state = 21}, + [1276] = {.lex_state = 2048, .external_lex_state = 21}, + [1277] = {.lex_state = 2048, .external_lex_state = 21}, + [1278] = {.lex_state = 2048, .external_lex_state = 21}, + [1279] = {.lex_state = 2048, .external_lex_state = 21}, + [1280] = {.lex_state = 2048, .external_lex_state = 21}, + [1281] = {.lex_state = 2048, .external_lex_state = 21}, + [1282] = {.lex_state = 3, .external_lex_state = 10}, + [1283] = {.lex_state = 2048, .external_lex_state = 27}, + [1284] = {.lex_state = 2048, .external_lex_state = 27}, + [1285] = {.lex_state = 2048, .external_lex_state = 21}, + [1286] = {.lex_state = 2048, .external_lex_state = 21}, + [1287] = {.lex_state = 2048, .external_lex_state = 21}, + [1288] = {.lex_state = 2048, .external_lex_state = 19}, + [1289] = {.lex_state = 2048, .external_lex_state = 21}, + [1290] = {.lex_state = 2048, .external_lex_state = 21}, + [1291] = {.lex_state = 2048, .external_lex_state = 21}, + [1292] = {.lex_state = 2048, .external_lex_state = 21}, + [1293] = {.lex_state = 2048, .external_lex_state = 21}, + [1294] = {.lex_state = 2048, .external_lex_state = 21}, + [1295] = {.lex_state = 2048, .external_lex_state = 19}, + [1296] = {.lex_state = 2048, .external_lex_state = 19}, + [1297] = {.lex_state = 2048, .external_lex_state = 19}, + [1298] = {.lex_state = 2048, .external_lex_state = 22}, + [1299] = {.lex_state = 2048, .external_lex_state = 27}, + [1300] = {.lex_state = 2048, .external_lex_state = 27}, + [1301] = {.lex_state = 2048, .external_lex_state = 22}, + [1302] = {.lex_state = 2048, .external_lex_state = 22}, + [1303] = {.lex_state = 2048, .external_lex_state = 22}, + [1304] = {.lex_state = 2048, .external_lex_state = 22}, + [1305] = {.lex_state = 2048, .external_lex_state = 22}, + [1306] = {.lex_state = 2, .external_lex_state = 10}, + [1307] = {.lex_state = 2048, .external_lex_state = 22}, + [1308] = {.lex_state = 2048, .external_lex_state = 22}, + [1309] = {.lex_state = 2048, .external_lex_state = 22}, + [1310] = {.lex_state = 2048, .external_lex_state = 22}, + [1311] = {.lex_state = 2048, .external_lex_state = 22}, + [1312] = {.lex_state = 2048, .external_lex_state = 22}, + [1313] = {.lex_state = 2048, .external_lex_state = 22}, + [1314] = {.lex_state = 2048, .external_lex_state = 22}, + [1315] = {.lex_state = 2048, .external_lex_state = 27}, + [1316] = {.lex_state = 2048, .external_lex_state = 27}, + [1317] = {.lex_state = 2048, .external_lex_state = 22}, + [1318] = {.lex_state = 2048, .external_lex_state = 22}, + [1319] = {.lex_state = 2048, .external_lex_state = 22}, + [1320] = {.lex_state = 2048, .external_lex_state = 22}, + [1321] = {.lex_state = 2048, .external_lex_state = 22}, + [1322] = {.lex_state = 2048, .external_lex_state = 19}, + [1323] = {.lex_state = 2048, .external_lex_state = 22}, + [1324] = {.lex_state = 2048, .external_lex_state = 22}, + [1325] = {.lex_state = 2048, .external_lex_state = 22}, + [1326] = {.lex_state = 2048, .external_lex_state = 22}, + [1327] = {.lex_state = 2048, .external_lex_state = 22}, + [1328] = {.lex_state = 2048, .external_lex_state = 22}, + [1329] = {.lex_state = 2048, .external_lex_state = 17}, + [1330] = {.lex_state = 2048, .external_lex_state = 23}, + [1331] = {.lex_state = 2048, .external_lex_state = 27}, + [1332] = {.lex_state = 2048, .external_lex_state = 27}, + [1333] = {.lex_state = 2048, .external_lex_state = 23}, + [1334] = {.lex_state = 2048, .external_lex_state = 23}, + [1335] = {.lex_state = 2048, .external_lex_state = 23}, + [1336] = {.lex_state = 2048, .external_lex_state = 23}, + [1337] = {.lex_state = 2048, .external_lex_state = 23}, + [1338] = {.lex_state = 2048, .external_lex_state = 17}, + [1339] = {.lex_state = 2048, .external_lex_state = 23}, + [1340] = {.lex_state = 2048, .external_lex_state = 23}, + [1341] = {.lex_state = 2, .external_lex_state = 10}, + [1342] = {.lex_state = 2048, .external_lex_state = 23}, + [1343] = {.lex_state = 2048, .external_lex_state = 23}, + [1344] = {.lex_state = 2048, .external_lex_state = 23}, + [1345] = {.lex_state = 2048, .external_lex_state = 23}, + [1346] = {.lex_state = 2048, .external_lex_state = 23}, + [1347] = {.lex_state = 2048, .external_lex_state = 23}, + [1348] = {.lex_state = 2048, .external_lex_state = 23}, + [1349] = {.lex_state = 2048, .external_lex_state = 23}, + [1350] = {.lex_state = 2048, .external_lex_state = 23}, + [1351] = {.lex_state = 2048, .external_lex_state = 23}, + [1352] = {.lex_state = 2048, .external_lex_state = 17}, + [1353] = {.lex_state = 2048, .external_lex_state = 23}, + [1354] = {.lex_state = 2048, .external_lex_state = 23}, + [1355] = {.lex_state = 2048, .external_lex_state = 23}, + [1356] = {.lex_state = 2048, .external_lex_state = 23}, + [1357] = {.lex_state = 2048, .external_lex_state = 23}, + [1358] = {.lex_state = 2048, .external_lex_state = 23}, + [1359] = {.lex_state = 2048, .external_lex_state = 17}, + [1360] = {.lex_state = 2048, .external_lex_state = 24}, + [1361] = {.lex_state = 2048, .external_lex_state = 24}, + [1362] = {.lex_state = 2048, .external_lex_state = 24}, + [1363] = {.lex_state = 2048, .external_lex_state = 24}, + [1364] = {.lex_state = 2048, .external_lex_state = 24}, + [1365] = {.lex_state = 2048, .external_lex_state = 24}, + [1366] = {.lex_state = 2048, .external_lex_state = 17}, + [1367] = {.lex_state = 2048, .external_lex_state = 24}, + [1368] = {.lex_state = 2048, .external_lex_state = 24}, + [1369] = {.lex_state = 2048, .external_lex_state = 24}, + [1370] = {.lex_state = 2048, .external_lex_state = 24}, + [1371] = {.lex_state = 2048, .external_lex_state = 24}, + [1372] = {.lex_state = 2048, .external_lex_state = 24}, + [1373] = {.lex_state = 2048, .external_lex_state = 24}, + [1374] = {.lex_state = 2048, .external_lex_state = 24}, + [1375] = {.lex_state = 2048, .external_lex_state = 24}, + [1376] = {.lex_state = 2048, .external_lex_state = 24}, + [1377] = {.lex_state = 2048, .external_lex_state = 24}, + [1378] = {.lex_state = 2048, .external_lex_state = 24}, + [1379] = {.lex_state = 2048, .external_lex_state = 24}, + [1380] = {.lex_state = 2048, .external_lex_state = 17}, + [1381] = {.lex_state = 2048, .external_lex_state = 24}, + [1382] = {.lex_state = 2048, .external_lex_state = 24}, + [1383] = {.lex_state = 2048, .external_lex_state = 24}, + [1384] = {.lex_state = 2048, .external_lex_state = 24}, + [1385] = {.lex_state = 2048, .external_lex_state = 24}, + [1386] = {.lex_state = 2048, .external_lex_state = 24}, + [1387] = {.lex_state = 2048, .external_lex_state = 19}, + [1388] = {.lex_state = 2048, .external_lex_state = 26}, + [1389] = {.lex_state = 2048, .external_lex_state = 19}, + [1390] = {.lex_state = 2048, .external_lex_state = 27}, + [1391] = {.lex_state = 2048, .external_lex_state = 27}, + [1392] = {.lex_state = 2048, .external_lex_state = 26}, + [1393] = {.lex_state = 2048, .external_lex_state = 27}, + [1394] = {.lex_state = 2048, .external_lex_state = 27}, + [1395] = {.lex_state = 2048, .external_lex_state = 27}, + [1396] = {.lex_state = 2048, .external_lex_state = 27}, + [1397] = {.lex_state = 2, .external_lex_state = 10}, + [1398] = {.lex_state = 2048, .external_lex_state = 26}, + [1399] = {.lex_state = 2048, .external_lex_state = 26}, + [1400] = {.lex_state = 2048, .external_lex_state = 26}, + [1401] = {.lex_state = 2048, .external_lex_state = 26}, + [1402] = {.lex_state = 2, .external_lex_state = 10}, + [1403] = {.lex_state = 2048, .external_lex_state = 26}, + [1404] = {.lex_state = 2048, .external_lex_state = 28}, + [1405] = {.lex_state = 2048, .external_lex_state = 28}, + [1406] = {.lex_state = 2048, .external_lex_state = 28}, + [1407] = {.lex_state = 2048, .external_lex_state = 26}, + [1408] = {.lex_state = 2048, .external_lex_state = 28}, + [1409] = {.lex_state = 2048, .external_lex_state = 28}, + [1410] = {.lex_state = 2048, .external_lex_state = 28}, + [1411] = {.lex_state = 2, .external_lex_state = 10}, + [1412] = {.lex_state = 2048, .external_lex_state = 28}, + [1413] = {.lex_state = 2048, .external_lex_state = 26}, + [1414] = {.lex_state = 2048, .external_lex_state = 26}, + [1415] = {.lex_state = 2048, .external_lex_state = 26}, + [1416] = {.lex_state = 2048, .external_lex_state = 26}, + [1417] = {.lex_state = 2048, .external_lex_state = 26}, + [1418] = {.lex_state = 2048, .external_lex_state = 26}, + [1419] = {.lex_state = 2048, .external_lex_state = 28}, + [1420] = {.lex_state = 2048, .external_lex_state = 28}, + [1421] = {.lex_state = 2048, .external_lex_state = 28}, + [1422] = {.lex_state = 2048, .external_lex_state = 26}, + [1423] = {.lex_state = 2048, .external_lex_state = 28}, + [1424] = {.lex_state = 2048, .external_lex_state = 28}, + [1425] = {.lex_state = 2048, .external_lex_state = 28}, + [1426] = {.lex_state = 2048, .external_lex_state = 28}, + [1427] = {.lex_state = 2048, .external_lex_state = 28}, + [1428] = {.lex_state = 2048, .external_lex_state = 28}, + [1429] = {.lex_state = 2048, .external_lex_state = 28}, + [1430] = {.lex_state = 2048, .external_lex_state = 28}, + [1431] = {.lex_state = 2048, .external_lex_state = 26}, + [1432] = {.lex_state = 2048, .external_lex_state = 28}, + [1433] = {.lex_state = 2048, .external_lex_state = 19}, + [1434] = {.lex_state = 2048, .external_lex_state = 28}, + [1435] = {.lex_state = 2048, .external_lex_state = 28}, + [1436] = {.lex_state = 2048, .external_lex_state = 28}, + [1437] = {.lex_state = 2048, .external_lex_state = 28}, + [1438] = {.lex_state = 2048, .external_lex_state = 28}, + [1439] = {.lex_state = 2048, .external_lex_state = 28}, + [1440] = {.lex_state = 2048, .external_lex_state = 26}, + [1441] = {.lex_state = 3, .external_lex_state = 10}, + [1442] = {.lex_state = 2, .external_lex_state = 10}, + [1443] = {.lex_state = 2048, .external_lex_state = 19}, + [1444] = {.lex_state = 2048, .external_lex_state = 25}, + [1445] = {.lex_state = 2048, .external_lex_state = 25}, + [1446] = {.lex_state = 2048, .external_lex_state = 25}, + [1447] = {.lex_state = 2048, .external_lex_state = 25}, + [1448] = {.lex_state = 2048, .external_lex_state = 25}, + [1449] = {.lex_state = 2048, .external_lex_state = 26}, + [1450] = {.lex_state = 2048, .external_lex_state = 25}, + [1451] = {.lex_state = 2048, .external_lex_state = 19}, + [1452] = {.lex_state = 2048, .external_lex_state = 25}, + [1453] = {.lex_state = 2048, .external_lex_state = 25}, + [1454] = {.lex_state = 2048, .external_lex_state = 25}, + [1455] = {.lex_state = 2048, .external_lex_state = 25}, + [1456] = {.lex_state = 2048, .external_lex_state = 25}, + [1457] = {.lex_state = 2048, .external_lex_state = 25}, + [1458] = {.lex_state = 2048, .external_lex_state = 26}, + [1459] = {.lex_state = 2048, .external_lex_state = 25}, + [1460] = {.lex_state = 2048, .external_lex_state = 25}, + [1461] = {.lex_state = 2048, .external_lex_state = 25}, + [1462] = {.lex_state = 2048, .external_lex_state = 25}, + [1463] = {.lex_state = 2048, .external_lex_state = 25}, + [1464] = {.lex_state = 2048, .external_lex_state = 25}, + [1465] = {.lex_state = 2048, .external_lex_state = 25}, + [1466] = {.lex_state = 2048, .external_lex_state = 19}, + [1467] = {.lex_state = 2048, .external_lex_state = 19}, + [1468] = {.lex_state = 2048, .external_lex_state = 25}, + [1469] = {.lex_state = 2048, .external_lex_state = 25}, + [1470] = {.lex_state = 2048, .external_lex_state = 25}, + [1471] = {.lex_state = 2048, .external_lex_state = 25}, + [1472] = {.lex_state = 2048, .external_lex_state = 25}, + [1473] = {.lex_state = 2048, .external_lex_state = 25}, + [1474] = {.lex_state = 2048, .external_lex_state = 19}, + [1475] = {.lex_state = 2048, .external_lex_state = 20}, + [1476] = {.lex_state = 2048, .external_lex_state = 26}, + [1477] = {.lex_state = 2048, .external_lex_state = 20}, + [1478] = {.lex_state = 2048, .external_lex_state = 20}, + [1479] = {.lex_state = 2048, .external_lex_state = 20}, + [1480] = {.lex_state = 2048, .external_lex_state = 20}, + [1481] = {.lex_state = 2048, .external_lex_state = 20}, + [1482] = {.lex_state = 2048, .external_lex_state = 19}, + [1483] = {.lex_state = 2048, .external_lex_state = 20}, + [1484] = {.lex_state = 2048, .external_lex_state = 20}, + [1485] = {.lex_state = 2048, .external_lex_state = 26}, + [1486] = {.lex_state = 2048, .external_lex_state = 20}, + [1487] = {.lex_state = 2048, .external_lex_state = 20}, + [1488] = {.lex_state = 2048, .external_lex_state = 20}, + [1489] = {.lex_state = 2048, .external_lex_state = 20}, + [1490] = {.lex_state = 2048, .external_lex_state = 20}, + [1491] = {.lex_state = 2048, .external_lex_state = 20}, + [1492] = {.lex_state = 2048, .external_lex_state = 20}, + [1493] = {.lex_state = 2048, .external_lex_state = 20}, + [1494] = {.lex_state = 2048, .external_lex_state = 26}, + [1495] = {.lex_state = 2048, .external_lex_state = 20}, + [1496] = {.lex_state = 2048, .external_lex_state = 20}, + [1497] = {.lex_state = 2048, .external_lex_state = 20}, + [1498] = {.lex_state = 2, .external_lex_state = 10}, + [1499] = {.lex_state = 2048, .external_lex_state = 19}, + [1500] = {.lex_state = 2048, .external_lex_state = 20}, + [1501] = {.lex_state = 2048, .external_lex_state = 20}, + [1502] = {.lex_state = 2048, .external_lex_state = 20}, + [1503] = {.lex_state = 2048, .external_lex_state = 26}, + [1504] = {.lex_state = 2048, .external_lex_state = 20}, + [1505] = {.lex_state = 2048, .external_lex_state = 20}, + [1506] = {.lex_state = 2048, .external_lex_state = 19}, + [1507] = {.lex_state = 2048, .external_lex_state = 20}, + [1508] = {.lex_state = 2, .external_lex_state = 10}, + [1509] = {.lex_state = 2, .external_lex_state = 10}, + [1510] = {.lex_state = 2, .external_lex_state = 10}, + [1511] = {.lex_state = 2, .external_lex_state = 10}, + [1512] = {.lex_state = 2048, .external_lex_state = 26}, + [1513] = {.lex_state = 2, .external_lex_state = 10}, + [1514] = {.lex_state = 2, .external_lex_state = 10}, + [1515] = {.lex_state = 2, .external_lex_state = 10}, + [1516] = {.lex_state = 2, .external_lex_state = 10}, + [1517] = {.lex_state = 2, .external_lex_state = 10}, + [1518] = {.lex_state = 2, .external_lex_state = 10}, + [1519] = {.lex_state = 2, .external_lex_state = 10}, + [1520] = {.lex_state = 2, .external_lex_state = 10}, + [1521] = {.lex_state = 2048, .external_lex_state = 26}, + [1522] = {.lex_state = 2, .external_lex_state = 10}, + [1523] = {.lex_state = 2048, .external_lex_state = 19}, + [1524] = {.lex_state = 2, .external_lex_state = 10}, + [1525] = {.lex_state = 2, .external_lex_state = 10}, + [1526] = {.lex_state = 2, .external_lex_state = 10}, + [1527] = {.lex_state = 2, .external_lex_state = 10}, + [1528] = {.lex_state = 2, .external_lex_state = 10}, + [1529] = {.lex_state = 2, .external_lex_state = 10}, + [1530] = {.lex_state = 3, .external_lex_state = 10}, + [1531] = {.lex_state = 2, .external_lex_state = 10}, + [1532] = {.lex_state = 2, .external_lex_state = 10}, + [1533] = {.lex_state = 2, .external_lex_state = 10}, + [1534] = {.lex_state = 2, .external_lex_state = 10}, + [1535] = {.lex_state = 2, .external_lex_state = 10}, + [1536] = {.lex_state = 3, .external_lex_state = 10}, + [1537] = {.lex_state = 3, .external_lex_state = 10}, + [1538] = {.lex_state = 2048, .external_lex_state = 23}, + [1539] = {.lex_state = 2048, .external_lex_state = 20}, + [1540] = {.lex_state = 2048, .external_lex_state = 24}, + [1541] = {.lex_state = 2048, .external_lex_state = 24}, + [1542] = {.lex_state = 2048, .external_lex_state = 24}, + [1543] = {.lex_state = 2048, .external_lex_state = 24}, + [1544] = {.lex_state = 2048, .external_lex_state = 23}, + [1545] = {.lex_state = 2048, .external_lex_state = 23}, + [1546] = {.lex_state = 2048, .external_lex_state = 24}, + [1547] = {.lex_state = 2048, .external_lex_state = 24}, + [1548] = {.lex_state = 2048, .external_lex_state = 24}, + [1549] = {.lex_state = 2048, .external_lex_state = 24}, + [1550] = {.lex_state = 2048, .external_lex_state = 24}, + [1551] = {.lex_state = 2048, .external_lex_state = 24}, + [1552] = {.lex_state = 2048, .external_lex_state = 24}, + [1553] = {.lex_state = 2048, .external_lex_state = 24}, + [1554] = {.lex_state = 2048, .external_lex_state = 24}, + [1555] = {.lex_state = 2048, .external_lex_state = 24}, + [1556] = {.lex_state = 2048, .external_lex_state = 24}, + [1557] = {.lex_state = 2048, .external_lex_state = 24}, + [1558] = {.lex_state = 2048, .external_lex_state = 24}, + [1559] = {.lex_state = 2048, .external_lex_state = 24}, + [1560] = {.lex_state = 2048, .external_lex_state = 24}, + [1561] = {.lex_state = 2048, .external_lex_state = 24}, + [1562] = {.lex_state = 2048, .external_lex_state = 24}, + [1563] = {.lex_state = 2048, .external_lex_state = 24}, + [1564] = {.lex_state = 2048, .external_lex_state = 24}, + [1565] = {.lex_state = 2048, .external_lex_state = 23}, + [1566] = {.lex_state = 2048, .external_lex_state = 23}, + [1567] = {.lex_state = 2048, .external_lex_state = 26}, + [1568] = {.lex_state = 2048, .external_lex_state = 23}, + [1569] = {.lex_state = 2048, .external_lex_state = 23}, + [1570] = {.lex_state = 2048, .external_lex_state = 24}, + [1571] = {.lex_state = 2048, .external_lex_state = 24}, + [1572] = {.lex_state = 2048, .external_lex_state = 24}, + [1573] = {.lex_state = 2048, .external_lex_state = 24}, + [1574] = {.lex_state = 2048, .external_lex_state = 24}, + [1575] = {.lex_state = 2048, .external_lex_state = 24}, + [1576] = {.lex_state = 2048, .external_lex_state = 24}, + [1577] = {.lex_state = 2048, .external_lex_state = 24}, + [1578] = {.lex_state = 2048, .external_lex_state = 24}, + [1579] = {.lex_state = 2048, .external_lex_state = 24}, + [1580] = {.lex_state = 2048, .external_lex_state = 24}, + [1581] = {.lex_state = 2048, .external_lex_state = 24}, + [1582] = {.lex_state = 2048, .external_lex_state = 24}, + [1583] = {.lex_state = 2048, .external_lex_state = 24}, + [1584] = {.lex_state = 2048, .external_lex_state = 24}, + [1585] = {.lex_state = 2048, .external_lex_state = 24}, + [1586] = {.lex_state = 2048, .external_lex_state = 17}, + [1587] = {.lex_state = 2048, .external_lex_state = 23}, + [1588] = {.lex_state = 2048, .external_lex_state = 23}, + [1589] = {.lex_state = 2048, .external_lex_state = 23}, + [1590] = {.lex_state = 2048, .external_lex_state = 23}, + [1591] = {.lex_state = 2048, .external_lex_state = 24}, + [1592] = {.lex_state = 2048, .external_lex_state = 24}, + [1593] = {.lex_state = 2048, .external_lex_state = 24}, + [1594] = {.lex_state = 2048, .external_lex_state = 24}, + [1595] = {.lex_state = 2048, .external_lex_state = 24}, + [1596] = {.lex_state = 2048, .external_lex_state = 24}, + [1597] = {.lex_state = 2048, .external_lex_state = 24}, + [1598] = {.lex_state = 2048, .external_lex_state = 24}, + [1599] = {.lex_state = 2048, .external_lex_state = 24}, + [1600] = {.lex_state = 2048, .external_lex_state = 24}, + [1601] = {.lex_state = 2048, .external_lex_state = 24}, + [1602] = {.lex_state = 2048, .external_lex_state = 24}, + [1603] = {.lex_state = 2048, .external_lex_state = 24}, + [1604] = {.lex_state = 2048, .external_lex_state = 24}, + [1605] = {.lex_state = 2048, .external_lex_state = 24}, + [1606] = {.lex_state = 2048, .external_lex_state = 24}, + [1607] = {.lex_state = 2048, .external_lex_state = 24}, + [1608] = {.lex_state = 2048, .external_lex_state = 24}, + [1609] = {.lex_state = 2048, .external_lex_state = 26}, + [1610] = {.lex_state = 2048, .external_lex_state = 17}, + [1611] = {.lex_state = 2048, .external_lex_state = 26}, + [1612] = {.lex_state = 2048, .external_lex_state = 26}, + [1613] = {.lex_state = 2048, .external_lex_state = 26}, + [1614] = {.lex_state = 2048, .external_lex_state = 26}, + [1615] = {.lex_state = 2048, .external_lex_state = 17}, + [1616] = {.lex_state = 2048, .external_lex_state = 24}, + [1617] = {.lex_state = 2048, .external_lex_state = 24}, + [1618] = {.lex_state = 2048, .external_lex_state = 17}, + [1619] = {.lex_state = 2048, .external_lex_state = 26}, + [1620] = {.lex_state = 2048, .external_lex_state = 17}, + [1621] = {.lex_state = 2048, .external_lex_state = 17}, + [1622] = {.lex_state = 2048, .external_lex_state = 26}, + [1623] = {.lex_state = 2048, .external_lex_state = 17}, + [1624] = {.lex_state = 2048, .external_lex_state = 26}, + [1625] = {.lex_state = 2048, .external_lex_state = 17}, + [1626] = {.lex_state = 2048, .external_lex_state = 17}, + [1627] = {.lex_state = 2048, .external_lex_state = 26}, + [1628] = {.lex_state = 2048, .external_lex_state = 26}, + [1629] = {.lex_state = 2048, .external_lex_state = 26}, + [1630] = {.lex_state = 2048, .external_lex_state = 26}, + [1631] = {.lex_state = 2048, .external_lex_state = 26}, + [1632] = {.lex_state = 2048, .external_lex_state = 26}, + [1633] = {.lex_state = 2048, .external_lex_state = 26}, + [1634] = {.lex_state = 2048, .external_lex_state = 26}, + [1635] = {.lex_state = 2048, .external_lex_state = 26}, + [1636] = {.lex_state = 2048, .external_lex_state = 26}, + [1637] = {.lex_state = 2048, .external_lex_state = 26}, + [1638] = {.lex_state = 2048, .external_lex_state = 26}, + [1639] = {.lex_state = 2048, .external_lex_state = 17}, + [1640] = {.lex_state = 2048, .external_lex_state = 17}, + [1641] = {.lex_state = 2048, .external_lex_state = 26}, + [1642] = {.lex_state = 2048, .external_lex_state = 17}, + [1643] = {.lex_state = 2048, .external_lex_state = 17}, + [1644] = {.lex_state = 2048, .external_lex_state = 26}, + [1645] = {.lex_state = 2048, .external_lex_state = 26}, + [1646] = {.lex_state = 2048, .external_lex_state = 24}, + [1647] = {.lex_state = 2048, .external_lex_state = 24}, + [1648] = {.lex_state = 3, .external_lex_state = 10}, + [1649] = {.lex_state = 2048, .external_lex_state = 17}, + [1650] = {.lex_state = 2048, .external_lex_state = 24}, + [1651] = {.lex_state = 2048, .external_lex_state = 24}, + [1652] = {.lex_state = 2048, .external_lex_state = 26}, + [1653] = {.lex_state = 2048, .external_lex_state = 26}, + [1654] = {.lex_state = 2048, .external_lex_state = 26}, + [1655] = {.lex_state = 2048, .external_lex_state = 26}, + [1656] = {.lex_state = 2048, .external_lex_state = 26}, + [1657] = {.lex_state = 2048, .external_lex_state = 17}, + [1658] = {.lex_state = 2048, .external_lex_state = 26}, + [1659] = {.lex_state = 2048, .external_lex_state = 26}, + [1660] = {.lex_state = 2048, .external_lex_state = 17}, + [1661] = {.lex_state = 2048, .external_lex_state = 26}, + [1662] = {.lex_state = 2048, .external_lex_state = 26}, + [1663] = {.lex_state = 2048, .external_lex_state = 26}, + [1664] = {.lex_state = 2048, .external_lex_state = 26}, + [1665] = {.lex_state = 2048, .external_lex_state = 26}, + [1666] = {.lex_state = 2048, .external_lex_state = 26}, + [1667] = {.lex_state = 2048, .external_lex_state = 26}, + [1668] = {.lex_state = 2048, .external_lex_state = 26}, + [1669] = {.lex_state = 2048, .external_lex_state = 26}, + [1670] = {.lex_state = 2048, .external_lex_state = 17}, + [1671] = {.lex_state = 2048, .external_lex_state = 24}, + [1672] = {.lex_state = 2048, .external_lex_state = 24}, + [1673] = {.lex_state = 2048, .external_lex_state = 24}, + [1674] = {.lex_state = 2048, .external_lex_state = 24}, + [1675] = {.lex_state = 2048, .external_lex_state = 26}, + [1676] = {.lex_state = 2048, .external_lex_state = 26}, + [1677] = {.lex_state = 2048, .external_lex_state = 26}, + [1678] = {.lex_state = 2048, .external_lex_state = 26}, + [1679] = {.lex_state = 2048, .external_lex_state = 26}, + [1680] = {.lex_state = 2048, .external_lex_state = 26}, + [1681] = {.lex_state = 2048, .external_lex_state = 26}, + [1682] = {.lex_state = 2048, .external_lex_state = 26}, + [1683] = {.lex_state = 2048, .external_lex_state = 26}, + [1684] = {.lex_state = 2048, .external_lex_state = 26}, + [1685] = {.lex_state = 2048, .external_lex_state = 26}, + [1686] = {.lex_state = 2048, .external_lex_state = 26}, + [1687] = {.lex_state = 2048, .external_lex_state = 26}, + [1688] = {.lex_state = 2048, .external_lex_state = 26}, + [1689] = {.lex_state = 2048, .external_lex_state = 26}, + [1690] = {.lex_state = 2048, .external_lex_state = 26}, + [1691] = {.lex_state = 2048, .external_lex_state = 26}, + [1692] = {.lex_state = 2048, .external_lex_state = 26}, + [1693] = {.lex_state = 3, .external_lex_state = 10}, + [1694] = {.lex_state = 2048, .external_lex_state = 17}, + [1695] = {.lex_state = 2048, .external_lex_state = 17}, + [1696] = {.lex_state = 3, .external_lex_state = 10}, + [1697] = {.lex_state = 3, .external_lex_state = 10}, + [1698] = {.lex_state = 3, .external_lex_state = 10}, + [1699] = {.lex_state = 3, .external_lex_state = 10}, + [1700] = {.lex_state = 2048, .external_lex_state = 17}, + [1701] = {.lex_state = 2048, .external_lex_state = 17}, + [1702] = {.lex_state = 2048, .external_lex_state = 26}, + [1703] = {.lex_state = 2048, .external_lex_state = 26}, + [1704] = {.lex_state = 3, .external_lex_state = 10}, + [1705] = {.lex_state = 3, .external_lex_state = 10}, + [1706] = {.lex_state = 3, .external_lex_state = 10}, + [1707] = {.lex_state = 3, .external_lex_state = 10}, + [1708] = {.lex_state = 1, .external_lex_state = 10}, + [1709] = {.lex_state = 3, .external_lex_state = 10}, + [1710] = {.lex_state = 3, .external_lex_state = 10}, + [1711] = {.lex_state = 3, .external_lex_state = 10}, + [1712] = {.lex_state = 3, .external_lex_state = 10}, + [1713] = {.lex_state = 3, .external_lex_state = 10}, + [1714] = {.lex_state = 3, .external_lex_state = 10}, + [1715] = {.lex_state = 3, .external_lex_state = 10}, + [1716] = {.lex_state = 3, .external_lex_state = 10}, + [1717] = {.lex_state = 3, .external_lex_state = 10}, + [1718] = {.lex_state = 3, .external_lex_state = 10}, + [1719] = {.lex_state = 3, .external_lex_state = 10}, + [1720] = {.lex_state = 3, .external_lex_state = 10}, + [1721] = {.lex_state = 3, .external_lex_state = 10}, + [1722] = {.lex_state = 3, .external_lex_state = 10}, + [1723] = {.lex_state = 3, .external_lex_state = 10}, + [1724] = {.lex_state = 2048, .external_lex_state = 26}, + [1725] = {.lex_state = 2048, .external_lex_state = 26}, + [1726] = {.lex_state = 2048, .external_lex_state = 27}, + [1727] = {.lex_state = 2048, .external_lex_state = 26}, + [1728] = {.lex_state = 2048, .external_lex_state = 26}, + [1729] = {.lex_state = 3, .external_lex_state = 10}, + [1730] = {.lex_state = 3, .external_lex_state = 10}, + [1731] = {.lex_state = 3, .external_lex_state = 10}, + [1732] = {.lex_state = 3, .external_lex_state = 10}, + [1733] = {.lex_state = 3, .external_lex_state = 10}, + [1734] = {.lex_state = 3, .external_lex_state = 10}, + [1735] = {.lex_state = 3, .external_lex_state = 10}, + [1736] = {.lex_state = 3, .external_lex_state = 10}, + [1737] = {.lex_state = 3, .external_lex_state = 10}, + [1738] = {.lex_state = 3, .external_lex_state = 10}, + [1739] = {.lex_state = 3, .external_lex_state = 10}, + [1740] = {.lex_state = 3, .external_lex_state = 10}, + [1741] = {.lex_state = 3, .external_lex_state = 10}, + [1742] = {.lex_state = 3, .external_lex_state = 10}, + [1743] = {.lex_state = 3, .external_lex_state = 10}, + [1744] = {.lex_state = 3, .external_lex_state = 10}, + [1745] = {.lex_state = 2048, .external_lex_state = 26}, + [1746] = {.lex_state = 2048, .external_lex_state = 26}, + [1747] = {.lex_state = 2048, .external_lex_state = 26}, + [1748] = {.lex_state = 2048, .external_lex_state = 26}, + [1749] = {.lex_state = 3, .external_lex_state = 10}, + [1750] = {.lex_state = 3, .external_lex_state = 10}, + [1751] = {.lex_state = 3, .external_lex_state = 10}, + [1752] = {.lex_state = 3, .external_lex_state = 10}, + [1753] = {.lex_state = 3, .external_lex_state = 10}, + [1754] = {.lex_state = 3, .external_lex_state = 10}, + [1755] = {.lex_state = 3, .external_lex_state = 10}, + [1756] = {.lex_state = 3, .external_lex_state = 10}, + [1757] = {.lex_state = 3, .external_lex_state = 10}, + [1758] = {.lex_state = 3, .external_lex_state = 10}, + [1759] = {.lex_state = 3, .external_lex_state = 10}, + [1760] = {.lex_state = 3, .external_lex_state = 10}, + [1761] = {.lex_state = 3, .external_lex_state = 10}, + [1762] = {.lex_state = 3, .external_lex_state = 10}, + [1763] = {.lex_state = 3, .external_lex_state = 10}, + [1764] = {.lex_state = 3, .external_lex_state = 10}, + [1765] = {.lex_state = 3, .external_lex_state = 10}, + [1766] = {.lex_state = 3, .external_lex_state = 10}, + [1767] = {.lex_state = 2048, .external_lex_state = 27}, + [1768] = {.lex_state = 2048, .external_lex_state = 27}, + [1769] = {.lex_state = 2048, .external_lex_state = 27}, + [1770] = {.lex_state = 2048, .external_lex_state = 27}, + [1771] = {.lex_state = 2048, .external_lex_state = 27}, + [1772] = {.lex_state = 3, .external_lex_state = 10}, + [1773] = {.lex_state = 3, .external_lex_state = 10}, + [1774] = {.lex_state = 2048, .external_lex_state = 27}, + [1775] = {.lex_state = 2048, .external_lex_state = 27}, + [1776] = {.lex_state = 2048, .external_lex_state = 27}, + [1777] = {.lex_state = 2048, .external_lex_state = 27}, + [1778] = {.lex_state = 2048, .external_lex_state = 27}, + [1779] = {.lex_state = 2048, .external_lex_state = 27}, + [1780] = {.lex_state = 2048, .external_lex_state = 27}, + [1781] = {.lex_state = 2048, .external_lex_state = 27}, + [1782] = {.lex_state = 2048, .external_lex_state = 27}, + [1783] = {.lex_state = 2048, .external_lex_state = 27}, + [1784] = {.lex_state = 2048, .external_lex_state = 27}, + [1785] = {.lex_state = 2048, .external_lex_state = 27}, + [1786] = {.lex_state = 2048, .external_lex_state = 27}, + [1787] = {.lex_state = 2048, .external_lex_state = 27}, + [1788] = {.lex_state = 2048, .external_lex_state = 27}, + [1789] = {.lex_state = 2048, .external_lex_state = 27}, + [1790] = {.lex_state = 2048, .external_lex_state = 27}, + [1791] = {.lex_state = 2048, .external_lex_state = 27}, + [1792] = {.lex_state = 2048, .external_lex_state = 27}, + [1793] = {.lex_state = 3, .external_lex_state = 10}, + [1794] = {.lex_state = 3, .external_lex_state = 10}, + [1795] = {.lex_state = 2048, .external_lex_state = 28}, + [1796] = {.lex_state = 3, .external_lex_state = 10}, + [1797] = {.lex_state = 3, .external_lex_state = 10}, + [1798] = {.lex_state = 2048, .external_lex_state = 27}, + [1799] = {.lex_state = 2048, .external_lex_state = 27}, + [1800] = {.lex_state = 2048, .external_lex_state = 27}, + [1801] = {.lex_state = 2048, .external_lex_state = 27}, + [1802] = {.lex_state = 2048, .external_lex_state = 27}, + [1803] = {.lex_state = 2048, .external_lex_state = 17}, + [1804] = {.lex_state = 2048, .external_lex_state = 27}, + [1805] = {.lex_state = 2048, .external_lex_state = 27}, + [1806] = {.lex_state = 2048, .external_lex_state = 17}, + [1807] = {.lex_state = 2048, .external_lex_state = 27}, + [1808] = {.lex_state = 2048, .external_lex_state = 27}, + [1809] = {.lex_state = 2048, .external_lex_state = 17}, + [1810] = {.lex_state = 2048, .external_lex_state = 27}, + [1811] = {.lex_state = 2048, .external_lex_state = 27}, + [1812] = {.lex_state = 2048, .external_lex_state = 27}, + [1813] = {.lex_state = 2048, .external_lex_state = 27}, + [1814] = {.lex_state = 2048, .external_lex_state = 27}, + [1815] = {.lex_state = 2048, .external_lex_state = 27}, + [1816] = {.lex_state = 2048, .external_lex_state = 27}, + [1817] = {.lex_state = 2048, .external_lex_state = 17}, + [1818] = {.lex_state = 3, .external_lex_state = 10}, + [1819] = {.lex_state = 3, .external_lex_state = 10}, + [1820] = {.lex_state = 3, .external_lex_state = 10}, + [1821] = {.lex_state = 3, .external_lex_state = 10}, + [1822] = {.lex_state = 2048, .external_lex_state = 27}, + [1823] = {.lex_state = 2048, .external_lex_state = 27}, + [1824] = {.lex_state = 2048, .external_lex_state = 27}, + [1825] = {.lex_state = 2048, .external_lex_state = 27}, + [1826] = {.lex_state = 2048, .external_lex_state = 27}, + [1827] = {.lex_state = 2048, .external_lex_state = 27}, + [1828] = {.lex_state = 2048, .external_lex_state = 27}, + [1829] = {.lex_state = 2048, .external_lex_state = 27}, + [1830] = {.lex_state = 2048, .external_lex_state = 27}, + [1831] = {.lex_state = 2048, .external_lex_state = 27}, + [1832] = {.lex_state = 2048, .external_lex_state = 27}, + [1833] = {.lex_state = 2048, .external_lex_state = 27}, + [1834] = {.lex_state = 2048, .external_lex_state = 27}, + [1835] = {.lex_state = 2048, .external_lex_state = 27}, + [1836] = {.lex_state = 2048, .external_lex_state = 27}, + [1837] = {.lex_state = 2048, .external_lex_state = 27}, + [1838] = {.lex_state = 2048, .external_lex_state = 27}, + [1839] = {.lex_state = 2048, .external_lex_state = 27}, + [1840] = {.lex_state = 2048, .external_lex_state = 28}, + [1841] = {.lex_state = 2048, .external_lex_state = 17}, + [1842] = {.lex_state = 2048, .external_lex_state = 17}, + [1843] = {.lex_state = 2048, .external_lex_state = 17}, + [1844] = {.lex_state = 2048, .external_lex_state = 28}, + [1845] = {.lex_state = 2048, .external_lex_state = 28}, + [1846] = {.lex_state = 2048, .external_lex_state = 28}, + [1847] = {.lex_state = 2048, .external_lex_state = 28}, + [1848] = {.lex_state = 2048, .external_lex_state = 17}, + [1849] = {.lex_state = 2048, .external_lex_state = 17}, + [1850] = {.lex_state = 2048, .external_lex_state = 27}, + [1851] = {.lex_state = 2048, .external_lex_state = 27}, + [1852] = {.lex_state = 2048, .external_lex_state = 17}, + [1853] = {.lex_state = 2048, .external_lex_state = 28}, + [1854] = {.lex_state = 2048, .external_lex_state = 17}, + [1855] = {.lex_state = 2048, .external_lex_state = 28}, + [1856] = {.lex_state = 2048, .external_lex_state = 17}, + [1857] = {.lex_state = 2048, .external_lex_state = 17}, + [1858] = {.lex_state = 2048, .external_lex_state = 28}, + [1859] = {.lex_state = 2048, .external_lex_state = 17}, + [1860] = {.lex_state = 2048, .external_lex_state = 28}, + [1861] = {.lex_state = 2048, .external_lex_state = 17}, + [1862] = {.lex_state = 2048, .external_lex_state = 17}, + [1863] = {.lex_state = 2048, .external_lex_state = 28}, + [1864] = {.lex_state = 2048, .external_lex_state = 28}, + [1865] = {.lex_state = 2048, .external_lex_state = 28}, + [1866] = {.lex_state = 2048, .external_lex_state = 28}, + [1867] = {.lex_state = 2048, .external_lex_state = 28}, + [1868] = {.lex_state = 2048, .external_lex_state = 28}, + [1869] = {.lex_state = 2048, .external_lex_state = 28}, + [1870] = {.lex_state = 2048, .external_lex_state = 28}, + [1871] = {.lex_state = 2048, .external_lex_state = 28}, + [1872] = {.lex_state = 2048, .external_lex_state = 28}, + [1873] = {.lex_state = 2048, .external_lex_state = 28}, + [1874] = {.lex_state = 2048, .external_lex_state = 28}, + [1875] = {.lex_state = 2048, .external_lex_state = 28}, + [1876] = {.lex_state = 2048, .external_lex_state = 28}, + [1877] = {.lex_state = 2048, .external_lex_state = 28}, + [1878] = {.lex_state = 2048, .external_lex_state = 27}, + [1879] = {.lex_state = 2048, .external_lex_state = 27}, + [1880] = {.lex_state = 2048, .external_lex_state = 25}, + [1881] = {.lex_state = 2048, .external_lex_state = 17}, + [1882] = {.lex_state = 2048, .external_lex_state = 27}, + [1883] = {.lex_state = 2048, .external_lex_state = 27}, + [1884] = {.lex_state = 2048, .external_lex_state = 28}, + [1885] = {.lex_state = 2048, .external_lex_state = 28}, + [1886] = {.lex_state = 2048, .external_lex_state = 28}, + [1887] = {.lex_state = 2048, .external_lex_state = 17}, + [1888] = {.lex_state = 2048, .external_lex_state = 28}, + [1889] = {.lex_state = 2048, .external_lex_state = 28}, + [1890] = {.lex_state = 2048, .external_lex_state = 28}, + [1891] = {.lex_state = 2048, .external_lex_state = 28}, + [1892] = {.lex_state = 2048, .external_lex_state = 28}, + [1893] = {.lex_state = 2048, .external_lex_state = 28}, + [1894] = {.lex_state = 2048, .external_lex_state = 28}, + [1895] = {.lex_state = 2048, .external_lex_state = 28}, + [1896] = {.lex_state = 2048, .external_lex_state = 28}, + [1897] = {.lex_state = 2048, .external_lex_state = 28}, + [1898] = {.lex_state = 2048, .external_lex_state = 28}, + [1899] = {.lex_state = 2048, .external_lex_state = 28}, + [1900] = {.lex_state = 2048, .external_lex_state = 28}, + [1901] = {.lex_state = 2048, .external_lex_state = 27}, + [1902] = {.lex_state = 2048, .external_lex_state = 27}, + [1903] = {.lex_state = 2048, .external_lex_state = 27}, + [1904] = {.lex_state = 2048, .external_lex_state = 27}, + [1905] = {.lex_state = 2048, .external_lex_state = 28}, + [1906] = {.lex_state = 2048, .external_lex_state = 28}, + [1907] = {.lex_state = 2048, .external_lex_state = 28}, + [1908] = {.lex_state = 2048, .external_lex_state = 28}, + [1909] = {.lex_state = 2048, .external_lex_state = 28}, + [1910] = {.lex_state = 2048, .external_lex_state = 28}, + [1911] = {.lex_state = 2048, .external_lex_state = 28}, + [1912] = {.lex_state = 2048, .external_lex_state = 28}, + [1913] = {.lex_state = 2048, .external_lex_state = 28}, + [1914] = {.lex_state = 2048, .external_lex_state = 28}, + [1915] = {.lex_state = 2048, .external_lex_state = 28}, + [1916] = {.lex_state = 2048, .external_lex_state = 28}, + [1917] = {.lex_state = 2048, .external_lex_state = 28}, + [1918] = {.lex_state = 2048, .external_lex_state = 28}, + [1919] = {.lex_state = 2048, .external_lex_state = 28}, + [1920] = {.lex_state = 2048, .external_lex_state = 28}, + [1921] = {.lex_state = 2048, .external_lex_state = 28}, + [1922] = {.lex_state = 2048, .external_lex_state = 28}, + [1923] = {.lex_state = 2048, .external_lex_state = 25}, + [1924] = {.lex_state = 2048, .external_lex_state = 17}, + [1925] = {.lex_state = 2048, .external_lex_state = 25}, + [1926] = {.lex_state = 2048, .external_lex_state = 25}, + [1927] = {.lex_state = 2048, .external_lex_state = 25}, + [1928] = {.lex_state = 2048, .external_lex_state = 25}, + [1929] = {.lex_state = 2048, .external_lex_state = 28}, + [1930] = {.lex_state = 2048, .external_lex_state = 28}, + [1931] = {.lex_state = 2048, .external_lex_state = 25}, + [1932] = {.lex_state = 2048, .external_lex_state = 25}, + [1933] = {.lex_state = 2048, .external_lex_state = 25}, + [1934] = {.lex_state = 2048, .external_lex_state = 25}, + [1935] = {.lex_state = 2048, .external_lex_state = 25}, + [1936] = {.lex_state = 2048, .external_lex_state = 25}, + [1937] = {.lex_state = 2048, .external_lex_state = 25}, + [1938] = {.lex_state = 2048, .external_lex_state = 25}, + [1939] = {.lex_state = 2048, .external_lex_state = 25}, + [1940] = {.lex_state = 2048, .external_lex_state = 25}, + [1941] = {.lex_state = 2048, .external_lex_state = 25}, + [1942] = {.lex_state = 2048, .external_lex_state = 25}, + [1943] = {.lex_state = 2048, .external_lex_state = 25}, + [1944] = {.lex_state = 2048, .external_lex_state = 25}, + [1945] = {.lex_state = 2048, .external_lex_state = 25}, + [1946] = {.lex_state = 2048, .external_lex_state = 25}, + [1947] = {.lex_state = 2048, .external_lex_state = 25}, + [1948] = {.lex_state = 2048, .external_lex_state = 25}, + [1949] = {.lex_state = 2048, .external_lex_state = 25}, + [1950] = {.lex_state = 2048, .external_lex_state = 28}, + [1951] = {.lex_state = 2048, .external_lex_state = 28}, + [1952] = {.lex_state = 2048, .external_lex_state = 20}, + [1953] = {.lex_state = 2048, .external_lex_state = 28}, + [1954] = {.lex_state = 2048, .external_lex_state = 28}, + [1955] = {.lex_state = 2048, .external_lex_state = 25}, + [1956] = {.lex_state = 2048, .external_lex_state = 25}, + [1957] = {.lex_state = 2048, .external_lex_state = 25}, + [1958] = {.lex_state = 2048, .external_lex_state = 25}, + [1959] = {.lex_state = 2048, .external_lex_state = 25}, + [1960] = {.lex_state = 2048, .external_lex_state = 25}, + [1961] = {.lex_state = 2048, .external_lex_state = 25}, + [1962] = {.lex_state = 2048, .external_lex_state = 25}, + [1963] = {.lex_state = 2048, .external_lex_state = 25}, + [1964] = {.lex_state = 2048, .external_lex_state = 17}, + [1965] = {.lex_state = 2048, .external_lex_state = 25}, + [1966] = {.lex_state = 2048, .external_lex_state = 25}, + [1967] = {.lex_state = 2048, .external_lex_state = 25}, + [1968] = {.lex_state = 2048, .external_lex_state = 25}, + [1969] = {.lex_state = 2048, .external_lex_state = 25}, + [1970] = {.lex_state = 2048, .external_lex_state = 17}, + [1971] = {.lex_state = 2048, .external_lex_state = 25}, + [1972] = {.lex_state = 2048, .external_lex_state = 25}, + [1973] = {.lex_state = 2048, .external_lex_state = 17}, + [1974] = {.lex_state = 2048, .external_lex_state = 28}, + [1975] = {.lex_state = 2048, .external_lex_state = 28}, + [1976] = {.lex_state = 2048, .external_lex_state = 28}, + [1977] = {.lex_state = 2048, .external_lex_state = 28}, + [1978] = {.lex_state = 2048, .external_lex_state = 25}, + [1979] = {.lex_state = 2048, .external_lex_state = 25}, + [1980] = {.lex_state = 2048, .external_lex_state = 25}, + [1981] = {.lex_state = 2048, .external_lex_state = 25}, + [1982] = {.lex_state = 2048, .external_lex_state = 25}, + [1983] = {.lex_state = 2048, .external_lex_state = 25}, + [1984] = {.lex_state = 2048, .external_lex_state = 25}, + [1985] = {.lex_state = 2048, .external_lex_state = 25}, + [1986] = {.lex_state = 2048, .external_lex_state = 25}, + [1987] = {.lex_state = 2048, .external_lex_state = 25}, + [1988] = {.lex_state = 2048, .external_lex_state = 25}, + [1989] = {.lex_state = 2048, .external_lex_state = 25}, + [1990] = {.lex_state = 2048, .external_lex_state = 25}, + [1991] = {.lex_state = 2048, .external_lex_state = 25}, + [1992] = {.lex_state = 2048, .external_lex_state = 25}, + [1993] = {.lex_state = 2048, .external_lex_state = 25}, + [1994] = {.lex_state = 2048, .external_lex_state = 25}, + [1995] = {.lex_state = 2048, .external_lex_state = 25}, + [1996] = {.lex_state = 2048, .external_lex_state = 20}, + [1997] = {.lex_state = 2048, .external_lex_state = 17}, + [1998] = {.lex_state = 2048, .external_lex_state = 17}, + [1999] = {.lex_state = 2048, .external_lex_state = 17}, + [2000] = {.lex_state = 2048, .external_lex_state = 17}, + [2001] = {.lex_state = 2048, .external_lex_state = 17}, + [2002] = {.lex_state = 2048, .external_lex_state = 20}, + [2003] = {.lex_state = 2048, .external_lex_state = 20}, + [2004] = {.lex_state = 2048, .external_lex_state = 20}, + [2005] = {.lex_state = 2048, .external_lex_state = 20}, + [2006] = {.lex_state = 2048, .external_lex_state = 17}, + [2007] = {.lex_state = 2048, .external_lex_state = 17}, + [2008] = {.lex_state = 2048, .external_lex_state = 25}, + [2009] = {.lex_state = 2048, .external_lex_state = 17}, + [2010] = {.lex_state = 2048, .external_lex_state = 25}, + [2011] = {.lex_state = 2048, .external_lex_state = 20}, + [2012] = {.lex_state = 2048, .external_lex_state = 20}, + [2013] = {.lex_state = 2048, .external_lex_state = 20}, + [2014] = {.lex_state = 2048, .external_lex_state = 20}, + [2015] = {.lex_state = 2048, .external_lex_state = 20}, + [2016] = {.lex_state = 2048, .external_lex_state = 20}, + [2017] = {.lex_state = 2048, .external_lex_state = 20}, + [2018] = {.lex_state = 2048, .external_lex_state = 20}, + [2019] = {.lex_state = 2048, .external_lex_state = 20}, + [2020] = {.lex_state = 2048, .external_lex_state = 20}, + [2021] = {.lex_state = 2048, .external_lex_state = 20}, + [2022] = {.lex_state = 2048, .external_lex_state = 20}, + [2023] = {.lex_state = 2048, .external_lex_state = 20}, + [2024] = {.lex_state = 2048, .external_lex_state = 20}, + [2025] = {.lex_state = 2048, .external_lex_state = 20}, + [2026] = {.lex_state = 2048, .external_lex_state = 20}, + [2027] = {.lex_state = 2048, .external_lex_state = 20}, + [2028] = {.lex_state = 2048, .external_lex_state = 20}, + [2029] = {.lex_state = 2048, .external_lex_state = 20}, + [2030] = {.lex_state = 2048, .external_lex_state = 25}, + [2031] = {.lex_state = 2048, .external_lex_state = 25}, + [2032] = {.lex_state = 2048, .external_lex_state = 25}, + [2033] = {.lex_state = 2048, .external_lex_state = 25}, + [2034] = {.lex_state = 2048, .external_lex_state = 20}, + [2035] = {.lex_state = 2048, .external_lex_state = 20}, + [2036] = {.lex_state = 2048, .external_lex_state = 20}, + [2037] = {.lex_state = 2048, .external_lex_state = 20}, + [2038] = {.lex_state = 2048, .external_lex_state = 20}, + [2039] = {.lex_state = 2048, .external_lex_state = 20}, + [2040] = {.lex_state = 2048, .external_lex_state = 20}, + [2041] = {.lex_state = 2048, .external_lex_state = 20}, + [2042] = {.lex_state = 2048, .external_lex_state = 20}, + [2043] = {.lex_state = 2048, .external_lex_state = 20}, + [2044] = {.lex_state = 2048, .external_lex_state = 20}, + [2045] = {.lex_state = 2048, .external_lex_state = 20}, + [2046] = {.lex_state = 2048, .external_lex_state = 20}, + [2047] = {.lex_state = 2048, .external_lex_state = 20}, + [2048] = {.lex_state = 2048, .external_lex_state = 17}, + [2049] = {.lex_state = 2048, .external_lex_state = 17}, + [2050] = {.lex_state = 2048, .external_lex_state = 20}, + [2051] = {.lex_state = 2048, .external_lex_state = 25}, + [2052] = {.lex_state = 2048, .external_lex_state = 25}, + [2053] = {.lex_state = 2048, .external_lex_state = 25}, + [2054] = {.lex_state = 2048, .external_lex_state = 25}, + [2055] = {.lex_state = 2048, .external_lex_state = 20}, + [2056] = {.lex_state = 2048, .external_lex_state = 20}, + [2057] = {.lex_state = 2048, .external_lex_state = 20}, + [2058] = {.lex_state = 2048, .external_lex_state = 20}, + [2059] = {.lex_state = 2048, .external_lex_state = 20}, + [2060] = {.lex_state = 2048, .external_lex_state = 20}, + [2061] = {.lex_state = 2048, .external_lex_state = 20}, + [2062] = {.lex_state = 2048, .external_lex_state = 20}, + [2063] = {.lex_state = 2048, .external_lex_state = 20}, + [2064] = {.lex_state = 2048, .external_lex_state = 20}, + [2065] = {.lex_state = 2048, .external_lex_state = 20}, + [2066] = {.lex_state = 2048, .external_lex_state = 20}, + [2067] = {.lex_state = 2048, .external_lex_state = 20}, + [2068] = {.lex_state = 2048, .external_lex_state = 20}, + [2069] = {.lex_state = 2048, .external_lex_state = 20}, + [2070] = {.lex_state = 2048, .external_lex_state = 20}, + [2071] = {.lex_state = 2048, .external_lex_state = 20}, + [2072] = {.lex_state = 2048, .external_lex_state = 20}, + [2073] = {.lex_state = 2048, .external_lex_state = 17}, + [2074] = {.lex_state = 2048, .external_lex_state = 17}, + [2075] = {.lex_state = 2048, .external_lex_state = 17}, + [2076] = {.lex_state = 2048, .external_lex_state = 20}, + [2077] = {.lex_state = 2048, .external_lex_state = 20}, + [2078] = {.lex_state = 2048, .external_lex_state = 17}, + [2079] = {.lex_state = 2048, .external_lex_state = 17}, + [2080] = {.lex_state = 1, .external_lex_state = 10}, + [2081] = {.lex_state = 2048, .external_lex_state = 20}, + [2082] = {.lex_state = 2048, .external_lex_state = 20}, + [2083] = {.lex_state = 2048, .external_lex_state = 20}, + [2084] = {.lex_state = 2048, .external_lex_state = 20}, + [2085] = {.lex_state = 2048, .external_lex_state = 20}, + [2086] = {.lex_state = 2048, .external_lex_state = 20}, + [2087] = {.lex_state = 2048, .external_lex_state = 20}, + [2088] = {.lex_state = 2048, .external_lex_state = 20}, + [2089] = {.lex_state = 1, .external_lex_state = 10}, + [2090] = {.lex_state = 1, .external_lex_state = 10}, [2091] = {.lex_state = 1, .external_lex_state = 10}, - [2092] = {.lex_state = 2049, .external_lex_state = 22}, - [2093] = {.lex_state = 2049, .external_lex_state = 16}, - [2094] = {.lex_state = 1, .external_lex_state = 10}, - [2095] = {.lex_state = 3, .external_lex_state = 10}, - [2096] = {.lex_state = 3, .external_lex_state = 10}, - [2097] = {.lex_state = 1, .external_lex_state = 10}, - [2098] = {.lex_state = 1, .external_lex_state = 10}, - [2099] = {.lex_state = 1, .external_lex_state = 10}, - [2100] = {.lex_state = 1, .external_lex_state = 10}, - [2101] = {.lex_state = 1, .external_lex_state = 10}, - [2102] = {.lex_state = 1, .external_lex_state = 10}, - [2103] = {.lex_state = 1, .external_lex_state = 10}, - [2104] = {.lex_state = 1, .external_lex_state = 10}, - [2105] = {.lex_state = 1, .external_lex_state = 10}, - [2106] = {.lex_state = 1, .external_lex_state = 10}, - [2107] = {.lex_state = 1, .external_lex_state = 10}, - [2108] = {.lex_state = 1, .external_lex_state = 10}, - [2109] = {.lex_state = 2049, .external_lex_state = 28}, - [2110] = {.lex_state = 2049, .external_lex_state = 28}, - [2111] = {.lex_state = 1, .external_lex_state = 10}, - [2112] = {.lex_state = 2049, .external_lex_state = 28}, - [2113] = {.lex_state = 2049, .external_lex_state = 21}, - [2114] = {.lex_state = 1, .external_lex_state = 10}, - [2115] = {.lex_state = 1, .external_lex_state = 10}, - [2116] = {.lex_state = 2049, .external_lex_state = 28}, - [2117] = {.lex_state = 2049, .external_lex_state = 28}, - [2118] = {.lex_state = 2049, .external_lex_state = 21}, - [2119] = {.lex_state = 2049, .external_lex_state = 24}, - [2120] = {.lex_state = 2049, .external_lex_state = 28}, - [2121] = {.lex_state = 2049, .external_lex_state = 28}, - [2122] = {.lex_state = 2049, .external_lex_state = 21}, - [2123] = {.lex_state = 2049, .external_lex_state = 28}, - [2124] = {.lex_state = 2049, .external_lex_state = 28}, - [2125] = {.lex_state = 2049, .external_lex_state = 21}, - [2126] = {.lex_state = 2049, .external_lex_state = 28}, - [2127] = {.lex_state = 2049, .external_lex_state = 28}, - [2128] = {.lex_state = 2049, .external_lex_state = 28}, - [2129] = {.lex_state = 2049, .external_lex_state = 28}, - [2130] = {.lex_state = 2049, .external_lex_state = 16}, - [2131] = {.lex_state = 2049, .external_lex_state = 28}, - [2132] = {.lex_state = 2049, .external_lex_state = 21}, - [2133] = {.lex_state = 2049, .external_lex_state = 16}, - [2134] = {.lex_state = 2049, .external_lex_state = 16}, - [2135] = {.lex_state = 2049, .external_lex_state = 16}, - [2136] = {.lex_state = 2049, .external_lex_state = 28}, + [2092] = {.lex_state = 1, .external_lex_state = 10}, + [2093] = {.lex_state = 2048, .external_lex_state = 15}, + [2094] = {.lex_state = 2048, .external_lex_state = 15}, + [2095] = {.lex_state = 2048, .external_lex_state = 15}, + [2096] = {.lex_state = 2048, .external_lex_state = 15}, + [2097] = {.lex_state = 2048, .external_lex_state = 15}, + [2098] = {.lex_state = 2048, .external_lex_state = 15}, + [2099] = {.lex_state = 2048, .external_lex_state = 15}, + [2100] = {.lex_state = 2048, .external_lex_state = 15}, + [2101] = {.lex_state = 2048, .external_lex_state = 15}, + [2102] = {.lex_state = 2048, .external_lex_state = 15}, + [2103] = {.lex_state = 2048, .external_lex_state = 15}, + [2104] = {.lex_state = 2048, .external_lex_state = 15}, + [2105] = {.lex_state = 2048, .external_lex_state = 15}, + [2106] = {.lex_state = 2048, .external_lex_state = 15}, + [2107] = {.lex_state = 2048, .external_lex_state = 15}, + [2108] = {.lex_state = 2048, .external_lex_state = 15}, + [2109] = {.lex_state = 2048, .external_lex_state = 15}, + [2110] = {.lex_state = 2048, .external_lex_state = 15}, + [2111] = {.lex_state = 2048, .external_lex_state = 15}, + [2112] = {.lex_state = 2048, .external_lex_state = 15}, + [2113] = {.lex_state = 2048, .external_lex_state = 15}, + [2114] = {.lex_state = 2048, .external_lex_state = 15}, + [2115] = {.lex_state = 2048, .external_lex_state = 15}, + [2116] = {.lex_state = 2048, .external_lex_state = 15}, + [2117] = {.lex_state = 2048, .external_lex_state = 15}, + [2118] = {.lex_state = 2048, .external_lex_state = 17}, + [2119] = {.lex_state = 1, .external_lex_state = 10}, + [2120] = {.lex_state = 1, .external_lex_state = 10}, + [2121] = {.lex_state = 1, .external_lex_state = 10}, + [2122] = {.lex_state = 1, .external_lex_state = 10}, + [2123] = {.lex_state = 1, .external_lex_state = 10}, + [2124] = {.lex_state = 1, .external_lex_state = 10}, + [2125] = {.lex_state = 1, .external_lex_state = 10}, + [2126] = {.lex_state = 1, .external_lex_state = 10}, + [2127] = {.lex_state = 1, .external_lex_state = 10}, + [2128] = {.lex_state = 1, .external_lex_state = 10}, + [2129] = {.lex_state = 1, .external_lex_state = 10}, + [2130] = {.lex_state = 1, .external_lex_state = 10}, + [2131] = {.lex_state = 1, .external_lex_state = 10}, + [2132] = {.lex_state = 1, .external_lex_state = 10}, + [2133] = {.lex_state = 1, .external_lex_state = 10}, + [2134] = {.lex_state = 1, .external_lex_state = 10}, + [2135] = {.lex_state = 1, .external_lex_state = 10}, + [2136] = {.lex_state = 1, .external_lex_state = 10}, [2137] = {.lex_state = 1, .external_lex_state = 10}, - [2138] = {.lex_state = 1, .external_lex_state = 10}, - [2139] = {.lex_state = 1, .external_lex_state = 10}, - [2140] = {.lex_state = 2049, .external_lex_state = 28}, + [2138] = {.lex_state = 2048, .external_lex_state = 21}, + [2139] = {.lex_state = 2048, .external_lex_state = 17}, + [2140] = {.lex_state = 2048, .external_lex_state = 17}, [2141] = {.lex_state = 1, .external_lex_state = 10}, [2142] = {.lex_state = 1, .external_lex_state = 10}, - [2143] = {.lex_state = 2049, .external_lex_state = 21}, + [2143] = {.lex_state = 1, .external_lex_state = 10}, [2144] = {.lex_state = 1, .external_lex_state = 10}, [2145] = {.lex_state = 1, .external_lex_state = 10}, - [2146] = {.lex_state = 2049, .external_lex_state = 28}, + [2146] = {.lex_state = 1, .external_lex_state = 10}, [2147] = {.lex_state = 1, .external_lex_state = 10}, [2148] = {.lex_state = 1, .external_lex_state = 10}, - [2149] = {.lex_state = 2049, .external_lex_state = 28}, + [2149] = {.lex_state = 1, .external_lex_state = 10}, [2150] = {.lex_state = 1, .external_lex_state = 10}, - [2151] = {.lex_state = 2049, .external_lex_state = 28}, + [2151] = {.lex_state = 1, .external_lex_state = 10}, [2152] = {.lex_state = 1, .external_lex_state = 10}, [2153] = {.lex_state = 1, .external_lex_state = 10}, [2154] = {.lex_state = 1, .external_lex_state = 10}, [2155] = {.lex_state = 1, .external_lex_state = 10}, - [2156] = {.lex_state = 2049, .external_lex_state = 28}, - [2157] = {.lex_state = 1, .external_lex_state = 10}, - [2158] = {.lex_state = 1, .external_lex_state = 10}, - [2159] = {.lex_state = 2049, .external_lex_state = 28}, - [2160] = {.lex_state = 2049, .external_lex_state = 16}, - [2161] = {.lex_state = 2049, .external_lex_state = 28}, - [2162] = {.lex_state = 2049, .external_lex_state = 28}, - [2163] = {.lex_state = 2049, .external_lex_state = 16}, - [2164] = {.lex_state = 2049, .external_lex_state = 28}, - [2165] = {.lex_state = 2049, .external_lex_state = 28}, - [2166] = {.lex_state = 2049, .external_lex_state = 16}, - [2167] = {.lex_state = 2049, .external_lex_state = 16}, - [2168] = {.lex_state = 2049, .external_lex_state = 16}, - [2169] = {.lex_state = 2049, .external_lex_state = 16}, - [2170] = {.lex_state = 2049, .external_lex_state = 16}, - [2171] = {.lex_state = 2049, .external_lex_state = 16}, - [2172] = {.lex_state = 2049, .external_lex_state = 16}, - [2173] = {.lex_state = 2049, .external_lex_state = 16}, - [2174] = {.lex_state = 2049, .external_lex_state = 16}, - [2175] = {.lex_state = 2049, .external_lex_state = 16}, + [2156] = {.lex_state = 1, .external_lex_state = 10}, + [2157] = {.lex_state = 2048, .external_lex_state = 17}, + [2158] = {.lex_state = 2048, .external_lex_state = 17}, + [2159] = {.lex_state = 1, .external_lex_state = 10}, + [2160] = {.lex_state = 1, .external_lex_state = 10}, + [2161] = {.lex_state = 1, .external_lex_state = 10}, + [2162] = {.lex_state = 1, .external_lex_state = 10}, + [2163] = {.lex_state = 1, .external_lex_state = 10}, + [2164] = {.lex_state = 1, .external_lex_state = 10}, + [2165] = {.lex_state = 1, .external_lex_state = 10}, + [2166] = {.lex_state = 1, .external_lex_state = 10}, + [2167] = {.lex_state = 1, .external_lex_state = 10}, + [2168] = {.lex_state = 1, .external_lex_state = 10}, + [2169] = {.lex_state = 1, .external_lex_state = 10}, + [2170] = {.lex_state = 1, .external_lex_state = 10}, + [2171] = {.lex_state = 1, .external_lex_state = 10}, + [2172] = {.lex_state = 1, .external_lex_state = 10}, + [2173] = {.lex_state = 1, .external_lex_state = 10}, + [2174] = {.lex_state = 1, .external_lex_state = 10}, + [2175] = {.lex_state = 1, .external_lex_state = 10}, [2176] = {.lex_state = 1, .external_lex_state = 10}, - [2177] = {.lex_state = 1, .external_lex_state = 10}, - [2178] = {.lex_state = 1, .external_lex_state = 10}, - [2179] = {.lex_state = 1, .external_lex_state = 10}, - [2180] = {.lex_state = 1, .external_lex_state = 10}, - [2181] = {.lex_state = 1, .external_lex_state = 10}, - [2182] = {.lex_state = 1, .external_lex_state = 10}, + [2177] = {.lex_state = 2048, .external_lex_state = 21}, + [2178] = {.lex_state = 2048, .external_lex_state = 21}, + [2179] = {.lex_state = 2048, .external_lex_state = 21}, + [2180] = {.lex_state = 2048, .external_lex_state = 21}, + [2181] = {.lex_state = 2048, .external_lex_state = 21}, + [2182] = {.lex_state = 2048, .external_lex_state = 17}, [2183] = {.lex_state = 1, .external_lex_state = 10}, [2184] = {.lex_state = 1, .external_lex_state = 10}, - [2185] = {.lex_state = 1, .external_lex_state = 10}, - [2186] = {.lex_state = 1, .external_lex_state = 10}, - [2187] = {.lex_state = 2049, .external_lex_state = 16}, - [2188] = {.lex_state = 2049, .external_lex_state = 16}, - [2189] = {.lex_state = 2049, .external_lex_state = 28}, - [2190] = {.lex_state = 2049, .external_lex_state = 28}, - [2191] = {.lex_state = 2049, .external_lex_state = 16}, - [2192] = {.lex_state = 2049, .external_lex_state = 28}, - [2193] = {.lex_state = 2049, .external_lex_state = 28}, - [2194] = {.lex_state = 2049, .external_lex_state = 16}, - [2195] = {.lex_state = 2049, .external_lex_state = 16}, - [2196] = {.lex_state = 2049, .external_lex_state = 16}, - [2197] = {.lex_state = 1, .external_lex_state = 10}, - [2198] = {.lex_state = 1, .external_lex_state = 10}, - [2199] = {.lex_state = 1, .external_lex_state = 10}, - [2200] = {.lex_state = 1, .external_lex_state = 10}, - [2201] = {.lex_state = 2049, .external_lex_state = 16}, - [2202] = {.lex_state = 2049, .external_lex_state = 28}, - [2203] = {.lex_state = 2049, .external_lex_state = 28}, + [2185] = {.lex_state = 2048, .external_lex_state = 21}, + [2186] = {.lex_state = 2048, .external_lex_state = 21}, + [2187] = {.lex_state = 2048, .external_lex_state = 21}, + [2188] = {.lex_state = 2048, .external_lex_state = 21}, + [2189] = {.lex_state = 2048, .external_lex_state = 21}, + [2190] = {.lex_state = 2048, .external_lex_state = 21}, + [2191] = {.lex_state = 2048, .external_lex_state = 21}, + [2192] = {.lex_state = 2048, .external_lex_state = 21}, + [2193] = {.lex_state = 2048, .external_lex_state = 21}, + [2194] = {.lex_state = 2048, .external_lex_state = 21}, + [2195] = {.lex_state = 2048, .external_lex_state = 21}, + [2196] = {.lex_state = 2048, .external_lex_state = 21}, + [2197] = {.lex_state = 2048, .external_lex_state = 21}, + [2198] = {.lex_state = 2048, .external_lex_state = 21}, + [2199] = {.lex_state = 2048, .external_lex_state = 21}, + [2200] = {.lex_state = 2048, .external_lex_state = 21}, + [2201] = {.lex_state = 2048, .external_lex_state = 21}, + [2202] = {.lex_state = 2048, .external_lex_state = 21}, + [2203] = {.lex_state = 2048, .external_lex_state = 21}, [2204] = {.lex_state = 1, .external_lex_state = 10}, [2205] = {.lex_state = 1, .external_lex_state = 10}, - [2206] = {.lex_state = 1, .external_lex_state = 10}, - [2207] = {.lex_state = 2049, .external_lex_state = 28}, - [2208] = {.lex_state = 2049, .external_lex_state = 28}, - [2209] = {.lex_state = 1, .external_lex_state = 10}, - [2210] = {.lex_state = 2049, .external_lex_state = 28}, - [2211] = {.lex_state = 2049, .external_lex_state = 24}, - [2212] = {.lex_state = 2049, .external_lex_state = 22}, - [2213] = {.lex_state = 2049, .external_lex_state = 16}, - [2214] = {.lex_state = 2049, .external_lex_state = 21}, - [2215] = {.lex_state = 2049, .external_lex_state = 21}, - [2216] = {.lex_state = 2049, .external_lex_state = 24}, - [2217] = {.lex_state = 2049, .external_lex_state = 24}, - [2218] = {.lex_state = 2049, .external_lex_state = 24}, - [2219] = {.lex_state = 2049, .external_lex_state = 24}, - [2220] = {.lex_state = 2049, .external_lex_state = 21}, - [2221] = {.lex_state = 2049, .external_lex_state = 21}, - [2222] = {.lex_state = 1, .external_lex_state = 10}, - [2223] = {.lex_state = 2049, .external_lex_state = 22}, - [2224] = {.lex_state = 1, .external_lex_state = 10}, - [2225] = {.lex_state = 2049, .external_lex_state = 22}, - [2226] = {.lex_state = 2049, .external_lex_state = 24}, - [2227] = {.lex_state = 2049, .external_lex_state = 22}, - [2228] = {.lex_state = 2049, .external_lex_state = 22}, - [2229] = {.lex_state = 2049, .external_lex_state = 24}, - [2230] = {.lex_state = 2049, .external_lex_state = 21}, - [2231] = {.lex_state = 2049, .external_lex_state = 21}, - [2232] = {.lex_state = 2049, .external_lex_state = 24}, - [2233] = {.lex_state = 2049, .external_lex_state = 28}, - [2234] = {.lex_state = 2049, .external_lex_state = 16}, - [2235] = {.lex_state = 2049, .external_lex_state = 24}, - [2236] = {.lex_state = 2049, .external_lex_state = 28}, - [2237] = {.lex_state = 2049, .external_lex_state = 21}, - [2238] = {.lex_state = 2049, .external_lex_state = 24}, - [2239] = {.lex_state = 2049, .external_lex_state = 24}, - [2240] = {.lex_state = 2049, .external_lex_state = 24}, - [2241] = {.lex_state = 2049, .external_lex_state = 24}, - [2242] = {.lex_state = 2049, .external_lex_state = 24}, - [2243] = {.lex_state = 2049, .external_lex_state = 24}, - [2244] = {.lex_state = 2049, .external_lex_state = 24}, - [2245] = {.lex_state = 2049, .external_lex_state = 24}, - [2246] = {.lex_state = 2049, .external_lex_state = 24}, - [2247] = {.lex_state = 2049, .external_lex_state = 24}, - [2248] = {.lex_state = 2049, .external_lex_state = 26}, - [2249] = {.lex_state = 2049, .external_lex_state = 24}, - [2250] = {.lex_state = 2049, .external_lex_state = 22}, - [2251] = {.lex_state = 2049, .external_lex_state = 21}, - [2252] = {.lex_state = 2049, .external_lex_state = 24}, - [2253] = {.lex_state = 2049, .external_lex_state = 21}, - [2254] = {.lex_state = 2049, .external_lex_state = 22}, - [2255] = {.lex_state = 2049, .external_lex_state = 24}, - [2256] = {.lex_state = 2049, .external_lex_state = 24}, - [2257] = {.lex_state = 1, .external_lex_state = 10}, - [2258] = {.lex_state = 1, .external_lex_state = 10}, - [2259] = {.lex_state = 2049, .external_lex_state = 26}, - [2260] = {.lex_state = 1, .external_lex_state = 10}, - [2261] = {.lex_state = 1, .external_lex_state = 10}, - [2262] = {.lex_state = 2049, .external_lex_state = 24}, - [2263] = {.lex_state = 2049, .external_lex_state = 24}, - [2264] = {.lex_state = 2049, .external_lex_state = 24}, - [2265] = {.lex_state = 2049, .external_lex_state = 25}, - [2266] = {.lex_state = 2049, .external_lex_state = 24}, - [2267] = {.lex_state = 2049, .external_lex_state = 24}, - [2268] = {.lex_state = 2049, .external_lex_state = 22}, - [2269] = {.lex_state = 2049, .external_lex_state = 24}, - [2270] = {.lex_state = 2049, .external_lex_state = 24}, - [2271] = {.lex_state = 2049, .external_lex_state = 26}, - [2272] = {.lex_state = 2049, .external_lex_state = 24}, - [2273] = {.lex_state = 2049, .external_lex_state = 24}, - [2274] = {.lex_state = 2049, .external_lex_state = 26}, - [2275] = {.lex_state = 2049, .external_lex_state = 24}, - [2276] = {.lex_state = 2049, .external_lex_state = 24}, - [2277] = {.lex_state = 2049, .external_lex_state = 24}, - [2278] = {.lex_state = 2049, .external_lex_state = 24}, - [2279] = {.lex_state = 2049, .external_lex_state = 24}, - [2280] = {.lex_state = 2049, .external_lex_state = 22}, - [2281] = {.lex_state = 2049, .external_lex_state = 24}, - [2282] = {.lex_state = 2049, .external_lex_state = 24}, - [2283] = {.lex_state = 2049, .external_lex_state = 26}, - [2284] = {.lex_state = 2049, .external_lex_state = 24}, - [2285] = {.lex_state = 2049, .external_lex_state = 24}, - [2286] = {.lex_state = 2049, .external_lex_state = 24}, - [2287] = {.lex_state = 2049, .external_lex_state = 24}, - [2288] = {.lex_state = 2049, .external_lex_state = 24}, - [2289] = {.lex_state = 2049, .external_lex_state = 24}, - [2290] = {.lex_state = 2049, .external_lex_state = 24}, - [2291] = {.lex_state = 2049, .external_lex_state = 24}, - [2292] = {.lex_state = 2049, .external_lex_state = 24}, - [2293] = {.lex_state = 2049, .external_lex_state = 24}, - [2294] = {.lex_state = 2049, .external_lex_state = 24}, - [2295] = {.lex_state = 2049, .external_lex_state = 24}, - [2296] = {.lex_state = 2049, .external_lex_state = 24}, - [2297] = {.lex_state = 2049, .external_lex_state = 24}, - [2298] = {.lex_state = 2049, .external_lex_state = 24}, - [2299] = {.lex_state = 2049, .external_lex_state = 24}, - [2300] = {.lex_state = 2049, .external_lex_state = 24}, - [2301] = {.lex_state = 2049, .external_lex_state = 24}, - [2302] = {.lex_state = 2049, .external_lex_state = 26}, - [2303] = {.lex_state = 2, .external_lex_state = 33}, - [2304] = {.lex_state = 2049, .external_lex_state = 26}, - [2305] = {.lex_state = 2049, .external_lex_state = 22}, - [2306] = {.lex_state = 2049, .external_lex_state = 22}, - [2307] = {.lex_state = 2049, .external_lex_state = 22}, - [2308] = {.lex_state = 2049, .external_lex_state = 22}, - [2309] = {.lex_state = 2049, .external_lex_state = 26}, - [2310] = {.lex_state = 2049, .external_lex_state = 26}, - [2311] = {.lex_state = 2049, .external_lex_state = 26}, - [2312] = {.lex_state = 2049, .external_lex_state = 26}, - [2313] = {.lex_state = 2049, .external_lex_state = 22}, - [2314] = {.lex_state = 2049, .external_lex_state = 22}, - [2315] = {.lex_state = 2049, .external_lex_state = 24}, - [2316] = {.lex_state = 2049, .external_lex_state = 24}, - [2317] = {.lex_state = 2049, .external_lex_state = 22}, - [2318] = {.lex_state = 2049, .external_lex_state = 26}, - [2319] = {.lex_state = 2049, .external_lex_state = 22}, - [2320] = {.lex_state = 2049, .external_lex_state = 22}, - [2321] = {.lex_state = 2049, .external_lex_state = 26}, - [2322] = {.lex_state = 2049, .external_lex_state = 22}, - [2323] = {.lex_state = 2049, .external_lex_state = 22}, - [2324] = {.lex_state = 2049, .external_lex_state = 26}, - [2325] = {.lex_state = 2049, .external_lex_state = 22}, - [2326] = {.lex_state = 2049, .external_lex_state = 26}, - [2327] = {.lex_state = 2049, .external_lex_state = 26}, - [2328] = {.lex_state = 2049, .external_lex_state = 25}, - [2329] = {.lex_state = 2049, .external_lex_state = 22}, - [2330] = {.lex_state = 2049, .external_lex_state = 26}, - [2331] = {.lex_state = 2049, .external_lex_state = 26}, - [2332] = {.lex_state = 2049, .external_lex_state = 26}, - [2333] = {.lex_state = 2049, .external_lex_state = 15}, - [2334] = {.lex_state = 2049, .external_lex_state = 15}, - [2335] = {.lex_state = 2049, .external_lex_state = 15}, - [2336] = {.lex_state = 2049, .external_lex_state = 15}, - [2337] = {.lex_state = 2049, .external_lex_state = 17}, - [2338] = {.lex_state = 2049, .external_lex_state = 15}, - [2339] = {.lex_state = 2049, .external_lex_state = 15}, - [2340] = {.lex_state = 2049, .external_lex_state = 15}, - [2341] = {.lex_state = 2049, .external_lex_state = 15}, - [2342] = {.lex_state = 2049, .external_lex_state = 15}, - [2343] = {.lex_state = 2049, .external_lex_state = 15}, - [2344] = {.lex_state = 2049, .external_lex_state = 15}, - [2345] = {.lex_state = 2049, .external_lex_state = 15}, - [2346] = {.lex_state = 2049, .external_lex_state = 15}, - [2347] = {.lex_state = 2049, .external_lex_state = 15}, - [2348] = {.lex_state = 2049, .external_lex_state = 15}, - [2349] = {.lex_state = 2049, .external_lex_state = 15}, - [2350] = {.lex_state = 1, .external_lex_state = 33}, - [2351] = {.lex_state = 2049, .external_lex_state = 17}, - [2352] = {.lex_state = 2049, .external_lex_state = 17}, - [2353] = {.lex_state = 2049, .external_lex_state = 17}, - [2354] = {.lex_state = 2049, .external_lex_state = 15}, - [2355] = {.lex_state = 2049, .external_lex_state = 15}, - [2356] = {.lex_state = 2049, .external_lex_state = 15}, - [2357] = {.lex_state = 2049, .external_lex_state = 15}, - [2358] = {.lex_state = 2049, .external_lex_state = 15}, - [2359] = {.lex_state = 2049, .external_lex_state = 15}, - [2360] = {.lex_state = 2049, .external_lex_state = 15}, - [2361] = {.lex_state = 2049, .external_lex_state = 15}, - [2362] = {.lex_state = 2049, .external_lex_state = 15}, - [2363] = {.lex_state = 2049, .external_lex_state = 15}, - [2364] = {.lex_state = 2049, .external_lex_state = 15}, - [2365] = {.lex_state = 2049, .external_lex_state = 15}, - [2366] = {.lex_state = 2049, .external_lex_state = 15}, - [2367] = {.lex_state = 2049, .external_lex_state = 15}, - [2368] = {.lex_state = 2049, .external_lex_state = 15}, - [2369] = {.lex_state = 2049, .external_lex_state = 15}, - [2370] = {.lex_state = 2049, .external_lex_state = 15}, - [2371] = {.lex_state = 2049, .external_lex_state = 15}, - [2372] = {.lex_state = 2049, .external_lex_state = 15}, - [2373] = {.lex_state = 2049, .external_lex_state = 15}, - [2374] = {.lex_state = 2049, .external_lex_state = 15}, - [2375] = {.lex_state = 2049, .external_lex_state = 15}, - [2376] = {.lex_state = 2049, .external_lex_state = 15}, - [2377] = {.lex_state = 2049, .external_lex_state = 15}, - [2378] = {.lex_state = 2049, .external_lex_state = 15}, - [2379] = {.lex_state = 2049, .external_lex_state = 15}, - [2380] = {.lex_state = 2049, .external_lex_state = 15}, - [2381] = {.lex_state = 2049, .external_lex_state = 15}, - [2382] = {.lex_state = 2049, .external_lex_state = 15}, - [2383] = {.lex_state = 2049, .external_lex_state = 15}, - [2384] = {.lex_state = 2049, .external_lex_state = 15}, - [2385] = {.lex_state = 2049, .external_lex_state = 15}, - [2386] = {.lex_state = 2049, .external_lex_state = 15}, - [2387] = {.lex_state = 2049, .external_lex_state = 15}, - [2388] = {.lex_state = 2049, .external_lex_state = 15}, - [2389] = {.lex_state = 2049, .external_lex_state = 15}, - [2390] = {.lex_state = 2, .external_lex_state = 18}, - [2391] = {.lex_state = 2049, .external_lex_state = 15}, - [2392] = {.lex_state = 2049, .external_lex_state = 15}, - [2393] = {.lex_state = 2049, .external_lex_state = 15}, - [2394] = {.lex_state = 2049, .external_lex_state = 15}, - [2395] = {.lex_state = 2049, .external_lex_state = 15}, - [2396] = {.lex_state = 2049, .external_lex_state = 15}, - [2397] = {.lex_state = 2049, .external_lex_state = 15}, - [2398] = {.lex_state = 2049, .external_lex_state = 15}, - [2399] = {.lex_state = 2049, .external_lex_state = 15}, - [2400] = {.lex_state = 2049, .external_lex_state = 15}, - [2401] = {.lex_state = 2049, .external_lex_state = 15}, - [2402] = {.lex_state = 2049, .external_lex_state = 15}, - [2403] = {.lex_state = 2049, .external_lex_state = 15}, - [2404] = {.lex_state = 1, .external_lex_state = 18}, - [2405] = {.lex_state = 0, .external_lex_state = 34}, - [2406] = {.lex_state = 0, .external_lex_state = 34}, - [2407] = {.lex_state = 0, .external_lex_state = 34}, - [2408] = {.lex_state = 0, .external_lex_state = 34}, - [2409] = {.lex_state = 0, .external_lex_state = 34}, - [2410] = {.lex_state = 5, .external_lex_state = 35}, - [2411] = {.lex_state = 5, .external_lex_state = 35}, - [2412] = {.lex_state = 5, .external_lex_state = 36}, - [2413] = {.lex_state = 5, .external_lex_state = 37}, - [2414] = {.lex_state = 5, .external_lex_state = 37}, - [2415] = {.lex_state = 5, .external_lex_state = 36}, - [2416] = {.lex_state = 5, .external_lex_state = 37}, - [2417] = {.lex_state = 5, .external_lex_state = 36}, - [2418] = {.lex_state = 5, .external_lex_state = 37}, - [2419] = {.lex_state = 5, .external_lex_state = 36}, - [2420] = {.lex_state = 5, .external_lex_state = 37}, - [2421] = {.lex_state = 5, .external_lex_state = 36}, - [2422] = {.lex_state = 5, .external_lex_state = 37}, - [2423] = {.lex_state = 5, .external_lex_state = 36}, - [2424] = {.lex_state = 5, .external_lex_state = 37}, - [2425] = {.lex_state = 5, .external_lex_state = 36}, - [2426] = {.lex_state = 5, .external_lex_state = 37}, - [2427] = {.lex_state = 5, .external_lex_state = 36}, - [2428] = {.lex_state = 5, .external_lex_state = 37}, - [2429] = {.lex_state = 5, .external_lex_state = 36}, - [2430] = {.lex_state = 5, .external_lex_state = 36}, - [2431] = {.lex_state = 5, .external_lex_state = 36}, - [2432] = {.lex_state = 5, .external_lex_state = 36}, - [2433] = {.lex_state = 5, .external_lex_state = 36}, - [2434] = {.lex_state = 5, .external_lex_state = 36}, - [2435] = {.lex_state = 5, .external_lex_state = 36}, - [2436] = {.lex_state = 5, .external_lex_state = 36}, - [2437] = {.lex_state = 5, .external_lex_state = 37}, - [2438] = {.lex_state = 5, .external_lex_state = 36}, - [2439] = {.lex_state = 5, .external_lex_state = 37}, - [2440] = {.lex_state = 5, .external_lex_state = 36}, - [2441] = {.lex_state = 5, .external_lex_state = 37}, - [2442] = {.lex_state = 5, .external_lex_state = 36}, - [2443] = {.lex_state = 5, .external_lex_state = 37}, - [2444] = {.lex_state = 5, .external_lex_state = 37}, - [2445] = {.lex_state = 5, .external_lex_state = 36}, - [2446] = {.lex_state = 5, .external_lex_state = 36}, - [2447] = {.lex_state = 5, .external_lex_state = 37}, - [2448] = {.lex_state = 5, .external_lex_state = 36}, - [2449] = {.lex_state = 5, .external_lex_state = 37}, - [2450] = {.lex_state = 5, .external_lex_state = 36}, - [2451] = {.lex_state = 5, .external_lex_state = 37}, - [2452] = {.lex_state = 5, .external_lex_state = 36}, - [2453] = {.lex_state = 5, .external_lex_state = 37}, - [2454] = {.lex_state = 5, .external_lex_state = 36}, - [2455] = {.lex_state = 5, .external_lex_state = 37}, - [2456] = {.lex_state = 5, .external_lex_state = 36}, - [2457] = {.lex_state = 5, .external_lex_state = 37}, - [2458] = {.lex_state = 5, .external_lex_state = 36}, - [2459] = {.lex_state = 5, .external_lex_state = 37}, - [2460] = {.lex_state = 5, .external_lex_state = 36}, - [2461] = {.lex_state = 5, .external_lex_state = 37}, - [2462] = {.lex_state = 5, .external_lex_state = 37}, - [2463] = {.lex_state = 5, .external_lex_state = 36}, - [2464] = {.lex_state = 5, .external_lex_state = 37}, - [2465] = {.lex_state = 5, .external_lex_state = 36}, - [2466] = {.lex_state = 5, .external_lex_state = 36}, - [2467] = {.lex_state = 5, .external_lex_state = 37}, - [2468] = {.lex_state = 5, .external_lex_state = 36}, - [2469] = {.lex_state = 5, .external_lex_state = 37}, - [2470] = {.lex_state = 5, .external_lex_state = 36}, - [2471] = {.lex_state = 5, .external_lex_state = 37}, - [2472] = {.lex_state = 5, .external_lex_state = 36}, - [2473] = {.lex_state = 5, .external_lex_state = 37}, - [2474] = {.lex_state = 5, .external_lex_state = 36}, - [2475] = {.lex_state = 5, .external_lex_state = 37}, - [2476] = {.lex_state = 5, .external_lex_state = 37}, - [2477] = {.lex_state = 5, .external_lex_state = 36}, - [2478] = {.lex_state = 5, .external_lex_state = 37}, - [2479] = {.lex_state = 5, .external_lex_state = 36}, - [2480] = {.lex_state = 5, .external_lex_state = 36}, - [2481] = {.lex_state = 5, .external_lex_state = 37}, - [2482] = {.lex_state = 5, .external_lex_state = 36}, - [2483] = {.lex_state = 5, .external_lex_state = 36}, - [2484] = {.lex_state = 8, .external_lex_state = 38}, - [2485] = {.lex_state = 8, .external_lex_state = 38}, - [2486] = {.lex_state = 8, .external_lex_state = 38}, - [2487] = {.lex_state = 8, .external_lex_state = 38}, - [2488] = {.lex_state = 8, .external_lex_state = 38}, - [2489] = {.lex_state = 8, .external_lex_state = 38}, - [2490] = {.lex_state = 8, .external_lex_state = 38}, - [2491] = {.lex_state = 8, .external_lex_state = 38}, - [2492] = {.lex_state = 8, .external_lex_state = 38}, - [2493] = {.lex_state = 8, .external_lex_state = 38}, - [2494] = {.lex_state = 8, .external_lex_state = 38}, - [2495] = {.lex_state = 8, .external_lex_state = 38}, - [2496] = {.lex_state = 8, .external_lex_state = 38}, - [2497] = {.lex_state = 8, .external_lex_state = 38}, - [2498] = {.lex_state = 8, .external_lex_state = 38}, - [2499] = {.lex_state = 8, .external_lex_state = 38}, - [2500] = {.lex_state = 8, .external_lex_state = 38}, - [2501] = {.lex_state = 8, .external_lex_state = 39}, - [2502] = {.lex_state = 8, .external_lex_state = 39}, - [2503] = {.lex_state = 8, .external_lex_state = 39}, - [2504] = {.lex_state = 8, .external_lex_state = 39}, - [2505] = {.lex_state = 8, .external_lex_state = 39}, - [2506] = {.lex_state = 8, .external_lex_state = 39}, - [2507] = {.lex_state = 5, .external_lex_state = 40}, - [2508] = {.lex_state = 8, .external_lex_state = 39}, - [2509] = {.lex_state = 8, .external_lex_state = 39}, - [2510] = {.lex_state = 8, .external_lex_state = 39}, - [2511] = {.lex_state = 8, .external_lex_state = 39}, - [2512] = {.lex_state = 5, .external_lex_state = 40}, - [2513] = {.lex_state = 8, .external_lex_state = 39}, - [2514] = {.lex_state = 8, .external_lex_state = 39}, - [2515] = {.lex_state = 8, .external_lex_state = 39}, - [2516] = {.lex_state = 8, .external_lex_state = 39}, - [2517] = {.lex_state = 8, .external_lex_state = 39}, - [2518] = {.lex_state = 8, .external_lex_state = 39}, - [2519] = {.lex_state = 8, .external_lex_state = 39}, - [2520] = {.lex_state = 5, .external_lex_state = 40}, - [2521] = {.lex_state = 8, .external_lex_state = 39}, - [2522] = {.lex_state = 5, .external_lex_state = 41}, - [2523] = {.lex_state = 5, .external_lex_state = 42}, - [2524] = {.lex_state = 5, .external_lex_state = 43}, - [2525] = {.lex_state = 5, .external_lex_state = 44}, - [2526] = {.lex_state = 5, .external_lex_state = 37}, - [2527] = {.lex_state = 5, .external_lex_state = 36}, - [2528] = {.lex_state = 7, .external_lex_state = 45}, - [2529] = {.lex_state = 7, .external_lex_state = 45}, - [2530] = {.lex_state = 7, .external_lex_state = 45}, - [2531] = {.lex_state = 7, .external_lex_state = 45}, - [2532] = {.lex_state = 7, .external_lex_state = 45}, - [2533] = {.lex_state = 2049, .external_lex_state = 46}, - [2534] = {.lex_state = 7, .external_lex_state = 45}, - [2535] = {.lex_state = 5, .external_lex_state = 36}, - [2536] = {.lex_state = 7, .external_lex_state = 45}, - [2537] = {.lex_state = 2049, .external_lex_state = 46}, - [2538] = {.lex_state = 7, .external_lex_state = 45}, - [2539] = {.lex_state = 7, .external_lex_state = 45}, - [2540] = {.lex_state = 2049, .external_lex_state = 46}, - [2541] = {.lex_state = 7, .external_lex_state = 45}, - [2542] = {.lex_state = 7, .external_lex_state = 45}, - [2543] = {.lex_state = 7, .external_lex_state = 45}, - [2544] = {.lex_state = 7, .external_lex_state = 45}, + [2206] = {.lex_state = 2048, .external_lex_state = 22}, + [2207] = {.lex_state = 1, .external_lex_state = 10}, + [2208] = {.lex_state = 1, .external_lex_state = 10}, + [2209] = {.lex_state = 2048, .external_lex_state = 21}, + [2210] = {.lex_state = 2048, .external_lex_state = 21}, + [2211] = {.lex_state = 2048, .external_lex_state = 21}, + [2212] = {.lex_state = 2048, .external_lex_state = 21}, + [2213] = {.lex_state = 2048, .external_lex_state = 21}, + [2214] = {.lex_state = 2048, .external_lex_state = 21}, + [2215] = {.lex_state = 2048, .external_lex_state = 21}, + [2216] = {.lex_state = 2048, .external_lex_state = 21}, + [2217] = {.lex_state = 2048, .external_lex_state = 21}, + [2218] = {.lex_state = 2048, .external_lex_state = 21}, + [2219] = {.lex_state = 2048, .external_lex_state = 21}, + [2220] = {.lex_state = 2048, .external_lex_state = 21}, + [2221] = {.lex_state = 2048, .external_lex_state = 21}, + [2222] = {.lex_state = 2048, .external_lex_state = 21}, + [2223] = {.lex_state = 2048, .external_lex_state = 21}, + [2224] = {.lex_state = 2048, .external_lex_state = 21}, + [2225] = {.lex_state = 1, .external_lex_state = 10}, + [2226] = {.lex_state = 1, .external_lex_state = 10}, + [2227] = {.lex_state = 1, .external_lex_state = 10}, + [2228] = {.lex_state = 1, .external_lex_state = 10}, + [2229] = {.lex_state = 2048, .external_lex_state = 21}, + [2230] = {.lex_state = 2048, .external_lex_state = 21}, + [2231] = {.lex_state = 2048, .external_lex_state = 21}, + [2232] = {.lex_state = 2048, .external_lex_state = 21}, + [2233] = {.lex_state = 2048, .external_lex_state = 21}, + [2234] = {.lex_state = 2048, .external_lex_state = 21}, + [2235] = {.lex_state = 2048, .external_lex_state = 21}, + [2236] = {.lex_state = 2048, .external_lex_state = 21}, + [2237] = {.lex_state = 2048, .external_lex_state = 21}, + [2238] = {.lex_state = 2048, .external_lex_state = 21}, + [2239] = {.lex_state = 2048, .external_lex_state = 21}, + [2240] = {.lex_state = 2048, .external_lex_state = 21}, + [2241] = {.lex_state = 2048, .external_lex_state = 21}, + [2242] = {.lex_state = 2048, .external_lex_state = 21}, + [2243] = {.lex_state = 2048, .external_lex_state = 21}, + [2244] = {.lex_state = 2048, .external_lex_state = 21}, + [2245] = {.lex_state = 2048, .external_lex_state = 21}, + [2246] = {.lex_state = 2048, .external_lex_state = 21}, + [2247] = {.lex_state = 2, .external_lex_state = 33}, + [2248] = {.lex_state = 2048, .external_lex_state = 22}, + [2249] = {.lex_state = 2048, .external_lex_state = 22}, + [2250] = {.lex_state = 2048, .external_lex_state = 22}, + [2251] = {.lex_state = 2048, .external_lex_state = 22}, + [2252] = {.lex_state = 2048, .external_lex_state = 22}, + [2253] = {.lex_state = 2048, .external_lex_state = 21}, + [2254] = {.lex_state = 2048, .external_lex_state = 21}, + [2255] = {.lex_state = 2048, .external_lex_state = 22}, + [2256] = {.lex_state = 2048, .external_lex_state = 22}, + [2257] = {.lex_state = 2048, .external_lex_state = 22}, + [2258] = {.lex_state = 2048, .external_lex_state = 22}, + [2259] = {.lex_state = 2048, .external_lex_state = 22}, + [2260] = {.lex_state = 2048, .external_lex_state = 22}, + [2261] = {.lex_state = 2048, .external_lex_state = 22}, + [2262] = {.lex_state = 2048, .external_lex_state = 22}, + [2263] = {.lex_state = 2048, .external_lex_state = 22}, + [2264] = {.lex_state = 2048, .external_lex_state = 22}, + [2265] = {.lex_state = 2048, .external_lex_state = 22}, + [2266] = {.lex_state = 2048, .external_lex_state = 22}, + [2267] = {.lex_state = 2048, .external_lex_state = 22}, + [2268] = {.lex_state = 2048, .external_lex_state = 22}, + [2269] = {.lex_state = 2048, .external_lex_state = 22}, + [2270] = {.lex_state = 2048, .external_lex_state = 22}, + [2271] = {.lex_state = 2048, .external_lex_state = 22}, + [2272] = {.lex_state = 2048, .external_lex_state = 17}, + [2273] = {.lex_state = 2048, .external_lex_state = 17}, + [2274] = {.lex_state = 2048, .external_lex_state = 22}, + [2275] = {.lex_state = 2048, .external_lex_state = 22}, + [2276] = {.lex_state = 2048, .external_lex_state = 21}, + [2277] = {.lex_state = 2048, .external_lex_state = 21}, + [2278] = {.lex_state = 2048, .external_lex_state = 23}, + [2279] = {.lex_state = 2048, .external_lex_state = 21}, + [2280] = {.lex_state = 2048, .external_lex_state = 21}, + [2281] = {.lex_state = 2048, .external_lex_state = 22}, + [2282] = {.lex_state = 2048, .external_lex_state = 22}, + [2283] = {.lex_state = 2048, .external_lex_state = 22}, + [2284] = {.lex_state = 2048, .external_lex_state = 22}, + [2285] = {.lex_state = 2048, .external_lex_state = 22}, + [2286] = {.lex_state = 2048, .external_lex_state = 17}, + [2287] = {.lex_state = 2048, .external_lex_state = 22}, + [2288] = {.lex_state = 2048, .external_lex_state = 22}, + [2289] = {.lex_state = 2048, .external_lex_state = 17}, + [2290] = {.lex_state = 2048, .external_lex_state = 22}, + [2291] = {.lex_state = 2048, .external_lex_state = 22}, + [2292] = {.lex_state = 2048, .external_lex_state = 22}, + [2293] = {.lex_state = 2048, .external_lex_state = 22}, + [2294] = {.lex_state = 2048, .external_lex_state = 22}, + [2295] = {.lex_state = 2048, .external_lex_state = 22}, + [2296] = {.lex_state = 2048, .external_lex_state = 22}, + [2297] = {.lex_state = 2048, .external_lex_state = 22}, + [2298] = {.lex_state = 2048, .external_lex_state = 22}, + [2299] = {.lex_state = 2048, .external_lex_state = 17}, + [2300] = {.lex_state = 2048, .external_lex_state = 21}, + [2301] = {.lex_state = 2048, .external_lex_state = 21}, + [2302] = {.lex_state = 2048, .external_lex_state = 21}, + [2303] = {.lex_state = 2048, .external_lex_state = 21}, + [2304] = {.lex_state = 2048, .external_lex_state = 22}, + [2305] = {.lex_state = 2048, .external_lex_state = 22}, + [2306] = {.lex_state = 2048, .external_lex_state = 22}, + [2307] = {.lex_state = 2048, .external_lex_state = 22}, + [2308] = {.lex_state = 2048, .external_lex_state = 22}, + [2309] = {.lex_state = 2048, .external_lex_state = 22}, + [2310] = {.lex_state = 2048, .external_lex_state = 22}, + [2311] = {.lex_state = 2048, .external_lex_state = 22}, + [2312] = {.lex_state = 2048, .external_lex_state = 22}, + [2313] = {.lex_state = 2048, .external_lex_state = 22}, + [2314] = {.lex_state = 2048, .external_lex_state = 22}, + [2315] = {.lex_state = 2048, .external_lex_state = 22}, + [2316] = {.lex_state = 2048, .external_lex_state = 22}, + [2317] = {.lex_state = 2048, .external_lex_state = 22}, + [2318] = {.lex_state = 2048, .external_lex_state = 22}, + [2319] = {.lex_state = 2048, .external_lex_state = 22}, + [2320] = {.lex_state = 2048, .external_lex_state = 22}, + [2321] = {.lex_state = 2048, .external_lex_state = 22}, + [2322] = {.lex_state = 2048, .external_lex_state = 23}, + [2323] = {.lex_state = 2048, .external_lex_state = 23}, + [2324] = {.lex_state = 2048, .external_lex_state = 23}, + [2325] = {.lex_state = 2048, .external_lex_state = 23}, + [2326] = {.lex_state = 2048, .external_lex_state = 23}, + [2327] = {.lex_state = 2048, .external_lex_state = 22}, + [2328] = {.lex_state = 2048, .external_lex_state = 22}, + [2329] = {.lex_state = 2048, .external_lex_state = 23}, + [2330] = {.lex_state = 2048, .external_lex_state = 23}, + [2331] = {.lex_state = 2048, .external_lex_state = 23}, + [2332] = {.lex_state = 2048, .external_lex_state = 23}, + [2333] = {.lex_state = 2048, .external_lex_state = 23}, + [2334] = {.lex_state = 2048, .external_lex_state = 23}, + [2335] = {.lex_state = 2048, .external_lex_state = 23}, + [2336] = {.lex_state = 2048, .external_lex_state = 23}, + [2337] = {.lex_state = 2048, .external_lex_state = 23}, + [2338] = {.lex_state = 2048, .external_lex_state = 23}, + [2339] = {.lex_state = 2048, .external_lex_state = 23}, + [2340] = {.lex_state = 2048, .external_lex_state = 23}, + [2341] = {.lex_state = 2048, .external_lex_state = 23}, + [2342] = {.lex_state = 2048, .external_lex_state = 23}, + [2343] = {.lex_state = 2048, .external_lex_state = 23}, + [2344] = {.lex_state = 2048, .external_lex_state = 23}, + [2345] = {.lex_state = 2048, .external_lex_state = 23}, + [2346] = {.lex_state = 2048, .external_lex_state = 23}, + [2347] = {.lex_state = 2048, .external_lex_state = 23}, + [2348] = {.lex_state = 2048, .external_lex_state = 22}, + [2349] = {.lex_state = 2048, .external_lex_state = 22}, + [2350] = {.lex_state = 2048, .external_lex_state = 24}, + [2351] = {.lex_state = 2048, .external_lex_state = 22}, + [2352] = {.lex_state = 2048, .external_lex_state = 22}, + [2353] = {.lex_state = 2048, .external_lex_state = 23}, + [2354] = {.lex_state = 2048, .external_lex_state = 23}, + [2355] = {.lex_state = 2048, .external_lex_state = 23}, + [2356] = {.lex_state = 2048, .external_lex_state = 23}, + [2357] = {.lex_state = 2048, .external_lex_state = 23}, + [2358] = {.lex_state = 2048, .external_lex_state = 23}, + [2359] = {.lex_state = 2048, .external_lex_state = 23}, + [2360] = {.lex_state = 2048, .external_lex_state = 23}, + [2361] = {.lex_state = 2048, .external_lex_state = 23}, + [2362] = {.lex_state = 2048, .external_lex_state = 23}, + [2363] = {.lex_state = 2048, .external_lex_state = 23}, + [2364] = {.lex_state = 2048, .external_lex_state = 23}, + [2365] = {.lex_state = 2048, .external_lex_state = 23}, + [2366] = {.lex_state = 2048, .external_lex_state = 23}, + [2367] = {.lex_state = 2048, .external_lex_state = 23}, + [2368] = {.lex_state = 2048, .external_lex_state = 23}, + [2369] = {.lex_state = 2048, .external_lex_state = 22}, + [2370] = {.lex_state = 2048, .external_lex_state = 22}, + [2371] = {.lex_state = 2048, .external_lex_state = 22}, + [2372] = {.lex_state = 2048, .external_lex_state = 22}, + [2373] = {.lex_state = 2048, .external_lex_state = 23}, + [2374] = {.lex_state = 2048, .external_lex_state = 23}, + [2375] = {.lex_state = 2048, .external_lex_state = 23}, + [2376] = {.lex_state = 2048, .external_lex_state = 23}, + [2377] = {.lex_state = 2048, .external_lex_state = 23}, + [2378] = {.lex_state = 2048, .external_lex_state = 23}, + [2379] = {.lex_state = 2048, .external_lex_state = 23}, + [2380] = {.lex_state = 2048, .external_lex_state = 23}, + [2381] = {.lex_state = 2048, .external_lex_state = 23}, + [2382] = {.lex_state = 2048, .external_lex_state = 23}, + [2383] = {.lex_state = 2048, .external_lex_state = 23}, + [2384] = {.lex_state = 2048, .external_lex_state = 23}, + [2385] = {.lex_state = 2048, .external_lex_state = 23}, + [2386] = {.lex_state = 2048, .external_lex_state = 23}, + [2387] = {.lex_state = 2048, .external_lex_state = 23}, + [2388] = {.lex_state = 2048, .external_lex_state = 23}, + [2389] = {.lex_state = 2048, .external_lex_state = 23}, + [2390] = {.lex_state = 2048, .external_lex_state = 23}, + [2391] = {.lex_state = 2048, .external_lex_state = 24}, + [2392] = {.lex_state = 2048, .external_lex_state = 26}, + [2393] = {.lex_state = 2048, .external_lex_state = 15}, + [2394] = {.lex_state = 2048, .external_lex_state = 15}, + [2395] = {.lex_state = 2048, .external_lex_state = 15}, + [2396] = {.lex_state = 2048, .external_lex_state = 15}, + [2397] = {.lex_state = 2048, .external_lex_state = 15}, + [2398] = {.lex_state = 2048, .external_lex_state = 15}, + [2399] = {.lex_state = 2048, .external_lex_state = 15}, + [2400] = {.lex_state = 2048, .external_lex_state = 15}, + [2401] = {.lex_state = 2048, .external_lex_state = 15}, + [2402] = {.lex_state = 2048, .external_lex_state = 15}, + [2403] = {.lex_state = 2048, .external_lex_state = 15}, + [2404] = {.lex_state = 2048, .external_lex_state = 15}, + [2405] = {.lex_state = 2048, .external_lex_state = 15}, + [2406] = {.lex_state = 2048, .external_lex_state = 15}, + [2407] = {.lex_state = 2048, .external_lex_state = 15}, + [2408] = {.lex_state = 2048, .external_lex_state = 15}, + [2409] = {.lex_state = 2048, .external_lex_state = 15}, + [2410] = {.lex_state = 2048, .external_lex_state = 15}, + [2411] = {.lex_state = 2048, .external_lex_state = 15}, + [2412] = {.lex_state = 2048, .external_lex_state = 15}, + [2413] = {.lex_state = 2048, .external_lex_state = 15}, + [2414] = {.lex_state = 2048, .external_lex_state = 15}, + [2415] = {.lex_state = 2048, .external_lex_state = 15}, + [2416] = {.lex_state = 2048, .external_lex_state = 15}, + [2417] = {.lex_state = 2048, .external_lex_state = 15}, + [2418] = {.lex_state = 2048, .external_lex_state = 15}, + [2419] = {.lex_state = 2048, .external_lex_state = 15}, + [2420] = {.lex_state = 2048, .external_lex_state = 15}, + [2421] = {.lex_state = 2048, .external_lex_state = 15}, + [2422] = {.lex_state = 2048, .external_lex_state = 15}, + [2423] = {.lex_state = 2048, .external_lex_state = 15}, + [2424] = {.lex_state = 2048, .external_lex_state = 15}, + [2425] = {.lex_state = 2048, .external_lex_state = 15}, + [2426] = {.lex_state = 2048, .external_lex_state = 15}, + [2427] = {.lex_state = 2048, .external_lex_state = 15}, + [2428] = {.lex_state = 2048, .external_lex_state = 15}, + [2429] = {.lex_state = 2048, .external_lex_state = 15}, + [2430] = {.lex_state = 2048, .external_lex_state = 15}, + [2431] = {.lex_state = 2048, .external_lex_state = 15}, + [2432] = {.lex_state = 2048, .external_lex_state = 15}, + [2433] = {.lex_state = 2048, .external_lex_state = 15}, + [2434] = {.lex_state = 2048, .external_lex_state = 15}, + [2435] = {.lex_state = 2048, .external_lex_state = 15}, + [2436] = {.lex_state = 2048, .external_lex_state = 15}, + [2437] = {.lex_state = 2048, .external_lex_state = 15}, + [2438] = {.lex_state = 2048, .external_lex_state = 15}, + [2439] = {.lex_state = 2048, .external_lex_state = 15}, + [2440] = {.lex_state = 2048, .external_lex_state = 15}, + [2441] = {.lex_state = 2, .external_lex_state = 18}, + [2442] = {.lex_state = 2048, .external_lex_state = 15}, + [2443] = {.lex_state = 2048, .external_lex_state = 15}, + [2444] = {.lex_state = 2048, .external_lex_state = 15}, + [2445] = {.lex_state = 2048, .external_lex_state = 15}, + [2446] = {.lex_state = 1, .external_lex_state = 33}, + [2447] = {.lex_state = 2048, .external_lex_state = 15}, + [2448] = {.lex_state = 2048, .external_lex_state = 15}, + [2449] = {.lex_state = 2048, .external_lex_state = 15}, + [2450] = {.lex_state = 2048, .external_lex_state = 15}, + [2451] = {.lex_state = 2048, .external_lex_state = 15}, + [2452] = {.lex_state = 2048, .external_lex_state = 15}, + [2453] = {.lex_state = 2048, .external_lex_state = 15}, + [2454] = {.lex_state = 2048, .external_lex_state = 15}, + [2455] = {.lex_state = 2048, .external_lex_state = 16}, + [2456] = {.lex_state = 2048, .external_lex_state = 15}, + [2457] = {.lex_state = 2048, .external_lex_state = 16}, + [2458] = {.lex_state = 2048, .external_lex_state = 15}, + [2459] = {.lex_state = 2048, .external_lex_state = 15}, + [2460] = {.lex_state = 2048, .external_lex_state = 15}, + [2461] = {.lex_state = 2048, .external_lex_state = 15}, + [2462] = {.lex_state = 2048, .external_lex_state = 15}, + [2463] = {.lex_state = 2048, .external_lex_state = 16}, + [2464] = {.lex_state = 2048, .external_lex_state = 15}, + [2465] = {.lex_state = 2048, .external_lex_state = 16}, + [2466] = {.lex_state = 2048, .external_lex_state = 15}, + [2467] = {.lex_state = 2048, .external_lex_state = 15}, + [2468] = {.lex_state = 1, .external_lex_state = 18}, + [2469] = {.lex_state = 0, .external_lex_state = 34}, + [2470] = {.lex_state = 0, .external_lex_state = 34}, + [2471] = {.lex_state = 0, .external_lex_state = 34}, + [2472] = {.lex_state = 0, .external_lex_state = 34}, + [2473] = {.lex_state = 0, .external_lex_state = 34}, + [2474] = {.lex_state = 4, .external_lex_state = 35}, + [2475] = {.lex_state = 4, .external_lex_state = 35}, + [2476] = {.lex_state = 4, .external_lex_state = 35}, + [2477] = {.lex_state = 4, .external_lex_state = 35}, + [2478] = {.lex_state = 4, .external_lex_state = 35}, + [2479] = {.lex_state = 4, .external_lex_state = 35}, + [2480] = {.lex_state = 4, .external_lex_state = 35}, + [2481] = {.lex_state = 4, .external_lex_state = 35}, + [2482] = {.lex_state = 4, .external_lex_state = 35}, + [2483] = {.lex_state = 4, .external_lex_state = 35}, + [2484] = {.lex_state = 5, .external_lex_state = 36}, + [2485] = {.lex_state = 4, .external_lex_state = 35}, + [2486] = {.lex_state = 4, .external_lex_state = 35}, + [2487] = {.lex_state = 4, .external_lex_state = 35}, + [2488] = {.lex_state = 4, .external_lex_state = 35}, + [2489] = {.lex_state = 4, .external_lex_state = 35}, + [2490] = {.lex_state = 4, .external_lex_state = 35}, + [2491] = {.lex_state = 4, .external_lex_state = 35}, + [2492] = {.lex_state = 5, .external_lex_state = 36}, + [2493] = {.lex_state = 5, .external_lex_state = 37}, + [2494] = {.lex_state = 5, .external_lex_state = 37}, + [2495] = {.lex_state = 5, .external_lex_state = 38}, + [2496] = {.lex_state = 5, .external_lex_state = 37}, + [2497] = {.lex_state = 5, .external_lex_state = 37}, + [2498] = {.lex_state = 5, .external_lex_state = 38}, + [2499] = {.lex_state = 5, .external_lex_state = 37}, + [2500] = {.lex_state = 5, .external_lex_state = 38}, + [2501] = {.lex_state = 5, .external_lex_state = 37}, + [2502] = {.lex_state = 5, .external_lex_state = 38}, + [2503] = {.lex_state = 5, .external_lex_state = 37}, + [2504] = {.lex_state = 5, .external_lex_state = 37}, + [2505] = {.lex_state = 5, .external_lex_state = 38}, + [2506] = {.lex_state = 5, .external_lex_state = 37}, + [2507] = {.lex_state = 5, .external_lex_state = 38}, + [2508] = {.lex_state = 5, .external_lex_state = 38}, + [2509] = {.lex_state = 5, .external_lex_state = 37}, + [2510] = {.lex_state = 5, .external_lex_state = 37}, + [2511] = {.lex_state = 5, .external_lex_state = 38}, + [2512] = {.lex_state = 5, .external_lex_state = 37}, + [2513] = {.lex_state = 5, .external_lex_state = 38}, + [2514] = {.lex_state = 5, .external_lex_state = 38}, + [2515] = {.lex_state = 5, .external_lex_state = 38}, + [2516] = {.lex_state = 5, .external_lex_state = 37}, + [2517] = {.lex_state = 5, .external_lex_state = 38}, + [2518] = {.lex_state = 5, .external_lex_state = 37}, + [2519] = {.lex_state = 5, .external_lex_state = 38}, + [2520] = {.lex_state = 5, .external_lex_state = 37}, + [2521] = {.lex_state = 5, .external_lex_state = 38}, + [2522] = {.lex_state = 5, .external_lex_state = 37}, + [2523] = {.lex_state = 5, .external_lex_state = 38}, + [2524] = {.lex_state = 5, .external_lex_state = 37}, + [2525] = {.lex_state = 5, .external_lex_state = 38}, + [2526] = {.lex_state = 5, .external_lex_state = 38}, + [2527] = {.lex_state = 5, .external_lex_state = 37}, + [2528] = {.lex_state = 5, .external_lex_state = 38}, + [2529] = {.lex_state = 5, .external_lex_state = 38}, + [2530] = {.lex_state = 5, .external_lex_state = 37}, + [2531] = {.lex_state = 5, .external_lex_state = 38}, + [2532] = {.lex_state = 5, .external_lex_state = 37}, + [2533] = {.lex_state = 5, .external_lex_state = 38}, + [2534] = {.lex_state = 5, .external_lex_state = 38}, + [2535] = {.lex_state = 5, .external_lex_state = 38}, + [2536] = {.lex_state = 5, .external_lex_state = 38}, + [2537] = {.lex_state = 5, .external_lex_state = 38}, + [2538] = {.lex_state = 5, .external_lex_state = 38}, + [2539] = {.lex_state = 5, .external_lex_state = 38}, + [2540] = {.lex_state = 5, .external_lex_state = 38}, + [2541] = {.lex_state = 5, .external_lex_state = 38}, + [2542] = {.lex_state = 5, .external_lex_state = 38}, + [2543] = {.lex_state = 5, .external_lex_state = 37}, + [2544] = {.lex_state = 5, .external_lex_state = 38}, [2545] = {.lex_state = 5, .external_lex_state = 37}, - [2546] = {.lex_state = 7, .external_lex_state = 45}, - [2547] = {.lex_state = 7, .external_lex_state = 45}, - [2548] = {.lex_state = 7, .external_lex_state = 45}, - [2549] = {.lex_state = 2049, .external_lex_state = 46}, - [2550] = {.lex_state = 5, .external_lex_state = 37}, - [2551] = {.lex_state = 5, .external_lex_state = 35}, - [2552] = {.lex_state = 5, .external_lex_state = 47}, - [2553] = {.lex_state = 5, .external_lex_state = 36}, - [2554] = {.lex_state = 8, .external_lex_state = 48}, - [2555] = {.lex_state = 7, .external_lex_state = 45}, - [2556] = {.lex_state = 7, .external_lex_state = 45}, - [2557] = {.lex_state = 7, .external_lex_state = 45}, - [2558] = {.lex_state = 7, .external_lex_state = 45}, - [2559] = {.lex_state = 7, .external_lex_state = 45}, - [2560] = {.lex_state = 7, .external_lex_state = 45}, - [2561] = {.lex_state = 7, .external_lex_state = 45}, - [2562] = {.lex_state = 7, .external_lex_state = 45}, - [2563] = {.lex_state = 7, .external_lex_state = 45}, - [2564] = {.lex_state = 7, .external_lex_state = 45}, - [2565] = {.lex_state = 7, .external_lex_state = 45}, - [2566] = {.lex_state = 7, .external_lex_state = 45}, - [2567] = {.lex_state = 7, .external_lex_state = 45}, - [2568] = {.lex_state = 7, .external_lex_state = 45}, - [2569] = {.lex_state = 7, .external_lex_state = 45}, - [2570] = {.lex_state = 5, .external_lex_state = 40}, - [2571] = {.lex_state = 7, .external_lex_state = 45}, - [2572] = {.lex_state = 7, .external_lex_state = 45}, - [2573] = {.lex_state = 7, .external_lex_state = 45}, - [2574] = {.lex_state = 7, .external_lex_state = 45}, - [2575] = {.lex_state = 7, .external_lex_state = 45}, - [2576] = {.lex_state = 7, .external_lex_state = 45}, - [2577] = {.lex_state = 8, .external_lex_state = 48}, - [2578] = {.lex_state = 7, .external_lex_state = 45}, - [2579] = {.lex_state = 7, .external_lex_state = 45}, - [2580] = {.lex_state = 7, .external_lex_state = 45}, - [2581] = {.lex_state = 7, .external_lex_state = 45}, - [2582] = {.lex_state = 7, .external_lex_state = 45}, - [2583] = {.lex_state = 7, .external_lex_state = 45}, - [2584] = {.lex_state = 7, .external_lex_state = 45}, - [2585] = {.lex_state = 7, .external_lex_state = 45}, - [2586] = {.lex_state = 8, .external_lex_state = 48}, - [2587] = {.lex_state = 7, .external_lex_state = 45}, - [2588] = {.lex_state = 7, .external_lex_state = 45}, - [2589] = {.lex_state = 7, .external_lex_state = 45}, - [2590] = {.lex_state = 7, .external_lex_state = 45}, - [2591] = {.lex_state = 7, .external_lex_state = 45}, - [2592] = {.lex_state = 7, .external_lex_state = 45}, - [2593] = {.lex_state = 5, .external_lex_state = 40}, - [2594] = {.lex_state = 7, .external_lex_state = 45}, - [2595] = {.lex_state = 7, .external_lex_state = 45}, - [2596] = {.lex_state = 8, .external_lex_state = 48}, - [2597] = {.lex_state = 7, .external_lex_state = 45}, - [2598] = {.lex_state = 7, .external_lex_state = 45}, - [2599] = {.lex_state = 7, .external_lex_state = 45}, - [2600] = {.lex_state = 7, .external_lex_state = 45}, - [2601] = {.lex_state = 7, .external_lex_state = 45}, - [2602] = {.lex_state = 7, .external_lex_state = 45}, - [2603] = {.lex_state = 7, .external_lex_state = 45}, - [2604] = {.lex_state = 7, .external_lex_state = 45}, - [2605] = {.lex_state = 7, .external_lex_state = 45}, - [2606] = {.lex_state = 7, .external_lex_state = 45}, - [2607] = {.lex_state = 7, .external_lex_state = 45}, - [2608] = {.lex_state = 2049, .external_lex_state = 39}, - [2609] = {.lex_state = 2049, .external_lex_state = 39}, - [2610] = {.lex_state = 5, .external_lex_state = 40}, - [2611] = {.lex_state = 2049, .external_lex_state = 39}, - [2612] = {.lex_state = 8, .external_lex_state = 49}, - [2613] = {.lex_state = 8, .external_lex_state = 50}, - [2614] = {.lex_state = 8, .external_lex_state = 49}, - [2615] = {.lex_state = 2049, .external_lex_state = 39}, - [2616] = {.lex_state = 8, .external_lex_state = 50}, - [2617] = {.lex_state = 8, .external_lex_state = 50}, - [2618] = {.lex_state = 2049, .external_lex_state = 39}, - [2619] = {.lex_state = 4, .external_lex_state = 51}, - [2620] = {.lex_state = 8, .external_lex_state = 49}, - [2621] = {.lex_state = 2049, .external_lex_state = 52}, - [2622] = {.lex_state = 8, .external_lex_state = 48}, - [2623] = {.lex_state = 2047, .external_lex_state = 53}, - [2624] = {.lex_state = 7, .external_lex_state = 45}, - [2625] = {.lex_state = 2049, .external_lex_state = 52}, - [2626] = {.lex_state = 2047, .external_lex_state = 53}, - [2627] = {.lex_state = 8, .external_lex_state = 48}, - [2628] = {.lex_state = 2047, .external_lex_state = 53}, - [2629] = {.lex_state = 7, .external_lex_state = 54}, - [2630] = {.lex_state = 8, .external_lex_state = 48}, - [2631] = {.lex_state = 2049, .external_lex_state = 52}, - [2632] = {.lex_state = 2047, .external_lex_state = 53}, - [2633] = {.lex_state = 2047, .external_lex_state = 53}, - [2634] = {.lex_state = 2047, .external_lex_state = 53}, - [2635] = {.lex_state = 2049, .external_lex_state = 52}, - [2636] = {.lex_state = 2047, .external_lex_state = 53}, - [2637] = {.lex_state = 4}, - [2638] = {.lex_state = 2047, .external_lex_state = 53}, - [2639] = {.lex_state = 2047, .external_lex_state = 53}, - [2640] = {.lex_state = 0, .external_lex_state = 34}, - [2641] = {.lex_state = 10, .external_lex_state = 55}, - [2642] = {.lex_state = 2049, .external_lex_state = 56}, - [2643] = {.lex_state = 6, .external_lex_state = 55}, - [2644] = {.lex_state = 10, .external_lex_state = 55}, - [2645] = {.lex_state = 6, .external_lex_state = 55}, - [2646] = {.lex_state = 6, .external_lex_state = 55}, - [2647] = {.lex_state = 8, .external_lex_state = 57}, - [2648] = {.lex_state = 2047, .external_lex_state = 53}, - [2649] = {.lex_state = 8}, - [2650] = {.lex_state = 0, .external_lex_state = 48}, - [2651] = {.lex_state = 2047, .external_lex_state = 53}, - [2652] = {.lex_state = 2049, .external_lex_state = 56}, - [2653] = {.lex_state = 2049, .external_lex_state = 56}, - [2654] = {.lex_state = 2049, .external_lex_state = 56}, - [2655] = {.lex_state = 2049, .external_lex_state = 56}, - [2656] = {.lex_state = 8, .external_lex_state = 57}, - [2657] = {.lex_state = 2014, .external_lex_state = 58}, - [2658] = {.lex_state = 2049, .external_lex_state = 56}, - [2659] = {.lex_state = 2049, .external_lex_state = 56}, - [2660] = {.lex_state = 0, .external_lex_state = 48}, - [2661] = {.lex_state = 8}, - [2662] = {.lex_state = 0, .external_lex_state = 48}, + [2546] = {.lex_state = 5, .external_lex_state = 37}, + [2547] = {.lex_state = 5, .external_lex_state = 38}, + [2548] = {.lex_state = 5, .external_lex_state = 37}, + [2549] = {.lex_state = 5, .external_lex_state = 38}, + [2550] = {.lex_state = 5, .external_lex_state = 38}, + [2551] = {.lex_state = 5, .external_lex_state = 37}, + [2552] = {.lex_state = 5, .external_lex_state = 38}, + [2553] = {.lex_state = 5, .external_lex_state = 37}, + [2554] = {.lex_state = 5, .external_lex_state = 37}, + [2555] = {.lex_state = 5, .external_lex_state = 37}, + [2556] = {.lex_state = 5, .external_lex_state = 38}, + [2557] = {.lex_state = 5, .external_lex_state = 37}, + [2558] = {.lex_state = 5, .external_lex_state = 37}, + [2559] = {.lex_state = 5, .external_lex_state = 38}, + [2560] = {.lex_state = 5, .external_lex_state = 38}, + [2561] = {.lex_state = 5, .external_lex_state = 37}, + [2562] = {.lex_state = 5, .external_lex_state = 38}, + [2563] = {.lex_state = 5, .external_lex_state = 38}, + [2564] = {.lex_state = 5, .external_lex_state = 37}, + [2565] = {.lex_state = 4, .external_lex_state = 39}, + [2566] = {.lex_state = 4, .external_lex_state = 35}, + [2567] = {.lex_state = 4, .external_lex_state = 39}, + [2568] = {.lex_state = 4, .external_lex_state = 35}, + [2569] = {.lex_state = 4, .external_lex_state = 35}, + [2570] = {.lex_state = 4, .external_lex_state = 39}, + [2571] = {.lex_state = 4, .external_lex_state = 39}, + [2572] = {.lex_state = 4, .external_lex_state = 39}, + [2573] = {.lex_state = 4, .external_lex_state = 39}, + [2574] = {.lex_state = 4, .external_lex_state = 39}, + [2575] = {.lex_state = 4, .external_lex_state = 35}, + [2576] = {.lex_state = 4, .external_lex_state = 39}, + [2577] = {.lex_state = 4, .external_lex_state = 39}, + [2578] = {.lex_state = 4, .external_lex_state = 39}, + [2579] = {.lex_state = 4, .external_lex_state = 35}, + [2580] = {.lex_state = 4, .external_lex_state = 35}, + [2581] = {.lex_state = 4, .external_lex_state = 39}, + [2582] = {.lex_state = 4, .external_lex_state = 35}, + [2583] = {.lex_state = 4, .external_lex_state = 39}, + [2584] = {.lex_state = 4, .external_lex_state = 35}, + [2585] = {.lex_state = 4, .external_lex_state = 39}, + [2586] = {.lex_state = 4, .external_lex_state = 35}, + [2587] = {.lex_state = 4, .external_lex_state = 39}, + [2588] = {.lex_state = 4, .external_lex_state = 39}, + [2589] = {.lex_state = 4, .external_lex_state = 35}, + [2590] = {.lex_state = 4, .external_lex_state = 35}, + [2591] = {.lex_state = 4, .external_lex_state = 35}, + [2592] = {.lex_state = 4, .external_lex_state = 39}, + [2593] = {.lex_state = 4, .external_lex_state = 35}, + [2594] = {.lex_state = 4, .external_lex_state = 39}, + [2595] = {.lex_state = 4, .external_lex_state = 35}, + [2596] = {.lex_state = 4, .external_lex_state = 35}, + [2597] = {.lex_state = 4, .external_lex_state = 35}, + [2598] = {.lex_state = 4, .external_lex_state = 35}, + [2599] = {.lex_state = 5, .external_lex_state = 40}, + [2600] = {.lex_state = 4, .external_lex_state = 39}, + [2601] = {.lex_state = 4, .external_lex_state = 39}, + [2602] = {.lex_state = 4, .external_lex_state = 39}, + [2603] = {.lex_state = 4, .external_lex_state = 39}, + [2604] = {.lex_state = 5, .external_lex_state = 40}, + [2605] = {.lex_state = 4, .external_lex_state = 39}, + [2606] = {.lex_state = 4, .external_lex_state = 39}, + [2607] = {.lex_state = 4, .external_lex_state = 39}, + [2608] = {.lex_state = 4, .external_lex_state = 39}, + [2609] = {.lex_state = 4, .external_lex_state = 39}, + [2610] = {.lex_state = 4, .external_lex_state = 39}, + [2611] = {.lex_state = 4, .external_lex_state = 39}, + [2612] = {.lex_state = 4, .external_lex_state = 39}, + [2613] = {.lex_state = 4, .external_lex_state = 39}, + [2614] = {.lex_state = 4, .external_lex_state = 39}, + [2615] = {.lex_state = 4, .external_lex_state = 39}, + [2616] = {.lex_state = 4, .external_lex_state = 39}, + [2617] = {.lex_state = 4, .external_lex_state = 39}, + [2618] = {.lex_state = 5, .external_lex_state = 40}, + [2619] = {.lex_state = 5, .external_lex_state = 41}, + [2620] = {.lex_state = 5, .external_lex_state = 42}, + [2621] = {.lex_state = 5, .external_lex_state = 43}, + [2622] = {.lex_state = 5, .external_lex_state = 44}, + [2623] = {.lex_state = 4, .external_lex_state = 39}, + [2624] = {.lex_state = 5, .external_lex_state = 37}, + [2625] = {.lex_state = 7, .external_lex_state = 45}, + [2626] = {.lex_state = 2048, .external_lex_state = 46}, + [2627] = {.lex_state = 7, .external_lex_state = 45}, + [2628] = {.lex_state = 5, .external_lex_state = 37}, + [2629] = {.lex_state = 7, .external_lex_state = 45}, + [2630] = {.lex_state = 4, .external_lex_state = 35}, + [2631] = {.lex_state = 7, .external_lex_state = 45}, + [2632] = {.lex_state = 2048, .external_lex_state = 46}, + [2633] = {.lex_state = 7, .external_lex_state = 45}, + [2634] = {.lex_state = 7, .external_lex_state = 45}, + [2635] = {.lex_state = 7, .external_lex_state = 45}, + [2636] = {.lex_state = 5, .external_lex_state = 38}, + [2637] = {.lex_state = 7, .external_lex_state = 45}, + [2638] = {.lex_state = 7, .external_lex_state = 45}, + [2639] = {.lex_state = 5, .external_lex_state = 38}, + [2640] = {.lex_state = 7, .external_lex_state = 45}, + [2641] = {.lex_state = 4, .external_lex_state = 35}, + [2642] = {.lex_state = 7, .external_lex_state = 45}, + [2643] = {.lex_state = 7, .external_lex_state = 45}, + [2644] = {.lex_state = 2048, .external_lex_state = 46}, + [2645] = {.lex_state = 2048, .external_lex_state = 46}, + [2646] = {.lex_state = 7, .external_lex_state = 45}, + [2647] = {.lex_state = 7, .external_lex_state = 45}, + [2648] = {.lex_state = 7, .external_lex_state = 45}, + [2649] = {.lex_state = 7, .external_lex_state = 45}, + [2650] = {.lex_state = 5, .external_lex_state = 37}, + [2651] = {.lex_state = 4, .external_lex_state = 47}, + [2652] = {.lex_state = 5, .external_lex_state = 38}, + [2653] = {.lex_state = 5, .external_lex_state = 36}, + [2654] = {.lex_state = 5, .external_lex_state = 48}, + [2655] = {.lex_state = 7, .external_lex_state = 45}, + [2656] = {.lex_state = 7, .external_lex_state = 45}, + [2657] = {.lex_state = 7, .external_lex_state = 45}, + [2658] = {.lex_state = 7, .external_lex_state = 45}, + [2659] = {.lex_state = 7, .external_lex_state = 45}, + [2660] = {.lex_state = 2048, .external_lex_state = 39}, + [2661] = {.lex_state = 7, .external_lex_state = 45}, + [2662] = {.lex_state = 7, .external_lex_state = 45}, [2663] = {.lex_state = 7, .external_lex_state = 45}, - [2664] = {.lex_state = 8, .external_lex_state = 48}, - [2665] = {.lex_state = 0, .external_lex_state = 48}, - [2666] = {.lex_state = 6, .external_lex_state = 55}, - [2667] = {.lex_state = 0, .external_lex_state = 48}, - [2668] = {.lex_state = 8, .external_lex_state = 57}, - [2669] = {.lex_state = 2049, .external_lex_state = 56}, - [2670] = {.lex_state = 8, .external_lex_state = 59}, - [2671] = {.lex_state = 8, .external_lex_state = 48}, - [2672] = {.lex_state = 0, .external_lex_state = 48}, - [2673] = {.lex_state = 2014, .external_lex_state = 58}, - [2674] = {.lex_state = 2049, .external_lex_state = 56}, - [2675] = {.lex_state = 2049, .external_lex_state = 56}, - [2676] = {.lex_state = 2049, .external_lex_state = 56}, - [2677] = {.lex_state = 2049, .external_lex_state = 56}, - [2678] = {.lex_state = 2049, .external_lex_state = 56}, - [2679] = {.lex_state = 2049, .external_lex_state = 56}, - [2680] = {.lex_state = 2014, .external_lex_state = 58}, - [2681] = {.lex_state = 2049, .external_lex_state = 56}, - [2682] = {.lex_state = 2049, .external_lex_state = 56}, - [2683] = {.lex_state = 2049, .external_lex_state = 56}, - [2684] = {.lex_state = 2049, .external_lex_state = 56}, - [2685] = {.lex_state = 2049, .external_lex_state = 56}, - [2686] = {.lex_state = 2049, .external_lex_state = 56}, - [2687] = {.lex_state = 2049, .external_lex_state = 56}, - [2688] = {.lex_state = 2049, .external_lex_state = 56}, - [2689] = {.lex_state = 6, .external_lex_state = 55}, - [2690] = {.lex_state = 2049, .external_lex_state = 56}, - [2691] = {.lex_state = 2049, .external_lex_state = 56}, - [2692] = {.lex_state = 2049, .external_lex_state = 56}, - [2693] = {.lex_state = 2049, .external_lex_state = 56}, - [2694] = {.lex_state = 2049, .external_lex_state = 56}, - [2695] = {.lex_state = 2049, .external_lex_state = 56}, - [2696] = {.lex_state = 2049, .external_lex_state = 56}, - [2697] = {.lex_state = 2049, .external_lex_state = 56}, - [2698] = {.lex_state = 2049, .external_lex_state = 56}, - [2699] = {.lex_state = 2049, .external_lex_state = 56}, - [2700] = {.lex_state = 2049, .external_lex_state = 56}, - [2701] = {.lex_state = 2049, .external_lex_state = 56}, - [2702] = {.lex_state = 2049, .external_lex_state = 56}, - [2703] = {.lex_state = 2049, .external_lex_state = 56}, - [2704] = {.lex_state = 2049, .external_lex_state = 56}, - [2705] = {.lex_state = 10, .external_lex_state = 55}, - [2706] = {.lex_state = 2049, .external_lex_state = 56}, - [2707] = {.lex_state = 2049, .external_lex_state = 56}, - [2708] = {.lex_state = 2049, .external_lex_state = 56}, - [2709] = {.lex_state = 2049, .external_lex_state = 56}, - [2710] = {.lex_state = 2049, .external_lex_state = 56}, - [2711] = {.lex_state = 2049, .external_lex_state = 56}, - [2712] = {.lex_state = 2049, .external_lex_state = 56}, - [2713] = {.lex_state = 2049, .external_lex_state = 56}, - [2714] = {.lex_state = 2049, .external_lex_state = 56}, - [2715] = {.lex_state = 2049, .external_lex_state = 56}, - [2716] = {.lex_state = 2049, .external_lex_state = 56}, - [2717] = {.lex_state = 2049, .external_lex_state = 56}, - [2718] = {.lex_state = 2049, .external_lex_state = 56}, - [2719] = {.lex_state = 2049, .external_lex_state = 56}, - [2720] = {.lex_state = 2049, .external_lex_state = 56}, - [2721] = {.lex_state = 2049, .external_lex_state = 56}, - [2722] = {.lex_state = 2049, .external_lex_state = 60}, - [2723] = {.lex_state = 6, .external_lex_state = 55}, - [2724] = {.lex_state = 10, .external_lex_state = 55}, - [2725] = {.lex_state = 2049, .external_lex_state = 56}, - [2726] = {.lex_state = 2049, .external_lex_state = 56}, - [2727] = {.lex_state = 2049, .external_lex_state = 56}, - [2728] = {.lex_state = 2049, .external_lex_state = 56}, - [2729] = {.lex_state = 6, .external_lex_state = 55}, - [2730] = {.lex_state = 10, .external_lex_state = 55}, - [2731] = {.lex_state = 2049, .external_lex_state = 56}, - [2732] = {.lex_state = 2049, .external_lex_state = 56}, - [2733] = {.lex_state = 2049, .external_lex_state = 56}, - [2734] = {.lex_state = 2049, .external_lex_state = 56}, - [2735] = {.lex_state = 2049, .external_lex_state = 56}, - [2736] = {.lex_state = 2049, .external_lex_state = 56}, - [2737] = {.lex_state = 2049, .external_lex_state = 56}, - [2738] = {.lex_state = 2049, .external_lex_state = 56}, - [2739] = {.lex_state = 8, .external_lex_state = 48}, - [2740] = {.lex_state = 2049, .external_lex_state = 56}, - [2741] = {.lex_state = 2049, .external_lex_state = 56}, - [2742] = {.lex_state = 2049, .external_lex_state = 56}, - [2743] = {.lex_state = 2049, .external_lex_state = 56}, - [2744] = {.lex_state = 2049, .external_lex_state = 56}, - [2745] = {.lex_state = 2049, .external_lex_state = 56}, - [2746] = {.lex_state = 2049, .external_lex_state = 56}, - [2747] = {.lex_state = 2049, .external_lex_state = 56}, - [2748] = {.lex_state = 2049, .external_lex_state = 56}, - [2749] = {.lex_state = 2049, .external_lex_state = 56}, - [2750] = {.lex_state = 2049, .external_lex_state = 56}, - [2751] = {.lex_state = 2049, .external_lex_state = 56}, - [2752] = {.lex_state = 2049, .external_lex_state = 56}, - [2753] = {.lex_state = 5, .external_lex_state = 56}, - [2754] = {.lex_state = 2049, .external_lex_state = 50}, - [2755] = {.lex_state = 2049, .external_lex_state = 56}, - [2756] = {.lex_state = 3, .external_lex_state = 56}, - [2757] = {.lex_state = 2049, .external_lex_state = 56}, - [2758] = {.lex_state = 3, .external_lex_state = 56}, - [2759] = {.lex_state = 2049, .external_lex_state = 56}, - [2760] = {.lex_state = 3, .external_lex_state = 56}, - [2761] = {.lex_state = 2049, .external_lex_state = 56}, - [2762] = {.lex_state = 2049, .external_lex_state = 56}, - [2763] = {.lex_state = 2049, .external_lex_state = 56}, - [2764] = {.lex_state = 2049, .external_lex_state = 56}, - [2765] = {.lex_state = 2014, .external_lex_state = 58}, - [2766] = {.lex_state = 2049, .external_lex_state = 50}, - [2767] = {.lex_state = 3, .external_lex_state = 56}, - [2768] = {.lex_state = 3, .external_lex_state = 56}, - [2769] = {.lex_state = 2049, .external_lex_state = 56}, - [2770] = {.lex_state = 3, .external_lex_state = 56}, - [2771] = {.lex_state = 2049, .external_lex_state = 56}, - [2772] = {.lex_state = 2049, .external_lex_state = 56}, - [2773] = {.lex_state = 2049, .external_lex_state = 56}, - [2774] = {.lex_state = 3, .external_lex_state = 56}, - [2775] = {.lex_state = 2049, .external_lex_state = 50}, - [2776] = {.lex_state = 3, .external_lex_state = 56}, - [2777] = {.lex_state = 2049, .external_lex_state = 50}, - [2778] = {.lex_state = 2049, .external_lex_state = 56}, - [2779] = {.lex_state = 0, .external_lex_state = 61}, - [2780] = {.lex_state = 2049, .external_lex_state = 56}, - [2781] = {.lex_state = 2049, .external_lex_state = 56}, - [2782] = {.lex_state = 2049, .external_lex_state = 56}, - [2783] = {.lex_state = 3, .external_lex_state = 56}, - [2784] = {.lex_state = 3, .external_lex_state = 56}, - [2785] = {.lex_state = 3, .external_lex_state = 56}, - [2786] = {.lex_state = 8, .external_lex_state = 49}, - [2787] = {.lex_state = 3, .external_lex_state = 56}, - [2788] = {.lex_state = 2049, .external_lex_state = 56}, - [2789] = {.lex_state = 2049, .external_lex_state = 56}, - [2790] = {.lex_state = 2049, .external_lex_state = 56}, - [2791] = {.lex_state = 2049, .external_lex_state = 56}, - [2792] = {.lex_state = 2049, .external_lex_state = 56}, - [2793] = {.lex_state = 3, .external_lex_state = 56}, - [2794] = {.lex_state = 8, .external_lex_state = 49}, - [2795] = {.lex_state = 3, .external_lex_state = 56}, - [2796] = {.lex_state = 2049, .external_lex_state = 56}, - [2797] = {.lex_state = 3, .external_lex_state = 56}, - [2798] = {.lex_state = 2049, .external_lex_state = 56}, - [2799] = {.lex_state = 2049, .external_lex_state = 56}, - [2800] = {.lex_state = 2049, .external_lex_state = 56}, - [2801] = {.lex_state = 8, .external_lex_state = 49}, - [2802] = {.lex_state = 2014, .external_lex_state = 58}, - [2803] = {.lex_state = 3, .external_lex_state = 56}, - [2804] = {.lex_state = 2049, .external_lex_state = 56}, - [2805] = {.lex_state = 2049, .external_lex_state = 50}, - [2806] = {.lex_state = 2049, .external_lex_state = 56}, - [2807] = {.lex_state = 2049, .external_lex_state = 56}, - [2808] = {.lex_state = 2049, .external_lex_state = 56}, - [2809] = {.lex_state = 3, .external_lex_state = 56}, - [2810] = {.lex_state = 3, .external_lex_state = 56}, - [2811] = {.lex_state = 8, .external_lex_state = 49}, - [2812] = {.lex_state = 2049, .external_lex_state = 56}, - [2813] = {.lex_state = 2049, .external_lex_state = 39}, - [2814] = {.lex_state = 2049, .external_lex_state = 56}, - [2815] = {.lex_state = 2049, .external_lex_state = 56}, - [2816] = {.lex_state = 2049, .external_lex_state = 56}, - [2817] = {.lex_state = 3, .external_lex_state = 56}, - [2818] = {.lex_state = 7, .external_lex_state = 45}, - [2819] = {.lex_state = 7, .external_lex_state = 45}, - [2820] = {.lex_state = 3, .external_lex_state = 56}, - [2821] = {.lex_state = 7, .external_lex_state = 45}, - [2822] = {.lex_state = 2049, .external_lex_state = 56}, - [2823] = {.lex_state = 3, .external_lex_state = 56}, - [2824] = {.lex_state = 2049, .external_lex_state = 56}, - [2825] = {.lex_state = 2049, .external_lex_state = 56}, - [2826] = {.lex_state = 2049, .external_lex_state = 56}, - [2827] = {.lex_state = 2049, .external_lex_state = 50}, - [2828] = {.lex_state = 7, .external_lex_state = 45}, - [2829] = {.lex_state = 2049, .external_lex_state = 62}, - [2830] = {.lex_state = 3, .external_lex_state = 56}, - [2831] = {.lex_state = 2049, .external_lex_state = 56}, - [2832] = {.lex_state = 2049, .external_lex_state = 56}, - [2833] = {.lex_state = 2049, .external_lex_state = 56}, - [2834] = {.lex_state = 2049, .external_lex_state = 56}, - [2835] = {.lex_state = 2047, .external_lex_state = 63}, - [2836] = {.lex_state = 2014, .external_lex_state = 58}, - [2837] = {.lex_state = 2049, .external_lex_state = 56}, - [2838] = {.lex_state = 2049, .external_lex_state = 56}, - [2839] = {.lex_state = 5, .external_lex_state = 56}, - [2840] = {.lex_state = 2049, .external_lex_state = 56}, - [2841] = {.lex_state = 2049, .external_lex_state = 56}, - [2842] = {.lex_state = 2049, .external_lex_state = 56}, - [2843] = {.lex_state = 2049, .external_lex_state = 56}, - [2844] = {.lex_state = 2049, .external_lex_state = 56}, - [2845] = {.lex_state = 2049, .external_lex_state = 50}, - [2846] = {.lex_state = 2049, .external_lex_state = 56}, - [2847] = {.lex_state = 3, .external_lex_state = 56}, - [2848] = {.lex_state = 2049, .external_lex_state = 50}, - [2849] = {.lex_state = 2049, .external_lex_state = 56}, - [2850] = {.lex_state = 3, .external_lex_state = 56}, - [2851] = {.lex_state = 2049, .external_lex_state = 56}, - [2852] = {.lex_state = 2049, .external_lex_state = 56}, - [2853] = {.lex_state = 2049, .external_lex_state = 56}, - [2854] = {.lex_state = 2049, .external_lex_state = 50}, - [2855] = {.lex_state = 2049, .external_lex_state = 50}, - [2856] = {.lex_state = 2, .external_lex_state = 56}, - [2857] = {.lex_state = 5, .external_lex_state = 56}, - [2858] = {.lex_state = 8, .external_lex_state = 64}, - [2859] = {.lex_state = 3, .external_lex_state = 56}, - [2860] = {.lex_state = 2049, .external_lex_state = 56}, - [2861] = {.lex_state = 3, .external_lex_state = 56}, - [2862] = {.lex_state = 2049, .external_lex_state = 56}, - [2863] = {.lex_state = 2049, .external_lex_state = 56}, - [2864] = {.lex_state = 2049, .external_lex_state = 56}, - [2865] = {.lex_state = 2, .external_lex_state = 56}, - [2866] = {.lex_state = 2049, .external_lex_state = 56}, - [2867] = {.lex_state = 0, .external_lex_state = 61}, - [2868] = {.lex_state = 2049, .external_lex_state = 56}, - [2869] = {.lex_state = 3, .external_lex_state = 56}, - [2870] = {.lex_state = 3, .external_lex_state = 56}, - [2871] = {.lex_state = 2049, .external_lex_state = 56}, - [2872] = {.lex_state = 3, .external_lex_state = 56}, - [2873] = {.lex_state = 2049, .external_lex_state = 56}, - [2874] = {.lex_state = 2049, .external_lex_state = 56}, - [2875] = {.lex_state = 2049, .external_lex_state = 56}, - [2876] = {.lex_state = 2049, .external_lex_state = 52}, - [2877] = {.lex_state = 2049, .external_lex_state = 50}, - [2878] = {.lex_state = 3, .external_lex_state = 56}, - [2879] = {.lex_state = 8, .external_lex_state = 57}, - [2880] = {.lex_state = 2049, .external_lex_state = 39}, - [2881] = {.lex_state = 2049, .external_lex_state = 56}, - [2882] = {.lex_state = 2049, .external_lex_state = 50}, - [2883] = {.lex_state = 2049, .external_lex_state = 56}, - [2884] = {.lex_state = 2049, .external_lex_state = 56}, - [2885] = {.lex_state = 2049, .external_lex_state = 56}, - [2886] = {.lex_state = 2049, .external_lex_state = 56}, - [2887] = {.lex_state = 3, .external_lex_state = 56}, - [2888] = {.lex_state = 0, .external_lex_state = 48}, - [2889] = {.lex_state = 2, .external_lex_state = 56}, - [2890] = {.lex_state = 2049, .external_lex_state = 56}, - [2891] = {.lex_state = 3, .external_lex_state = 56}, - [2892] = {.lex_state = 2049, .external_lex_state = 56}, - [2893] = {.lex_state = 2049, .external_lex_state = 56}, - [2894] = {.lex_state = 2049, .external_lex_state = 56}, - [2895] = {.lex_state = 2049, .external_lex_state = 50}, - [2896] = {.lex_state = 2049, .external_lex_state = 50}, - [2897] = {.lex_state = 2049, .external_lex_state = 56}, - [2898] = {.lex_state = 2049, .external_lex_state = 56}, - [2899] = {.lex_state = 3, .external_lex_state = 56}, - [2900] = {.lex_state = 2049, .external_lex_state = 50}, - [2901] = {.lex_state = 2049, .external_lex_state = 56}, - [2902] = {.lex_state = 2049, .external_lex_state = 56}, - [2903] = {.lex_state = 3, .external_lex_state = 56}, - [2904] = {.lex_state = 3, .external_lex_state = 56}, - [2905] = {.lex_state = 2049, .external_lex_state = 56}, - [2906] = {.lex_state = 2049, .external_lex_state = 56}, - [2907] = {.lex_state = 2049, .external_lex_state = 50}, - [2908] = {.lex_state = 0, .external_lex_state = 61}, - [2909] = {.lex_state = 2049, .external_lex_state = 56}, - [2910] = {.lex_state = 2049, .external_lex_state = 50}, - [2911] = {.lex_state = 0, .external_lex_state = 65}, - [2912] = {.lex_state = 2049, .external_lex_state = 56}, - [2913] = {.lex_state = 0, .external_lex_state = 66}, - [2914] = {.lex_state = 1, .external_lex_state = 56}, - [2915] = {.lex_state = 385, .external_lex_state = 67}, - [2916] = {.lex_state = 0, .external_lex_state = 68}, - [2917] = {.lex_state = 2049, .external_lex_state = 39}, - [2918] = {.lex_state = 0, .external_lex_state = 69}, - [2919] = {.lex_state = 385, .external_lex_state = 67}, - [2920] = {.lex_state = 0, .external_lex_state = 70}, - [2921] = {.lex_state = 0, .external_lex_state = 66}, - [2922] = {.lex_state = 2049, .external_lex_state = 56}, - [2923] = {.lex_state = 0, .external_lex_state = 50}, - [2924] = {.lex_state = 0, .external_lex_state = 50}, - [2925] = {.lex_state = 385, .external_lex_state = 67}, - [2926] = {.lex_state = 385, .external_lex_state = 67}, - [2927] = {.lex_state = 2049, .external_lex_state = 39}, - [2928] = {.lex_state = 4, .external_lex_state = 57}, - [2929] = {.lex_state = 0, .external_lex_state = 71}, - [2930] = {.lex_state = 8, .external_lex_state = 49}, - [2931] = {.lex_state = 1, .external_lex_state = 56}, - [2932] = {.lex_state = 0, .external_lex_state = 72}, - [2933] = {.lex_state = 0, .external_lex_state = 73}, - [2934] = {.lex_state = 0, .external_lex_state = 71}, - [2935] = {.lex_state = 385, .external_lex_state = 67}, - [2936] = {.lex_state = 0, .external_lex_state = 72}, - [2937] = {.lex_state = 2049, .external_lex_state = 74}, - [2938] = {.lex_state = 385, .external_lex_state = 67}, - [2939] = {.lex_state = 0, .external_lex_state = 50}, - [2940] = {.lex_state = 6, .external_lex_state = 55}, - [2941] = {.lex_state = 6, .external_lex_state = 55}, - [2942] = {.lex_state = 6, .external_lex_state = 55}, - [2943] = {.lex_state = 10, .external_lex_state = 55}, - [2944] = {.lex_state = 10, .external_lex_state = 55}, - [2945] = {.lex_state = 10, .external_lex_state = 55}, - [2946] = {.lex_state = 0, .external_lex_state = 50}, - [2947] = {.lex_state = 0, .external_lex_state = 50}, - [2948] = {.lex_state = 0, .external_lex_state = 72}, - [2949] = {.lex_state = 2049, .external_lex_state = 56}, - [2950] = {.lex_state = 0, .external_lex_state = 75}, - [2951] = {.lex_state = 0, .external_lex_state = 71}, - [2952] = {.lex_state = 0, .external_lex_state = 68}, - [2953] = {.lex_state = 385, .external_lex_state = 67}, - [2954] = {.lex_state = 385, .external_lex_state = 67}, - [2955] = {.lex_state = 2049, .external_lex_state = 56}, - [2956] = {.lex_state = 2049, .external_lex_state = 56}, - [2957] = {.lex_state = 2049, .external_lex_state = 56}, - [2958] = {.lex_state = 0, .external_lex_state = 76}, - [2959] = {.lex_state = 0, .external_lex_state = 77}, - [2960] = {.lex_state = 2049, .external_lex_state = 39}, - [2961] = {.lex_state = 385, .external_lex_state = 67}, - [2962] = {.lex_state = 0, .external_lex_state = 77}, - [2963] = {.lex_state = 0, .external_lex_state = 76}, - [2964] = {.lex_state = 0, .external_lex_state = 70}, - [2965] = {.lex_state = 0, .external_lex_state = 50}, - [2966] = {.lex_state = 385, .external_lex_state = 67}, - [2967] = {.lex_state = 0, .external_lex_state = 50}, - [2968] = {.lex_state = 2049, .external_lex_state = 39}, - [2969] = {.lex_state = 1, .external_lex_state = 56}, - [2970] = {.lex_state = 385, .external_lex_state = 67}, - [2971] = {.lex_state = 2049, .external_lex_state = 39}, - [2972] = {.lex_state = 0, .external_lex_state = 50}, - [2973] = {.lex_state = 4, .external_lex_state = 57}, - [2974] = {.lex_state = 385, .external_lex_state = 67}, - [2975] = {.lex_state = 0, .external_lex_state = 50}, - [2976] = {.lex_state = 2049, .external_lex_state = 39}, - [2977] = {.lex_state = 0, .external_lex_state = 77}, - [2978] = {.lex_state = 4, .external_lex_state = 57}, - [2979] = {.lex_state = 2049, .external_lex_state = 78}, - [2980] = {.lex_state = 4, .external_lex_state = 57}, - [2981] = {.lex_state = 2049, .external_lex_state = 39}, - [2982] = {.lex_state = 0, .external_lex_state = 50}, - [2983] = {.lex_state = 2049, .external_lex_state = 56}, - [2984] = {.lex_state = 2049, .external_lex_state = 39}, - [2985] = {.lex_state = 385, .external_lex_state = 67}, - [2986] = {.lex_state = 0, .external_lex_state = 75}, - [2987] = {.lex_state = 0, .external_lex_state = 75}, - [2988] = {.lex_state = 2014, .external_lex_state = 79}, - [2989] = {.lex_state = 0, .external_lex_state = 70}, - [2990] = {.lex_state = 385, .external_lex_state = 67}, - [2991] = {.lex_state = 0, .external_lex_state = 50}, - [2992] = {.lex_state = 385, .external_lex_state = 67}, - [2993] = {.lex_state = 0, .external_lex_state = 50}, - [2994] = {.lex_state = 0, .external_lex_state = 50}, - [2995] = {.lex_state = 2049, .external_lex_state = 39}, - [2996] = {.lex_state = 0, .external_lex_state = 68}, - [2997] = {.lex_state = 2014}, - [2998] = {.lex_state = 8}, - [2999] = {.lex_state = 0, .external_lex_state = 69}, - [3000] = {.lex_state = 2047, .external_lex_state = 53}, - [3001] = {.lex_state = 385, .external_lex_state = 67}, - [3002] = {.lex_state = 0, .external_lex_state = 66}, - [3003] = {.lex_state = 385, .external_lex_state = 67}, - [3004] = {.lex_state = 0, .external_lex_state = 69}, - [3005] = {.lex_state = 0, .external_lex_state = 50}, - [3006] = {.lex_state = 2014}, - [3007] = {.lex_state = 2014, .external_lex_state = 79}, - [3008] = {.lex_state = 2014}, - [3009] = {.lex_state = 2014, .external_lex_state = 79}, - [3010] = {.lex_state = 2049, .external_lex_state = 56}, - [3011] = {.lex_state = 2049, .external_lex_state = 56}, - [3012] = {.lex_state = 2049, .external_lex_state = 56}, - [3013] = {.lex_state = 2049, .external_lex_state = 56}, - [3014] = {.lex_state = 2049, .external_lex_state = 56}, - [3015] = {.lex_state = 2049, .external_lex_state = 56}, - [3016] = {.lex_state = 2049, .external_lex_state = 56}, - [3017] = {.lex_state = 2049, .external_lex_state = 56}, - [3018] = {.lex_state = 2049, .external_lex_state = 56}, - [3019] = {.lex_state = 2049, .external_lex_state = 56}, - [3020] = {.lex_state = 2049, .external_lex_state = 56}, - [3021] = {.lex_state = 2049, .external_lex_state = 56}, - [3022] = {.lex_state = 2049, .external_lex_state = 56}, - [3023] = {.lex_state = 2049, .external_lex_state = 56}, - [3024] = {.lex_state = 2049, .external_lex_state = 56}, - [3025] = {.lex_state = 2049, .external_lex_state = 56}, - [3026] = {.lex_state = 2049, .external_lex_state = 56}, - [3027] = {.lex_state = 2049, .external_lex_state = 56}, - [3028] = {.lex_state = 2049, .external_lex_state = 56}, - [3029] = {.lex_state = 2049, .external_lex_state = 56}, - [3030] = {.lex_state = 2049, .external_lex_state = 56}, - [3031] = {.lex_state = 2049, .external_lex_state = 56}, - [3032] = {.lex_state = 2049, .external_lex_state = 56}, - [3033] = {.lex_state = 2049, .external_lex_state = 56}, - [3034] = {.lex_state = 2049, .external_lex_state = 56}, - [3035] = {.lex_state = 2049, .external_lex_state = 56}, - [3036] = {.lex_state = 2049, .external_lex_state = 56}, - [3037] = {.lex_state = 2049, .external_lex_state = 56}, - [3038] = {.lex_state = 2049, .external_lex_state = 56}, - [3039] = {.lex_state = 2049, .external_lex_state = 56}, - [3040] = {.lex_state = 2049, .external_lex_state = 56}, - [3041] = {.lex_state = 2049, .external_lex_state = 56}, - [3042] = {.lex_state = 2049, .external_lex_state = 56}, - [3043] = {.lex_state = 0, .external_lex_state = 76}, - [3044] = {.lex_state = 0, .external_lex_state = 80}, - [3045] = {.lex_state = 2}, - [3046] = {.lex_state = 2049, .external_lex_state = 56}, - [3047] = {.lex_state = 2049, .external_lex_state = 81}, - [3048] = {.lex_state = 2}, - [3049] = {.lex_state = 0, .external_lex_state = 81}, - [3050] = {.lex_state = 0, .external_lex_state = 82}, - [3051] = {.lex_state = 0, .external_lex_state = 81}, - [3052] = {.lex_state = 0, .external_lex_state = 82}, - [3053] = {.lex_state = 2}, - [3054] = {.lex_state = 5, .external_lex_state = 56}, - [3055] = {.lex_state = 2}, - [3056] = {.lex_state = 0, .external_lex_state = 80}, - [3057] = {.lex_state = 2049, .external_lex_state = 83}, - [3058] = {.lex_state = 0, .external_lex_state = 39}, - [3059] = {.lex_state = 0, .external_lex_state = 48}, - [3060] = {.lex_state = 0, .external_lex_state = 84}, - [3061] = {.lex_state = 0, .external_lex_state = 61}, - [3062] = {.lex_state = 0, .external_lex_state = 84}, - [3063] = {.lex_state = 0, .external_lex_state = 81}, - [3064] = {.lex_state = 2}, - [3065] = {.lex_state = 0, .external_lex_state = 80}, - [3066] = {.lex_state = 2}, - [3067] = {.lex_state = 0, .external_lex_state = 82}, - [3068] = {.lex_state = 0, .external_lex_state = 81}, - [3069] = {.lex_state = 2}, - [3070] = {.lex_state = 2}, - [3071] = {.lex_state = 0, .external_lex_state = 80}, - [3072] = {.lex_state = 0, .external_lex_state = 81}, - [3073] = {.lex_state = 2}, - [3074] = {.lex_state = 0, .external_lex_state = 82}, - [3075] = {.lex_state = 0, .external_lex_state = 81}, - [3076] = {.lex_state = 0, .external_lex_state = 82}, - [3077] = {.lex_state = 2}, - [3078] = {.lex_state = 2}, - [3079] = {.lex_state = 0, .external_lex_state = 81}, - [3080] = {.lex_state = 0, .external_lex_state = 80}, - [3081] = {.lex_state = 0, .external_lex_state = 82}, - [3082] = {.lex_state = 0, .external_lex_state = 82}, - [3083] = {.lex_state = 0, .external_lex_state = 82}, - [3084] = {.lex_state = 0, .external_lex_state = 82}, - [3085] = {.lex_state = 0, .external_lex_state = 82}, - [3086] = {.lex_state = 0, .external_lex_state = 80}, - [3087] = {.lex_state = 0, .external_lex_state = 82}, - [3088] = {.lex_state = 0, .external_lex_state = 82}, - [3089] = {.lex_state = 0, .external_lex_state = 80}, - [3090] = {.lex_state = 0, .external_lex_state = 84}, - [3091] = {.lex_state = 0, .external_lex_state = 82}, - [3092] = {.lex_state = 0, .external_lex_state = 82}, - [3093] = {.lex_state = 0, .external_lex_state = 84}, - [3094] = {.lex_state = 385}, - [3095] = {.lex_state = 0, .external_lex_state = 84}, - [3096] = {.lex_state = 2}, - [3097] = {.lex_state = 0, .external_lex_state = 80}, - [3098] = {.lex_state = 2}, - [3099] = {.lex_state = 0, .external_lex_state = 80}, - [3100] = {.lex_state = 2}, - [3101] = {.lex_state = 0, .external_lex_state = 80}, - [3102] = {.lex_state = 0, .external_lex_state = 80}, - [3103] = {.lex_state = 0, .external_lex_state = 80}, - [3104] = {.lex_state = 0, .external_lex_state = 80}, - [3105] = {.lex_state = 0, .external_lex_state = 80}, - [3106] = {.lex_state = 0, .external_lex_state = 80}, - [3107] = {.lex_state = 384, .external_lex_state = 55}, - [3108] = {.lex_state = 383, .external_lex_state = 55}, - [3109] = {.lex_state = 0, .external_lex_state = 80}, - [3110] = {.lex_state = 0, .external_lex_state = 80}, - [3111] = {.lex_state = 0, .external_lex_state = 80}, + [2664] = {.lex_state = 7, .external_lex_state = 45}, + [2665] = {.lex_state = 7, .external_lex_state = 45}, + [2666] = {.lex_state = 7, .external_lex_state = 45}, + [2667] = {.lex_state = 7, .external_lex_state = 45}, + [2668] = {.lex_state = 7, .external_lex_state = 45}, + [2669] = {.lex_state = 7, .external_lex_state = 45}, + [2670] = {.lex_state = 7, .external_lex_state = 45}, + [2671] = {.lex_state = 5, .external_lex_state = 40}, + [2672] = {.lex_state = 7, .external_lex_state = 45}, + [2673] = {.lex_state = 7, .external_lex_state = 45}, + [2674] = {.lex_state = 4, .external_lex_state = 39}, + [2675] = {.lex_state = 2048, .external_lex_state = 39}, + [2676] = {.lex_state = 7, .external_lex_state = 45}, + [2677] = {.lex_state = 7, .external_lex_state = 45}, + [2678] = {.lex_state = 7, .external_lex_state = 45}, + [2679] = {.lex_state = 2048, .external_lex_state = 39}, + [2680] = {.lex_state = 7, .external_lex_state = 45}, + [2681] = {.lex_state = 7, .external_lex_state = 45}, + [2682] = {.lex_state = 4, .external_lex_state = 49}, + [2683] = {.lex_state = 7, .external_lex_state = 45}, + [2684] = {.lex_state = 7, .external_lex_state = 45}, + [2685] = {.lex_state = 5, .external_lex_state = 40}, + [2686] = {.lex_state = 7, .external_lex_state = 45}, + [2687] = {.lex_state = 7, .external_lex_state = 45}, + [2688] = {.lex_state = 2048, .external_lex_state = 39}, + [2689] = {.lex_state = 4, .external_lex_state = 49}, + [2690] = {.lex_state = 7, .external_lex_state = 45}, + [2691] = {.lex_state = 7, .external_lex_state = 45}, + [2692] = {.lex_state = 7, .external_lex_state = 45}, + [2693] = {.lex_state = 4, .external_lex_state = 35}, + [2694] = {.lex_state = 7, .external_lex_state = 45}, + [2695] = {.lex_state = 7, .external_lex_state = 45}, + [2696] = {.lex_state = 7, .external_lex_state = 45}, + [2697] = {.lex_state = 7, .external_lex_state = 45}, + [2698] = {.lex_state = 7, .external_lex_state = 45}, + [2699] = {.lex_state = 4, .external_lex_state = 49}, + [2700] = {.lex_state = 7, .external_lex_state = 45}, + [2701] = {.lex_state = 4, .external_lex_state = 39}, + [2702] = {.lex_state = 7, .external_lex_state = 45}, + [2703] = {.lex_state = 7, .external_lex_state = 45}, + [2704] = {.lex_state = 7, .external_lex_state = 45}, + [2705] = {.lex_state = 7, .external_lex_state = 45}, + [2706] = {.lex_state = 7, .external_lex_state = 45}, + [2707] = {.lex_state = 7, .external_lex_state = 45}, + [2708] = {.lex_state = 4, .external_lex_state = 49}, + [2709] = {.lex_state = 7, .external_lex_state = 45}, + [2710] = {.lex_state = 7, .external_lex_state = 45}, + [2711] = {.lex_state = 7, .external_lex_state = 45}, + [2712] = {.lex_state = 7, .external_lex_state = 45}, + [2713] = {.lex_state = 7, .external_lex_state = 45}, + [2714] = {.lex_state = 7, .external_lex_state = 45}, + [2715] = {.lex_state = 7, .external_lex_state = 45}, + [2716] = {.lex_state = 2048, .external_lex_state = 39}, + [2717] = {.lex_state = 4, .external_lex_state = 50}, + [2718] = {.lex_state = 4, .external_lex_state = 50}, + [2719] = {.lex_state = 5, .external_lex_state = 40}, + [2720] = {.lex_state = 4, .external_lex_state = 51}, + [2721] = {.lex_state = 4, .external_lex_state = 52}, + [2722] = {.lex_state = 4, .external_lex_state = 51}, + [2723] = {.lex_state = 4, .external_lex_state = 51}, + [2724] = {.lex_state = 4, .external_lex_state = 50}, + [2725] = {.lex_state = 4, .external_lex_state = 49}, + [2726] = {.lex_state = 2048, .external_lex_state = 53}, + [2727] = {.lex_state = 2046, .external_lex_state = 54}, + [2728] = {.lex_state = 4, .external_lex_state = 39}, + [2729] = {.lex_state = 10, .external_lex_state = 39}, + [2730] = {.lex_state = 10, .external_lex_state = 39}, + [2731] = {.lex_state = 0, .external_lex_state = 34}, + [2732] = {.lex_state = 2048, .external_lex_state = 53}, + [2733] = {.lex_state = 2048, .external_lex_state = 53}, + [2734] = {.lex_state = 2046, .external_lex_state = 54}, + [2735] = {.lex_state = 2048, .external_lex_state = 55}, + [2736] = {.lex_state = 4, .external_lex_state = 49}, + [2737] = {.lex_state = 2048, .external_lex_state = 55}, + [2738] = {.lex_state = 4, .external_lex_state = 49}, + [2739] = {.lex_state = 2046, .external_lex_state = 54}, + [2740] = {.lex_state = 2046, .external_lex_state = 54}, + [2741] = {.lex_state = 2046, .external_lex_state = 54}, + [2742] = {.lex_state = 2046, .external_lex_state = 54}, + [2743] = {.lex_state = 2048, .external_lex_state = 55}, + [2744] = {.lex_state = 10, .external_lex_state = 39}, + [2745] = {.lex_state = 2046, .external_lex_state = 54}, + [2746] = {.lex_state = 2048, .external_lex_state = 53}, + [2747] = {.lex_state = 2048, .external_lex_state = 55}, + [2748] = {.lex_state = 2046, .external_lex_state = 54}, + [2749] = {.lex_state = 2046, .external_lex_state = 54}, + [2750] = {.lex_state = 10, .external_lex_state = 39}, + [2751] = {.lex_state = 7, .external_lex_state = 56}, + [2752] = {.lex_state = 7, .external_lex_state = 45}, + [2753] = {.lex_state = 2048, .external_lex_state = 53}, + [2754] = {.lex_state = 6, .external_lex_state = 57}, + [2755] = {.lex_state = 4, .external_lex_state = 58}, + [2756] = {.lex_state = 4, .external_lex_state = 58}, + [2757] = {.lex_state = 2048, .external_lex_state = 53}, + [2758] = {.lex_state = 2048, .external_lex_state = 53}, + [2759] = {.lex_state = 2048, .external_lex_state = 53}, + [2760] = {.lex_state = 2048, .external_lex_state = 53}, + [2761] = {.lex_state = 2048, .external_lex_state = 53}, + [2762] = {.lex_state = 2048, .external_lex_state = 53}, + [2763] = {.lex_state = 6, .external_lex_state = 57}, + [2764] = {.lex_state = 0, .external_lex_state = 49}, + [2765] = {.lex_state = 2048, .external_lex_state = 53}, + [2766] = {.lex_state = 2048, .external_lex_state = 53}, + [2767] = {.lex_state = 2048, .external_lex_state = 53}, + [2768] = {.lex_state = 2048, .external_lex_state = 53}, + [2769] = {.lex_state = 2048, .external_lex_state = 53}, + [2770] = {.lex_state = 2048, .external_lex_state = 53}, + [2771] = {.lex_state = 9, .external_lex_state = 57}, + [2772] = {.lex_state = 6, .external_lex_state = 57}, + [2773] = {.lex_state = 9, .external_lex_state = 57}, + [2774] = {.lex_state = 10, .external_lex_state = 59}, + [2775] = {.lex_state = 2048, .external_lex_state = 53}, + [2776] = {.lex_state = 6, .external_lex_state = 57}, + [2777] = {.lex_state = 9, .external_lex_state = 57}, + [2778] = {.lex_state = 4, .external_lex_state = 58}, + [2779] = {.lex_state = 2048, .external_lex_state = 53}, + [2780] = {.lex_state = 2048, .external_lex_state = 53}, + [2781] = {.lex_state = 2048, .external_lex_state = 53}, + [2782] = {.lex_state = 2048, .external_lex_state = 53}, + [2783] = {.lex_state = 0, .external_lex_state = 49}, + [2784] = {.lex_state = 6, .external_lex_state = 57}, + [2785] = {.lex_state = 10, .external_lex_state = 53}, + [2786] = {.lex_state = 2048, .external_lex_state = 53}, + [2787] = {.lex_state = 4, .external_lex_state = 49}, + [2788] = {.lex_state = 2048, .external_lex_state = 53}, + [2789] = {.lex_state = 2048, .external_lex_state = 53}, + [2790] = {.lex_state = 2048, .external_lex_state = 53}, + [2791] = {.lex_state = 2048, .external_lex_state = 53}, + [2792] = {.lex_state = 0, .external_lex_state = 49}, + [2793] = {.lex_state = 2048, .external_lex_state = 53}, + [2794] = {.lex_state = 9, .external_lex_state = 57}, + [2795] = {.lex_state = 2046, .external_lex_state = 54}, + [2796] = {.lex_state = 2048, .external_lex_state = 53}, + [2797] = {.lex_state = 2048, .external_lex_state = 53}, + [2798] = {.lex_state = 2048, .external_lex_state = 53}, + [2799] = {.lex_state = 2048, .external_lex_state = 53}, + [2800] = {.lex_state = 2048, .external_lex_state = 53}, + [2801] = {.lex_state = 2048, .external_lex_state = 53}, + [2802] = {.lex_state = 2048, .external_lex_state = 53}, + [2803] = {.lex_state = 2048, .external_lex_state = 53}, + [2804] = {.lex_state = 10, .external_lex_state = 59}, + [2805] = {.lex_state = 0, .external_lex_state = 49}, + [2806] = {.lex_state = 4}, + [2807] = {.lex_state = 2048, .external_lex_state = 53}, + [2808] = {.lex_state = 2048, .external_lex_state = 53}, + [2809] = {.lex_state = 2046, .external_lex_state = 54}, + [2810] = {.lex_state = 2048, .external_lex_state = 53}, + [2811] = {.lex_state = 2048, .external_lex_state = 53}, + [2812] = {.lex_state = 2048, .external_lex_state = 53}, + [2813] = {.lex_state = 2048, .external_lex_state = 53}, + [2814] = {.lex_state = 4}, + [2815] = {.lex_state = 2048, .external_lex_state = 53}, + [2816] = {.lex_state = 10, .external_lex_state = 53}, + [2817] = {.lex_state = 10, .external_lex_state = 52}, + [2818] = {.lex_state = 2048, .external_lex_state = 53}, + [2819] = {.lex_state = 4, .external_lex_state = 60}, + [2820] = {.lex_state = 2048, .external_lex_state = 53}, + [2821] = {.lex_state = 0, .external_lex_state = 49}, + [2822] = {.lex_state = 2048, .external_lex_state = 53}, + [2823] = {.lex_state = 2048, .external_lex_state = 53}, + [2824] = {.lex_state = 2048, .external_lex_state = 53}, + [2825] = {.lex_state = 2048, .external_lex_state = 53}, + [2826] = {.lex_state = 4, .external_lex_state = 49}, + [2827] = {.lex_state = 2048, .external_lex_state = 53}, + [2828] = {.lex_state = 2048, .external_lex_state = 53}, + [2829] = {.lex_state = 4, .external_lex_state = 49}, + [2830] = {.lex_state = 2048, .external_lex_state = 53}, + [2831] = {.lex_state = 2048, .external_lex_state = 53}, + [2832] = {.lex_state = 0, .external_lex_state = 49}, + [2833] = {.lex_state = 2048, .external_lex_state = 53}, + [2834] = {.lex_state = 2048, .external_lex_state = 53}, + [2835] = {.lex_state = 2048, .external_lex_state = 53}, + [2836] = {.lex_state = 2048, .external_lex_state = 53}, + [2837] = {.lex_state = 2048, .external_lex_state = 53}, + [2838] = {.lex_state = 2048, .external_lex_state = 53}, + [2839] = {.lex_state = 10, .external_lex_state = 59}, + [2840] = {.lex_state = 2048, .external_lex_state = 53}, + [2841] = {.lex_state = 2048, .external_lex_state = 61}, + [2842] = {.lex_state = 7, .external_lex_state = 45}, + [2843] = {.lex_state = 9, .external_lex_state = 57}, + [2844] = {.lex_state = 6, .external_lex_state = 57}, + [2845] = {.lex_state = 2048, .external_lex_state = 53}, + [2846] = {.lex_state = 6, .external_lex_state = 57}, + [2847] = {.lex_state = 2048, .external_lex_state = 53}, + [2848] = {.lex_state = 2048, .external_lex_state = 53}, + [2849] = {.lex_state = 2048, .external_lex_state = 53}, + [2850] = {.lex_state = 2048, .external_lex_state = 53}, + [2851] = {.lex_state = 2048, .external_lex_state = 53}, + [2852] = {.lex_state = 2048, .external_lex_state = 53}, + [2853] = {.lex_state = 2048, .external_lex_state = 53}, + [2854] = {.lex_state = 2048, .external_lex_state = 53}, + [2855] = {.lex_state = 2048, .external_lex_state = 53}, + [2856] = {.lex_state = 2048, .external_lex_state = 53}, + [2857] = {.lex_state = 2048, .external_lex_state = 53}, + [2858] = {.lex_state = 2048, .external_lex_state = 53}, + [2859] = {.lex_state = 2048, .external_lex_state = 53}, + [2860] = {.lex_state = 2048, .external_lex_state = 53}, + [2861] = {.lex_state = 2048, .external_lex_state = 53}, + [2862] = {.lex_state = 2048, .external_lex_state = 53}, + [2863] = {.lex_state = 2048, .external_lex_state = 53}, + [2864] = {.lex_state = 2048, .external_lex_state = 53}, + [2865] = {.lex_state = 2048, .external_lex_state = 53}, + [2866] = {.lex_state = 2048, .external_lex_state = 53}, + [2867] = {.lex_state = 2048, .external_lex_state = 53}, + [2868] = {.lex_state = 2048, .external_lex_state = 53}, + [2869] = {.lex_state = 2048, .external_lex_state = 53}, + [2870] = {.lex_state = 2048, .external_lex_state = 53}, + [2871] = {.lex_state = 2048, .external_lex_state = 53}, + [2872] = {.lex_state = 3, .external_lex_state = 53}, + [2873] = {.lex_state = 0, .external_lex_state = 49}, + [2874] = {.lex_state = 2048, .external_lex_state = 51}, + [2875] = {.lex_state = 2048, .external_lex_state = 51}, + [2876] = {.lex_state = 2048, .external_lex_state = 53}, + [2877] = {.lex_state = 3, .external_lex_state = 53}, + [2878] = {.lex_state = 2048, .external_lex_state = 53}, + [2879] = {.lex_state = 3, .external_lex_state = 53}, + [2880] = {.lex_state = 2, .external_lex_state = 53}, + [2881] = {.lex_state = 3, .external_lex_state = 53}, + [2882] = {.lex_state = 2048, .external_lex_state = 51}, + [2883] = {.lex_state = 4, .external_lex_state = 50}, + [2884] = {.lex_state = 2048, .external_lex_state = 51}, + [2885] = {.lex_state = 3, .external_lex_state = 53}, + [2886] = {.lex_state = 2048, .external_lex_state = 55}, + [2887] = {.lex_state = 3, .external_lex_state = 53}, + [2888] = {.lex_state = 3, .external_lex_state = 53}, + [2889] = {.lex_state = 3, .external_lex_state = 53}, + [2890] = {.lex_state = 2048, .external_lex_state = 51}, + [2891] = {.lex_state = 2048, .external_lex_state = 51}, + [2892] = {.lex_state = 2048, .external_lex_state = 51}, + [2893] = {.lex_state = 3, .external_lex_state = 53}, + [2894] = {.lex_state = 2048, .external_lex_state = 51}, + [2895] = {.lex_state = 3, .external_lex_state = 53}, + [2896] = {.lex_state = 4, .external_lex_state = 62}, + [2897] = {.lex_state = 4}, + [2898] = {.lex_state = 3, .external_lex_state = 53}, + [2899] = {.lex_state = 3, .external_lex_state = 53}, + [2900] = {.lex_state = 3, .external_lex_state = 53}, + [2901] = {.lex_state = 3, .external_lex_state = 53}, + [2902] = {.lex_state = 2, .external_lex_state = 53}, + [2903] = {.lex_state = 4, .external_lex_state = 50}, + [2904] = {.lex_state = 2048, .external_lex_state = 39}, + [2905] = {.lex_state = 3, .external_lex_state = 53}, + [2906] = {.lex_state = 3, .external_lex_state = 53}, + [2907] = {.lex_state = 10, .external_lex_state = 63}, + [2908] = {.lex_state = 10, .external_lex_state = 58}, + [2909] = {.lex_state = 3, .external_lex_state = 53}, + [2910] = {.lex_state = 0, .external_lex_state = 64}, + [2911] = {.lex_state = 3, .external_lex_state = 53}, + [2912] = {.lex_state = 3, .external_lex_state = 53}, + [2913] = {.lex_state = 2048, .external_lex_state = 51}, + [2914] = {.lex_state = 2048, .external_lex_state = 51}, + [2915] = {.lex_state = 10, .external_lex_state = 39}, + [2916] = {.lex_state = 2048, .external_lex_state = 51}, + [2917] = {.lex_state = 2, .external_lex_state = 53}, + [2918] = {.lex_state = 10, .external_lex_state = 59}, + [2919] = {.lex_state = 4, .external_lex_state = 53}, + [2920] = {.lex_state = 10, .external_lex_state = 58}, + [2921] = {.lex_state = 2048, .external_lex_state = 53}, + [2922] = {.lex_state = 4, .external_lex_state = 50}, + [2923] = {.lex_state = 2048, .external_lex_state = 53}, + [2924] = {.lex_state = 2048, .external_lex_state = 53}, + [2925] = {.lex_state = 2048, .external_lex_state = 53}, + [2926] = {.lex_state = 2048, .external_lex_state = 51}, + [2927] = {.lex_state = 2048, .external_lex_state = 53}, + [2928] = {.lex_state = 4, .external_lex_state = 53}, + [2929] = {.lex_state = 3, .external_lex_state = 53}, + [2930] = {.lex_state = 10, .external_lex_state = 59}, + [2931] = {.lex_state = 3, .external_lex_state = 53}, + [2932] = {.lex_state = 3, .external_lex_state = 53}, + [2933] = {.lex_state = 2048, .external_lex_state = 53}, + [2934] = {.lex_state = 2048, .external_lex_state = 53}, + [2935] = {.lex_state = 2048, .external_lex_state = 53}, + [2936] = {.lex_state = 2048, .external_lex_state = 53}, + [2937] = {.lex_state = 3, .external_lex_state = 53}, + [2938] = {.lex_state = 2048, .external_lex_state = 53}, + [2939] = {.lex_state = 2048, .external_lex_state = 53}, + [2940] = {.lex_state = 2048, .external_lex_state = 53}, + [2941] = {.lex_state = 2048, .external_lex_state = 53}, + [2942] = {.lex_state = 3, .external_lex_state = 53}, + [2943] = {.lex_state = 2048, .external_lex_state = 53}, + [2944] = {.lex_state = 2048, .external_lex_state = 53}, + [2945] = {.lex_state = 2048, .external_lex_state = 53}, + [2946] = {.lex_state = 2048, .external_lex_state = 53}, + [2947] = {.lex_state = 0, .external_lex_state = 64}, + [2948] = {.lex_state = 3, .external_lex_state = 53}, + [2949] = {.lex_state = 2048, .external_lex_state = 53}, + [2950] = {.lex_state = 2048, .external_lex_state = 53}, + [2951] = {.lex_state = 2048, .external_lex_state = 53}, + [2952] = {.lex_state = 2048, .external_lex_state = 51}, + [2953] = {.lex_state = 2048, .external_lex_state = 39}, + [2954] = {.lex_state = 3, .external_lex_state = 53}, + [2955] = {.lex_state = 3, .external_lex_state = 53}, + [2956] = {.lex_state = 2046, .external_lex_state = 65}, + [2957] = {.lex_state = 2048, .external_lex_state = 53}, + [2958] = {.lex_state = 2048, .external_lex_state = 53}, + [2959] = {.lex_state = 2048, .external_lex_state = 53}, + [2960] = {.lex_state = 2048, .external_lex_state = 53}, + [2961] = {.lex_state = 4, .external_lex_state = 50}, + [2962] = {.lex_state = 2048, .external_lex_state = 53}, + [2963] = {.lex_state = 2048, .external_lex_state = 53}, + [2964] = {.lex_state = 2048, .external_lex_state = 53}, + [2965] = {.lex_state = 2048, .external_lex_state = 53}, + [2966] = {.lex_state = 4, .external_lex_state = 66}, + [2967] = {.lex_state = 3, .external_lex_state = 53}, + [2968] = {.lex_state = 2048, .external_lex_state = 53}, + [2969] = {.lex_state = 2048, .external_lex_state = 53}, + [2970] = {.lex_state = 2048, .external_lex_state = 53}, + [2971] = {.lex_state = 2048, .external_lex_state = 53}, + [2972] = {.lex_state = 3, .external_lex_state = 53}, + [2973] = {.lex_state = 2048, .external_lex_state = 53}, + [2974] = {.lex_state = 2048, .external_lex_state = 53}, + [2975] = {.lex_state = 0, .external_lex_state = 64}, + [2976] = {.lex_state = 2048, .external_lex_state = 53}, + [2977] = {.lex_state = 2048, .external_lex_state = 53}, + [2978] = {.lex_state = 2048, .external_lex_state = 53}, + [2979] = {.lex_state = 3, .external_lex_state = 53}, + [2980] = {.lex_state = 7, .external_lex_state = 45}, + [2981] = {.lex_state = 2048, .external_lex_state = 51}, + [2982] = {.lex_state = 10, .external_lex_state = 59}, + [2983] = {.lex_state = 2048, .external_lex_state = 53}, + [2984] = {.lex_state = 2048, .external_lex_state = 53}, + [2985] = {.lex_state = 2048, .external_lex_state = 53}, + [2986] = {.lex_state = 2048, .external_lex_state = 53}, + [2987] = {.lex_state = 2048, .external_lex_state = 53}, + [2988] = {.lex_state = 2048, .external_lex_state = 53}, + [2989] = {.lex_state = 2048, .external_lex_state = 53}, + [2990] = {.lex_state = 2048, .external_lex_state = 53}, + [2991] = {.lex_state = 2048, .external_lex_state = 53}, + [2992] = {.lex_state = 7, .external_lex_state = 45}, + [2993] = {.lex_state = 2048, .external_lex_state = 53}, + [2994] = {.lex_state = 7, .external_lex_state = 45}, + [2995] = {.lex_state = 3, .external_lex_state = 53}, + [2996] = {.lex_state = 2048, .external_lex_state = 53}, + [2997] = {.lex_state = 7, .external_lex_state = 45}, + [2998] = {.lex_state = 2048, .external_lex_state = 53}, + [2999] = {.lex_state = 2048, .external_lex_state = 53}, + [3000] = {.lex_state = 2048, .external_lex_state = 53}, + [3001] = {.lex_state = 2048, .external_lex_state = 53}, + [3002] = {.lex_state = 3, .external_lex_state = 53}, + [3003] = {.lex_state = 4, .external_lex_state = 53}, + [3004] = {.lex_state = 2048, .external_lex_state = 53}, + [3005] = {.lex_state = 2048, .external_lex_state = 53}, + [3006] = {.lex_state = 2048, .external_lex_state = 53}, + [3007] = {.lex_state = 2048, .external_lex_state = 53}, + [3008] = {.lex_state = 2048, .external_lex_state = 51}, + [3009] = {.lex_state = 3, .external_lex_state = 53}, + [3010] = {.lex_state = 2048, .external_lex_state = 53}, + [3011] = {.lex_state = 2048, .external_lex_state = 53}, + [3012] = {.lex_state = 2048, .external_lex_state = 53}, + [3013] = {.lex_state = 2048, .external_lex_state = 53}, + [3014] = {.lex_state = 2048, .external_lex_state = 51}, + [3015] = {.lex_state = 2048, .external_lex_state = 51}, + [3016] = {.lex_state = 2048, .external_lex_state = 53}, + [3017] = {.lex_state = 2048, .external_lex_state = 53}, + [3018] = {.lex_state = 2048, .external_lex_state = 53}, + [3019] = {.lex_state = 2048, .external_lex_state = 53}, + [3020] = {.lex_state = 3, .external_lex_state = 53}, + [3021] = {.lex_state = 2048, .external_lex_state = 53}, + [3022] = {.lex_state = 2048, .external_lex_state = 53}, + [3023] = {.lex_state = 2048, .external_lex_state = 53}, + [3024] = {.lex_state = 2048, .external_lex_state = 53}, + [3025] = {.lex_state = 2048, .external_lex_state = 53}, + [3026] = {.lex_state = 2048, .external_lex_state = 53}, + [3027] = {.lex_state = 2048, .external_lex_state = 53}, + [3028] = {.lex_state = 2048, .external_lex_state = 53}, + [3029] = {.lex_state = 3, .external_lex_state = 53}, + [3030] = {.lex_state = 2048, .external_lex_state = 39}, + [3031] = {.lex_state = 385, .external_lex_state = 67}, + [3032] = {.lex_state = 2048, .external_lex_state = 39}, + [3033] = {.lex_state = 2048, .external_lex_state = 39}, + [3034] = {.lex_state = 0, .external_lex_state = 68}, + [3035] = {.lex_state = 10, .external_lex_state = 53}, + [3036] = {.lex_state = 6, .external_lex_state = 57}, + [3037] = {.lex_state = 6, .external_lex_state = 57}, + [3038] = {.lex_state = 6, .external_lex_state = 57}, + [3039] = {.lex_state = 385, .external_lex_state = 67}, + [3040] = {.lex_state = 0, .external_lex_state = 69}, + [3041] = {.lex_state = 0, .external_lex_state = 70}, + [3042] = {.lex_state = 9, .external_lex_state = 57}, + [3043] = {.lex_state = 9, .external_lex_state = 57}, + [3044] = {.lex_state = 9, .external_lex_state = 57}, + [3045] = {.lex_state = 0, .external_lex_state = 51}, + [3046] = {.lex_state = 2048, .external_lex_state = 53}, + [3047] = {.lex_state = 4, .external_lex_state = 58}, + [3048] = {.lex_state = 0, .external_lex_state = 51}, + [3049] = {.lex_state = 0, .external_lex_state = 71}, + [3050] = {.lex_state = 1, .external_lex_state = 53}, + [3051] = {.lex_state = 0, .external_lex_state = 72}, + [3052] = {.lex_state = 2048, .external_lex_state = 53}, + [3053] = {.lex_state = 385, .external_lex_state = 67}, + [3054] = {.lex_state = 0, .external_lex_state = 51}, + [3055] = {.lex_state = 2048, .external_lex_state = 39}, + [3056] = {.lex_state = 2048, .external_lex_state = 53}, + [3057] = {.lex_state = 1, .external_lex_state = 53}, + [3058] = {.lex_state = 0, .external_lex_state = 51}, + [3059] = {.lex_state = 385, .external_lex_state = 67}, + [3060] = {.lex_state = 0, .external_lex_state = 51}, + [3061] = {.lex_state = 385, .external_lex_state = 67}, + [3062] = {.lex_state = 0, .external_lex_state = 73}, + [3063] = {.lex_state = 4}, + [3064] = {.lex_state = 0, .external_lex_state = 74}, + [3065] = {.lex_state = 0, .external_lex_state = 70}, + [3066] = {.lex_state = 0, .external_lex_state = 73}, + [3067] = {.lex_state = 0, .external_lex_state = 75}, + [3068] = {.lex_state = 2048, .external_lex_state = 53}, + [3069] = {.lex_state = 2048, .external_lex_state = 39}, + [3070] = {.lex_state = 385, .external_lex_state = 67}, + [3071] = {.lex_state = 0, .external_lex_state = 71}, + [3072] = {.lex_state = 0, .external_lex_state = 51}, + [3073] = {.lex_state = 0, .external_lex_state = 70}, + [3074] = {.lex_state = 10, .external_lex_state = 76}, + [3075] = {.lex_state = 2048, .external_lex_state = 53}, + [3076] = {.lex_state = 0, .external_lex_state = 72}, + [3077] = {.lex_state = 385, .external_lex_state = 67}, + [3078] = {.lex_state = 0, .external_lex_state = 75}, + [3079] = {.lex_state = 10}, + [3080] = {.lex_state = 0, .external_lex_state = 68}, + [3081] = {.lex_state = 0, .external_lex_state = 51}, + [3082] = {.lex_state = 385, .external_lex_state = 67}, + [3083] = {.lex_state = 1, .external_lex_state = 53}, + [3084] = {.lex_state = 385, .external_lex_state = 67}, + [3085] = {.lex_state = 0, .external_lex_state = 51}, + [3086] = {.lex_state = 0, .external_lex_state = 51}, + [3087] = {.lex_state = 385, .external_lex_state = 67}, + [3088] = {.lex_state = 385, .external_lex_state = 67}, + [3089] = {.lex_state = 0, .external_lex_state = 77}, + [3090] = {.lex_state = 385, .external_lex_state = 67}, + [3091] = {.lex_state = 0, .external_lex_state = 75}, + [3092] = {.lex_state = 0, .external_lex_state = 71}, + [3093] = {.lex_state = 0, .external_lex_state = 51}, + [3094] = {.lex_state = 0, .external_lex_state = 69}, + [3095] = {.lex_state = 0, .external_lex_state = 68}, + [3096] = {.lex_state = 2046, .external_lex_state = 54}, + [3097] = {.lex_state = 0, .external_lex_state = 51}, + [3098] = {.lex_state = 4, .external_lex_state = 50}, + [3099] = {.lex_state = 0, .external_lex_state = 74}, + [3100] = {.lex_state = 0, .external_lex_state = 74}, + [3101] = {.lex_state = 2048, .external_lex_state = 53}, + [3102] = {.lex_state = 0, .external_lex_state = 73}, + [3103] = {.lex_state = 2048, .external_lex_state = 39}, + [3104] = {.lex_state = 2048, .external_lex_state = 78}, + [3105] = {.lex_state = 385, .external_lex_state = 67}, + [3106] = {.lex_state = 2048, .external_lex_state = 39}, + [3107] = {.lex_state = 385, .external_lex_state = 67}, + [3108] = {.lex_state = 0, .external_lex_state = 51}, + [3109] = {.lex_state = 0, .external_lex_state = 77}, + [3110] = {.lex_state = 0, .external_lex_state = 77}, + [3111] = {.lex_state = 0, .external_lex_state = 79}, [3112] = {.lex_state = 0, .external_lex_state = 80}, - [3113] = {.lex_state = 0, .external_lex_state = 80}, - [3114] = {.lex_state = 0, .external_lex_state = 80}, - [3115] = {.lex_state = 0, .external_lex_state = 80}, - [3116] = {.lex_state = 0, .external_lex_state = 80}, - [3117] = {.lex_state = 2}, - [3118] = {.lex_state = 385}, - [3119] = {.lex_state = 0, .external_lex_state = 81}, - [3120] = {.lex_state = 0, .external_lex_state = 82}, - [3121] = {.lex_state = 0, .external_lex_state = 81}, - [3122] = {.lex_state = 0, .external_lex_state = 80}, - [3123] = {.lex_state = 2}, - [3124] = {.lex_state = 0, .external_lex_state = 80}, - [3125] = {.lex_state = 0, .external_lex_state = 80}, - [3126] = {.lex_state = 0, .external_lex_state = 85}, - [3127] = {.lex_state = 2}, - [3128] = {.lex_state = 2}, - [3129] = {.lex_state = 384, .external_lex_state = 55}, - [3130] = {.lex_state = 0, .external_lex_state = 80}, - [3131] = {.lex_state = 0, .external_lex_state = 80}, - [3132] = {.lex_state = 0, .external_lex_state = 80}, - [3133] = {.lex_state = 0, .external_lex_state = 80}, - [3134] = {.lex_state = 0, .external_lex_state = 80}, - [3135] = {.lex_state = 0, .external_lex_state = 80}, - [3136] = {.lex_state = 0, .external_lex_state = 80}, - [3137] = {.lex_state = 0, .external_lex_state = 80}, - [3138] = {.lex_state = 385}, - [3139] = {.lex_state = 0, .external_lex_state = 86}, - [3140] = {.lex_state = 0, .external_lex_state = 82}, - [3141] = {.lex_state = 0, .external_lex_state = 81}, - [3142] = {.lex_state = 0, .external_lex_state = 81}, - [3143] = {.lex_state = 0, .external_lex_state = 82}, - [3144] = {.lex_state = 0, .external_lex_state = 81}, - [3145] = {.lex_state = 0, .external_lex_state = 82}, - [3146] = {.lex_state = 0, .external_lex_state = 82}, - [3147] = {.lex_state = 385}, - [3148] = {.lex_state = 2049, .external_lex_state = 56}, - [3149] = {.lex_state = 3, .external_lex_state = 56}, - [3150] = {.lex_state = 2}, - [3151] = {.lex_state = 2}, - [3152] = {.lex_state = 2}, - [3153] = {.lex_state = 0, .external_lex_state = 80}, - [3154] = {.lex_state = 2049, .external_lex_state = 87}, - [3155] = {.lex_state = 0, .external_lex_state = 80}, - [3156] = {.lex_state = 2049, .external_lex_state = 87}, - [3157] = {.lex_state = 2}, - [3158] = {.lex_state = 385}, - [3159] = {.lex_state = 0, .external_lex_state = 80}, - [3160] = {.lex_state = 0, .external_lex_state = 84}, - [3161] = {.lex_state = 0, .external_lex_state = 84}, + [3113] = {.lex_state = 385, .external_lex_state = 67}, + [3114] = {.lex_state = 0, .external_lex_state = 72}, + [3115] = {.lex_state = 0, .external_lex_state = 51}, + [3116] = {.lex_state = 2048, .external_lex_state = 39}, + [3117] = {.lex_state = 0, .external_lex_state = 51}, + [3118] = {.lex_state = 0, .external_lex_state = 69}, + [3119] = {.lex_state = 385, .external_lex_state = 67}, + [3120] = {.lex_state = 2048, .external_lex_state = 81}, + [3121] = {.lex_state = 10}, + [3122] = {.lex_state = 10, .external_lex_state = 76}, + [3123] = {.lex_state = 10}, + [3124] = {.lex_state = 10, .external_lex_state = 76}, + [3125] = {.lex_state = 2048, .external_lex_state = 53}, + [3126] = {.lex_state = 2048, .external_lex_state = 53}, + [3127] = {.lex_state = 2048, .external_lex_state = 53}, + [3128] = {.lex_state = 2048, .external_lex_state = 53}, + [3129] = {.lex_state = 2048, .external_lex_state = 53}, + [3130] = {.lex_state = 2048, .external_lex_state = 53}, + [3131] = {.lex_state = 2048, .external_lex_state = 53}, + [3132] = {.lex_state = 2048, .external_lex_state = 53}, + [3133] = {.lex_state = 2048, .external_lex_state = 53}, + [3134] = {.lex_state = 2048, .external_lex_state = 53}, + [3135] = {.lex_state = 2048, .external_lex_state = 53}, + [3136] = {.lex_state = 2048, .external_lex_state = 53}, + [3137] = {.lex_state = 2048, .external_lex_state = 53}, + [3138] = {.lex_state = 2048, .external_lex_state = 53}, + [3139] = {.lex_state = 2048, .external_lex_state = 53}, + [3140] = {.lex_state = 2048, .external_lex_state = 53}, + [3141] = {.lex_state = 2048, .external_lex_state = 53}, + [3142] = {.lex_state = 2048, .external_lex_state = 53}, + [3143] = {.lex_state = 2048, .external_lex_state = 53}, + [3144] = {.lex_state = 2048, .external_lex_state = 53}, + [3145] = {.lex_state = 2048, .external_lex_state = 53}, + [3146] = {.lex_state = 2048, .external_lex_state = 53}, + [3147] = {.lex_state = 2048, .external_lex_state = 53}, + [3148] = {.lex_state = 2048, .external_lex_state = 53}, + [3149] = {.lex_state = 2048, .external_lex_state = 53}, + [3150] = {.lex_state = 2048, .external_lex_state = 53}, + [3151] = {.lex_state = 2048, .external_lex_state = 53}, + [3152] = {.lex_state = 2048, .external_lex_state = 53}, + [3153] = {.lex_state = 2048, .external_lex_state = 53}, + [3154] = {.lex_state = 2048, .external_lex_state = 53}, + [3155] = {.lex_state = 2048, .external_lex_state = 53}, + [3156] = {.lex_state = 2048, .external_lex_state = 53}, + [3157] = {.lex_state = 2048, .external_lex_state = 53}, + [3158] = {.lex_state = 2048, .external_lex_state = 53}, + [3159] = {.lex_state = 385, .external_lex_state = 67}, + [3160] = {.lex_state = 0, .external_lex_state = 82}, + [3161] = {.lex_state = 2048, .external_lex_state = 58}, [3162] = {.lex_state = 2}, - [3163] = {.lex_state = 2}, - [3164] = {.lex_state = 2}, + [3163] = {.lex_state = 0, .external_lex_state = 83}, + [3164] = {.lex_state = 0, .external_lex_state = 84}, [3165] = {.lex_state = 2}, - [3166] = {.lex_state = 0, .external_lex_state = 82}, - [3167] = {.lex_state = 4, .external_lex_state = 59}, - [3168] = {.lex_state = 385}, + [3166] = {.lex_state = 2}, + [3167] = {.lex_state = 0, .external_lex_state = 85}, + [3168] = {.lex_state = 0, .external_lex_state = 85}, [3169] = {.lex_state = 0, .external_lex_state = 84}, - [3170] = {.lex_state = 0, .external_lex_state = 84}, - [3171] = {.lex_state = 0, .external_lex_state = 84}, - [3172] = {.lex_state = 0, .external_lex_state = 84}, - [3173] = {.lex_state = 0, .external_lex_state = 81}, - [3174] = {.lex_state = 0, .external_lex_state = 81}, - [3175] = {.lex_state = 2}, - [3176] = {.lex_state = 2}, - [3177] = {.lex_state = 0, .external_lex_state = 82}, - [3178] = {.lex_state = 0, .external_lex_state = 81}, - [3179] = {.lex_state = 385}, - [3180] = {.lex_state = 0, .external_lex_state = 84}, - [3181] = {.lex_state = 0, .external_lex_state = 82}, - [3182] = {.lex_state = 0, .external_lex_state = 81}, - [3183] = {.lex_state = 0, .external_lex_state = 82}, - [3184] = {.lex_state = 384, .external_lex_state = 55}, - [3185] = {.lex_state = 385}, - [3186] = {.lex_state = 0, .external_lex_state = 80}, - [3187] = {.lex_state = 2}, - [3188] = {.lex_state = 2}, - [3189] = {.lex_state = 385}, - [3190] = {.lex_state = 0, .external_lex_state = 80}, - [3191] = {.lex_state = 2}, - [3192] = {.lex_state = 2049, .external_lex_state = 87}, - [3193] = {.lex_state = 2049, .external_lex_state = 87}, - [3194] = {.lex_state = 2049, .external_lex_state = 82}, - [3195] = {.lex_state = 2}, - [3196] = {.lex_state = 0, .external_lex_state = 80}, - [3197] = {.lex_state = 2}, - [3198] = {.lex_state = 385}, - [3199] = {.lex_state = 0, .external_lex_state = 80}, - [3200] = {.lex_state = 2}, - [3201] = {.lex_state = 0, .external_lex_state = 80}, - [3202] = {.lex_state = 0, .external_lex_state = 80}, - [3203] = {.lex_state = 383, .external_lex_state = 55}, + [3170] = {.lex_state = 0, .external_lex_state = 85}, + [3171] = {.lex_state = 0, .external_lex_state = 85}, + [3172] = {.lex_state = 2}, + [3173] = {.lex_state = 2}, + [3174] = {.lex_state = 2}, + [3175] = {.lex_state = 0, .external_lex_state = 82}, + [3176] = {.lex_state = 0, .external_lex_state = 86}, + [3177] = {.lex_state = 385}, + [3178] = {.lex_state = 0, .external_lex_state = 85}, + [3179] = {.lex_state = 0, .external_lex_state = 82}, + [3180] = {.lex_state = 0, .external_lex_state = 82}, + [3181] = {.lex_state = 0, .external_lex_state = 85}, + [3182] = {.lex_state = 2}, + [3183] = {.lex_state = 0, .external_lex_state = 84}, + [3184] = {.lex_state = 0, .external_lex_state = 82}, + [3185] = {.lex_state = 0, .external_lex_state = 86}, + [3186] = {.lex_state = 2}, + [3187] = {.lex_state = 0, .external_lex_state = 86}, + [3188] = {.lex_state = 0, .external_lex_state = 85}, + [3189] = {.lex_state = 2}, + [3190] = {.lex_state = 2}, + [3191] = {.lex_state = 385}, + [3192] = {.lex_state = 0, .external_lex_state = 85}, + [3193] = {.lex_state = 0, .external_lex_state = 86}, + [3194] = {.lex_state = 0, .external_lex_state = 86}, + [3195] = {.lex_state = 0, .external_lex_state = 86}, + [3196] = {.lex_state = 0, .external_lex_state = 86}, + [3197] = {.lex_state = 0, .external_lex_state = 82}, + [3198] = {.lex_state = 2}, + [3199] = {.lex_state = 384, .external_lex_state = 57}, + [3200] = {.lex_state = 0, .external_lex_state = 86}, + [3201] = {.lex_state = 2}, + [3202] = {.lex_state = 0, .external_lex_state = 85}, + [3203] = {.lex_state = 2048, .external_lex_state = 87}, [3204] = {.lex_state = 2}, [3205] = {.lex_state = 2}, - [3206] = {.lex_state = 0, .external_lex_state = 80}, - [3207] = {.lex_state = 2049, .external_lex_state = 56}, - [3208] = {.lex_state = 0, .external_lex_state = 81}, - [3209] = {.lex_state = 385}, - [3210] = {.lex_state = 0, .external_lex_state = 82}, - [3211] = {.lex_state = 0, .external_lex_state = 80}, - [3212] = {.lex_state = 0, .external_lex_state = 81}, - [3213] = {.lex_state = 0, .external_lex_state = 82}, - [3214] = {.lex_state = 2}, - [3215] = {.lex_state = 0, .external_lex_state = 81}, - [3216] = {.lex_state = 2049, .external_lex_state = 82}, - [3217] = {.lex_state = 385}, - [3218] = {.lex_state = 0, .external_lex_state = 80}, + [3206] = {.lex_state = 2}, + [3207] = {.lex_state = 0, .external_lex_state = 84}, + [3208] = {.lex_state = 385}, + [3209] = {.lex_state = 3, .external_lex_state = 53}, + [3210] = {.lex_state = 2048, .external_lex_state = 87}, + [3211] = {.lex_state = 0, .external_lex_state = 85}, + [3212] = {.lex_state = 0, .external_lex_state = 84}, + [3213] = {.lex_state = 0, .external_lex_state = 85}, + [3214] = {.lex_state = 0, .external_lex_state = 86}, + [3215] = {.lex_state = 2}, + [3216] = {.lex_state = 0, .external_lex_state = 82}, + [3217] = {.lex_state = 2}, + [3218] = {.lex_state = 0, .external_lex_state = 85}, [3219] = {.lex_state = 2}, - [3220] = {.lex_state = 2}, - [3221] = {.lex_state = 2}, - [3222] = {.lex_state = 2049, .external_lex_state = 57}, - [3223] = {.lex_state = 2}, + [3220] = {.lex_state = 0, .external_lex_state = 82}, + [3221] = {.lex_state = 385}, + [3222] = {.lex_state = 385}, + [3223] = {.lex_state = 383, .external_lex_state = 57}, [3224] = {.lex_state = 2}, [3225] = {.lex_state = 2}, - [3226] = {.lex_state = 385}, - [3227] = {.lex_state = 0, .external_lex_state = 81}, + [3226] = {.lex_state = 0, .external_lex_state = 82}, + [3227] = {.lex_state = 0, .external_lex_state = 84}, [3228] = {.lex_state = 0, .external_lex_state = 82}, - [3229] = {.lex_state = 0, .external_lex_state = 82}, - [3230] = {.lex_state = 0, .external_lex_state = 80}, - [3231] = {.lex_state = 2}, + [3229] = {.lex_state = 0, .external_lex_state = 85}, + [3230] = {.lex_state = 0, .external_lex_state = 84}, + [3231] = {.lex_state = 0, .external_lex_state = 85}, [3232] = {.lex_state = 2}, - [3233] = {.lex_state = 0, .external_lex_state = 80}, + [3233] = {.lex_state = 0, .external_lex_state = 82}, [3234] = {.lex_state = 2}, [3235] = {.lex_state = 2}, - [3236] = {.lex_state = 385, .external_lex_state = 67}, - [3237] = {.lex_state = 0, .external_lex_state = 80}, - [3238] = {.lex_state = 2, .external_lex_state = 56}, - [3239] = {.lex_state = 385}, - [3240] = {.lex_state = 0, .external_lex_state = 81}, - [3241] = {.lex_state = 0, .external_lex_state = 81}, + [3236] = {.lex_state = 0, .external_lex_state = 85}, + [3237] = {.lex_state = 385}, + [3238] = {.lex_state = 0, .external_lex_state = 82}, + [3239] = {.lex_state = 0, .external_lex_state = 39}, + [3240] = {.lex_state = 2}, + [3241] = {.lex_state = 0, .external_lex_state = 82}, [3242] = {.lex_state = 0, .external_lex_state = 82}, - [3243] = {.lex_state = 0, .external_lex_state = 81}, + [3243] = {.lex_state = 0, .external_lex_state = 82}, [3244] = {.lex_state = 0, .external_lex_state = 82}, - [3245] = {.lex_state = 0, .external_lex_state = 81}, + [3245] = {.lex_state = 2}, [3246] = {.lex_state = 0, .external_lex_state = 82}, [3247] = {.lex_state = 0, .external_lex_state = 82}, - [3248] = {.lex_state = 0, .external_lex_state = 80}, - [3249] = {.lex_state = 0, .external_lex_state = 81}, - [3250] = {.lex_state = 0, .external_lex_state = 80}, - [3251] = {.lex_state = 385}, - [3252] = {.lex_state = 0, .external_lex_state = 80}, - [3253] = {.lex_state = 0, .external_lex_state = 80}, - [3254] = {.lex_state = 0, .external_lex_state = 82}, - [3255] = {.lex_state = 0, .external_lex_state = 80}, - [3256] = {.lex_state = 0, .external_lex_state = 81}, - [3257] = {.lex_state = 2}, - [3258] = {.lex_state = 2049, .external_lex_state = 87}, + [3248] = {.lex_state = 0, .external_lex_state = 84}, + [3249] = {.lex_state = 2}, + [3250] = {.lex_state = 0, .external_lex_state = 84}, + [3251] = {.lex_state = 0, .external_lex_state = 82}, + [3252] = {.lex_state = 2}, + [3253] = {.lex_state = 0, .external_lex_state = 84}, + [3254] = {.lex_state = 385}, + [3255] = {.lex_state = 0, .external_lex_state = 82}, + [3256] = {.lex_state = 0, .external_lex_state = 86}, + [3257] = {.lex_state = 0, .external_lex_state = 64}, + [3258] = {.lex_state = 0, .external_lex_state = 84}, [3259] = {.lex_state = 2}, - [3260] = {.lex_state = 385}, - [3261] = {.lex_state = 0, .external_lex_state = 80}, - [3262] = {.lex_state = 0, .external_lex_state = 80}, - [3263] = {.lex_state = 0, .external_lex_state = 82}, - [3264] = {.lex_state = 0, .external_lex_state = 80}, - [3265] = {.lex_state = 2049, .external_lex_state = 87}, - [3266] = {.lex_state = 2}, - [3267] = {.lex_state = 2}, - [3268] = {.lex_state = 2049, .external_lex_state = 87}, - [3269] = {.lex_state = 0, .external_lex_state = 80}, - [3270] = {.lex_state = 0, .external_lex_state = 81}, - [3271] = {.lex_state = 0, .external_lex_state = 82}, - [3272] = {.lex_state = 0, .external_lex_state = 81}, - [3273] = {.lex_state = 0, .external_lex_state = 82}, - [3274] = {.lex_state = 0, .external_lex_state = 84}, - [3275] = {.lex_state = 0, .external_lex_state = 80}, - [3276] = {.lex_state = 0, .external_lex_state = 80}, - [3277] = {.lex_state = 0, .external_lex_state = 80}, - [3278] = {.lex_state = 0, .external_lex_state = 81}, - [3279] = {.lex_state = 0, .external_lex_state = 80}, + [3260] = {.lex_state = 0, .external_lex_state = 84}, + [3261] = {.lex_state = 2}, + [3262] = {.lex_state = 0, .external_lex_state = 82}, + [3263] = {.lex_state = 2}, + [3264] = {.lex_state = 0, .external_lex_state = 85}, + [3265] = {.lex_state = 0, .external_lex_state = 84}, + [3266] = {.lex_state = 0, .external_lex_state = 85}, + [3267] = {.lex_state = 0, .external_lex_state = 85}, + [3268] = {.lex_state = 2}, + [3269] = {.lex_state = 385}, + [3270] = {.lex_state = 0, .external_lex_state = 85}, + [3271] = {.lex_state = 0, .external_lex_state = 85}, + [3272] = {.lex_state = 0, .external_lex_state = 84}, + [3273] = {.lex_state = 2}, + [3274] = {.lex_state = 2}, + [3275] = {.lex_state = 0, .external_lex_state = 86}, + [3276] = {.lex_state = 2}, + [3277] = {.lex_state = 2}, + [3278] = {.lex_state = 0, .external_lex_state = 82}, + [3279] = {.lex_state = 2048, .external_lex_state = 53}, [3280] = {.lex_state = 0, .external_lex_state = 84}, - [3281] = {.lex_state = 0, .external_lex_state = 80}, - [3282] = {.lex_state = 0, .external_lex_state = 82}, - [3283] = {.lex_state = 0, .external_lex_state = 81}, - [3284] = {.lex_state = 2}, - [3285] = {.lex_state = 2}, - [3286] = {.lex_state = 0, .external_lex_state = 82}, - [3287] = {.lex_state = 0, .external_lex_state = 80}, - [3288] = {.lex_state = 2}, - [3289] = {.lex_state = 2}, - [3290] = {.lex_state = 2}, + [3281] = {.lex_state = 0, .external_lex_state = 85}, + [3282] = {.lex_state = 0, .external_lex_state = 85}, + [3283] = {.lex_state = 0, .external_lex_state = 84}, + [3284] = {.lex_state = 0, .external_lex_state = 84}, + [3285] = {.lex_state = 2048, .external_lex_state = 87}, + [3286] = {.lex_state = 385}, + [3287] = {.lex_state = 0, .external_lex_state = 84}, + [3288] = {.lex_state = 2048, .external_lex_state = 87}, + [3289] = {.lex_state = 0, .external_lex_state = 82}, + [3290] = {.lex_state = 0, .external_lex_state = 85}, [3291] = {.lex_state = 0, .external_lex_state = 84}, - [3292] = {.lex_state = 0, .external_lex_state = 81}, - [3293] = {.lex_state = 0, .external_lex_state = 82}, - [3294] = {.lex_state = 0, .external_lex_state = 81}, - [3295] = {.lex_state = 0, .external_lex_state = 82}, - [3296] = {.lex_state = 0, .external_lex_state = 80}, - [3297] = {.lex_state = 2}, - [3298] = {.lex_state = 2049, .external_lex_state = 81}, - [3299] = {.lex_state = 0, .external_lex_state = 80}, - [3300] = {.lex_state = 2049, .external_lex_state = 57}, - [3301] = {.lex_state = 2049, .external_lex_state = 87}, - [3302] = {.lex_state = 0, .external_lex_state = 84}, - [3303] = {.lex_state = 0, .external_lex_state = 80}, - [3304] = {.lex_state = 2}, - [3305] = {.lex_state = 0, .external_lex_state = 84}, - [3306] = {.lex_state = 2049, .external_lex_state = 87}, - [3307] = {.lex_state = 2}, + [3292] = {.lex_state = 0, .external_lex_state = 82}, + [3293] = {.lex_state = 0, .external_lex_state = 85}, + [3294] = {.lex_state = 0, .external_lex_state = 85}, + [3295] = {.lex_state = 2, .external_lex_state = 53}, + [3296] = {.lex_state = 0, .external_lex_state = 82}, + [3297] = {.lex_state = 0, .external_lex_state = 85}, + [3298] = {.lex_state = 0, .external_lex_state = 82}, + [3299] = {.lex_state = 0, .external_lex_state = 84}, + [3300] = {.lex_state = 0, .external_lex_state = 86}, + [3301] = {.lex_state = 0, .external_lex_state = 85}, + [3302] = {.lex_state = 2048, .external_lex_state = 88}, + [3303] = {.lex_state = 0, .external_lex_state = 82}, + [3304] = {.lex_state = 385}, + [3305] = {.lex_state = 0, .external_lex_state = 89}, + [3306] = {.lex_state = 0, .external_lex_state = 85}, + [3307] = {.lex_state = 385, .external_lex_state = 67}, [3308] = {.lex_state = 2}, - [3309] = {.lex_state = 2}, - [3310] = {.lex_state = 2}, - [3311] = {.lex_state = 2}, - [3312] = {.lex_state = 0, .external_lex_state = 84}, - [3313] = {.lex_state = 2}, + [3309] = {.lex_state = 0, .external_lex_state = 84}, + [3310] = {.lex_state = 0, .external_lex_state = 84}, + [3311] = {.lex_state = 0, .external_lex_state = 82}, + [3312] = {.lex_state = 0, .external_lex_state = 82}, + [3313] = {.lex_state = 2048, .external_lex_state = 87}, [3314] = {.lex_state = 0, .external_lex_state = 82}, - [3315] = {.lex_state = 2049}, - [3316] = {.lex_state = 0, .external_lex_state = 57}, - [3317] = {.lex_state = 0, .external_lex_state = 88}, - [3318] = {.lex_state = 0, .external_lex_state = 76}, - [3319] = {.lex_state = 2049, .external_lex_state = 56}, - [3320] = {.lex_state = 0, .external_lex_state = 58}, - [3321] = {.lex_state = 2049, .external_lex_state = 56}, - [3322] = {.lex_state = 2049, .external_lex_state = 49}, - [3323] = {.lex_state = 0, .external_lex_state = 58}, - [3324] = {.lex_state = 0, .external_lex_state = 58}, - [3325] = {.lex_state = 0, .external_lex_state = 58}, - [3326] = {.lex_state = 0, .external_lex_state = 87}, - [3327] = {.lex_state = 2049}, - [3328] = {.lex_state = 2049}, - [3329] = {.lex_state = 0, .external_lex_state = 75}, - [3330] = {.lex_state = 0, .external_lex_state = 58}, - [3331] = {.lex_state = 2049}, - [3332] = {.lex_state = 0, .external_lex_state = 88}, - [3333] = {.lex_state = 2049, .external_lex_state = 56}, - [3334] = {.lex_state = 2049}, - [3335] = {.lex_state = 2049}, - [3336] = {.lex_state = 2049, .external_lex_state = 49}, - [3337] = {.lex_state = 2049, .external_lex_state = 49}, - [3338] = {.lex_state = 2049, .external_lex_state = 56}, - [3339] = {.lex_state = 2049}, - [3340] = {.lex_state = 0, .external_lex_state = 89}, - [3341] = {.lex_state = 2049, .external_lex_state = 56}, - [3342] = {.lex_state = 8}, - [3343] = {.lex_state = 2049, .external_lex_state = 56}, - [3344] = {.lex_state = 2049, .external_lex_state = 56}, - [3345] = {.lex_state = 2049}, - [3346] = {.lex_state = 2049}, - [3347] = {.lex_state = 2049}, - [3348] = {.lex_state = 2049}, - [3349] = {.lex_state = 2049}, - [3350] = {.lex_state = 2049, .external_lex_state = 49}, - [3351] = {.lex_state = 2049, .external_lex_state = 56}, - [3352] = {.lex_state = 3, .external_lex_state = 51}, - [3353] = {.lex_state = 0, .external_lex_state = 89}, - [3354] = {.lex_state = 0, .external_lex_state = 70}, - [3355] = {.lex_state = 2049}, - [3356] = {.lex_state = 2049}, - [3357] = {.lex_state = 0, .external_lex_state = 88}, - [3358] = {.lex_state = 2049}, - [3359] = {.lex_state = 2049}, - [3360] = {.lex_state = 0, .external_lex_state = 72}, - [3361] = {.lex_state = 2049, .external_lex_state = 56}, - [3362] = {.lex_state = 2049}, - [3363] = {.lex_state = 2049}, + [3315] = {.lex_state = 2048, .external_lex_state = 53}, + [3316] = {.lex_state = 0, .external_lex_state = 84}, + [3317] = {.lex_state = 0, .external_lex_state = 85}, + [3318] = {.lex_state = 0, .external_lex_state = 82}, + [3319] = {.lex_state = 2048, .external_lex_state = 58}, + [3320] = {.lex_state = 0, .external_lex_state = 82}, + [3321] = {.lex_state = 384, .external_lex_state = 57}, + [3322] = {.lex_state = 385}, + [3323] = {.lex_state = 2}, + [3324] = {.lex_state = 2048, .external_lex_state = 84}, + [3325] = {.lex_state = 2}, + [3326] = {.lex_state = 383, .external_lex_state = 57}, + [3327] = {.lex_state = 0, .external_lex_state = 82}, + [3328] = {.lex_state = 0, .external_lex_state = 82}, + [3329] = {.lex_state = 0, .external_lex_state = 82}, + [3330] = {.lex_state = 0, .external_lex_state = 82}, + [3331] = {.lex_state = 0, .external_lex_state = 82}, + [3332] = {.lex_state = 2}, + [3333] = {.lex_state = 2}, + [3334] = {.lex_state = 2}, + [3335] = {.lex_state = 0, .external_lex_state = 82}, + [3336] = {.lex_state = 0, .external_lex_state = 82}, + [3337] = {.lex_state = 0, .external_lex_state = 85}, + [3338] = {.lex_state = 2}, + [3339] = {.lex_state = 2}, + [3340] = {.lex_state = 385}, + [3341] = {.lex_state = 2}, + [3342] = {.lex_state = 0, .external_lex_state = 82}, + [3343] = {.lex_state = 0, .external_lex_state = 84}, + [3344] = {.lex_state = 2}, + [3345] = {.lex_state = 0, .external_lex_state = 85}, + [3346] = {.lex_state = 0, .external_lex_state = 84}, + [3347] = {.lex_state = 0, .external_lex_state = 85}, + [3348] = {.lex_state = 2048, .external_lex_state = 87}, + [3349] = {.lex_state = 0, .external_lex_state = 82}, + [3350] = {.lex_state = 0, .external_lex_state = 82}, + [3351] = {.lex_state = 2}, + [3352] = {.lex_state = 0, .external_lex_state = 82}, + [3353] = {.lex_state = 2048, .external_lex_state = 84}, + [3354] = {.lex_state = 0, .external_lex_state = 82}, + [3355] = {.lex_state = 2048, .external_lex_state = 87}, + [3356] = {.lex_state = 4, .external_lex_state = 53}, + [3357] = {.lex_state = 0, .external_lex_state = 82}, + [3358] = {.lex_state = 385}, + [3359] = {.lex_state = 2}, + [3360] = {.lex_state = 2}, + [3361] = {.lex_state = 2}, + [3362] = {.lex_state = 0, .external_lex_state = 82}, + [3363] = {.lex_state = 2}, [3364] = {.lex_state = 0, .external_lex_state = 82}, - [3365] = {.lex_state = 0, .external_lex_state = 80}, - [3366] = {.lex_state = 2049}, - [3367] = {.lex_state = 0, .external_lex_state = 88}, - [3368] = {.lex_state = 2049, .external_lex_state = 56}, - [3369] = {.lex_state = 2049, .external_lex_state = 56}, - [3370] = {.lex_state = 2049}, - [3371] = {.lex_state = 2049}, - [3372] = {.lex_state = 0, .external_lex_state = 87}, - [3373] = {.lex_state = 2049, .external_lex_state = 49}, - [3374] = {.lex_state = 0, .external_lex_state = 88}, - [3375] = {.lex_state = 0, .external_lex_state = 58}, - [3376] = {.lex_state = 0, .external_lex_state = 87}, - [3377] = {.lex_state = 0, .external_lex_state = 58}, - [3378] = {.lex_state = 2049, .external_lex_state = 57}, - [3379] = {.lex_state = 2049}, - [3380] = {.lex_state = 2049}, - [3381] = {.lex_state = 2049}, - [3382] = {.lex_state = 0, .external_lex_state = 87}, - [3383] = {.lex_state = 2049}, - [3384] = {.lex_state = 2049}, - [3385] = {.lex_state = 0, .external_lex_state = 80}, - [3386] = {.lex_state = 2049}, - [3387] = {.lex_state = 2049, .external_lex_state = 56}, - [3388] = {.lex_state = 2049}, - [3389] = {.lex_state = 0, .external_lex_state = 88}, - [3390] = {.lex_state = 0, .external_lex_state = 84}, - [3391] = {.lex_state = 0, .external_lex_state = 87}, - [3392] = {.lex_state = 2049, .external_lex_state = 49}, - [3393] = {.lex_state = 2049, .external_lex_state = 56}, - [3394] = {.lex_state = 2049}, - [3395] = {.lex_state = 0, .external_lex_state = 58}, - [3396] = {.lex_state = 2049}, - [3397] = {.lex_state = 2049}, - [3398] = {.lex_state = 2049}, - [3399] = {.lex_state = 0, .external_lex_state = 87}, - [3400] = {.lex_state = 2049}, - [3401] = {.lex_state = 2049, .external_lex_state = 49}, - [3402] = {.lex_state = 2049, .external_lex_state = 49}, - [3403] = {.lex_state = 0, .external_lex_state = 58}, - [3404] = {.lex_state = 0, .external_lex_state = 58}, - [3405] = {.lex_state = 2049, .external_lex_state = 56}, - [3406] = {.lex_state = 2049, .external_lex_state = 49}, - [3407] = {.lex_state = 0, .external_lex_state = 90}, - [3408] = {.lex_state = 0, .external_lex_state = 58}, - [3409] = {.lex_state = 0, .external_lex_state = 71}, - [3410] = {.lex_state = 2049}, - [3411] = {.lex_state = 4, .external_lex_state = 57}, - [3412] = {.lex_state = 2049}, - [3413] = {.lex_state = 2049}, - [3414] = {.lex_state = 0, .external_lex_state = 87}, - [3415] = {.lex_state = 2049}, - [3416] = {.lex_state = 2049, .external_lex_state = 56}, - [3417] = {.lex_state = 0, .external_lex_state = 84}, - [3418] = {.lex_state = 2049}, - [3419] = {.lex_state = 0, .external_lex_state = 58}, - [3420] = {.lex_state = 2049, .external_lex_state = 56}, - [3421] = {.lex_state = 2049}, - [3422] = {.lex_state = 0, .external_lex_state = 81}, - [3423] = {.lex_state = 0, .external_lex_state = 88}, - [3424] = {.lex_state = 2049, .external_lex_state = 56}, - [3425] = {.lex_state = 0, .external_lex_state = 68}, - [3426] = {.lex_state = 0, .external_lex_state = 57}, - [3427] = {.lex_state = 0, .external_lex_state = 80}, - [3428] = {.lex_state = 0, .external_lex_state = 57}, - [3429] = {.lex_state = 0, .external_lex_state = 91}, - [3430] = {.lex_state = 0, .external_lex_state = 88}, - [3431] = {.lex_state = 2049, .external_lex_state = 56}, - [3432] = {.lex_state = 2049}, - [3433] = {.lex_state = 2049}, - [3434] = {.lex_state = 2049, .external_lex_state = 56}, - [3435] = {.lex_state = 5}, - [3436] = {.lex_state = 2049}, - [3437] = {.lex_state = 0, .external_lex_state = 58}, - [3438] = {.lex_state = 8}, - [3439] = {.lex_state = 0, .external_lex_state = 58}, - [3440] = {.lex_state = 0, .external_lex_state = 69}, - [3441] = {.lex_state = 2049}, - [3442] = {.lex_state = 2049}, - [3443] = {.lex_state = 0, .external_lex_state = 77}, - [3444] = {.lex_state = 0, .external_lex_state = 88}, - [3445] = {.lex_state = 0, .external_lex_state = 87}, - [3446] = {.lex_state = 0, .external_lex_state = 58}, - [3447] = {.lex_state = 0, .external_lex_state = 66}, - [3448] = {.lex_state = 1, .external_lex_state = 56}, - [3449] = {.lex_state = 2049}, - [3450] = {.lex_state = 0, .external_lex_state = 92}, - [3451] = {.lex_state = 2049}, - [3452] = {.lex_state = 0, .external_lex_state = 58}, - [3453] = {.lex_state = 2049}, - [3454] = {.lex_state = 2049, .external_lex_state = 56}, - [3455] = {.lex_state = 2049}, - [3456] = {.lex_state = 0, .external_lex_state = 58}, - [3457] = {.lex_state = 0, .external_lex_state = 58}, - [3458] = {.lex_state = 0, .external_lex_state = 93}, - [3459] = {.lex_state = 0, .external_lex_state = 94}, - [3460] = {.lex_state = 2049}, - [3461] = {.lex_state = 8}, - [3462] = {.lex_state = 8}, - [3463] = {.lex_state = 2049}, - [3464] = {.lex_state = 8}, - [3465] = {.lex_state = 2049}, - [3466] = {.lex_state = 5}, - [3467] = {.lex_state = 1}, - [3468] = {.lex_state = 1}, - [3469] = {.lex_state = 8}, - [3470] = {.lex_state = 1}, - [3471] = {.lex_state = 2049}, - [3472] = {.lex_state = 1}, - [3473] = {.lex_state = 2049}, - [3474] = {.lex_state = 1}, - [3475] = {.lex_state = 2049}, - [3476] = {.lex_state = 0, .external_lex_state = 95}, - [3477] = {.lex_state = 0, .external_lex_state = 96}, - [3478] = {.lex_state = 2049}, - [3479] = {.lex_state = 2049}, - [3480] = {.lex_state = 0, .external_lex_state = 97}, - [3481] = {.lex_state = 0, .external_lex_state = 98}, - [3482] = {.lex_state = 0, .external_lex_state = 93}, - [3483] = {.lex_state = 2049}, - [3484] = {.lex_state = 0, .external_lex_state = 99}, - [3485] = {.lex_state = 0, .external_lex_state = 100}, - [3486] = {.lex_state = 0, .external_lex_state = 101}, - [3487] = {.lex_state = 0, .external_lex_state = 102}, - [3488] = {.lex_state = 2049}, - [3489] = {.lex_state = 1}, - [3490] = {.lex_state = 2049}, - [3491] = {.lex_state = 1}, - [3492] = {.lex_state = 1}, - [3493] = {.lex_state = 8}, - [3494] = {.lex_state = 2049}, - [3495] = {.lex_state = 2049}, - [3496] = {.lex_state = 2049}, - [3497] = {.lex_state = 2049}, - [3498] = {.lex_state = 2049}, - [3499] = {.lex_state = 1}, - [3500] = {.lex_state = 1}, - [3501] = {.lex_state = 1}, - [3502] = {.lex_state = 1}, - [3503] = {.lex_state = 3}, - [3504] = {.lex_state = 1}, - [3505] = {.lex_state = 2049}, - [3506] = {.lex_state = 4}, - [3507] = {.lex_state = 3}, - [3508] = {.lex_state = 1}, - [3509] = {.lex_state = 1}, - [3510] = {.lex_state = 1}, - [3511] = {.lex_state = 3}, - [3512] = {.lex_state = 8}, - [3513] = {.lex_state = 3}, - [3514] = {.lex_state = 0, .external_lex_state = 94}, - [3515] = {.lex_state = 1}, - [3516] = {.lex_state = 0, .external_lex_state = 95}, - [3517] = {.lex_state = 3}, - [3518] = {.lex_state = 8}, - [3519] = {.lex_state = 8}, - [3520] = {.lex_state = 2049}, - [3521] = {.lex_state = 3}, - [3522] = {.lex_state = 8}, - [3523] = {.lex_state = 8}, - [3524] = {.lex_state = 2049}, - [3525] = {.lex_state = 1}, - [3526] = {.lex_state = 0, .external_lex_state = 99}, - [3527] = {.lex_state = 2049}, - [3528] = {.lex_state = 0, .external_lex_state = 94}, - [3529] = {.lex_state = 8}, - [3530] = {.lex_state = 8}, - [3531] = {.lex_state = 0, .external_lex_state = 100}, - [3532] = {.lex_state = 0, .external_lex_state = 94}, - [3533] = {.lex_state = 8}, - [3534] = {.lex_state = 8}, - [3535] = {.lex_state = 0, .external_lex_state = 101}, - [3536] = {.lex_state = 1}, - [3537] = {.lex_state = 3}, - [3538] = {.lex_state = 1}, - [3539] = {.lex_state = 0, .external_lex_state = 103}, - [3540] = {.lex_state = 1}, - [3541] = {.lex_state = 8}, - [3542] = {.lex_state = 1}, - [3543] = {.lex_state = 3}, - [3544] = {.lex_state = 0, .external_lex_state = 95}, - [3545] = {.lex_state = 0, .external_lex_state = 96}, - [3546] = {.lex_state = 2049}, - [3547] = {.lex_state = 2049}, - [3548] = {.lex_state = 0, .external_lex_state = 97}, - [3549] = {.lex_state = 0, .external_lex_state = 98}, - [3550] = {.lex_state = 0, .external_lex_state = 93}, - [3551] = {.lex_state = 8}, - [3552] = {.lex_state = 0, .external_lex_state = 99}, - [3553] = {.lex_state = 0, .external_lex_state = 100}, - [3554] = {.lex_state = 0, .external_lex_state = 101}, - [3555] = {.lex_state = 0, .external_lex_state = 102}, - [3556] = {.lex_state = 0, .external_lex_state = 102}, - [3557] = {.lex_state = 0, .external_lex_state = 58}, - [3558] = {.lex_state = 8}, + [3365] = {.lex_state = 0, .external_lex_state = 82}, + [3366] = {.lex_state = 0, .external_lex_state = 82}, + [3367] = {.lex_state = 0, .external_lex_state = 86}, + [3368] = {.lex_state = 0, .external_lex_state = 86}, + [3369] = {.lex_state = 0, .external_lex_state = 85}, + [3370] = {.lex_state = 0, .external_lex_state = 86}, + [3371] = {.lex_state = 2}, + [3372] = {.lex_state = 0, .external_lex_state = 85}, + [3373] = {.lex_state = 2}, + [3374] = {.lex_state = 0, .external_lex_state = 86}, + [3375] = {.lex_state = 0, .external_lex_state = 84}, + [3376] = {.lex_state = 2}, + [3377] = {.lex_state = 0, .external_lex_state = 85}, + [3378] = {.lex_state = 0, .external_lex_state = 86}, + [3379] = {.lex_state = 2}, + [3380] = {.lex_state = 0, .external_lex_state = 84}, + [3381] = {.lex_state = 0, .external_lex_state = 85}, + [3382] = {.lex_state = 0, .external_lex_state = 86}, + [3383] = {.lex_state = 2}, + [3384] = {.lex_state = 0, .external_lex_state = 82}, + [3385] = {.lex_state = 2048, .external_lex_state = 87}, + [3386] = {.lex_state = 0, .external_lex_state = 82}, + [3387] = {.lex_state = 0, .external_lex_state = 82}, + [3388] = {.lex_state = 2048, .external_lex_state = 85}, + [3389] = {.lex_state = 2048, .external_lex_state = 85}, + [3390] = {.lex_state = 385}, + [3391] = {.lex_state = 2}, + [3392] = {.lex_state = 0, .external_lex_state = 49}, + [3393] = {.lex_state = 0, .external_lex_state = 84}, + [3394] = {.lex_state = 0, .external_lex_state = 82}, + [3395] = {.lex_state = 2048, .external_lex_state = 87}, + [3396] = {.lex_state = 0, .external_lex_state = 82}, + [3397] = {.lex_state = 2048, .external_lex_state = 53}, + [3398] = {.lex_state = 2}, + [3399] = {.lex_state = 0, .external_lex_state = 84}, + [3400] = {.lex_state = 385}, + [3401] = {.lex_state = 0, .external_lex_state = 84}, + [3402] = {.lex_state = 2}, + [3403] = {.lex_state = 0, .external_lex_state = 85}, + [3404] = {.lex_state = 2}, + [3405] = {.lex_state = 0, .external_lex_state = 82}, + [3406] = {.lex_state = 0, .external_lex_state = 85}, + [3407] = {.lex_state = 0, .external_lex_state = 84}, + [3408] = {.lex_state = 0, .external_lex_state = 85}, + [3409] = {.lex_state = 2}, + [3410] = {.lex_state = 2}, + [3411] = {.lex_state = 0, .external_lex_state = 82}, + [3412] = {.lex_state = 2}, + [3413] = {.lex_state = 0, .external_lex_state = 84}, + [3414] = {.lex_state = 2}, + [3415] = {.lex_state = 0, .external_lex_state = 85}, + [3416] = {.lex_state = 384, .external_lex_state = 57}, + [3417] = {.lex_state = 0, .external_lex_state = 82}, + [3418] = {.lex_state = 0, .external_lex_state = 82}, + [3419] = {.lex_state = 0, .external_lex_state = 82}, + [3420] = {.lex_state = 2}, + [3421] = {.lex_state = 0, .external_lex_state = 82}, + [3422] = {.lex_state = 0, .external_lex_state = 82}, + [3423] = {.lex_state = 0, .external_lex_state = 82}, + [3424] = {.lex_state = 0, .external_lex_state = 82}, + [3425] = {.lex_state = 0, .external_lex_state = 82}, + [3426] = {.lex_state = 0, .external_lex_state = 82}, + [3427] = {.lex_state = 385}, + [3428] = {.lex_state = 0, .external_lex_state = 82}, + [3429] = {.lex_state = 0, .external_lex_state = 82}, + [3430] = {.lex_state = 2048}, + [3431] = {.lex_state = 0, .external_lex_state = 58}, + [3432] = {.lex_state = 0, .external_lex_state = 90}, + [3433] = {.lex_state = 2048, .external_lex_state = 53}, + [3434] = {.lex_state = 0, .external_lex_state = 91}, + [3435] = {.lex_state = 0, .external_lex_state = 59}, + [3436] = {.lex_state = 0, .external_lex_state = 69}, + [3437] = {.lex_state = 1, .external_lex_state = 53}, + [3438] = {.lex_state = 0, .external_lex_state = 86}, + [3439] = {.lex_state = 2048, .external_lex_state = 53}, + [3440] = {.lex_state = 2048, .external_lex_state = 50}, + [3441] = {.lex_state = 2048, .external_lex_state = 53}, + [3442] = {.lex_state = 0, .external_lex_state = 87}, + [3443] = {.lex_state = 0, .external_lex_state = 87}, + [3444] = {.lex_state = 0, .external_lex_state = 87}, + [3445] = {.lex_state = 0, .external_lex_state = 85}, + [3446] = {.lex_state = 2048, .external_lex_state = 50}, + [3447] = {.lex_state = 0, .external_lex_state = 90}, + [3448] = {.lex_state = 2048}, + [3449] = {.lex_state = 0, .external_lex_state = 92}, + [3450] = {.lex_state = 0, .external_lex_state = 72}, + [3451] = {.lex_state = 0, .external_lex_state = 92}, + [3452] = {.lex_state = 2048, .external_lex_state = 58}, + [3453] = {.lex_state = 2048, .external_lex_state = 53}, + [3454] = {.lex_state = 0, .external_lex_state = 92}, + [3455] = {.lex_state = 4}, + [3456] = {.lex_state = 0, .external_lex_state = 59}, + [3457] = {.lex_state = 2048}, + [3458] = {.lex_state = 2048, .external_lex_state = 50}, + [3459] = {.lex_state = 0, .external_lex_state = 92}, + [3460] = {.lex_state = 0, .external_lex_state = 82}, + [3461] = {.lex_state = 0, .external_lex_state = 59}, + [3462] = {.lex_state = 0, .external_lex_state = 87}, + [3463] = {.lex_state = 2048, .external_lex_state = 50}, + [3464] = {.lex_state = 0, .external_lex_state = 93}, + [3465] = {.lex_state = 0, .external_lex_state = 59}, + [3466] = {.lex_state = 0, .external_lex_state = 59}, + [3467] = {.lex_state = 0, .external_lex_state = 59}, + [3468] = {.lex_state = 0, .external_lex_state = 59}, + [3469] = {.lex_state = 0, .external_lex_state = 84}, + [3470] = {.lex_state = 3, .external_lex_state = 60}, + [3471] = {.lex_state = 0, .external_lex_state = 59}, + [3472] = {.lex_state = 0, .external_lex_state = 59}, + [3473] = {.lex_state = 0, .external_lex_state = 59}, + [3474] = {.lex_state = 0, .external_lex_state = 59}, + [3475] = {.lex_state = 2048}, + [3476] = {.lex_state = 2048}, + [3477] = {.lex_state = 2048}, + [3478] = {.lex_state = 4}, + [3479] = {.lex_state = 0, .external_lex_state = 59}, + [3480] = {.lex_state = 0, .external_lex_state = 59}, + [3481] = {.lex_state = 0, .external_lex_state = 59}, + [3482] = {.lex_state = 0, .external_lex_state = 59}, + [3483] = {.lex_state = 0, .external_lex_state = 59}, + [3484] = {.lex_state = 0, .external_lex_state = 59}, + [3485] = {.lex_state = 2048, .external_lex_state = 53}, + [3486] = {.lex_state = 2048}, + [3487] = {.lex_state = 2048}, + [3488] = {.lex_state = 2048}, + [3489] = {.lex_state = 4}, + [3490] = {.lex_state = 0, .external_lex_state = 70}, + [3491] = {.lex_state = 2048, .external_lex_state = 53}, + [3492] = {.lex_state = 0, .external_lex_state = 59}, + [3493] = {.lex_state = 2048, .external_lex_state = 50}, + [3494] = {.lex_state = 0, .external_lex_state = 58}, + [3495] = {.lex_state = 2048}, + [3496] = {.lex_state = 2048}, + [3497] = {.lex_state = 2048, .external_lex_state = 53}, + [3498] = {.lex_state = 2048}, + [3499] = {.lex_state = 0, .external_lex_state = 86}, + [3500] = {.lex_state = 0, .external_lex_state = 77}, + [3501] = {.lex_state = 2048, .external_lex_state = 53}, + [3502] = {.lex_state = 2048, .external_lex_state = 53}, + [3503] = {.lex_state = 0, .external_lex_state = 68}, + [3504] = {.lex_state = 2048}, + [3505] = {.lex_state = 2048}, + [3506] = {.lex_state = 2048, .external_lex_state = 53}, + [3507] = {.lex_state = 2048, .external_lex_state = 53}, + [3508] = {.lex_state = 2048, .external_lex_state = 53}, + [3509] = {.lex_state = 2048, .external_lex_state = 50}, + [3510] = {.lex_state = 2048}, + [3511] = {.lex_state = 2048}, + [3512] = {.lex_state = 2048}, + [3513] = {.lex_state = 2048}, + [3514] = {.lex_state = 2048}, + [3515] = {.lex_state = 0, .external_lex_state = 58}, + [3516] = {.lex_state = 2048}, + [3517] = {.lex_state = 2048}, + [3518] = {.lex_state = 2048, .external_lex_state = 50}, + [3519] = {.lex_state = 2048}, + [3520] = {.lex_state = 2048}, + [3521] = {.lex_state = 2048, .external_lex_state = 53}, + [3522] = {.lex_state = 2048}, + [3523] = {.lex_state = 2048}, + [3524] = {.lex_state = 2048}, + [3525] = {.lex_state = 0, .external_lex_state = 82}, + [3526] = {.lex_state = 0, .external_lex_state = 75}, + [3527] = {.lex_state = 2048}, + [3528] = {.lex_state = 2048}, + [3529] = {.lex_state = 0, .external_lex_state = 71}, + [3530] = {.lex_state = 2048}, + [3531] = {.lex_state = 0, .external_lex_state = 92}, + [3532] = {.lex_state = 2048}, + [3533] = {.lex_state = 2048}, + [3534] = {.lex_state = 2048, .external_lex_state = 53}, + [3535] = {.lex_state = 2048}, + [3536] = {.lex_state = 2048, .external_lex_state = 53}, + [3537] = {.lex_state = 2048, .external_lex_state = 53}, + [3538] = {.lex_state = 0, .external_lex_state = 92}, + [3539] = {.lex_state = 2048, .external_lex_state = 50}, + [3540] = {.lex_state = 2048}, + [3541] = {.lex_state = 2048}, + [3542] = {.lex_state = 2048}, + [3543] = {.lex_state = 0, .external_lex_state = 82}, + [3544] = {.lex_state = 2048, .external_lex_state = 53}, + [3545] = {.lex_state = 2048}, + [3546] = {.lex_state = 2048}, + [3547] = {.lex_state = 2048}, + [3548] = {.lex_state = 0, .external_lex_state = 92}, + [3549] = {.lex_state = 0, .external_lex_state = 74}, + [3550] = {.lex_state = 2048, .external_lex_state = 53}, + [3551] = {.lex_state = 2048}, + [3552] = {.lex_state = 2048}, + [3553] = {.lex_state = 2048}, + [3554] = {.lex_state = 2048}, + [3555] = {.lex_state = 2048}, + [3556] = {.lex_state = 2048}, + [3557] = {.lex_state = 0, .external_lex_state = 87}, + [3558] = {.lex_state = 0, .external_lex_state = 92}, [3559] = {.lex_state = 0, .external_lex_state = 94}, - [3560] = {.lex_state = 2043}, - [3561] = {.lex_state = 8}, - [3562] = {.lex_state = 2049}, - [3563] = {.lex_state = 2049}, - [3564] = {.lex_state = 2049}, - [3565] = {.lex_state = 2049}, - [3566] = {.lex_state = 2049}, - [3567] = {.lex_state = 1}, - [3568] = {.lex_state = 1}, - [3569] = {.lex_state = 1}, - [3570] = {.lex_state = 1}, - [3571] = {.lex_state = 3}, - [3572] = {.lex_state = 8}, - [3573] = {.lex_state = 8}, - [3574] = {.lex_state = 8}, - [3575] = {.lex_state = 0, .external_lex_state = 94}, - [3576] = {.lex_state = 0, .external_lex_state = 94}, - [3577] = {.lex_state = 8}, - [3578] = {.lex_state = 0, .external_lex_state = 103}, - [3579] = {.lex_state = 3}, - [3580] = {.lex_state = 8}, - [3581] = {.lex_state = 8}, - [3582] = {.lex_state = 8}, - [3583] = {.lex_state = 1}, - [3584] = {.lex_state = 0, .external_lex_state = 94}, - [3585] = {.lex_state = 1}, - [3586] = {.lex_state = 8}, - [3587] = {.lex_state = 8}, - [3588] = {.lex_state = 0, .external_lex_state = 94}, - [3589] = {.lex_state = 1}, - [3590] = {.lex_state = 8}, - [3591] = {.lex_state = 0, .external_lex_state = 96}, + [3560] = {.lex_state = 0, .external_lex_state = 87}, + [3561] = {.lex_state = 2048, .external_lex_state = 53}, + [3562] = {.lex_state = 0, .external_lex_state = 87}, + [3563] = {.lex_state = 2048}, + [3564] = {.lex_state = 2048}, + [3565] = {.lex_state = 2048}, + [3566] = {.lex_state = 0, .external_lex_state = 73}, + [3567] = {.lex_state = 0, .external_lex_state = 87}, + [3568] = {.lex_state = 0, .external_lex_state = 92}, + [3569] = {.lex_state = 2048, .external_lex_state = 53}, + [3570] = {.lex_state = 2048, .external_lex_state = 50}, + [3571] = {.lex_state = 2048}, + [3572] = {.lex_state = 0, .external_lex_state = 95}, + [3573] = {.lex_state = 1}, + [3574] = {.lex_state = 0, .external_lex_state = 96}, + [3575] = {.lex_state = 0, .external_lex_state = 97}, + [3576] = {.lex_state = 0, .external_lex_state = 98}, + [3577] = {.lex_state = 0, .external_lex_state = 99}, + [3578] = {.lex_state = 2048}, + [3579] = {.lex_state = 0, .external_lex_state = 100}, + [3580] = {.lex_state = 3}, + [3581] = {.lex_state = 4}, + [3582] = {.lex_state = 0, .external_lex_state = 101}, + [3583] = {.lex_state = 4}, + [3584] = {.lex_state = 2048}, + [3585] = {.lex_state = 2048}, + [3586] = {.lex_state = 2048}, + [3587] = {.lex_state = 2048}, + [3588] = {.lex_state = 2048}, + [3589] = {.lex_state = 2048}, + [3590] = {.lex_state = 2038}, + [3591] = {.lex_state = 1}, [3592] = {.lex_state = 1}, [3593] = {.lex_state = 1}, - [3594] = {.lex_state = 8}, - [3595] = {.lex_state = 0, .external_lex_state = 95}, - [3596] = {.lex_state = 0, .external_lex_state = 49}, - [3597] = {.lex_state = 8}, - [3598] = {.lex_state = 8}, - [3599] = {.lex_state = 0, .external_lex_state = 94}, - [3600] = {.lex_state = 0, .external_lex_state = 96}, - [3601] = {.lex_state = 2049}, - [3602] = {.lex_state = 2049}, - [3603] = {.lex_state = 0, .external_lex_state = 97}, - [3604] = {.lex_state = 1}, - [3605] = {.lex_state = 0, .external_lex_state = 98}, + [3594] = {.lex_state = 1}, + [3595] = {.lex_state = 3}, + [3596] = {.lex_state = 2038}, + [3597] = {.lex_state = 2048}, + [3598] = {.lex_state = 2048}, + [3599] = {.lex_state = 2048}, + [3600] = {.lex_state = 2048}, + [3601] = {.lex_state = 2048}, + [3602] = {.lex_state = 2048}, + [3603] = {.lex_state = 2048}, + [3604] = {.lex_state = 2048}, + [3605] = {.lex_state = 1}, [3606] = {.lex_state = 1}, - [3607] = {.lex_state = 0, .external_lex_state = 93}, - [3608] = {.lex_state = 1}, - [3609] = {.lex_state = 0, .external_lex_state = 102}, + [3607] = {.lex_state = 3}, + [3608] = {.lex_state = 4}, + [3609] = {.lex_state = 4}, [3610] = {.lex_state = 1}, - [3611] = {.lex_state = 0, .external_lex_state = 99}, - [3612] = {.lex_state = 0, .external_lex_state = 95}, - [3613] = {.lex_state = 0, .external_lex_state = 96}, - [3614] = {.lex_state = 2049}, - [3615] = {.lex_state = 2049}, - [3616] = {.lex_state = 0, .external_lex_state = 97}, - [3617] = {.lex_state = 0, .external_lex_state = 98}, - [3618] = {.lex_state = 0, .external_lex_state = 100}, - [3619] = {.lex_state = 0, .external_lex_state = 101}, - [3620] = {.lex_state = 0, .external_lex_state = 99}, - [3621] = {.lex_state = 0, .external_lex_state = 100}, + [3611] = {.lex_state = 0, .external_lex_state = 98}, + [3612] = {.lex_state = 1}, + [3613] = {.lex_state = 2048}, + [3614] = {.lex_state = 4}, + [3615] = {.lex_state = 4}, + [3616] = {.lex_state = 1}, + [3617] = {.lex_state = 0, .external_lex_state = 101}, + [3618] = {.lex_state = 4}, + [3619] = {.lex_state = 0, .external_lex_state = 102}, + [3620] = {.lex_state = 0, .external_lex_state = 103}, + [3621] = {.lex_state = 1}, [3622] = {.lex_state = 0, .external_lex_state = 101}, - [3623] = {.lex_state = 0, .external_lex_state = 102}, - [3624] = {.lex_state = 0, .external_lex_state = 102}, - [3625] = {.lex_state = 2044}, - [3626] = {.lex_state = 0, .external_lex_state = 94}, - [3627] = {.lex_state = 0, .external_lex_state = 94}, - [3628] = {.lex_state = 1}, - [3629] = {.lex_state = 8}, - [3630] = {.lex_state = 2049}, - [3631] = {.lex_state = 2049}, - [3632] = {.lex_state = 2049}, - [3633] = {.lex_state = 2049}, - [3634] = {.lex_state = 2049}, - [3635] = {.lex_state = 1}, + [3623] = {.lex_state = 2048}, + [3624] = {.lex_state = 2048}, + [3625] = {.lex_state = 2038}, + [3626] = {.lex_state = 2038}, + [3627] = {.lex_state = 1}, + [3628] = {.lex_state = 0, .external_lex_state = 104}, + [3629] = {.lex_state = 0, .external_lex_state = 95}, + [3630] = {.lex_state = 0, .external_lex_state = 105}, + [3631] = {.lex_state = 0, .external_lex_state = 101}, + [3632] = {.lex_state = 1}, + [3633] = {.lex_state = 0, .external_lex_state = 96}, + [3634] = {.lex_state = 1}, + [3635] = {.lex_state = 0, .external_lex_state = 97}, [3636] = {.lex_state = 1}, - [3637] = {.lex_state = 1}, + [3637] = {.lex_state = 0, .external_lex_state = 98}, [3638] = {.lex_state = 1}, - [3639] = {.lex_state = 3}, - [3640] = {.lex_state = 0, .external_lex_state = 93}, - [3641] = {.lex_state = 8}, - [3642] = {.lex_state = 2049}, - [3643] = {.lex_state = 2049}, - [3644] = {.lex_state = 2049}, - [3645] = {.lex_state = 2049}, - [3646] = {.lex_state = 2049}, - [3647] = {.lex_state = 3}, - [3648] = {.lex_state = 8}, - [3649] = {.lex_state = 1}, - [3650] = {.lex_state = 1}, - [3651] = {.lex_state = 1}, - [3652] = {.lex_state = 1}, - [3653] = {.lex_state = 3}, - [3654] = {.lex_state = 8}, - [3655] = {.lex_state = 8}, - [3656] = {.lex_state = 0, .external_lex_state = 103}, - [3657] = {.lex_state = 0, .external_lex_state = 94}, - [3658] = {.lex_state = 8}, - [3659] = {.lex_state = 0, .external_lex_state = 94}, - [3660] = {.lex_state = 8}, - [3661] = {.lex_state = 2049}, - [3662] = {.lex_state = 2049}, - [3663] = {.lex_state = 2049}, - [3664] = {.lex_state = 2049}, - [3665] = {.lex_state = 8}, - [3666] = {.lex_state = 9}, + [3639] = {.lex_state = 0, .external_lex_state = 99}, + [3640] = {.lex_state = 0, .external_lex_state = 102}, + [3641] = {.lex_state = 0, .external_lex_state = 103}, + [3642] = {.lex_state = 2048}, + [3643] = {.lex_state = 2048}, + [3644] = {.lex_state = 0, .external_lex_state = 104}, + [3645] = {.lex_state = 0, .external_lex_state = 95}, + [3646] = {.lex_state = 0, .external_lex_state = 105}, + [3647] = {.lex_state = 0, .external_lex_state = 101}, + [3648] = {.lex_state = 0, .external_lex_state = 96}, + [3649] = {.lex_state = 0, .external_lex_state = 97}, + [3650] = {.lex_state = 0, .external_lex_state = 98}, + [3651] = {.lex_state = 0, .external_lex_state = 99}, + [3652] = {.lex_state = 0, .external_lex_state = 99}, + [3653] = {.lex_state = 0, .external_lex_state = 101}, + [3654] = {.lex_state = 2048}, + [3655] = {.lex_state = 0, .external_lex_state = 101}, + [3656] = {.lex_state = 4}, + [3657] = {.lex_state = 4}, + [3658] = {.lex_state = 2048}, + [3659] = {.lex_state = 2048}, + [3660] = {.lex_state = 2048}, + [3661] = {.lex_state = 2048}, + [3662] = {.lex_state = 2048}, + [3663] = {.lex_state = 2048}, + [3664] = {.lex_state = 2048}, + [3665] = {.lex_state = 1}, + [3666] = {.lex_state = 1}, [3667] = {.lex_state = 1}, - [3668] = {.lex_state = 3}, - [3669] = {.lex_state = 8}, - [3670] = {.lex_state = 0, .external_lex_state = 49}, - [3671] = {.lex_state = 0, .external_lex_state = 97}, - [3672] = {.lex_state = 1}, - [3673] = {.lex_state = 0, .external_lex_state = 94}, - [3674] = {.lex_state = 2043}, - [3675] = {.lex_state = 2049}, - [3676] = {.lex_state = 3}, - [3677] = {.lex_state = 8}, - [3678] = {.lex_state = 8}, - [3679] = {.lex_state = 8}, + [3668] = {.lex_state = 1}, + [3669] = {.lex_state = 3}, + [3670] = {.lex_state = 2048}, + [3671] = {.lex_state = 0, .external_lex_state = 50}, + [3672] = {.lex_state = 2048}, + [3673] = {.lex_state = 2048}, + [3674] = {.lex_state = 0, .external_lex_state = 101}, + [3675] = {.lex_state = 2048}, + [3676] = {.lex_state = 2048}, + [3677] = {.lex_state = 2048}, + [3678] = {.lex_state = 2048}, + [3679] = {.lex_state = 1}, [3680] = {.lex_state = 1}, - [3681] = {.lex_state = 8}, - [3682] = {.lex_state = 2049}, - [3683] = {.lex_state = 0, .external_lex_state = 94}, - [3684] = {.lex_state = 2043}, - [3685] = {.lex_state = 2043}, - [3686] = {.lex_state = 1}, - [3687] = {.lex_state = 8}, - [3688] = {.lex_state = 8}, - [3689] = {.lex_state = 8}, - [3690] = {.lex_state = 0, .external_lex_state = 58}, - [3691] = {.lex_state = 0, .external_lex_state = 58}, - [3692] = {.lex_state = 1}, - [3693] = {.lex_state = 0, .external_lex_state = 49}, - [3694] = {.lex_state = 0, .external_lex_state = 94}, - [3695] = {.lex_state = 2044}, - [3696] = {.lex_state = 9}, - [3697] = {.lex_state = 1}, - [3698] = {.lex_state = 8}, - [3699] = {.lex_state = 8}, - [3700] = {.lex_state = 0, .external_lex_state = 94}, - [3701] = {.lex_state = 0, .external_lex_state = 95}, - [3702] = {.lex_state = 0, .external_lex_state = 96}, - [3703] = {.lex_state = 2049}, - [3704] = {.lex_state = 2049}, - [3705] = {.lex_state = 0, .external_lex_state = 103}, + [3681] = {.lex_state = 3}, + [3682] = {.lex_state = 4}, + [3683] = {.lex_state = 1}, + [3684] = {.lex_state = 1}, + [3685] = {.lex_state = 3}, + [3686] = {.lex_state = 2048}, + [3687] = {.lex_state = 0, .external_lex_state = 101}, + [3688] = {.lex_state = 4}, + [3689] = {.lex_state = 4}, + [3690] = {.lex_state = 2048}, + [3691] = {.lex_state = 0, .external_lex_state = 59}, + [3692] = {.lex_state = 4}, + [3693] = {.lex_state = 2048}, + [3694] = {.lex_state = 2048}, + [3695] = {.lex_state = 2048}, + [3696] = {.lex_state = 2048}, + [3697] = {.lex_state = 0, .external_lex_state = 101}, + [3698] = {.lex_state = 2048}, + [3699] = {.lex_state = 2038}, + [3700] = {.lex_state = 2038}, + [3701] = {.lex_state = 2048}, + [3702] = {.lex_state = 1}, + [3703] = {.lex_state = 3}, + [3704] = {.lex_state = 4}, + [3705] = {.lex_state = 2048}, [3706] = {.lex_state = 1}, - [3707] = {.lex_state = 0, .external_lex_state = 103}, - [3708] = {.lex_state = 5}, - [3709] = {.lex_state = 0, .external_lex_state = 97}, + [3707] = {.lex_state = 2048}, + [3708] = {.lex_state = 1}, + [3709] = {.lex_state = 4}, [3710] = {.lex_state = 1}, - [3711] = {.lex_state = 0, .external_lex_state = 98}, + [3711] = {.lex_state = 0, .external_lex_state = 59}, [3712] = {.lex_state = 1}, - [3713] = {.lex_state = 0, .external_lex_state = 93}, - [3714] = {.lex_state = 1}, - [3715] = {.lex_state = 5}, - [3716] = {.lex_state = 2049}, - [3717] = {.lex_state = 0, .external_lex_state = 95}, - [3718] = {.lex_state = 0, .external_lex_state = 96}, - [3719] = {.lex_state = 2049}, - [3720] = {.lex_state = 2049}, - [3721] = {.lex_state = 0, .external_lex_state = 97}, - [3722] = {.lex_state = 0, .external_lex_state = 98}, - [3723] = {.lex_state = 0, .external_lex_state = 93}, - [3724] = {.lex_state = 0, .external_lex_state = 99}, + [3713] = {.lex_state = 1}, + [3714] = {.lex_state = 0, .external_lex_state = 102}, + [3715] = {.lex_state = 0, .external_lex_state = 103}, + [3716] = {.lex_state = 2048}, + [3717] = {.lex_state = 2048}, + [3718] = {.lex_state = 0, .external_lex_state = 104}, + [3719] = {.lex_state = 0, .external_lex_state = 95}, + [3720] = {.lex_state = 0, .external_lex_state = 105}, + [3721] = {.lex_state = 4}, + [3722] = {.lex_state = 0, .external_lex_state = 96}, + [3723] = {.lex_state = 0, .external_lex_state = 97}, + [3724] = {.lex_state = 0, .external_lex_state = 98}, [3725] = {.lex_state = 0, .external_lex_state = 99}, - [3726] = {.lex_state = 0, .external_lex_state = 100}, - [3727] = {.lex_state = 0, .external_lex_state = 101}, - [3728] = {.lex_state = 0, .external_lex_state = 102}, - [3729] = {.lex_state = 0, .external_lex_state = 100}, - [3730] = {.lex_state = 0, .external_lex_state = 101}, - [3731] = {.lex_state = 8}, - [3732] = {.lex_state = 0, .external_lex_state = 102}, - [3733] = {.lex_state = 2049}, - [3734] = {.lex_state = 8}, - [3735] = {.lex_state = 2049}, - [3736] = {.lex_state = 2049}, - [3737] = {.lex_state = 2049}, - [3738] = {.lex_state = 2049}, - [3739] = {.lex_state = 2049}, - [3740] = {.lex_state = 2043}, - [3741] = {.lex_state = 2043}, - [3742] = {.lex_state = 2049}, - [3743] = {.lex_state = 1}, - [3744] = {.lex_state = 0, .external_lex_state = 94}, - [3745] = {.lex_state = 5}, - [3746] = {.lex_state = 1}, - [3747] = {.lex_state = 1}, - [3748] = {.lex_state = 1}, - [3749] = {.lex_state = 1}, - [3750] = {.lex_state = 3}, - [3751] = {.lex_state = 2044}, - [3752] = {.lex_state = 9}, - [3753] = {.lex_state = 2049}, - [3754] = {.lex_state = 0, .external_lex_state = 103}, - [3755] = {.lex_state = 1}, - [3756] = {.lex_state = 0, .external_lex_state = 58}, - [3757] = {.lex_state = 1}, - [3758] = {.lex_state = 0, .external_lex_state = 94}, + [3726] = {.lex_state = 4}, + [3727] = {.lex_state = 1}, + [3728] = {.lex_state = 2048}, + [3729] = {.lex_state = 1}, + [3730] = {.lex_state = 4}, + [3731] = {.lex_state = 4}, + [3732] = {.lex_state = 2048}, + [3733] = {.lex_state = 2048}, + [3734] = {.lex_state = 2048}, + [3735] = {.lex_state = 1}, + [3736] = {.lex_state = 2048}, + [3737] = {.lex_state = 2048}, + [3738] = {.lex_state = 3}, + [3739] = {.lex_state = 1}, + [3740] = {.lex_state = 1}, + [3741] = {.lex_state = 1}, + [3742] = {.lex_state = 1}, + [3743] = {.lex_state = 3}, + [3744] = {.lex_state = 4}, + [3745] = {.lex_state = 0, .external_lex_state = 59}, + [3746] = {.lex_state = 0, .external_lex_state = 101}, + [3747] = {.lex_state = 4}, + [3748] = {.lex_state = 2048}, + [3749] = {.lex_state = 2048}, + [3750] = {.lex_state = 2048}, + [3751] = {.lex_state = 2048}, + [3752] = {.lex_state = 2048}, + [3753] = {.lex_state = 3}, + [3754] = {.lex_state = 2038}, + [3755] = {.lex_state = 3}, + [3756] = {.lex_state = 4}, + [3757] = {.lex_state = 2038}, + [3758] = {.lex_state = 0, .external_lex_state = 50}, [3759] = {.lex_state = 1}, - [3760] = {.lex_state = 8}, - [3761] = {.lex_state = 1}, - [3762] = {.lex_state = 0, .external_lex_state = 94}, - [3763] = {.lex_state = 0, .external_lex_state = 95}, - [3764] = {.lex_state = 8}, - [3765] = {.lex_state = 3}, - [3766] = {.lex_state = 8}, - [3767] = {.lex_state = 2049}, - [3768] = {.lex_state = 2049}, - [3769] = {.lex_state = 2049}, + [3760] = {.lex_state = 2048}, + [3761] = {.lex_state = 2048}, + [3762] = {.lex_state = 4}, + [3763] = {.lex_state = 4}, + [3764] = {.lex_state = 0, .external_lex_state = 101}, + [3765] = {.lex_state = 1}, + [3766] = {.lex_state = 4}, + [3767] = {.lex_state = 0, .external_lex_state = 101}, + [3768] = {.lex_state = 1}, + [3769] = {.lex_state = 0, .external_lex_state = 101}, [3770] = {.lex_state = 1}, - [3771] = {.lex_state = 2049}, - [3772] = {.lex_state = 8}, - [3773] = {.lex_state = 8}, - [3774] = {.lex_state = 2049}, - [3775] = {.lex_state = 1}, - [3776] = {.lex_state = 8}, - [3777] = {.lex_state = 1}, - [3778] = {.lex_state = 1}, - [3779] = {.lex_state = 1}, + [3771] = {.lex_state = 0, .external_lex_state = 101}, + [3772] = {.lex_state = 1}, + [3773] = {.lex_state = 2038}, + [3774] = {.lex_state = 2038}, + [3775] = {.lex_state = 0, .external_lex_state = 101}, + [3776] = {.lex_state = 0, .external_lex_state = 102}, + [3777] = {.lex_state = 0, .external_lex_state = 103}, + [3778] = {.lex_state = 2048}, + [3779] = {.lex_state = 2048}, [3780] = {.lex_state = 1}, - [3781] = {.lex_state = 5}, - [3782] = {.lex_state = 3}, - [3783] = {.lex_state = 1}, - [3784] = {.lex_state = 0}, - [3785] = {.lex_state = 8}, - [3786] = {.lex_state = 8}, - [3787] = {.lex_state = 2049}, - [3788] = {.lex_state = 2049}, - [3789] = {.lex_state = 2043}, - [3790] = {.lex_state = 2043}, - [3791] = {.lex_state = 0, .external_lex_state = 96}, - [3792] = {.lex_state = 2049}, - [3793] = {.lex_state = 2049}, - [3794] = {.lex_state = 0, .external_lex_state = 97}, - [3795] = {.lex_state = 0, .external_lex_state = 98}, - [3796] = {.lex_state = 0, .external_lex_state = 93}, - [3797] = {.lex_state = 2049}, - [3798] = {.lex_state = 0, .external_lex_state = 99}, - [3799] = {.lex_state = 0, .external_lex_state = 94}, - [3800] = {.lex_state = 2044}, - [3801] = {.lex_state = 9}, - [3802] = {.lex_state = 0, .external_lex_state = 100}, - [3803] = {.lex_state = 8}, - [3804] = {.lex_state = 1}, - [3805] = {.lex_state = 8}, - [3806] = {.lex_state = 1}, - [3807] = {.lex_state = 0, .external_lex_state = 103}, - [3808] = {.lex_state = 1}, - [3809] = {.lex_state = 0, .external_lex_state = 94}, - [3810] = {.lex_state = 1}, - [3811] = {.lex_state = 0, .external_lex_state = 94}, - [3812] = {.lex_state = 0, .external_lex_state = 95}, - [3813] = {.lex_state = 0, .external_lex_state = 96}, - [3814] = {.lex_state = 2049}, - [3815] = {.lex_state = 2043}, - [3816] = {.lex_state = 2043}, - [3817] = {.lex_state = 0, .external_lex_state = 101}, - [3818] = {.lex_state = 0, .external_lex_state = 102}, - [3819] = {.lex_state = 2049}, - [3820] = {.lex_state = 0, .external_lex_state = 97}, - [3821] = {.lex_state = 0, .external_lex_state = 98}, - [3822] = {.lex_state = 0, .external_lex_state = 93}, - [3823] = {.lex_state = 0, .external_lex_state = 94}, - [3824] = {.lex_state = 0, .external_lex_state = 99}, - [3825] = {.lex_state = 2044}, - [3826] = {.lex_state = 9}, - [3827] = {.lex_state = 8}, - [3828] = {.lex_state = 0, .external_lex_state = 100}, - [3829] = {.lex_state = 0, .external_lex_state = 101}, - [3830] = {.lex_state = 0, .external_lex_state = 102}, - [3831] = {.lex_state = 3}, - [3832] = {.lex_state = 8}, - [3833] = {.lex_state = 0, .external_lex_state = 94}, - [3834] = {.lex_state = 0, .external_lex_state = 94}, - [3835] = {.lex_state = 0, .external_lex_state = 95}, - [3836] = {.lex_state = 8}, - [3837] = {.lex_state = 2049}, - [3838] = {.lex_state = 2049}, - [3839] = {.lex_state = 2049}, - [3840] = {.lex_state = 2043}, - [3841] = {.lex_state = 2043}, - [3842] = {.lex_state = 2049}, - [3843] = {.lex_state = 2049}, - [3844] = {.lex_state = 2049}, - [3845] = {.lex_state = 2049}, - [3846] = {.lex_state = 2049}, - [3847] = {.lex_state = 0, .external_lex_state = 94}, - [3848] = {.lex_state = 1}, - [3849] = {.lex_state = 0, .external_lex_state = 94}, - [3850] = {.lex_state = 2044}, - [3851] = {.lex_state = 9}, - [3852] = {.lex_state = 1}, - [3853] = {.lex_state = 1}, - [3854] = {.lex_state = 1}, - [3855] = {.lex_state = 3}, - [3856] = {.lex_state = 0, .external_lex_state = 94}, - [3857] = {.lex_state = 1}, - [3858] = {.lex_state = 8}, - [3859] = {.lex_state = 8}, - [3860] = {.lex_state = 8}, - [3861] = {.lex_state = 0, .external_lex_state = 94}, - [3862] = {.lex_state = 0, .external_lex_state = 94}, - [3863] = {.lex_state = 3}, - [3864] = {.lex_state = 8}, - [3865] = {.lex_state = 2043}, - [3866] = {.lex_state = 2043}, - [3867] = {.lex_state = 0, .external_lex_state = 94}, - [3868] = {.lex_state = 8}, - [3869] = {.lex_state = 0, .external_lex_state = 94}, - [3870] = {.lex_state = 0, .external_lex_state = 94}, - [3871] = {.lex_state = 0, .external_lex_state = 94}, - [3872] = {.lex_state = 0, .external_lex_state = 94}, - [3873] = {.lex_state = 0, .external_lex_state = 94}, - [3874] = {.lex_state = 0, .external_lex_state = 94}, - [3875] = {.lex_state = 2044}, - [3876] = {.lex_state = 9}, - [3877] = {.lex_state = 8}, - [3878] = {.lex_state = 0, .external_lex_state = 58}, - [3879] = {.lex_state = 8}, - [3880] = {.lex_state = 8}, - [3881] = {.lex_state = 0, .external_lex_state = 94}, - [3882] = {.lex_state = 0, .external_lex_state = 96}, - [3883] = {.lex_state = 8}, - [3884] = {.lex_state = 0, .external_lex_state = 94}, - [3885] = {.lex_state = 2049}, - [3886] = {.lex_state = 2049}, - [3887] = {.lex_state = 8}, - [3888] = {.lex_state = 3}, - [3889] = {.lex_state = 8}, - [3890] = {.lex_state = 2043}, - [3891] = {.lex_state = 2043}, - [3892] = {.lex_state = 2049}, - [3893] = {.lex_state = 2049}, - [3894] = {.lex_state = 0, .external_lex_state = 94}, - [3895] = {.lex_state = 0, .external_lex_state = 94}, - [3896] = {.lex_state = 5}, - [3897] = {.lex_state = 8}, + [3781] = {.lex_state = 0, .external_lex_state = 104}, + [3782] = {.lex_state = 1}, + [3783] = {.lex_state = 0, .external_lex_state = 95}, + [3784] = {.lex_state = 1}, + [3785] = {.lex_state = 0, .external_lex_state = 105}, + [3786] = {.lex_state = 1}, + [3787] = {.lex_state = 0, .external_lex_state = 101}, + [3788] = {.lex_state = 0, .external_lex_state = 102}, + [3789] = {.lex_state = 0, .external_lex_state = 103}, + [3790] = {.lex_state = 2048}, + [3791] = {.lex_state = 2048}, + [3792] = {.lex_state = 0, .external_lex_state = 104}, + [3793] = {.lex_state = 0, .external_lex_state = 95}, + [3794] = {.lex_state = 0, .external_lex_state = 105}, + [3795] = {.lex_state = 0, .external_lex_state = 96}, + [3796] = {.lex_state = 0, .external_lex_state = 96}, + [3797] = {.lex_state = 0, .external_lex_state = 97}, + [3798] = {.lex_state = 0, .external_lex_state = 98}, + [3799] = {.lex_state = 0, .external_lex_state = 99}, + [3800] = {.lex_state = 0, .external_lex_state = 97}, + [3801] = {.lex_state = 0, .external_lex_state = 98}, + [3802] = {.lex_state = 0, .external_lex_state = 99}, + [3803] = {.lex_state = 2048}, + [3804] = {.lex_state = 2048}, + [3805] = {.lex_state = 4}, + [3806] = {.lex_state = 2048}, + [3807] = {.lex_state = 2048}, + [3808] = {.lex_state = 2048}, + [3809] = {.lex_state = 3}, + [3810] = {.lex_state = 2048}, + [3811] = {.lex_state = 2048}, + [3812] = {.lex_state = 0, .external_lex_state = 101}, + [3813] = {.lex_state = 1}, + [3814] = {.lex_state = 1}, + [3815] = {.lex_state = 1}, + [3816] = {.lex_state = 1}, + [3817] = {.lex_state = 3}, + [3818] = {.lex_state = 4}, + [3819] = {.lex_state = 4}, + [3820] = {.lex_state = 2048}, + [3821] = {.lex_state = 2048}, + [3822] = {.lex_state = 2048}, + [3823] = {.lex_state = 2048}, + [3824] = {.lex_state = 2048}, + [3825] = {.lex_state = 2048}, + [3826] = {.lex_state = 2048}, + [3827] = {.lex_state = 2038}, + [3828] = {.lex_state = 2048}, + [3829] = {.lex_state = 3}, + [3830] = {.lex_state = 4}, + [3831] = {.lex_state = 2048}, + [3832] = {.lex_state = 2048}, + [3833] = {.lex_state = 1}, + [3834] = {.lex_state = 1}, + [3835] = {.lex_state = 1}, + [3836] = {.lex_state = 4}, + [3837] = {.lex_state = 4}, + [3838] = {.lex_state = 1}, + [3839] = {.lex_state = 3}, + [3840] = {.lex_state = 4}, + [3841] = {.lex_state = 0, .external_lex_state = 101}, + [3842] = {.lex_state = 0, .external_lex_state = 59}, + [3843] = {.lex_state = 2048}, + [3844] = {.lex_state = 2048}, + [3845] = {.lex_state = 0, .external_lex_state = 50}, + [3846] = {.lex_state = 2048}, + [3847] = {.lex_state = 2048}, + [3848] = {.lex_state = 3}, + [3849] = {.lex_state = 2048}, + [3850] = {.lex_state = 2048}, + [3851] = {.lex_state = 2048}, + [3852] = {.lex_state = 2048}, + [3853] = {.lex_state = 4}, + [3854] = {.lex_state = 2048}, + [3855] = {.lex_state = 2048}, + [3856] = {.lex_state = 2048}, + [3857] = {.lex_state = 2048}, + [3858] = {.lex_state = 0, .external_lex_state = 102}, + [3859] = {.lex_state = 0, .external_lex_state = 58}, + [3860] = {.lex_state = 3}, + [3861] = {.lex_state = 4}, + [3862] = {.lex_state = 4}, + [3863] = {.lex_state = 0, .external_lex_state = 103}, + [3864] = {.lex_state = 2048}, + [3865] = {.lex_state = 0, .external_lex_state = 101}, + [3866] = {.lex_state = 0, .external_lex_state = 101}, + [3867] = {.lex_state = 4}, + [3868] = {.lex_state = 4}, + [3869] = {.lex_state = 2048}, + [3870] = {.lex_state = 2048}, + [3871] = {.lex_state = 4}, + [3872] = {.lex_state = 2042}, + [3873] = {.lex_state = 2042}, + [3874] = {.lex_state = 4}, + [3875] = {.lex_state = 4}, + [3876] = {.lex_state = 0, .external_lex_state = 101}, + [3877] = {.lex_state = 0, .external_lex_state = 104}, + [3878] = {.lex_state = 0, .external_lex_state = 50}, + [3879] = {.lex_state = 0, .external_lex_state = 95}, + [3880] = {.lex_state = 4}, + [3881] = {.lex_state = 2048}, + [3882] = {.lex_state = 4}, + [3883] = {.lex_state = 2043}, + [3884] = {.lex_state = 8}, + [3885] = {.lex_state = 0, .external_lex_state = 105}, + [3886] = {.lex_state = 4}, + [3887] = {.lex_state = 1}, + [3888] = {.lex_state = 0, .external_lex_state = 96}, + [3889] = {.lex_state = 2038}, + [3890] = {.lex_state = 2038}, + [3891] = {.lex_state = 0, .external_lex_state = 97}, + [3892] = {.lex_state = 0, .external_lex_state = 100}, + [3893] = {.lex_state = 2048}, + [3894] = {.lex_state = 0, .external_lex_state = 98}, + [3895] = {.lex_state = 0, .external_lex_state = 101}, + [3896] = {.lex_state = 1}, + [3897] = {.lex_state = 0, .external_lex_state = 99}, [3898] = {.lex_state = 1}, - [3899] = {.lex_state = 1}, - [3900] = {.lex_state = 2044}, - [3901] = {.lex_state = 9}, - [3902] = {.lex_state = 1}, - [3903] = {.lex_state = 8}, - [3904] = {.lex_state = 0, .external_lex_state = 91}, - [3905] = {.lex_state = 2049}, - [3906] = {.lex_state = 0, .external_lex_state = 94}, - [3907] = {.lex_state = 0, .external_lex_state = 49}, - [3908] = {.lex_state = 0, .external_lex_state = 99}, - [3909] = {.lex_state = 1}, + [3899] = {.lex_state = 0, .external_lex_state = 101}, + [3900] = {.lex_state = 2038}, + [3901] = {.lex_state = 1}, + [3902] = {.lex_state = 4}, + [3903] = {.lex_state = 0, .external_lex_state = 101}, + [3904] = {.lex_state = 1}, + [3905] = {.lex_state = 0, .external_lex_state = 100}, + [3906] = {.lex_state = 1}, + [3907] = {.lex_state = 0, .external_lex_state = 100}, + [3908] = {.lex_state = 0, .external_lex_state = 102}, + [3909] = {.lex_state = 2038}, [3910] = {.lex_state = 1}, - [3911] = {.lex_state = 1}, - [3912] = {.lex_state = 0, .external_lex_state = 94}, - [3913] = {.lex_state = 1}, - [3914] = {.lex_state = 1}, - [3915] = {.lex_state = 2043}, - [3916] = {.lex_state = 2043}, - [3917] = {.lex_state = 1}, - [3918] = {.lex_state = 3}, - [3919] = {.lex_state = 1}, - [3920] = {.lex_state = 0, .external_lex_state = 103}, - [3921] = {.lex_state = 0, .external_lex_state = 95}, - [3922] = {.lex_state = 0, .external_lex_state = 96}, - [3923] = {.lex_state = 2049}, - [3924] = {.lex_state = 2049}, - [3925] = {.lex_state = 2044}, - [3926] = {.lex_state = 9}, - [3927] = {.lex_state = 0, .external_lex_state = 97}, - [3928] = {.lex_state = 0, .external_lex_state = 98}, - [3929] = {.lex_state = 0, .external_lex_state = 93}, - [3930] = {.lex_state = 1}, - [3931] = {.lex_state = 0, .external_lex_state = 99}, - [3932] = {.lex_state = 0, .external_lex_state = 100}, - [3933] = {.lex_state = 0, .external_lex_state = 101}, - [3934] = {.lex_state = 0, .external_lex_state = 102}, - [3935] = {.lex_state = 8}, - [3936] = {.lex_state = 1}, - [3937] = {.lex_state = 8}, - [3938] = {.lex_state = 0, .external_lex_state = 95}, - [3939] = {.lex_state = 0, .external_lex_state = 96}, - [3940] = {.lex_state = 2043}, - [3941] = {.lex_state = 2043}, - [3942] = {.lex_state = 8}, - [3943] = {.lex_state = 0, .external_lex_state = 94}, - [3944] = {.lex_state = 0, .external_lex_state = 94}, - [3945] = {.lex_state = 0, .external_lex_state = 94}, - [3946] = {.lex_state = 0, .external_lex_state = 94}, - [3947] = {.lex_state = 0, .external_lex_state = 94}, - [3948] = {.lex_state = 0, .external_lex_state = 94}, - [3949] = {.lex_state = 2049}, - [3950] = {.lex_state = 2044}, - [3951] = {.lex_state = 9}, - [3952] = {.lex_state = 2049}, - [3953] = {.lex_state = 2049}, - [3954] = {.lex_state = 2049}, - [3955] = {.lex_state = 2049}, - [3956] = {.lex_state = 1}, - [3957] = {.lex_state = 1}, - [3958] = {.lex_state = 1}, - [3959] = {.lex_state = 1}, - [3960] = {.lex_state = 3}, - [3961] = {.lex_state = 2049}, - [3962] = {.lex_state = 2049}, - [3963] = {.lex_state = 0, .external_lex_state = 97}, - [3964] = {.lex_state = 0, .external_lex_state = 98}, - [3965] = {.lex_state = 2043}, - [3966] = {.lex_state = 2043}, - [3967] = {.lex_state = 0, .external_lex_state = 93}, - [3968] = {.lex_state = 2049}, - [3969] = {.lex_state = 2049}, - [3970] = {.lex_state = 0, .external_lex_state = 49}, - [3971] = {.lex_state = 0, .external_lex_state = 103}, - [3972] = {.lex_state = 0, .external_lex_state = 49}, - [3973] = {.lex_state = 3}, - [3974] = {.lex_state = 8}, - [3975] = {.lex_state = 2044}, - [3976] = {.lex_state = 9}, - [3977] = {.lex_state = 0, .external_lex_state = 94}, - [3978] = {.lex_state = 3}, - [3979] = {.lex_state = 8}, - [3980] = {.lex_state = 0, .external_lex_state = 99}, - [3981] = {.lex_state = 0, .external_lex_state = 100}, - [3982] = {.lex_state = 0, .external_lex_state = 101}, - [3983] = {.lex_state = 0, .external_lex_state = 102}, - [3984] = {.lex_state = 0, .external_lex_state = 100}, - [3985] = {.lex_state = 8}, - [3986] = {.lex_state = 8}, + [3911] = {.lex_state = 0, .external_lex_state = 103}, + [3912] = {.lex_state = 2048}, + [3913] = {.lex_state = 2048}, + [3914] = {.lex_state = 0, .external_lex_state = 104}, + [3915] = {.lex_state = 0, .external_lex_state = 95}, + [3916] = {.lex_state = 2048}, + [3917] = {.lex_state = 0, .external_lex_state = 105}, + [3918] = {.lex_state = 0, .external_lex_state = 59}, + [3919] = {.lex_state = 0, .external_lex_state = 96}, + [3920] = {.lex_state = 0, .external_lex_state = 97}, + [3921] = {.lex_state = 0, .external_lex_state = 98}, + [3922] = {.lex_state = 0, .external_lex_state = 99}, + [3923] = {.lex_state = 4}, + [3924] = {.lex_state = 2048}, + [3925] = {.lex_state = 2042}, + [3926] = {.lex_state = 2042}, + [3927] = {.lex_state = 2042}, + [3928] = {.lex_state = 0, .external_lex_state = 101}, + [3929] = {.lex_state = 0, .external_lex_state = 101}, + [3930] = {.lex_state = 0, .external_lex_state = 101}, + [3931] = {.lex_state = 4}, + [3932] = {.lex_state = 2048}, + [3933] = {.lex_state = 2048}, + [3934] = {.lex_state = 2048}, + [3935] = {.lex_state = 0, .external_lex_state = 101}, + [3936] = {.lex_state = 2048}, + [3937] = {.lex_state = 2043}, + [3938] = {.lex_state = 8}, + [3939] = {.lex_state = 2048}, + [3940] = {.lex_state = 2048}, + [3941] = {.lex_state = 1}, + [3942] = {.lex_state = 1}, + [3943] = {.lex_state = 0, .external_lex_state = 101}, + [3944] = {.lex_state = 1}, + [3945] = {.lex_state = 1}, + [3946] = {.lex_state = 1}, + [3947] = {.lex_state = 1}, + [3948] = {.lex_state = 3}, + [3949] = {.lex_state = 0, .external_lex_state = 101}, + [3950] = {.lex_state = 2048}, + [3951] = {.lex_state = 1}, + [3952] = {.lex_state = 4}, + [3953] = {.lex_state = 1}, + [3954] = {.lex_state = 0, .external_lex_state = 100}, + [3955] = {.lex_state = 4}, + [3956] = {.lex_state = 2038}, + [3957] = {.lex_state = 2048}, + [3958] = {.lex_state = 2048}, + [3959] = {.lex_state = 2048}, + [3960] = {.lex_state = 2048}, + [3961] = {.lex_state = 2048}, + [3962] = {.lex_state = 1}, + [3963] = {.lex_state = 0, .external_lex_state = 100}, + [3964] = {.lex_state = 4}, + [3965] = {.lex_state = 3}, + [3966] = {.lex_state = 4}, + [3967] = {.lex_state = 2048}, + [3968] = {.lex_state = 4}, + [3969] = {.lex_state = 0, .external_lex_state = 102}, + [3970] = {.lex_state = 0, .external_lex_state = 50}, + [3971] = {.lex_state = 0, .external_lex_state = 59}, + [3972] = {.lex_state = 2038}, + [3973] = {.lex_state = 4}, + [3974] = {.lex_state = 4}, + [3975] = {.lex_state = 2042}, + [3976] = {.lex_state = 2042}, + [3977] = {.lex_state = 2038}, + [3978] = {.lex_state = 2048}, + [3979] = {.lex_state = 4}, + [3980] = {.lex_state = 0, .external_lex_state = 103}, + [3981] = {.lex_state = 2048}, + [3982] = {.lex_state = 0, .external_lex_state = 59}, + [3983] = {.lex_state = 2048}, + [3984] = {.lex_state = 0, .external_lex_state = 59}, + [3985] = {.lex_state = 2048}, + [3986] = {.lex_state = 2043}, [3987] = {.lex_state = 8}, - [3988] = {.lex_state = 2049}, - [3989] = {.lex_state = 8}, - [3990] = {.lex_state = 2043}, - [3991] = {.lex_state = 2043}, - [3992] = {.lex_state = 0, .external_lex_state = 103}, - [3993] = {.lex_state = 1}, - [3994] = {.lex_state = 2049}, - [3995] = {.lex_state = 0, .external_lex_state = 103}, - [3996] = {.lex_state = 0, .external_lex_state = 94}, - [3997] = {.lex_state = 1}, - [3998] = {.lex_state = 8}, - [3999] = {.lex_state = 2049}, - [4000] = {.lex_state = 2044}, - [4001] = {.lex_state = 9}, - [4002] = {.lex_state = 2049}, - [4003] = {.lex_state = 0, .external_lex_state = 94}, - [4004] = {.lex_state = 8}, - [4005] = {.lex_state = 8}, - [4006] = {.lex_state = 2049}, - [4007] = {.lex_state = 2049}, - [4008] = {.lex_state = 2049}, - [4009] = {.lex_state = 2049}, - [4010] = {.lex_state = 2049}, - [4011] = {.lex_state = 1}, - [4012] = {.lex_state = 1}, - [4013] = {.lex_state = 1}, + [3988] = {.lex_state = 2048}, + [3989] = {.lex_state = 0, .external_lex_state = 104}, + [3990] = {.lex_state = 2038}, + [3991] = {.lex_state = 2038}, + [3992] = {.lex_state = 0, .external_lex_state = 100}, + [3993] = {.lex_state = 0, .external_lex_state = 95}, + [3994] = {.lex_state = 1}, + [3995] = {.lex_state = 0, .external_lex_state = 105}, + [3996] = {.lex_state = 2048}, + [3997] = {.lex_state = 0, .external_lex_state = 96}, + [3998] = {.lex_state = 4}, + [3999] = {.lex_state = 0, .external_lex_state = 97}, + [4000] = {.lex_state = 1}, + [4001] = {.lex_state = 2042}, + [4002] = {.lex_state = 2042}, + [4003] = {.lex_state = 0, .external_lex_state = 98}, + [4004] = {.lex_state = 0, .external_lex_state = 99}, + [4005] = {.lex_state = 1}, + [4006] = {.lex_state = 0, .external_lex_state = 101}, + [4007] = {.lex_state = 1}, + [4008] = {.lex_state = 0, .external_lex_state = 101}, + [4009] = {.lex_state = 1}, + [4010] = {.lex_state = 1}, + [4011] = {.lex_state = 2043}, + [4012] = {.lex_state = 8}, + [4013] = {.lex_state = 2048}, [4014] = {.lex_state = 1}, - [4015] = {.lex_state = 2043}, - [4016] = {.lex_state = 2043}, - [4017] = {.lex_state = 1}, - [4018] = {.lex_state = 1}, - [4019] = {.lex_state = 1}, - [4020] = {.lex_state = 1}, - [4021] = {.lex_state = 8}, - [4022] = {.lex_state = 8}, + [4015] = {.lex_state = 2048}, + [4016] = {.lex_state = 0, .external_lex_state = 102}, + [4017] = {.lex_state = 0, .external_lex_state = 103}, + [4018] = {.lex_state = 2048}, + [4019] = {.lex_state = 2048}, + [4020] = {.lex_state = 2048}, + [4021] = {.lex_state = 1}, + [4022] = {.lex_state = 0, .external_lex_state = 104}, [4023] = {.lex_state = 0, .external_lex_state = 95}, - [4024] = {.lex_state = 0, .external_lex_state = 96}, - [4025] = {.lex_state = 2044}, - [4026] = {.lex_state = 9}, - [4027] = {.lex_state = 0, .external_lex_state = 94}, - [4028] = {.lex_state = 2049}, - [4029] = {.lex_state = 2049}, + [4024] = {.lex_state = 4}, + [4025] = {.lex_state = 0, .external_lex_state = 105}, + [4026] = {.lex_state = 2042}, + [4027] = {.lex_state = 2042}, + [4028] = {.lex_state = 2048}, + [4029] = {.lex_state = 0, .external_lex_state = 96}, [4030] = {.lex_state = 0, .external_lex_state = 97}, - [4031] = {.lex_state = 0, .external_lex_state = 98}, - [4032] = {.lex_state = 0, .external_lex_state = 93}, - [4033] = {.lex_state = 1}, - [4034] = {.lex_state = 0, .external_lex_state = 99}, - [4035] = {.lex_state = 0, .external_lex_state = 100}, - [4036] = {.lex_state = 0, .external_lex_state = 101}, - [4037] = {.lex_state = 0, .external_lex_state = 102}, - [4038] = {.lex_state = 3}, - [4039] = {.lex_state = 0, .external_lex_state = 101}, - [4040] = {.lex_state = 2043}, - [4041] = {.lex_state = 2043}, - [4042] = {.lex_state = 0, .external_lex_state = 91}, - [4043] = {.lex_state = 0, .external_lex_state = 94}, - [4044] = {.lex_state = 0, .external_lex_state = 103}, + [4031] = {.lex_state = 0, .external_lex_state = 101}, + [4032] = {.lex_state = 0, .external_lex_state = 98}, + [4033] = {.lex_state = 0, .external_lex_state = 99}, + [4034] = {.lex_state = 1}, + [4035] = {.lex_state = 2048}, + [4036] = {.lex_state = 2043}, + [4037] = {.lex_state = 8}, + [4038] = {.lex_state = 1}, + [4039] = {.lex_state = 2048}, + [4040] = {.lex_state = 1}, + [4041] = {.lex_state = 4}, + [4042] = {.lex_state = 2048}, + [4043] = {.lex_state = 2048}, + [4044] = {.lex_state = 4}, [4045] = {.lex_state = 1}, - [4046] = {.lex_state = 8}, - [4047] = {.lex_state = 8}, - [4048] = {.lex_state = 2049}, - [4049] = {.lex_state = 0, .external_lex_state = 94}, - [4050] = {.lex_state = 2044}, - [4051] = {.lex_state = 9}, - [4052] = {.lex_state = 0, .external_lex_state = 94}, - [4053] = {.lex_state = 2049}, - [4054] = {.lex_state = 2049}, - [4055] = {.lex_state = 2049}, - [4056] = {.lex_state = 2049}, + [4046] = {.lex_state = 1}, + [4047] = {.lex_state = 0, .external_lex_state = 100}, + [4048] = {.lex_state = 2048}, + [4049] = {.lex_state = 2048}, + [4050] = {.lex_state = 2048}, + [4051] = {.lex_state = 2042}, + [4052] = {.lex_state = 2042}, + [4053] = {.lex_state = 2042}, + [4054] = {.lex_state = 1}, + [4055] = {.lex_state = 0, .external_lex_state = 101}, + [4056] = {.lex_state = 0, .external_lex_state = 59}, [4057] = {.lex_state = 1}, - [4058] = {.lex_state = 1}, - [4059] = {.lex_state = 1}, + [4058] = {.lex_state = 2048}, + [4059] = {.lex_state = 2048}, [4060] = {.lex_state = 1}, - [4061] = {.lex_state = 3}, - [4062] = {.lex_state = 0, .external_lex_state = 58}, + [4061] = {.lex_state = 2043}, + [4062] = {.lex_state = 8}, [4063] = {.lex_state = 1}, - [4064] = {.lex_state = 0, .external_lex_state = 97}, - [4065] = {.lex_state = 2043}, - [4066] = {.lex_state = 2043}, - [4067] = {.lex_state = 0, .external_lex_state = 94}, - [4068] = {.lex_state = 0, .external_lex_state = 94}, - [4069] = {.lex_state = 0, .external_lex_state = 94}, - [4070] = {.lex_state = 0, .external_lex_state = 94}, + [4064] = {.lex_state = 1}, + [4065] = {.lex_state = 3}, + [4066] = {.lex_state = 0, .external_lex_state = 101}, + [4067] = {.lex_state = 0, .external_lex_state = 102}, + [4068] = {.lex_state = 0, .external_lex_state = 103}, + [4069] = {.lex_state = 2048}, + [4070] = {.lex_state = 2048}, [4071] = {.lex_state = 1}, - [4072] = {.lex_state = 3}, - [4073] = {.lex_state = 0, .external_lex_state = 57}, - [4074] = {.lex_state = 8}, - [4075] = {.lex_state = 2044}, - [4076] = {.lex_state = 9}, - [4077] = {.lex_state = 3}, - [4078] = {.lex_state = 8}, - [4079] = {.lex_state = 2049}, - [4080] = {.lex_state = 0, .external_lex_state = 95}, - [4081] = {.lex_state = 0, .external_lex_state = 96}, - [4082] = {.lex_state = 2049}, - [4083] = {.lex_state = 2049}, - [4084] = {.lex_state = 8}, - [4085] = {.lex_state = 8}, - [4086] = {.lex_state = 8}, + [4072] = {.lex_state = 2048}, + [4073] = {.lex_state = 2048}, + [4074] = {.lex_state = 1}, + [4075] = {.lex_state = 2048}, + [4076] = {.lex_state = 2042}, + [4077] = {.lex_state = 2042}, + [4078] = {.lex_state = 2048}, + [4079] = {.lex_state = 2048}, + [4080] = {.lex_state = 2048}, + [4081] = {.lex_state = 0, .external_lex_state = 59}, + [4082] = {.lex_state = 0, .external_lex_state = 104}, + [4083] = {.lex_state = 0, .external_lex_state = 95}, + [4084] = {.lex_state = 3}, + [4085] = {.lex_state = 4}, + [4086] = {.lex_state = 2043}, [4087] = {.lex_state = 8}, - [4088] = {.lex_state = 8}, - [4089] = {.lex_state = 0, .external_lex_state = 97}, - [4090] = {.lex_state = 2043}, - [4091] = {.lex_state = 2043}, - [4092] = {.lex_state = 0, .external_lex_state = 94}, - [4093] = {.lex_state = 0, .external_lex_state = 98}, - [4094] = {.lex_state = 0, .external_lex_state = 94}, - [4095] = {.lex_state = 8}, - [4096] = {.lex_state = 2049}, - [4097] = {.lex_state = 8}, - [4098] = {.lex_state = 8}, - [4099] = {.lex_state = 0, .external_lex_state = 93}, - [4100] = {.lex_state = 2044}, - [4101] = {.lex_state = 9}, - [4102] = {.lex_state = 0, .external_lex_state = 98}, - [4103] = {.lex_state = 0, .external_lex_state = 99}, - [4104] = {.lex_state = 3}, - [4105] = {.lex_state = 8}, - [4106] = {.lex_state = 8}, - [4107] = {.lex_state = 0, .external_lex_state = 100}, - [4108] = {.lex_state = 0, .external_lex_state = 101}, - [4109] = {.lex_state = 0, .external_lex_state = 102}, - [4110] = {.lex_state = 0, .external_lex_state = 93}, - [4111] = {.lex_state = 8}, - [4112] = {.lex_state = 1}, - [4113] = {.lex_state = 8}, - [4114] = {.lex_state = 1}, - [4115] = {.lex_state = 2049}, - [4116] = {.lex_state = 1}, - [4117] = {.lex_state = 8}, - [4118] = {.lex_state = 1}, - [4119] = {.lex_state = 2049}, - [4120] = {.lex_state = 0, .external_lex_state = 95}, - [4121] = {.lex_state = 0, .external_lex_state = 96}, - [4122] = {.lex_state = 2049}, - [4123] = {.lex_state = 2049}, - [4124] = {.lex_state = 0, .external_lex_state = 97}, - [4125] = {.lex_state = 0, .external_lex_state = 98}, - [4126] = {.lex_state = 0, .external_lex_state = 93}, - [4127] = {.lex_state = 0, .external_lex_state = 98}, - [4128] = {.lex_state = 0, .external_lex_state = 99}, - [4129] = {.lex_state = 0, .external_lex_state = 100}, + [4088] = {.lex_state = 0, .external_lex_state = 105}, + [4089] = {.lex_state = 1}, + [4090] = {.lex_state = 0, .external_lex_state = 96}, + [4091] = {.lex_state = 0, .external_lex_state = 97}, + [4092] = {.lex_state = 0, .external_lex_state = 98}, + [4093] = {.lex_state = 4}, + [4094] = {.lex_state = 4}, + [4095] = {.lex_state = 1}, + [4096] = {.lex_state = 1}, + [4097] = {.lex_state = 0, .external_lex_state = 99}, + [4098] = {.lex_state = 3}, + [4099] = {.lex_state = 1}, + [4100] = {.lex_state = 4}, + [4101] = {.lex_state = 2042}, + [4102] = {.lex_state = 2042}, + [4103] = {.lex_state = 4}, + [4104] = {.lex_state = 0, .external_lex_state = 100}, + [4105] = {.lex_state = 3}, + [4106] = {.lex_state = 0, .external_lex_state = 105}, + [4107] = {.lex_state = 1}, + [4108] = {.lex_state = 4}, + [4109] = {.lex_state = 2048}, + [4110] = {.lex_state = 2048}, + [4111] = {.lex_state = 2043}, + [4112] = {.lex_state = 8}, + [4113] = {.lex_state = 2048}, + [4114] = {.lex_state = 2038}, + [4115] = {.lex_state = 2038}, + [4116] = {.lex_state = 2048}, + [4117] = {.lex_state = 0, .external_lex_state = 101}, + [4118] = {.lex_state = 4}, + [4119] = {.lex_state = 3}, + [4120] = {.lex_state = 0, .external_lex_state = 100}, + [4121] = {.lex_state = 0, .external_lex_state = 102}, + [4122] = {.lex_state = 0, .external_lex_state = 101}, + [4123] = {.lex_state = 1}, + [4124] = {.lex_state = 2048}, + [4125] = {.lex_state = 3}, + [4126] = {.lex_state = 2042}, + [4127] = {.lex_state = 2042}, + [4128] = {.lex_state = 2048}, + [4129] = {.lex_state = 1}, [4130] = {.lex_state = 0, .external_lex_state = 101}, - [4131] = {.lex_state = 0, .external_lex_state = 102}, + [4131] = {.lex_state = 0, .external_lex_state = 100}, [4132] = {.lex_state = 1}, - [4133] = {.lex_state = 5}, - [4134] = {.lex_state = 5}, - [4135] = {.lex_state = 0, .external_lex_state = 103}, - [4136] = {.lex_state = 0, .external_lex_state = 103}, - [4137] = {.lex_state = 0, .external_lex_state = 103}, - [4138] = {.lex_state = 0, .external_lex_state = 103}, - [4139] = {.lex_state = 0, .external_lex_state = 103}, + [4133] = {.lex_state = 2048}, + [4134] = {.lex_state = 1}, + [4135] = {.lex_state = 0, .external_lex_state = 101}, + [4136] = {.lex_state = 2043}, + [4137] = {.lex_state = 8}, + [4138] = {.lex_state = 2048}, + [4139] = {.lex_state = 0, .external_lex_state = 102}, [4140] = {.lex_state = 0, .external_lex_state = 103}, - [4141] = {.lex_state = 0, .external_lex_state = 103}, - [4142] = {.lex_state = 0, .external_lex_state = 103}, - [4143] = {.lex_state = 0, .external_lex_state = 103}, - [4144] = {.lex_state = 1}, - [4145] = {.lex_state = 1}, - [4146] = {.lex_state = 1}, - [4147] = {.lex_state = 5}, - [4148] = {.lex_state = 5}, - [4149] = {.lex_state = 0, .external_lex_state = 103}, - [4150] = {.lex_state = 0, .external_lex_state = 103}, - [4151] = {.lex_state = 0, .external_lex_state = 103}, - [4152] = {.lex_state = 0, .external_lex_state = 103}, - [4153] = {.lex_state = 0, .external_lex_state = 103}, - [4154] = {.lex_state = 0, .external_lex_state = 103}, - [4155] = {.lex_state = 0, .external_lex_state = 103}, - [4156] = {.lex_state = 0, .external_lex_state = 103}, - [4157] = {.lex_state = 0, .external_lex_state = 103}, - [4158] = {.lex_state = 5}, - [4159] = {.lex_state = 5}, - [4160] = {.lex_state = 5}, - [4161] = {.lex_state = 5}, - [4162] = {.lex_state = 5}, - [4163] = {.lex_state = 5}, - [4164] = {.lex_state = 5}, - [4165] = {.lex_state = 5}, - [4166] = {.lex_state = 5}, - [4167] = {.lex_state = 5}, - [4168] = {.lex_state = 5}, - [4169] = {.lex_state = 5}, - [4170] = {.lex_state = 5}, - [4171] = {.lex_state = 5}, - [4172] = {.lex_state = 5}, - [4173] = {.lex_state = 5}, - [4174] = {.lex_state = 5}, - [4175] = {.lex_state = 5}, - [4176] = {.lex_state = 5}, - [4177] = {.lex_state = 5}, - [4178] = {.lex_state = 5}, - [4179] = {.lex_state = 5}, - [4180] = {.lex_state = 5}, - [4181] = {.lex_state = 5}, - [4182] = {.lex_state = 5}, - [4183] = {.lex_state = 5}, - [4184] = {.lex_state = 5}, - [4185] = {.lex_state = 5}, - [4186] = {.lex_state = 5}, - [4187] = {.lex_state = 5}, - [4188] = {.lex_state = 2049}, - [4189] = {.lex_state = 8}, - [4190] = {.lex_state = 2049}, - [4191] = {.lex_state = 2049}, - [4192] = {.lex_state = 2049}, - [4193] = {.lex_state = 2049}, - [4194] = {.lex_state = 2049}, - [4195] = {.lex_state = 1}, - [4196] = {.lex_state = 1}, - [4197] = {.lex_state = 1}, - [4198] = {.lex_state = 1}, - [4199] = {.lex_state = 3}, + [4141] = {.lex_state = 2048}, + [4142] = {.lex_state = 2048}, + [4143] = {.lex_state = 0, .external_lex_state = 104}, + [4144] = {.lex_state = 0, .external_lex_state = 95}, + [4145] = {.lex_state = 2048}, + [4146] = {.lex_state = 0, .external_lex_state = 103}, + [4147] = {.lex_state = 0, .external_lex_state = 105}, + [4148] = {.lex_state = 2048}, + [4149] = {.lex_state = 3}, + [4150] = {.lex_state = 0, .external_lex_state = 96}, + [4151] = {.lex_state = 2042}, + [4152] = {.lex_state = 2042}, + [4153] = {.lex_state = 0, .external_lex_state = 97}, + [4154] = {.lex_state = 0, .external_lex_state = 98}, + [4155] = {.lex_state = 4}, + [4156] = {.lex_state = 0, .external_lex_state = 99}, + [4157] = {.lex_state = 0, .external_lex_state = 101}, + [4158] = {.lex_state = 2048}, + [4159] = {.lex_state = 0, .external_lex_state = 101}, + [4160] = {.lex_state = 2048}, + [4161] = {.lex_state = 2043}, + [4162] = {.lex_state = 8}, + [4163] = {.lex_state = 0, .external_lex_state = 101}, + [4164] = {.lex_state = 4}, + [4165] = {.lex_state = 2048}, + [4166] = {.lex_state = 2048}, + [4167] = {.lex_state = 2048}, + [4168] = {.lex_state = 0, .external_lex_state = 91}, + [4169] = {.lex_state = 2048}, + [4170] = {.lex_state = 2048}, + [4171] = {.lex_state = 2048}, + [4172] = {.lex_state = 2048}, + [4173] = {.lex_state = 2048}, + [4174] = {.lex_state = 2048}, + [4175] = {.lex_state = 1}, + [4176] = {.lex_state = 2042}, + [4177] = {.lex_state = 2042}, + [4178] = {.lex_state = 1}, + [4179] = {.lex_state = 1}, + [4180] = {.lex_state = 1}, + [4181] = {.lex_state = 3}, + [4182] = {.lex_state = 2048}, + [4183] = {.lex_state = 2048}, + [4184] = {.lex_state = 2048}, + [4185] = {.lex_state = 4}, + [4186] = {.lex_state = 2043}, + [4187] = {.lex_state = 8}, + [4188] = {.lex_state = 4}, + [4189] = {.lex_state = 2048}, + [4190] = {.lex_state = 2048}, + [4191] = {.lex_state = 2048}, + [4192] = {.lex_state = 2048}, + [4193] = {.lex_state = 8}, + [4194] = {.lex_state = 0, .external_lex_state = 104}, + [4195] = {.lex_state = 3}, + [4196] = {.lex_state = 4}, + [4197] = {.lex_state = 3}, + [4198] = {.lex_state = 4}, + [4199] = {.lex_state = 4}, [4200] = {.lex_state = 1}, - [4201] = {.lex_state = 1}, - [4202] = {.lex_state = 1}, - [4203] = {.lex_state = 8}, - [4204] = {.lex_state = 0, .external_lex_state = 95}, - [4205] = {.lex_state = 0, .external_lex_state = 96}, - [4206] = {.lex_state = 2049}, - [4207] = {.lex_state = 3}, - [4208] = {.lex_state = 8}, - [4209] = {.lex_state = 2049}, - [4210] = {.lex_state = 0, .external_lex_state = 97}, - [4211] = {.lex_state = 0, .external_lex_state = 98}, - [4212] = {.lex_state = 0, .external_lex_state = 93}, - [4213] = {.lex_state = 2049}, - [4214] = {.lex_state = 8}, - [4215] = {.lex_state = 8}, - [4216] = {.lex_state = 0, .external_lex_state = 99}, - [4217] = {.lex_state = 0, .external_lex_state = 100}, - [4218] = {.lex_state = 8}, - [4219] = {.lex_state = 8}, - [4220] = {.lex_state = 0, .external_lex_state = 101}, - [4221] = {.lex_state = 0, .external_lex_state = 102}, - [4222] = {.lex_state = 0, .external_lex_state = 94}, + [4201] = {.lex_state = 2042}, + [4202] = {.lex_state = 2042}, + [4203] = {.lex_state = 1}, + [4204] = {.lex_state = 1}, + [4205] = {.lex_state = 1}, + [4206] = {.lex_state = 3}, + [4207] = {.lex_state = 4}, + [4208] = {.lex_state = 4}, + [4209] = {.lex_state = 0, .external_lex_state = 102}, + [4210] = {.lex_state = 2048}, + [4211] = {.lex_state = 2043}, + [4212] = {.lex_state = 8}, + [4213] = {.lex_state = 4}, + [4214] = {.lex_state = 2048}, + [4215] = {.lex_state = 1}, + [4216] = {.lex_state = 0, .external_lex_state = 95}, + [4217] = {.lex_state = 0, .external_lex_state = 101}, + [4218] = {.lex_state = 2048}, + [4219] = {.lex_state = 2048}, + [4220] = {.lex_state = 0, .external_lex_state = 105}, + [4221] = {.lex_state = 1}, + [4222] = {.lex_state = 0, .external_lex_state = 101}, + [4223] = {.lex_state = 0, .external_lex_state = 101}, + [4224] = {.lex_state = 0, .external_lex_state = 96}, + [4225] = {.lex_state = 2038}, + [4226] = {.lex_state = 2042}, + [4227] = {.lex_state = 2042}, + [4228] = {.lex_state = 2038}, + [4229] = {.lex_state = 0, .external_lex_state = 101}, + [4230] = {.lex_state = 0, .external_lex_state = 101}, + [4231] = {.lex_state = 0, .external_lex_state = 101}, + [4232] = {.lex_state = 0, .external_lex_state = 101}, + [4233] = {.lex_state = 2048}, + [4234] = {.lex_state = 1}, + [4235] = {.lex_state = 2048}, + [4236] = {.lex_state = 2043}, + [4237] = {.lex_state = 8}, + [4238] = {.lex_state = 1}, + [4239] = {.lex_state = 0, .external_lex_state = 97}, + [4240] = {.lex_state = 1}, + [4241] = {.lex_state = 4}, + [4242] = {.lex_state = 1}, + [4243] = {.lex_state = 2038}, + [4244] = {.lex_state = 0, .external_lex_state = 102}, + [4245] = {.lex_state = 2038}, + [4246] = {.lex_state = 4}, + [4247] = {.lex_state = 0, .external_lex_state = 103}, + [4248] = {.lex_state = 2048}, + [4249] = {.lex_state = 0, .external_lex_state = 100}, + [4250] = {.lex_state = 2048}, + [4251] = {.lex_state = 2042}, + [4252] = {.lex_state = 2042}, + [4253] = {.lex_state = 0, .external_lex_state = 104}, + [4254] = {.lex_state = 0, .external_lex_state = 95}, + [4255] = {.lex_state = 0, .external_lex_state = 105}, + [4256] = {.lex_state = 2043}, + [4257] = {.lex_state = 0, .external_lex_state = 96}, + [4258] = {.lex_state = 0, .external_lex_state = 97}, + [4259] = {.lex_state = 0, .external_lex_state = 98}, + [4260] = {.lex_state = 0, .external_lex_state = 99}, + [4261] = {.lex_state = 2043}, + [4262] = {.lex_state = 8}, + [4263] = {.lex_state = 0, .external_lex_state = 101}, + [4264] = {.lex_state = 0, .external_lex_state = 101}, + [4265] = {.lex_state = 0, .external_lex_state = 103}, + [4266] = {.lex_state = 3}, + [4267] = {.lex_state = 4}, + [4268] = {.lex_state = 4}, + [4269] = {.lex_state = 2048}, + [4270] = {.lex_state = 0, .external_lex_state = 98}, + [4271] = {.lex_state = 0, .external_lex_state = 99}, + [4272] = {.lex_state = 2048}, + [4273] = {.lex_state = 2048}, + [4274] = {.lex_state = 4}, + [4275] = {.lex_state = 1}, + [4276] = {.lex_state = 2042}, + [4277] = {.lex_state = 2042}, + [4278] = {.lex_state = 2048}, + [4279] = {.lex_state = 2048}, + [4280] = {.lex_state = 0, .external_lex_state = 101}, + [4281] = {.lex_state = 1}, + [4282] = {.lex_state = 1}, + [4283] = {.lex_state = 1}, + [4284] = {.lex_state = 1}, + [4285] = {.lex_state = 1}, + [4286] = {.lex_state = 2043}, + [4287] = {.lex_state = 8}, + [4288] = {.lex_state = 1}, + [4289] = {.lex_state = 3}, + [4290] = {.lex_state = 0, .external_lex_state = 101}, + [4291] = {.lex_state = 0, .external_lex_state = 101}, + [4292] = {.lex_state = 1}, + [4293] = {.lex_state = 0, .external_lex_state = 50}, + [4294] = {.lex_state = 0, .external_lex_state = 101}, + [4295] = {.lex_state = 1}, + [4296] = {.lex_state = 1}, + [4297] = {.lex_state = 2048}, + [4298] = {.lex_state = 2048}, + [4299] = {.lex_state = 0, .external_lex_state = 102}, + [4300] = {.lex_state = 2048}, + [4301] = {.lex_state = 2048}, + [4302] = {.lex_state = 0, .external_lex_state = 103}, + [4303] = {.lex_state = 2048}, + [4304] = {.lex_state = 3}, + [4305] = {.lex_state = 4}, + [4306] = {.lex_state = 1}, + [4307] = {.lex_state = 0}, + [4308] = {.lex_state = 4}, + [4309] = {.lex_state = 4}, + [4310] = {.lex_state = 0, .external_lex_state = 101}, + [4311] = {.lex_state = 4}, + [4312] = {.lex_state = 4}, + [4313] = {.lex_state = 0, .external_lex_state = 97}, + [4314] = {.lex_state = 0, .external_lex_state = 101}, + [4315] = {.lex_state = 4}, + [4316] = {.lex_state = 0, .external_lex_state = 91}, + [4317] = {.lex_state = 2038}, + [4318] = {.lex_state = 2038}, + [4319] = {.lex_state = 4}, + [4320] = {.lex_state = 4}, + [4321] = {.lex_state = 0, .external_lex_state = 100}, + [4322] = {.lex_state = 0, .external_lex_state = 100}, + [4323] = {.lex_state = 0, .external_lex_state = 100}, + [4324] = {.lex_state = 0, .external_lex_state = 100}, + [4325] = {.lex_state = 0, .external_lex_state = 100}, + [4326] = {.lex_state = 0, .external_lex_state = 100}, + [4327] = {.lex_state = 0, .external_lex_state = 100}, + [4328] = {.lex_state = 0, .external_lex_state = 100}, + [4329] = {.lex_state = 0, .external_lex_state = 100}, + [4330] = {.lex_state = 2048}, + [4331] = {.lex_state = 4}, + [4332] = {.lex_state = 0, .external_lex_state = 101}, + [4333] = {.lex_state = 4}, + [4334] = {.lex_state = 4}, + [4335] = {.lex_state = 0, .external_lex_state = 100}, + [4336] = {.lex_state = 0, .external_lex_state = 100}, + [4337] = {.lex_state = 0, .external_lex_state = 100}, + [4338] = {.lex_state = 0, .external_lex_state = 100}, + [4339] = {.lex_state = 0, .external_lex_state = 100}, + [4340] = {.lex_state = 0, .external_lex_state = 100}, + [4341] = {.lex_state = 0, .external_lex_state = 100}, + [4342] = {.lex_state = 0, .external_lex_state = 100}, + [4343] = {.lex_state = 0, .external_lex_state = 100}, + [4344] = {.lex_state = 4}, + [4345] = {.lex_state = 4}, + [4346] = {.lex_state = 4}, + [4347] = {.lex_state = 4}, + [4348] = {.lex_state = 4}, + [4349] = {.lex_state = 4}, + [4350] = {.lex_state = 4}, + [4351] = {.lex_state = 4}, + [4352] = {.lex_state = 4}, + [4353] = {.lex_state = 4}, + [4354] = {.lex_state = 4}, + [4355] = {.lex_state = 4}, + [4356] = {.lex_state = 4}, + [4357] = {.lex_state = 4}, + [4358] = {.lex_state = 4}, + [4359] = {.lex_state = 4}, + [4360] = {.lex_state = 4}, + [4361] = {.lex_state = 4}, + [4362] = {.lex_state = 4}, + [4363] = {.lex_state = 4}, + [4364] = {.lex_state = 4}, + [4365] = {.lex_state = 4}, + [4366] = {.lex_state = 4}, + [4367] = {.lex_state = 4}, + [4368] = {.lex_state = 4}, + [4369] = {.lex_state = 4}, + [4370] = {.lex_state = 4}, + [4371] = {.lex_state = 4}, + [4372] = {.lex_state = 4}, + [4373] = {.lex_state = 4}, + [4374] = {.lex_state = 0, .external_lex_state = 101}, + [4375] = {.lex_state = 0, .external_lex_state = 101}, + [4376] = {.lex_state = 0, .external_lex_state = 101}, + [4377] = {.lex_state = 2038}, + [4378] = {.lex_state = 2038}, + [4379] = {.lex_state = 0, .external_lex_state = 101}, + [4380] = {.lex_state = 0, .external_lex_state = 101}, + [4381] = {.lex_state = 0, .external_lex_state = 104}, + [4382] = {.lex_state = 0, .external_lex_state = 96}, + [4383] = {.lex_state = 2048}, + [4384] = {.lex_state = 1}, + [4385] = {.lex_state = 0, .external_lex_state = 101}, + [4386] = {.lex_state = 1}, + [4387] = {.lex_state = 0, .external_lex_state = 104}, + [4388] = {.lex_state = 1}, + [4389] = {.lex_state = 0, .external_lex_state = 95}, + [4390] = {.lex_state = 1}, + [4391] = {.lex_state = 4}, + [4392] = {.lex_state = 0, .external_lex_state = 102}, + [4393] = {.lex_state = 0, .external_lex_state = 103}, + [4394] = {.lex_state = 2048}, + [4395] = {.lex_state = 2048}, + [4396] = {.lex_state = 0, .external_lex_state = 104}, + [4397] = {.lex_state = 0, .external_lex_state = 95}, + [4398] = {.lex_state = 0, .external_lex_state = 105}, + [4399] = {.lex_state = 10}, + [4400] = {.lex_state = 0, .external_lex_state = 96}, + [4401] = {.lex_state = 0, .external_lex_state = 97}, + [4402] = {.lex_state = 0, .external_lex_state = 98}, + [4403] = {.lex_state = 0, .external_lex_state = 99}, + [4404] = {.lex_state = 2038}, + [4405] = {.lex_state = 2038}, + [4406] = {.lex_state = 4}, + [4407] = {.lex_state = 0, .external_lex_state = 105}, + [4408] = {.lex_state = 2048}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -21098,85 +21474,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(1), }, [STATE(1)] = { - [sym_document] = STATE(3784), - [sym__block_not_section] = STATE(440), - [sym_section] = STATE(2409), - [sym__section1] = STATE(2640), - [sym__section2] = STATE(2640), - [sym__section3] = STATE(2640), - [sym__section4] = STATE(2640), - [sym__section5] = STATE(2640), - [sym__section6] = STATE(2640), - [sym__atx_heading1] = STATE(80), - [sym__atx_heading2] = STATE(91), + [sym_document] = STATE(4307), + [sym__block_not_section] = STATE(579), + [sym_section] = STATE(2469), + [sym__section1] = STATE(2731), + [sym__section2] = STATE(2731), + [sym__section3] = STATE(2731), + [sym__section4] = STATE(2731), + [sym__section5] = STATE(2731), + [sym__section6] = STATE(2731), + [sym__atx_heading1] = STATE(82), + [sym__atx_heading2] = STATE(87), [sym__atx_heading3] = STATE(100), - [sym__atx_heading4] = STATE(104), + [sym__atx_heading4] = STATE(109), [sym__atx_heading5] = STATE(118), [sym__atx_heading6] = STATE(127), - [sym_pandoc_horizontal_rule] = STATE(440), - [sym_pandoc_paragraph] = STATE(440), - [sym_inline_ref_def] = STATE(440), - [sym_caption] = STATE(440), - [sym_pipe_table] = STATE(440), - [sym__inlines] = STATE(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(440), - [sym_pandoc_list] = STATE(440), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), + [sym_pandoc_horizontal_rule] = STATE(579), + [sym_pandoc_paragraph] = STATE(579), + [sym_inline_ref_def] = STATE(579), + [sym_caption] = STATE(579), + [sym_pipe_table] = STATE(579), + [sym__inlines] = STATE(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(579), + [sym_pandoc_list] = STATE(579), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [sym_pandoc_code_block] = STATE(440), - [sym_pandoc_div] = STATE(440), - [sym_note_definition_fenced_block] = STATE(440), - [sym__newline] = STATE(440), - [sym__soft_line_break] = STATE(440), - [sym__inline_whitespace] = STATE(803), - [aux_sym_document_repeat1] = STATE(66), - [aux_sym_document_repeat2] = STATE(2409), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), + [sym__list_item_minus] = STATE(148), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [sym_pandoc_code_block] = STATE(579), + [sym_pandoc_div] = STATE(579), + [sym_note_definition_fenced_block] = STATE(579), + [sym__newline] = STATE(579), + [sym__soft_line_break] = STATE(579), + [sym__inline_whitespace] = STATE(795), + [aux_sym_document_repeat1] = STATE(70), + [aux_sym_document_repeat2] = STATE(2469), + [aux_sym__list_plus_repeat1] = STATE(168), + [aux_sym__list_minus_repeat1] = STATE(148), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), [ts_builtin_sym_end] = ACTIONS(3), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), @@ -21244,86 +21620,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(107), }, [STATE(2)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(4222), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3280), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3653), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3193), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -21393,86 +21769,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(3)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3459), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3274), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4008), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3195), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -21542,86 +21918,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(4)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(4092), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3180), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4055), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3256), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -21691,86 +22067,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(5)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3528), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3305), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4217), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3176), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -21840,86 +22216,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(6)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3599), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3060), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4280), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3214), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -21989,86 +22365,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(7)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(4003), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3302), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3617), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3185), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -22138,86 +22514,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(8)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3847), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3160), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3647), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3187), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -22287,86 +22663,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(9)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3849), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3161), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3697), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3275), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -22436,86 +22812,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(10)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3867), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3169), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3655), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3194), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -22585,86 +22961,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(11)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3869), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3170), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3674), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3196), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -22734,86 +23110,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(12)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3871), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3171), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3687), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3200), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -22883,86 +23259,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(13)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3873), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3172), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4122), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3367), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -23032,86 +23408,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(14)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3762), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3291), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4130), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3368), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -23181,86 +23557,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(15)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3799), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3312), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4135), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3370), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -23330,86 +23706,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(16)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3834), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3062), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4157), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3374), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -23479,86 +23855,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(17)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3856), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3090), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4159), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3378), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -23628,86 +24004,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(18)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3895), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3093), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4163), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3382), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -23777,86 +24153,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(19)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3912), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3095), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4117), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3300), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -23926,86 +24302,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(20)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3944), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3582), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -24073,86 +24449,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(21)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3627), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3622), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -24220,86 +24596,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(22)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3683), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3876), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -24367,86 +24743,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(23)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3700), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4006), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -24514,86 +24890,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(24)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3906), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4031), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -24661,86 +25037,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(25)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3744), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3899), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -24808,86 +25184,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(26)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(4094), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3764), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -24955,86 +25331,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(27)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3943), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3767), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -25102,86 +25478,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(28)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3626), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3769), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -25249,86 +25625,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(29)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3945), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3771), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -25396,86 +25772,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(30)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3946), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3775), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -25543,86 +25919,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(31)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3947), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(3787), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -25690,86 +26066,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(32)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3948), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4222), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -25837,86 +26213,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(33)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3559), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4223), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -25984,86 +26360,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(34)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3575), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4229), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -26131,86 +26507,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(35)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3576), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4230), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -26278,86 +26654,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(36)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3584), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4231), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -26425,86 +26801,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(37)] = { - [sym__block] = STATE(61), - [sym__block_not_section] = STATE(61), - [sym_section] = STATE(61), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(61), - [sym_pandoc_list] = STATE(61), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(72), + [sym__block_not_section] = STATE(72), + [sym_section] = STATE(72), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(72), + [sym_pandoc_list] = STATE(72), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym__list_item_content] = STATE(3588), - [sym_pandoc_code_block] = STATE(61), - [sym_pandoc_div] = STATE(61), - [sym_note_definition_fenced_block] = STATE(61), - [sym__blank_line] = STATE(3429), - [sym__newline] = STATE(61), - [sym__soft_line_break] = STATE(61), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(61), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym__list_item_content] = STATE(4232), + [sym_pandoc_code_block] = STATE(72), + [sym_pandoc_div] = STATE(72), + [sym_note_definition_fenced_block] = STATE(72), + [sym__blank_line] = STATE(3434), + [sym__newline] = STATE(72), + [sym__soft_line_break] = STATE(72), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(72), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -26572,84 +26948,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(38)] = { - [sym__block] = STATE(68), - [sym__block_not_section] = STATE(68), - [sym_section] = STATE(68), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(68), - [sym_pandoc_list] = STATE(68), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(63), + [sym__block_not_section] = STATE(63), + [sym_section] = STATE(63), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(63), + [sym_pandoc_list] = STATE(63), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(68), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(63), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -26721,81 +27097,81 @@ 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(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(46), [sym_pandoc_list] = STATE(46), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(46), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -26867,81 +27243,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(41), [sym__block_not_section] = STATE(41), [sym_section] = STATE(41), - [sym__section1] = STATE(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(41), [sym_pandoc_list] = STATE(41), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(41), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -27013,81 +27389,81 @@ 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(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(46), [sym_pandoc_list] = STATE(46), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(46), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -27159,81 +27535,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(44), [sym__block_not_section] = STATE(44), [sym_section] = STATE(44), - [sym__section1] = STATE(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [sym_pandoc_horizontal_rule] = STATE(44), [sym_pandoc_paragraph] = STATE(44), [sym_inline_ref_def] = STATE(44), [sym_caption] = STATE(44), [sym_pipe_table] = STATE(44), - [sym__inlines] = STATE(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(44), [sym_pandoc_list] = STATE(44), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [sym_pandoc_code_block] = STATE(44), [sym_pandoc_div] = STATE(44), [sym_note_definition_fenced_block] = STATE(44), [sym__newline] = STATE(44), [sym__soft_line_break] = STATE(44), - [sym__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(44), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -27305,81 +27681,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(45), [sym__block_not_section] = STATE(45), [sym_section] = STATE(45), - [sym__section1] = STATE(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [sym_pandoc_horizontal_rule] = STATE(45), [sym_pandoc_paragraph] = STATE(45), [sym_inline_ref_def] = STATE(45), [sym_caption] = STATE(45), [sym_pipe_table] = STATE(45), - [sym__inlines] = STATE(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(45), [sym_pandoc_list] = STATE(45), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [sym_pandoc_code_block] = STATE(45), [sym_pandoc_div] = STATE(45), [sym_note_definition_fenced_block] = STATE(45), [sym__newline] = STATE(45), [sym__soft_line_break] = STATE(45), - [sym__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(45), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -27451,81 +27827,81 @@ 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(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(46), [sym_pandoc_list] = STATE(46), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(46), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -27597,81 +27973,81 @@ 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(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(46), [sym_pandoc_list] = STATE(46), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(46), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -27743,81 +28119,81 @@ 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(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(46), [sym_pandoc_list] = STATE(46), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(46), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(289), [sym_numeric_character_reference] = ACTIONS(289), [anon_sym_LBRACK] = ACTIONS(292), @@ -27886,84 +28262,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(444), }, [STATE(47)] = { - [sym__block] = STATE(64), - [sym__block_not_section] = STATE(64), - [sym_section] = STATE(64), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(64), - [sym_pandoc_list] = STATE(64), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(68), + [sym__block_not_section] = STATE(68), + [sym_section] = STATE(68), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(68), + [sym_pandoc_list] = STATE(68), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(64), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(68), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -28035,81 +28411,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(49), [sym__block_not_section] = STATE(49), [sym_section] = STATE(49), - [sym__section1] = STATE(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(49), [sym_pandoc_list] = STATE(49), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(49), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -28181,81 +28557,81 @@ 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(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(46), [sym_pandoc_list] = STATE(46), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(46), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -28327,81 +28703,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(52), [sym__block_not_section] = STATE(52), [sym_section] = STATE(52), - [sym__section1] = STATE(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(52), [sym_pandoc_list] = STATE(52), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(52), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -28473,81 +28849,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(53), [sym__block_not_section] = STATE(53), [sym_section] = STATE(53), - [sym__section1] = STATE(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [sym_pandoc_horizontal_rule] = STATE(53), [sym_pandoc_paragraph] = STATE(53), [sym_inline_ref_def] = STATE(53), [sym_caption] = STATE(53), [sym_pipe_table] = STATE(53), - [sym__inlines] = STATE(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(53), [sym_pandoc_list] = STATE(53), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [sym_pandoc_code_block] = STATE(53), [sym_pandoc_div] = STATE(53), [sym_note_definition_fenced_block] = STATE(53), [sym__newline] = STATE(53), [sym__soft_line_break] = STATE(53), - [sym__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(53), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -28619,81 +28995,81 @@ 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(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(46), [sym_pandoc_list] = STATE(46), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(46), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -28765,81 +29141,81 @@ 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(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(46), [sym_pandoc_list] = STATE(46), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(46), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -28908,84 +29284,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(261), }, [STATE(54)] = { - [sym__block] = STATE(71), - [sym__block_not_section] = STATE(71), - [sym_section] = STATE(71), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(71), - [sym_pandoc_list] = STATE(71), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(67), + [sym__block_not_section] = STATE(67), + [sym_section] = STATE(67), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(67), + [sym_pandoc_list] = STATE(67), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(71), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(67), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -29057,81 +29433,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(56), [sym__block_not_section] = STATE(56), [sym_section] = STATE(56), - [sym__section1] = STATE(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(56), [sym_pandoc_list] = STATE(56), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(56), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -29203,81 +29579,81 @@ 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(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(46), [sym_pandoc_list] = STATE(46), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(46), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -29349,81 +29725,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(59), [sym__block_not_section] = STATE(59), [sym_section] = STATE(59), - [sym__section1] = STATE(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [sym_pandoc_horizontal_rule] = STATE(59), [sym_pandoc_paragraph] = STATE(59), [sym_inline_ref_def] = STATE(59), [sym_caption] = STATE(59), [sym_pipe_table] = STATE(59), - [sym__inlines] = STATE(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(59), [sym_pandoc_list] = STATE(59), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [sym_pandoc_code_block] = STATE(59), [sym_pandoc_div] = STATE(59), [sym_note_definition_fenced_block] = STATE(59), [sym__newline] = STATE(59), [sym__soft_line_break] = STATE(59), - [sym__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(59), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -29495,81 +29871,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(39), [sym__block_not_section] = STATE(39), [sym_section] = STATE(39), - [sym__section1] = STATE(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(39), [sym_pandoc_list] = STATE(39), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(39), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -29641,81 +30017,81 @@ 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(318), - [sym__section2] = STATE(318), - [sym__section3] = STATE(318), - [sym__section4] = STATE(318), - [sym__section5] = STATE(318), - [sym__section6] = STATE(318), - [sym__atx_heading1] = STATE(74), - [sym__atx_heading2] = STATE(83), + [sym__section1] = STATE(316), + [sym__section2] = STATE(316), + [sym__section3] = STATE(316), + [sym__section4] = STATE(316), + [sym__section5] = STATE(316), + [sym__section6] = STATE(316), + [sym__atx_heading1] = STATE(76), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(46), [sym_pandoc_list] = STATE(46), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym_pandoc_block_quote_repeat1] = STATE(46), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -29787,81 +30163,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__block] = STATE(73), [sym__block_not_section] = STATE(73), [sym_section] = STATE(73), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(73), [sym_pandoc_list] = STATE(73), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), [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__inline_whitespace] = STATE(799), + [sym__inline_whitespace] = STATE(789), [aux_sym_pandoc_block_quote_repeat1] = STATE(73), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -29929,84 +30305,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(61)] = { - [sym__block] = STATE(67), - [sym__block_not_section] = STATE(67), - [sym_section] = STATE(67), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(67), - [sym_pandoc_list] = STATE(67), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(71), + [sym__block_not_section] = STATE(71), + [sym_section] = STATE(71), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(71), + [sym_pandoc_list] = STATE(71), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(67), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(71), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -30074,85 +30450,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(62)] = { - [sym__block_not_section] = STATE(440), - [sym_section] = STATE(2407), - [sym__section1] = STATE(2640), - [sym__section2] = STATE(2640), - [sym__section3] = STATE(2640), - [sym__section4] = STATE(2640), - [sym__section5] = STATE(2640), - [sym__section6] = STATE(2640), - [sym__atx_heading1] = STATE(80), - [sym__atx_heading2] = STATE(91), - [sym__atx_heading3] = STATE(100), + [sym__block] = STATE(61), + [sym__block_not_section] = STATE(61), + [sym_section] = STATE(61), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), [sym__atx_heading4] = STATE(104), - [sym__atx_heading5] = STATE(118), - [sym__atx_heading6] = STATE(127), - [sym_pandoc_horizontal_rule] = STATE(440), - [sym_pandoc_paragraph] = STATE(440), - [sym_inline_ref_def] = STATE(440), - [sym_caption] = STATE(440), - [sym_pipe_table] = STATE(440), - [sym__inlines] = STATE(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(440), - [sym_pandoc_list] = STATE(440), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [sym_pandoc_code_block] = STATE(440), - [sym_pandoc_div] = STATE(440), - [sym_note_definition_fenced_block] = STATE(440), - [sym__newline] = STATE(440), - [sym__soft_line_break] = STATE(440), - [sym__inline_whitespace] = STATE(803), - [aux_sym_document_repeat1] = STATE(69), - [aux_sym_document_repeat2] = STATE(2407), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(515), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(61), + [sym_pandoc_list] = STATE(61), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), + [sym__list_item_dot] = STATE(159), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(61), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), + [aux_sym__list_dot_repeat1] = STATE(159), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -30162,17 +30537,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(15), [aux_sym_pandoc_str_token1] = ACTIONS(17), [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = 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__whitespace] = ACTIONS(109), + [sym__line_ending] = ACTIONS(111), + [sym__soft_line_ending] = ACTIONS(113), + [sym__block_close] = ACTIONS(515), + [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(43), [sym__list_marker_plus] = ACTIONS(45), [sym__list_marker_star] = ACTIONS(47), @@ -30185,11 +30561,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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__fenced_code_block_start_backtick] = ACTIONS(135), [sym_minus_metadata] = ACTIONS(517), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), [sym__autolink] = ACTIONS(5), @@ -30216,87 +30592,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(5), [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), - [sym__caption_start] = ACTIONS(107), + [sym__caption_start] = ACTIONS(147), }, [STATE(63)] = { - [sym__block] = STATE(65), - [sym__block_not_section] = STATE(65), - [sym_section] = STATE(65), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(65), - [sym_pandoc_list] = STATE(65), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(71), + [sym__block_not_section] = STATE(71), + [sym_section] = STATE(71), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(71), + [sym_pandoc_list] = STATE(71), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym_pandoc_code_block] = STATE(65), - [sym_pandoc_div] = STATE(65), - [sym_note_definition_fenced_block] = STATE(65), - [sym__newline] = STATE(65), - [sym__soft_line_break] = STATE(65), - [sym__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(65), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(71), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -30309,7 +30685,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(109), [sym__line_ending] = ACTIONS(111), [sym__soft_line_ending] = ACTIONS(113), - [sym__block_close] = ACTIONS(519), + [sym__block_close] = ACTIONS(515), [sym__block_quote_start] = ACTIONS(119), [sym_atx_h1_marker] = ACTIONS(121), [sym_atx_h2_marker] = ACTIONS(123), @@ -30331,7 +30707,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_example] = ACTIONS(53), [sym__list_marker_example_dont_interrupt] = ACTIONS(53), [sym__fenced_code_block_start_backtick] = ACTIONS(135), - [sym_minus_metadata] = ACTIONS(521), + [sym_minus_metadata] = ACTIONS(513), [sym__pipe_table_start] = ACTIONS(141), [sym__fenced_div_start] = ACTIONS(143), [sym_ref_id_specifier] = ACTIONS(145), @@ -30364,84 +30740,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(64)] = { - [sym__block] = STATE(67), - [sym__block_not_section] = STATE(67), - [sym_section] = STATE(67), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), + [sym__block_not_section] = STATE(579), + [sym_section] = STATE(2472), + [sym__section1] = STATE(2731), + [sym__section2] = STATE(2731), + [sym__section3] = STATE(2731), + [sym__section4] = STATE(2731), + [sym__section5] = STATE(2731), + [sym__section6] = STATE(2731), + [sym__atx_heading1] = STATE(82), + [sym__atx_heading2] = STATE(87), + [sym__atx_heading3] = STATE(100), [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(67), - [sym_pandoc_list] = STATE(67), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), + [sym__atx_heading5] = STATE(118), + [sym__atx_heading6] = STATE(127), + [sym_pandoc_horizontal_rule] = STATE(579), + [sym_pandoc_paragraph] = STATE(579), + [sym_inline_ref_def] = STATE(579), + [sym_caption] = STATE(579), + [sym_pipe_table] = STATE(579), + [sym__inlines] = STATE(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(579), + [sym_pandoc_list] = STATE(579), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), - [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(67), - [aux_sym__list_plus_repeat1] = STATE(151), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [sym_pandoc_code_block] = STATE(579), + [sym_pandoc_div] = STATE(579), + [sym_note_definition_fenced_block] = STATE(579), + [sym__newline] = STATE(579), + [sym__soft_line_break] = STATE(579), + [sym__inline_whitespace] = STATE(795), + [aux_sym_document_repeat1] = STATE(122), + [aux_sym_document_repeat2] = STATE(2472), + [aux_sym__list_plus_repeat1] = STATE(168), [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), - [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(519), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -30451,18 +30828,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(15), [aux_sym_pandoc_str_token1] = ACTIONS(17), [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(109), - [sym__line_ending] = ACTIONS(111), - [sym__soft_line_ending] = ACTIONS(113), - [sym__block_close] = ACTIONS(519), - [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__whitespace] = 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), @@ -30475,11 +30851,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(135), - [sym_minus_metadata] = ACTIONS(513), - [sym__pipe_table_start] = ACTIONS(141), - [sym__fenced_div_start] = ACTIONS(143), - [sym_ref_id_specifier] = ACTIONS(145), + [sym__fenced_code_block_start_backtick] = ACTIONS(55), + [sym_minus_metadata] = ACTIONS(521), + [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(5), [sym__autolink] = ACTIONS(5), @@ -30506,87 +30882,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(5), [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), - [sym__caption_start] = ACTIONS(147), + [sym__caption_start] = ACTIONS(107), }, [STATE(65)] = { - [sym__block] = STATE(67), - [sym__block_not_section] = STATE(67), - [sym_section] = STATE(67), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(67), - [sym_pandoc_list] = STATE(67), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(71), + [sym__block_not_section] = STATE(71), + [sym_section] = STATE(71), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(71), + [sym_pandoc_list] = STATE(71), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(67), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(71), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -30654,85 +31030,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(66)] = { - [sym__block_not_section] = STATE(440), - [sym_section] = STATE(2405), - [sym__section1] = STATE(2640), - [sym__section2] = STATE(2640), - [sym__section3] = STATE(2640), - [sym__section4] = STATE(2640), - [sym__section5] = STATE(2640), - [sym__section6] = STATE(2640), - [sym__atx_heading1] = STATE(80), - [sym__atx_heading2] = STATE(91), - [sym__atx_heading3] = STATE(100), + [sym__block] = STATE(65), + [sym__block_not_section] = STATE(65), + [sym_section] = STATE(65), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), [sym__atx_heading4] = STATE(104), - [sym__atx_heading5] = STATE(118), - [sym__atx_heading6] = STATE(127), - [sym_pandoc_horizontal_rule] = STATE(440), - [sym_pandoc_paragraph] = STATE(440), - [sym_inline_ref_def] = STATE(440), - [sym_caption] = STATE(440), - [sym_pipe_table] = STATE(440), - [sym__inlines] = STATE(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(440), - [sym_pandoc_list] = STATE(440), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [sym_pandoc_code_block] = STATE(440), - [sym_pandoc_div] = STATE(440), - [sym_note_definition_fenced_block] = STATE(440), - [sym__newline] = STATE(440), - [sym__soft_line_break] = STATE(440), - [sym__inline_whitespace] = STATE(803), - [aux_sym_document_repeat1] = STATE(122), - [aux_sym_document_repeat2] = STATE(2405), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(525), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(65), + [sym_pandoc_list] = STATE(65), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), + [sym__list_item_dot] = STATE(159), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym_pandoc_code_block] = STATE(65), + [sym_pandoc_div] = STATE(65), + [sym_note_definition_fenced_block] = STATE(65), + [sym__newline] = STATE(65), + [sym__soft_line_break] = STATE(65), + [sym__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(65), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), + [aux_sym__list_dot_repeat1] = STATE(159), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -30742,17 +31117,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(15), [aux_sym_pandoc_str_token1] = ACTIONS(17), [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = 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__whitespace] = ACTIONS(109), + [sym__line_ending] = ACTIONS(111), + [sym__soft_line_ending] = ACTIONS(113), + [sym__block_close] = ACTIONS(525), + [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(43), [sym__list_marker_plus] = ACTIONS(45), [sym__list_marker_star] = ACTIONS(47), @@ -30765,11 +31141,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(517), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(527), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), [sym__autolink] = ACTIONS(5), @@ -30796,232 +31172,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(5), [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), - [sym__caption_start] = ACTIONS(107), + [sym__caption_start] = ACTIONS(147), }, [STATE(67)] = { - [sym__block] = STATE(67), - [sym__block_not_section] = STATE(67), - [sym_section] = STATE(67), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(67), - [sym_pandoc_list] = STATE(67), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), - [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(67), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), - [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), - [sym_entity_reference] = ACTIONS(289), - [sym_numeric_character_reference] = ACTIONS(289), - [anon_sym_LBRACK] = ACTIONS(292), - [anon_sym_BANG_LBRACK] = ACTIONS(295), - [anon_sym_DOLLAR] = ACTIONS(298), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(301), - [anon_sym_LBRACE] = ACTIONS(304), - [aux_sym_pandoc_str_token1] = ACTIONS(307), - [anon_sym_PIPE] = ACTIONS(310), - [sym__whitespace] = ACTIONS(527), - [sym__line_ending] = ACTIONS(530), - [sym__soft_line_ending] = ACTIONS(533), - [sym__block_close] = ACTIONS(322), - [sym__block_quote_start] = ACTIONS(536), - [sym_atx_h1_marker] = ACTIONS(539), - [sym_atx_h2_marker] = ACTIONS(542), - [sym_atx_h3_marker] = ACTIONS(545), - [sym_atx_h4_marker] = ACTIONS(548), - [sym_atx_h5_marker] = ACTIONS(551), - [sym_atx_h6_marker] = ACTIONS(554), - [sym__thematic_break] = ACTIONS(557), - [sym__list_marker_minus] = ACTIONS(348), - [sym__list_marker_plus] = ACTIONS(351), - [sym__list_marker_star] = ACTIONS(354), - [sym__list_marker_parenthesis] = ACTIONS(357), - [sym__list_marker_dot] = ACTIONS(360), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(348), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(351), - [sym__list_marker_star_dont_interrupt] = ACTIONS(354), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(357), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(360), - [sym__list_marker_example] = ACTIONS(363), - [sym__list_marker_example_dont_interrupt] = ACTIONS(363), - [sym__fenced_code_block_start_backtick] = ACTIONS(560), - [sym_minus_metadata] = ACTIONS(563), - [sym__pipe_table_start] = ACTIONS(566), - [sym__fenced_div_start] = ACTIONS(569), - [sym_ref_id_specifier] = ACTIONS(572), - [sym__code_span_start] = ACTIONS(381), - [sym__html_comment] = ACTIONS(289), - [sym__autolink] = ACTIONS(289), - [sym__highlight_span_start] = ACTIONS(384), - [sym__insert_span_start] = ACTIONS(387), - [sym__delete_span_start] = ACTIONS(390), - [sym__edit_comment_span_start] = ACTIONS(393), - [sym__single_quote_span_open] = ACTIONS(396), - [sym__double_quote_span_open] = ACTIONS(399), - [sym__shortcode_open_escaped] = ACTIONS(402), - [sym__shortcode_open] = ACTIONS(405), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(408), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(411), - [sym__cite_author_in_text] = ACTIONS(414), - [sym__cite_suppress_author] = ACTIONS(417), - [sym__strikeout_open] = ACTIONS(420), - [sym__subscript_open] = ACTIONS(423), - [sym__superscript_open] = ACTIONS(426), - [sym__inline_note_start_token] = ACTIONS(429), - [sym__strong_emphasis_open_star] = ACTIONS(432), - [sym__strong_emphasis_open_underscore] = ACTIONS(435), - [sym__emphasis_open_star] = ACTIONS(438), - [sym__emphasis_open_underscore] = ACTIONS(441), - [sym_inline_note_reference] = ACTIONS(289), - [sym_html_element] = ACTIONS(289), - [sym__pandoc_line_break] = ACTIONS(289), - [sym__caption_start] = ACTIONS(575), - }, - [STATE(68)] = { - [sym__block] = STATE(67), - [sym__block_not_section] = STATE(67), - [sym_section] = STATE(67), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(67), - [sym_pandoc_list] = STATE(67), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(71), + [sym__block_not_section] = STATE(71), + [sym_section] = STATE(71), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(71), + [sym_pandoc_list] = STATE(71), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(67), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(71), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -31034,7 +31265,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(109), [sym__line_ending] = ACTIONS(111), [sym__soft_line_ending] = ACTIONS(113), - [sym__block_close] = ACTIONS(507), + [sym__block_close] = ACTIONS(525), [sym__block_quote_start] = ACTIONS(119), [sym_atx_h1_marker] = ACTIONS(121), [sym_atx_h2_marker] = ACTIONS(123), @@ -31088,86 +31319,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(147), }, - [STATE(69)] = { - [sym__block_not_section] = STATE(440), - [sym_section] = STATE(2408), - [sym__section1] = STATE(2640), - [sym__section2] = STATE(2640), - [sym__section3] = STATE(2640), - [sym__section4] = STATE(2640), - [sym__section5] = STATE(2640), - [sym__section6] = STATE(2640), - [sym__atx_heading1] = STATE(80), - [sym__atx_heading2] = STATE(91), - [sym__atx_heading3] = STATE(100), + [STATE(68)] = { + [sym__block] = STATE(71), + [sym__block_not_section] = STATE(71), + [sym_section] = STATE(71), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), [sym__atx_heading4] = STATE(104), - [sym__atx_heading5] = STATE(118), - [sym__atx_heading6] = STATE(127), - [sym_pandoc_horizontal_rule] = STATE(440), - [sym_pandoc_paragraph] = STATE(440), - [sym_inline_ref_def] = STATE(440), - [sym_caption] = STATE(440), - [sym_pipe_table] = STATE(440), - [sym__inlines] = STATE(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(440), - [sym_pandoc_list] = STATE(440), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [sym_pandoc_code_block] = STATE(440), - [sym_pandoc_div] = STATE(440), - [sym_note_definition_fenced_block] = STATE(440), - [sym__newline] = STATE(440), - [sym__soft_line_break] = STATE(440), - [sym__inline_whitespace] = STATE(803), - [aux_sym_document_repeat1] = STATE(122), - [aux_sym_document_repeat2] = STATE(2408), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(578), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(71), + [sym_pandoc_list] = STATE(71), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), + [sym__list_item_dot] = STATE(159), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(71), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), + [aux_sym__list_dot_repeat1] = STATE(159), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -31177,17 +31407,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(15), [aux_sym_pandoc_str_token1] = ACTIONS(17), [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = 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__whitespace] = ACTIONS(109), + [sym__line_ending] = ACTIONS(111), + [sym__soft_line_ending] = ACTIONS(113), + [sym__block_close] = ACTIONS(507), + [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(43), [sym__list_marker_plus] = ACTIONS(45), [sym__list_marker_star] = ACTIONS(47), @@ -31200,11 +31431,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(517), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(513), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), [sym__autolink] = ACTIONS(5), @@ -31231,87 +31462,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(5), [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), - [sym__caption_start] = ACTIONS(107), + [sym__caption_start] = ACTIONS(147), }, - [STATE(70)] = { - [sym__block] = STATE(72), - [sym__block_not_section] = STATE(72), - [sym_section] = STATE(72), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), + [STATE(69)] = { + [sym__block_not_section] = STATE(579), + [sym_section] = STATE(2473), + [sym__section1] = STATE(2731), + [sym__section2] = STATE(2731), + [sym__section3] = STATE(2731), + [sym__section4] = STATE(2731), + [sym__section5] = STATE(2731), + [sym__section6] = STATE(2731), + [sym__atx_heading1] = STATE(82), + [sym__atx_heading2] = STATE(87), + [sym__atx_heading3] = STATE(100), [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(72), - [sym_pandoc_list] = STATE(72), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), + [sym__atx_heading5] = STATE(118), + [sym__atx_heading6] = STATE(127), + [sym_pandoc_horizontal_rule] = STATE(579), + [sym_pandoc_paragraph] = STATE(579), + [sym_inline_ref_def] = STATE(579), + [sym_caption] = STATE(579), + [sym_pipe_table] = STATE(579), + [sym__inlines] = STATE(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(579), + [sym_pandoc_list] = STATE(579), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), - [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(72), - [aux_sym__list_plus_repeat1] = STATE(151), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [sym_pandoc_code_block] = STATE(579), + [sym_pandoc_div] = STATE(579), + [sym_note_definition_fenced_block] = STATE(579), + [sym__newline] = STATE(579), + [sym__soft_line_break] = STATE(579), + [sym__inline_whitespace] = STATE(795), + [aux_sym_document_repeat1] = STATE(64), + [aux_sym_document_repeat2] = STATE(2473), + [aux_sym__list_plus_repeat1] = STATE(168), [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), - [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(529), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -31321,18 +31553,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(15), [aux_sym_pandoc_str_token1] = ACTIONS(17), [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(109), - [sym__line_ending] = ACTIONS(111), - [sym__soft_line_ending] = ACTIONS(113), - [sym__block_close] = ACTIONS(580), - [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__whitespace] = 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), @@ -31345,11 +31576,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(135), - [sym_minus_metadata] = ACTIONS(582), - [sym__pipe_table_start] = ACTIONS(141), - [sym__fenced_div_start] = ACTIONS(143), - [sym_ref_id_specifier] = ACTIONS(145), + [sym__fenced_code_block_start_backtick] = ACTIONS(55), + [sym_minus_metadata] = ACTIONS(521), + [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(5), [sym__autolink] = ACTIONS(5), @@ -31376,87 +31607,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(5), [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), - [sym__caption_start] = ACTIONS(147), + [sym__caption_start] = ACTIONS(107), }, - [STATE(71)] = { - [sym__block] = STATE(67), - [sym__block_not_section] = STATE(67), - [sym_section] = STATE(67), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), + [STATE(70)] = { + [sym__block_not_section] = STATE(579), + [sym_section] = STATE(2470), + [sym__section1] = STATE(2731), + [sym__section2] = STATE(2731), + [sym__section3] = STATE(2731), + [sym__section4] = STATE(2731), + [sym__section5] = STATE(2731), + [sym__section6] = STATE(2731), + [sym__atx_heading1] = STATE(82), + [sym__atx_heading2] = STATE(87), + [sym__atx_heading3] = STATE(100), [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(67), - [sym_pandoc_list] = STATE(67), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), + [sym__atx_heading5] = STATE(118), + [sym__atx_heading6] = STATE(127), + [sym_pandoc_horizontal_rule] = STATE(579), + [sym_pandoc_paragraph] = STATE(579), + [sym_inline_ref_def] = STATE(579), + [sym_caption] = STATE(579), + [sym_pipe_table] = STATE(579), + [sym__inlines] = STATE(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(579), + [sym_pandoc_list] = STATE(579), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), - [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(67), - [aux_sym__list_plus_repeat1] = STATE(151), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [sym_pandoc_code_block] = STATE(579), + [sym_pandoc_div] = STATE(579), + [sym_note_definition_fenced_block] = STATE(579), + [sym__newline] = STATE(579), + [sym__soft_line_break] = STATE(579), + [sym__inline_whitespace] = STATE(795), + [aux_sym_document_repeat1] = STATE(122), + [aux_sym_document_repeat2] = STATE(2470), + [aux_sym__list_plus_repeat1] = STATE(168), [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), - [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(531), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -31466,18 +31698,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(15), [aux_sym_pandoc_str_token1] = ACTIONS(17), [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(109), - [sym__line_ending] = ACTIONS(111), - [sym__soft_line_ending] = ACTIONS(113), - [sym__block_close] = ACTIONS(580), - [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__whitespace] = 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), @@ -31490,11 +31721,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(135), - [sym_minus_metadata] = ACTIONS(513), - [sym__pipe_table_start] = ACTIONS(141), - [sym__fenced_div_start] = ACTIONS(143), - [sym_ref_id_specifier] = ACTIONS(145), + [sym__fenced_code_block_start_backtick] = ACTIONS(55), + [sym_minus_metadata] = ACTIONS(521), + [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(5), [sym__autolink] = ACTIONS(5), @@ -31521,87 +31752,232 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(5), [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), - [sym__caption_start] = ACTIONS(147), + [sym__caption_start] = ACTIONS(107), + }, + [STATE(71)] = { + [sym__block] = STATE(71), + [sym__block_not_section] = STATE(71), + [sym_section] = STATE(71), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(71), + [sym_pandoc_list] = STATE(71), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), + [sym__list_item_dot] = STATE(159), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(71), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), + [aux_sym__list_dot_repeat1] = STATE(159), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), + [sym_entity_reference] = ACTIONS(289), + [sym_numeric_character_reference] = ACTIONS(289), + [anon_sym_LBRACK] = ACTIONS(292), + [anon_sym_BANG_LBRACK] = ACTIONS(295), + [anon_sym_DOLLAR] = ACTIONS(298), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(301), + [anon_sym_LBRACE] = ACTIONS(304), + [aux_sym_pandoc_str_token1] = ACTIONS(307), + [anon_sym_PIPE] = ACTIONS(310), + [sym__whitespace] = ACTIONS(533), + [sym__line_ending] = ACTIONS(536), + [sym__soft_line_ending] = ACTIONS(539), + [sym__block_close] = ACTIONS(322), + [sym__block_quote_start] = ACTIONS(542), + [sym_atx_h1_marker] = ACTIONS(545), + [sym_atx_h2_marker] = ACTIONS(548), + [sym_atx_h3_marker] = ACTIONS(551), + [sym_atx_h4_marker] = ACTIONS(554), + [sym_atx_h5_marker] = ACTIONS(557), + [sym_atx_h6_marker] = ACTIONS(560), + [sym__thematic_break] = ACTIONS(563), + [sym__list_marker_minus] = ACTIONS(348), + [sym__list_marker_plus] = ACTIONS(351), + [sym__list_marker_star] = ACTIONS(354), + [sym__list_marker_parenthesis] = ACTIONS(357), + [sym__list_marker_dot] = ACTIONS(360), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(348), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(351), + [sym__list_marker_star_dont_interrupt] = ACTIONS(354), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(357), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(360), + [sym__list_marker_example] = ACTIONS(363), + [sym__list_marker_example_dont_interrupt] = ACTIONS(363), + [sym__fenced_code_block_start_backtick] = ACTIONS(566), + [sym_minus_metadata] = ACTIONS(569), + [sym__pipe_table_start] = ACTIONS(572), + [sym__fenced_div_start] = ACTIONS(575), + [sym_ref_id_specifier] = ACTIONS(578), + [sym__code_span_start] = ACTIONS(381), + [sym__html_comment] = ACTIONS(289), + [sym__autolink] = ACTIONS(289), + [sym__highlight_span_start] = ACTIONS(384), + [sym__insert_span_start] = ACTIONS(387), + [sym__delete_span_start] = ACTIONS(390), + [sym__edit_comment_span_start] = ACTIONS(393), + [sym__single_quote_span_open] = ACTIONS(396), + [sym__double_quote_span_open] = ACTIONS(399), + [sym__shortcode_open_escaped] = ACTIONS(402), + [sym__shortcode_open] = ACTIONS(405), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(408), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(411), + [sym__cite_author_in_text] = ACTIONS(414), + [sym__cite_suppress_author] = ACTIONS(417), + [sym__strikeout_open] = ACTIONS(420), + [sym__subscript_open] = ACTIONS(423), + [sym__superscript_open] = ACTIONS(426), + [sym__inline_note_start_token] = ACTIONS(429), + [sym__strong_emphasis_open_star] = ACTIONS(432), + [sym__strong_emphasis_open_underscore] = ACTIONS(435), + [sym__emphasis_open_star] = ACTIONS(438), + [sym__emphasis_open_underscore] = ACTIONS(441), + [sym_inline_note_reference] = ACTIONS(289), + [sym_html_element] = ACTIONS(289), + [sym__pandoc_line_break] = ACTIONS(289), + [sym__caption_start] = ACTIONS(581), }, [STATE(72)] = { - [sym__block] = STATE(67), - [sym__block_not_section] = STATE(67), - [sym_section] = STATE(67), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(67), - [sym_pandoc_list] = STATE(67), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(71), + [sym__block_not_section] = STATE(71), + [sym_section] = STATE(71), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(71), + [sym_pandoc_list] = STATE(71), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(67), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(71), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -31669,84 +32045,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(73)] = { - [sym__block] = STATE(67), - [sym__block_not_section] = STATE(67), - [sym_section] = STATE(67), - [sym__section1] = STATE(417), - [sym__section2] = STATE(417), - [sym__section3] = STATE(417), - [sym__section4] = STATE(417), - [sym__section5] = STATE(417), - [sym__section6] = STATE(417), - [sym__atx_heading1] = STATE(77), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(67), - [sym_pandoc_list] = STATE(67), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block] = STATE(71), + [sym__block_not_section] = STATE(71), + [sym_section] = STATE(71), + [sym__section1] = STATE(398), + [sym__section2] = STATE(398), + [sym__section3] = STATE(398), + [sym__section4] = STATE(398), + [sym__section5] = STATE(398), + [sym__section6] = STATE(398), + [sym__atx_heading1] = STATE(79), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(71), + [sym_pandoc_list] = STATE(71), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym_pandoc_block_quote_repeat1] = STATE(67), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym_pandoc_block_quote_repeat1] = STATE(71), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -31814,80 +32190,222 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(74)] = { - [sym__block_not_section] = STATE(75), - [sym__section2] = STATE(281), - [sym__section3] = STATE(281), - [sym__section4] = STATE(281), - [sym__section5] = STATE(281), - [sym__section6] = STATE(281), - [sym__atx_heading2] = STATE(83), + [sym__block_not_section] = STATE(74), + [sym__section2] = STATE(246), + [sym__section3] = STATE(246), + [sym__section4] = STATE(246), + [sym__section5] = STATE(246), + [sym__section6] = STATE(246), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), - [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(75), - [sym_pandoc_list] = STATE(75), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [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__inline_whitespace] = STATE(814), - [aux_sym__section1_repeat1] = STATE(75), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), + [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(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(74), + [sym_pandoc_list] = STATE(74), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), + [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__inline_whitespace] = STATE(792), + [aux_sym__section1_repeat1] = STATE(74), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), + [sym_entity_reference] = ACTIONS(588), + [sym_numeric_character_reference] = ACTIONS(588), + [anon_sym_LBRACK] = ACTIONS(591), + [anon_sym_BANG_LBRACK] = ACTIONS(594), + [anon_sym_DOLLAR] = ACTIONS(597), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(600), + [anon_sym_LBRACE] = ACTIONS(603), + [aux_sym_pandoc_str_token1] = ACTIONS(606), + [anon_sym_PIPE] = ACTIONS(609), + [sym__whitespace] = ACTIONS(612), + [sym__line_ending] = ACTIONS(615), + [sym__soft_line_ending] = ACTIONS(618), + [sym__block_close] = ACTIONS(621), + [sym__block_quote_start] = ACTIONS(623), + [sym_atx_h1_marker] = ACTIONS(621), + [sym_atx_h2_marker] = ACTIONS(626), + [sym_atx_h3_marker] = ACTIONS(629), + [sym_atx_h4_marker] = ACTIONS(632), + [sym_atx_h5_marker] = ACTIONS(635), + [sym_atx_h6_marker] = ACTIONS(638), + [sym__thematic_break] = ACTIONS(641), + [sym__list_marker_minus] = ACTIONS(644), + [sym__list_marker_plus] = ACTIONS(647), + [sym__list_marker_star] = ACTIONS(650), + [sym__list_marker_parenthesis] = ACTIONS(653), + [sym__list_marker_dot] = ACTIONS(656), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(644), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(647), + [sym__list_marker_star_dont_interrupt] = ACTIONS(650), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(653), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(656), + [sym__list_marker_example] = ACTIONS(659), + [sym__list_marker_example_dont_interrupt] = ACTIONS(659), + [sym__fenced_code_block_start_backtick] = ACTIONS(662), + [sym_minus_metadata] = ACTIONS(665), + [sym__pipe_table_start] = ACTIONS(668), + [sym__fenced_div_start] = ACTIONS(671), + [sym__fenced_div_end] = ACTIONS(621), + [sym_ref_id_specifier] = ACTIONS(674), + [sym__code_span_start] = ACTIONS(677), + [sym__html_comment] = ACTIONS(588), + [sym__autolink] = ACTIONS(588), + [sym__highlight_span_start] = ACTIONS(680), + [sym__insert_span_start] = ACTIONS(683), + [sym__delete_span_start] = ACTIONS(686), + [sym__edit_comment_span_start] = ACTIONS(689), + [sym__single_quote_span_open] = ACTIONS(692), + [sym__double_quote_span_open] = ACTIONS(695), + [sym__shortcode_open_escaped] = ACTIONS(698), + [sym__shortcode_open] = ACTIONS(701), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(704), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(707), + [sym__cite_author_in_text] = ACTIONS(710), + [sym__cite_suppress_author] = ACTIONS(713), + [sym__strikeout_open] = ACTIONS(716), + [sym__subscript_open] = ACTIONS(719), + [sym__superscript_open] = ACTIONS(722), + [sym__inline_note_start_token] = ACTIONS(725), + [sym__strong_emphasis_open_star] = ACTIONS(728), + [sym__strong_emphasis_open_underscore] = ACTIONS(731), + [sym__emphasis_open_star] = ACTIONS(734), + [sym__emphasis_open_underscore] = ACTIONS(737), + [sym_inline_note_reference] = ACTIONS(588), + [sym_html_element] = ACTIONS(588), + [sym__pandoc_line_break] = ACTIONS(588), + [sym__caption_start] = ACTIONS(740), + }, + [STATE(75)] = { + [sym__block_not_section] = STATE(74), + [sym__section2] = STATE(246), + [sym__section3] = STATE(246), + [sym__section4] = STATE(246), + [sym__section5] = STATE(246), + [sym__section6] = STATE(246), + [sym__atx_heading2] = STATE(85), + [sym__atx_heading3] = STATE(93), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), + [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(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(74), + [sym_pandoc_list] = STATE(74), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), + [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__inline_whitespace] = STATE(792), + [aux_sym__section1_repeat1] = STATE(74), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -31900,9 +32418,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(225), [sym__line_ending] = ACTIONS(227), [sym__soft_line_ending] = ACTIONS(229), - [sym__block_close] = ACTIONS(588), + [sym__block_close] = ACTIONS(743), [sym__block_quote_start] = ACTIONS(233), - [sym_atx_h1_marker] = ACTIONS(588), + [sym_atx_h1_marker] = ACTIONS(743), [sym_atx_h2_marker] = ACTIONS(237), [sym_atx_h3_marker] = ACTIONS(239), [sym_atx_h4_marker] = ACTIONS(241), @@ -31922,10 +32440,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_example] = ACTIONS(53), [sym__list_marker_example_dont_interrupt] = ACTIONS(53), [sym__fenced_code_block_start_backtick] = ACTIONS(249), - [sym_minus_metadata] = ACTIONS(590), + [sym_minus_metadata] = ACTIONS(745), [sym__pipe_table_start] = ACTIONS(253), [sym__fenced_div_start] = ACTIONS(255), - [sym__fenced_div_end] = ACTIONS(588), + [sym__fenced_div_end] = ACTIONS(743), [sym_ref_id_specifier] = ACTIONS(259), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), @@ -31955,81 +32473,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(261), }, - [STATE(75)] = { - [sym__block_not_section] = STATE(76), - [sym__section2] = STATE(281), - [sym__section3] = STATE(281), - [sym__section4] = STATE(281), - [sym__section5] = STATE(281), - [sym__section6] = STATE(281), - [sym__atx_heading2] = STATE(83), + [STATE(76)] = { + [sym__block_not_section] = STATE(75), + [sym__section2] = STATE(246), + [sym__section3] = STATE(246), + [sym__section4] = STATE(246), + [sym__section5] = STATE(246), + [sym__section6] = STATE(246), + [sym__atx_heading2] = STATE(85), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), - [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(76), - [sym_pandoc_list] = STATE(76), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [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__inline_whitespace] = STATE(814), - [aux_sym__section1_repeat1] = STATE(76), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), + [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(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(75), + [sym_pandoc_list] = STATE(75), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), + [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__inline_whitespace] = STATE(792), + [aux_sym__section1_repeat1] = STATE(75), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -32042,9 +32560,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(225), [sym__line_ending] = ACTIONS(227), [sym__soft_line_ending] = ACTIONS(229), - [sym__block_close] = ACTIONS(592), + [sym__block_close] = ACTIONS(747), [sym__block_quote_start] = ACTIONS(233), - [sym_atx_h1_marker] = ACTIONS(592), + [sym_atx_h1_marker] = ACTIONS(747), [sym_atx_h2_marker] = ACTIONS(237), [sym_atx_h3_marker] = ACTIONS(239), [sym_atx_h4_marker] = ACTIONS(241), @@ -32064,10 +32582,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_example] = ACTIONS(53), [sym__list_marker_example_dont_interrupt] = ACTIONS(53), [sym__fenced_code_block_start_backtick] = ACTIONS(249), - [sym_minus_metadata] = ACTIONS(594), + [sym_minus_metadata] = ACTIONS(749), [sym__pipe_table_start] = ACTIONS(253), [sym__fenced_div_start] = ACTIONS(255), - [sym__fenced_div_end] = ACTIONS(592), + [sym__fenced_div_end] = ACTIONS(747), [sym_ref_id_specifier] = ACTIONS(259), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), @@ -32097,223 +32615,222 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(261), }, - [STATE(76)] = { - [sym__block_not_section] = STATE(76), - [sym__section2] = STATE(281), - [sym__section3] = STATE(281), - [sym__section4] = STATE(281), - [sym__section5] = STATE(281), - [sym__section6] = STATE(281), - [sym__atx_heading2] = STATE(83), - [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), - [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(76), - [sym_pandoc_list] = STATE(76), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [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__inline_whitespace] = STATE(814), - [aux_sym__section1_repeat1] = STATE(76), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [sym_entity_reference] = ACTIONS(596), - [sym_numeric_character_reference] = ACTIONS(596), - [anon_sym_LBRACK] = ACTIONS(599), - [anon_sym_BANG_LBRACK] = ACTIONS(602), - [anon_sym_DOLLAR] = ACTIONS(605), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(608), - [anon_sym_LBRACE] = ACTIONS(611), - [aux_sym_pandoc_str_token1] = ACTIONS(614), - [anon_sym_PIPE] = ACTIONS(617), - [sym__whitespace] = ACTIONS(620), - [sym__line_ending] = ACTIONS(623), - [sym__soft_line_ending] = ACTIONS(626), - [sym__block_close] = ACTIONS(629), - [sym__block_quote_start] = ACTIONS(631), - [sym_atx_h1_marker] = ACTIONS(629), - [sym_atx_h2_marker] = ACTIONS(634), - [sym_atx_h3_marker] = ACTIONS(637), - [sym_atx_h4_marker] = ACTIONS(640), - [sym_atx_h5_marker] = ACTIONS(643), - [sym_atx_h6_marker] = ACTIONS(646), - [sym__thematic_break] = ACTIONS(649), - [sym__list_marker_minus] = ACTIONS(652), - [sym__list_marker_plus] = ACTIONS(655), - [sym__list_marker_star] = ACTIONS(658), - [sym__list_marker_parenthesis] = ACTIONS(661), - [sym__list_marker_dot] = ACTIONS(664), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(652), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(655), - [sym__list_marker_star_dont_interrupt] = ACTIONS(658), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(661), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(664), - [sym__list_marker_example] = ACTIONS(667), - [sym__list_marker_example_dont_interrupt] = ACTIONS(667), - [sym__fenced_code_block_start_backtick] = ACTIONS(670), - [sym_minus_metadata] = ACTIONS(673), - [sym__pipe_table_start] = ACTIONS(676), - [sym__fenced_div_start] = ACTIONS(679), - [sym__fenced_div_end] = ACTIONS(629), - [sym_ref_id_specifier] = ACTIONS(682), - [sym__code_span_start] = ACTIONS(685), - [sym__html_comment] = ACTIONS(596), - [sym__autolink] = ACTIONS(596), - [sym__highlight_span_start] = ACTIONS(688), - [sym__insert_span_start] = ACTIONS(691), - [sym__delete_span_start] = ACTIONS(694), - [sym__edit_comment_span_start] = ACTIONS(697), - [sym__single_quote_span_open] = ACTIONS(700), - [sym__double_quote_span_open] = ACTIONS(703), - [sym__shortcode_open_escaped] = ACTIONS(706), - [sym__shortcode_open] = ACTIONS(709), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(712), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(715), - [sym__cite_author_in_text] = ACTIONS(718), - [sym__cite_suppress_author] = ACTIONS(721), - [sym__strikeout_open] = ACTIONS(724), - [sym__subscript_open] = ACTIONS(727), - [sym__superscript_open] = ACTIONS(730), - [sym__inline_note_start_token] = ACTIONS(733), - [sym__strong_emphasis_open_star] = ACTIONS(736), - [sym__strong_emphasis_open_underscore] = ACTIONS(739), - [sym__emphasis_open_star] = ACTIONS(742), - [sym__emphasis_open_underscore] = ACTIONS(745), - [sym_inline_note_reference] = ACTIONS(596), - [sym_html_element] = ACTIONS(596), - [sym__pandoc_line_break] = ACTIONS(596), - [sym__caption_start] = ACTIONS(748), - }, [STATE(77)] = { - [sym__block_not_section] = STATE(78), - [sym__section2] = STATE(431), - [sym__section3] = STATE(431), - [sym__section4] = STATE(431), - [sym__section5] = STATE(431), - [sym__section6] = STATE(431), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), + [sym__block_not_section] = STATE(77), + [sym__section2] = STATE(444), + [sym__section3] = STATE(444), + [sym__section4] = STATE(444), + [sym__section5] = STATE(444), + [sym__section6] = STATE(444), + [sym__atx_heading2] = STATE(87), + [sym__atx_heading3] = STATE(100), [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(78), - [sym_pandoc_list] = STATE(78), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), + [sym__atx_heading5] = STATE(118), + [sym__atx_heading6] = STATE(127), + [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(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(77), + [sym_pandoc_list] = STATE(77), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), - [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym__section1_repeat1] = STATE(78), - [aux_sym__list_plus_repeat1] = STATE(151), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [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__inline_whitespace] = STATE(795), + [aux_sym__section1_repeat1] = STATE(77), + [aux_sym__list_plus_repeat1] = STATE(168), [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(621), + [sym_entity_reference] = ACTIONS(588), + [sym_numeric_character_reference] = ACTIONS(588), + [anon_sym_LBRACK] = ACTIONS(591), + [anon_sym_BANG_LBRACK] = ACTIONS(594), + [anon_sym_DOLLAR] = ACTIONS(597), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(600), + [anon_sym_LBRACE] = ACTIONS(603), + [aux_sym_pandoc_str_token1] = ACTIONS(606), + [anon_sym_PIPE] = ACTIONS(609), + [sym__whitespace] = ACTIONS(751), + [sym__line_ending] = ACTIONS(754), + [sym__soft_line_ending] = ACTIONS(757), + [sym__block_quote_start] = ACTIONS(760), + [sym_atx_h1_marker] = ACTIONS(621), + [sym_atx_h2_marker] = ACTIONS(763), + [sym_atx_h3_marker] = ACTIONS(766), + [sym_atx_h4_marker] = ACTIONS(769), + [sym_atx_h5_marker] = ACTIONS(772), + [sym_atx_h6_marker] = ACTIONS(775), + [sym__thematic_break] = ACTIONS(778), + [sym__list_marker_minus] = ACTIONS(644), + [sym__list_marker_plus] = ACTIONS(647), + [sym__list_marker_star] = ACTIONS(650), + [sym__list_marker_parenthesis] = ACTIONS(653), + [sym__list_marker_dot] = ACTIONS(656), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(644), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(647), + [sym__list_marker_star_dont_interrupt] = ACTIONS(650), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(653), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(656), + [sym__list_marker_example] = ACTIONS(659), + [sym__list_marker_example_dont_interrupt] = ACTIONS(659), + [sym__fenced_code_block_start_backtick] = ACTIONS(781), + [sym_minus_metadata] = ACTIONS(784), + [sym__pipe_table_start] = ACTIONS(787), + [sym__fenced_div_start] = ACTIONS(790), + [sym_ref_id_specifier] = ACTIONS(793), + [sym__code_span_start] = ACTIONS(677), + [sym__html_comment] = ACTIONS(588), + [sym__autolink] = ACTIONS(588), + [sym__highlight_span_start] = ACTIONS(680), + [sym__insert_span_start] = ACTIONS(683), + [sym__delete_span_start] = ACTIONS(686), + [sym__edit_comment_span_start] = ACTIONS(689), + [sym__single_quote_span_open] = ACTIONS(692), + [sym__double_quote_span_open] = ACTIONS(695), + [sym__shortcode_open_escaped] = ACTIONS(698), + [sym__shortcode_open] = ACTIONS(701), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(704), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(707), + [sym__cite_author_in_text] = ACTIONS(710), + [sym__cite_suppress_author] = ACTIONS(713), + [sym__strikeout_open] = ACTIONS(716), + [sym__subscript_open] = ACTIONS(719), + [sym__superscript_open] = ACTIONS(722), + [sym__inline_note_start_token] = ACTIONS(725), + [sym__strong_emphasis_open_star] = ACTIONS(728), + [sym__strong_emphasis_open_underscore] = ACTIONS(731), + [sym__emphasis_open_star] = ACTIONS(734), + [sym__emphasis_open_underscore] = ACTIONS(737), + [sym_inline_note_reference] = ACTIONS(588), + [sym_html_element] = ACTIONS(588), + [sym__pandoc_line_break] = ACTIONS(588), + [sym__caption_start] = ACTIONS(796), + }, + [STATE(78)] = { + [sym__block_not_section] = STATE(80), + [sym__section2] = STATE(419), + [sym__section3] = STATE(419), + [sym__section4] = STATE(419), + [sym__section5] = STATE(419), + [sym__section6] = STATE(419), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(80), + [sym_pandoc_list] = STATE(80), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), + [sym__list_item_dot] = STATE(159), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym__section1_repeat1] = STATE(80), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -32326,9 +32843,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(109), [sym__line_ending] = ACTIONS(111), [sym__soft_line_ending] = ACTIONS(113), - [sym__block_close] = ACTIONS(588), + [sym__block_close] = ACTIONS(743), [sym__block_quote_start] = ACTIONS(119), - [sym_atx_h1_marker] = ACTIONS(588), + [sym_atx_h1_marker] = ACTIONS(743), [sym_atx_h2_marker] = ACTIONS(123), [sym_atx_h3_marker] = ACTIONS(125), [sym_atx_h4_marker] = ACTIONS(127), @@ -32348,7 +32865,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_example] = ACTIONS(53), [sym__list_marker_example_dont_interrupt] = ACTIONS(53), [sym__fenced_code_block_start_backtick] = ACTIONS(135), - [sym_minus_metadata] = ACTIONS(751), + [sym_minus_metadata] = ACTIONS(799), [sym__pipe_table_start] = ACTIONS(141), [sym__fenced_div_start] = ACTIONS(143), [sym_ref_id_specifier] = ACTIONS(145), @@ -32380,81 +32897,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(147), }, - [STATE(78)] = { - [sym__block_not_section] = STATE(81), - [sym__section2] = STATE(431), - [sym__section3] = STATE(431), - [sym__section4] = STATE(431), - [sym__section5] = STATE(431), - [sym__section6] = STATE(431), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(81), - [sym_pandoc_list] = STATE(81), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [STATE(79)] = { + [sym__block_not_section] = STATE(78), + [sym__section2] = STATE(419), + [sym__section3] = STATE(419), + [sym__section4] = STATE(419), + [sym__section5] = STATE(419), + [sym__section6] = STATE(419), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(78), + [sym_pandoc_list] = STATE(78), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym__section1_repeat1] = STATE(81), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym__section1_repeat1] = STATE(78), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -32467,9 +32984,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(109), [sym__line_ending] = ACTIONS(111), [sym__soft_line_ending] = ACTIONS(113), - [sym__block_close] = ACTIONS(592), + [sym__block_close] = ACTIONS(747), [sym__block_quote_start] = ACTIONS(119), - [sym_atx_h1_marker] = ACTIONS(592), + [sym_atx_h1_marker] = ACTIONS(747), [sym_atx_h2_marker] = ACTIONS(123), [sym_atx_h3_marker] = ACTIONS(125), [sym_atx_h4_marker] = ACTIONS(127), @@ -32489,7 +33006,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_example] = ACTIONS(53), [sym__list_marker_example_dont_interrupt] = ACTIONS(53), [sym__fenced_code_block_start_backtick] = ACTIONS(135), - [sym_minus_metadata] = ACTIONS(753), + [sym_minus_metadata] = ACTIONS(801), [sym__pipe_table_start] = ACTIONS(141), [sym__fenced_div_start] = ACTIONS(143), [sym_ref_id_specifier] = ACTIONS(145), @@ -32521,82 +33038,223 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(147), }, - [STATE(79)] = { - [sym__block_not_section] = STATE(82), - [sym__section2] = STATE(370), - [sym__section3] = STATE(370), - [sym__section4] = STATE(370), - [sym__section5] = STATE(370), - [sym__section6] = STATE(370), - [sym__atx_heading2] = STATE(91), - [sym__atx_heading3] = STATE(100), + [STATE(80)] = { + [sym__block_not_section] = STATE(80), + [sym__section2] = STATE(419), + [sym__section3] = STATE(419), + [sym__section4] = STATE(419), + [sym__section5] = STATE(419), + [sym__section6] = STATE(419), + [sym__atx_heading2] = STATE(89), + [sym__atx_heading3] = STATE(97), [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(80), + [sym_pandoc_list] = STATE(80), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), + [sym__list_item_dot] = STATE(159), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym__section1_repeat1] = STATE(80), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), + [aux_sym__list_dot_repeat1] = STATE(159), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), + [sym_entity_reference] = ACTIONS(588), + [sym_numeric_character_reference] = ACTIONS(588), + [anon_sym_LBRACK] = ACTIONS(591), + [anon_sym_BANG_LBRACK] = ACTIONS(594), + [anon_sym_DOLLAR] = ACTIONS(597), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(600), + [anon_sym_LBRACE] = ACTIONS(603), + [aux_sym_pandoc_str_token1] = ACTIONS(606), + [anon_sym_PIPE] = ACTIONS(609), + [sym__whitespace] = ACTIONS(803), + [sym__line_ending] = ACTIONS(806), + [sym__soft_line_ending] = ACTIONS(809), + [sym__block_close] = ACTIONS(621), + [sym__block_quote_start] = ACTIONS(812), + [sym_atx_h1_marker] = ACTIONS(621), + [sym_atx_h2_marker] = ACTIONS(815), + [sym_atx_h3_marker] = ACTIONS(818), + [sym_atx_h4_marker] = ACTIONS(821), + [sym_atx_h5_marker] = ACTIONS(824), + [sym_atx_h6_marker] = ACTIONS(827), + [sym__thematic_break] = ACTIONS(830), + [sym__list_marker_minus] = ACTIONS(644), + [sym__list_marker_plus] = ACTIONS(647), + [sym__list_marker_star] = ACTIONS(650), + [sym__list_marker_parenthesis] = ACTIONS(653), + [sym__list_marker_dot] = ACTIONS(656), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(644), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(647), + [sym__list_marker_star_dont_interrupt] = ACTIONS(650), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(653), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(656), + [sym__list_marker_example] = ACTIONS(659), + [sym__list_marker_example_dont_interrupt] = ACTIONS(659), + [sym__fenced_code_block_start_backtick] = ACTIONS(833), + [sym_minus_metadata] = ACTIONS(836), + [sym__pipe_table_start] = ACTIONS(839), + [sym__fenced_div_start] = ACTIONS(842), + [sym_ref_id_specifier] = ACTIONS(845), + [sym__code_span_start] = ACTIONS(677), + [sym__html_comment] = ACTIONS(588), + [sym__autolink] = ACTIONS(588), + [sym__highlight_span_start] = ACTIONS(680), + [sym__insert_span_start] = ACTIONS(683), + [sym__delete_span_start] = ACTIONS(686), + [sym__edit_comment_span_start] = ACTIONS(689), + [sym__single_quote_span_open] = ACTIONS(692), + [sym__double_quote_span_open] = ACTIONS(695), + [sym__shortcode_open_escaped] = ACTIONS(698), + [sym__shortcode_open] = ACTIONS(701), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(704), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(707), + [sym__cite_author_in_text] = ACTIONS(710), + [sym__cite_suppress_author] = ACTIONS(713), + [sym__strikeout_open] = ACTIONS(716), + [sym__subscript_open] = ACTIONS(719), + [sym__superscript_open] = ACTIONS(722), + [sym__inline_note_start_token] = ACTIONS(725), + [sym__strong_emphasis_open_star] = ACTIONS(728), + [sym__strong_emphasis_open_underscore] = ACTIONS(731), + [sym__emphasis_open_star] = ACTIONS(734), + [sym__emphasis_open_underscore] = ACTIONS(737), + [sym_inline_note_reference] = ACTIONS(588), + [sym_html_element] = ACTIONS(588), + [sym__pandoc_line_break] = ACTIONS(588), + [sym__caption_start] = ACTIONS(848), + }, + [STATE(81)] = { + [sym__block_not_section] = STATE(77), + [sym__section2] = STATE(444), + [sym__section3] = STATE(444), + [sym__section4] = STATE(444), + [sym__section5] = STATE(444), + [sym__section6] = STATE(444), + [sym__atx_heading2] = STATE(87), + [sym__atx_heading3] = STATE(100), + [sym__atx_heading4] = STATE(109), [sym__atx_heading5] = STATE(118), [sym__atx_heading6] = STATE(127), - [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(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(82), - [sym_pandoc_list] = STATE(82), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), + [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(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(77), + [sym_pandoc_list] = STATE(77), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [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__inline_whitespace] = STATE(803), - [aux_sym__section1_repeat1] = STATE(82), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(592), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), + [sym__list_item_minus] = STATE(148), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [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__inline_whitespace] = STATE(795), + [aux_sym__section1_repeat1] = STATE(77), + [aux_sym__list_plus_repeat1] = STATE(168), + [aux_sym__list_minus_repeat1] = STATE(148), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(743), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -32610,7 +33268,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(23), [sym__soft_line_ending] = ACTIONS(25), [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(592), + [sym_atx_h1_marker] = ACTIONS(743), [sym_atx_h2_marker] = ACTIONS(31), [sym_atx_h3_marker] = ACTIONS(33), [sym_atx_h4_marker] = ACTIONS(35), @@ -32630,7 +33288,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(755), + [sym_minus_metadata] = ACTIONS(851), [sym__pipe_table_start] = ACTIONS(59), [sym__fenced_div_start] = ACTIONS(61), [sym_ref_id_specifier] = ACTIONS(63), @@ -32662,82 +33320,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(107), }, - [STATE(80)] = { - [sym__block_not_section] = STATE(79), - [sym__section2] = STATE(370), - [sym__section3] = STATE(370), - [sym__section4] = STATE(370), - [sym__section5] = STATE(370), - [sym__section6] = STATE(370), - [sym__atx_heading2] = STATE(91), + [STATE(82)] = { + [sym__block_not_section] = STATE(81), + [sym__section2] = STATE(444), + [sym__section3] = STATE(444), + [sym__section4] = STATE(444), + [sym__section5] = STATE(444), + [sym__section6] = STATE(444), + [sym__atx_heading2] = STATE(87), [sym__atx_heading3] = STATE(100), - [sym__atx_heading4] = STATE(104), + [sym__atx_heading4] = STATE(109), [sym__atx_heading5] = STATE(118), [sym__atx_heading6] = STATE(127), - [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(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(79), - [sym_pandoc_list] = STATE(79), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), + [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(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(81), + [sym_pandoc_list] = STATE(81), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [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__inline_whitespace] = STATE(803), - [aux_sym__section1_repeat1] = STATE(79), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(588), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), + [sym__list_item_minus] = STATE(148), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [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__inline_whitespace] = STATE(795), + [aux_sym__section1_repeat1] = STATE(81), + [aux_sym__list_plus_repeat1] = STATE(168), + [aux_sym__list_minus_repeat1] = STATE(148), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(747), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -32751,7 +33409,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(23), [sym__soft_line_ending] = ACTIONS(25), [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(588), + [sym_atx_h1_marker] = ACTIONS(747), [sym_atx_h2_marker] = ACTIONS(31), [sym_atx_h3_marker] = ACTIONS(33), [sym_atx_h4_marker] = ACTIONS(35), @@ -32771,7 +33429,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(757), + [sym_minus_metadata] = ACTIONS(853), [sym__pipe_table_start] = ACTIONS(59), [sym__fenced_div_start] = ACTIONS(61), [sym_ref_id_specifier] = ACTIONS(63), @@ -32803,361 +33461,219 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(107), }, - [STATE(81)] = { - [sym__block_not_section] = STATE(81), - [sym__section2] = STATE(431), - [sym__section3] = STATE(431), - [sym__section4] = STATE(431), - [sym__section5] = STATE(431), - [sym__section6] = STATE(431), - [sym__atx_heading2] = STATE(86), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(81), - [sym_pandoc_list] = STATE(81), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), - [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym__section1_repeat1] = STATE(81), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), - [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), - [sym_entity_reference] = ACTIONS(596), - [sym_numeric_character_reference] = ACTIONS(596), - [anon_sym_LBRACK] = ACTIONS(599), - [anon_sym_BANG_LBRACK] = ACTIONS(602), - [anon_sym_DOLLAR] = ACTIONS(605), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(608), - [anon_sym_LBRACE] = ACTIONS(611), - [aux_sym_pandoc_str_token1] = ACTIONS(614), - [anon_sym_PIPE] = ACTIONS(617), - [sym__whitespace] = ACTIONS(759), - [sym__line_ending] = ACTIONS(762), - [sym__soft_line_ending] = ACTIONS(765), - [sym__block_close] = ACTIONS(629), - [sym__block_quote_start] = ACTIONS(768), - [sym_atx_h1_marker] = ACTIONS(629), - [sym_atx_h2_marker] = ACTIONS(771), - [sym_atx_h3_marker] = ACTIONS(774), - [sym_atx_h4_marker] = ACTIONS(777), - [sym_atx_h5_marker] = ACTIONS(780), - [sym_atx_h6_marker] = ACTIONS(783), - [sym__thematic_break] = ACTIONS(786), - [sym__list_marker_minus] = ACTIONS(652), - [sym__list_marker_plus] = ACTIONS(655), - [sym__list_marker_star] = ACTIONS(658), - [sym__list_marker_parenthesis] = ACTIONS(661), - [sym__list_marker_dot] = ACTIONS(664), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(652), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(655), - [sym__list_marker_star_dont_interrupt] = ACTIONS(658), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(661), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(664), - [sym__list_marker_example] = ACTIONS(667), - [sym__list_marker_example_dont_interrupt] = ACTIONS(667), - [sym__fenced_code_block_start_backtick] = ACTIONS(789), - [sym_minus_metadata] = ACTIONS(792), - [sym__pipe_table_start] = ACTIONS(795), - [sym__fenced_div_start] = ACTIONS(798), - [sym_ref_id_specifier] = ACTIONS(801), - [sym__code_span_start] = ACTIONS(685), - [sym__html_comment] = ACTIONS(596), - [sym__autolink] = ACTIONS(596), - [sym__highlight_span_start] = ACTIONS(688), - [sym__insert_span_start] = ACTIONS(691), - [sym__delete_span_start] = ACTIONS(694), - [sym__edit_comment_span_start] = ACTIONS(697), - [sym__single_quote_span_open] = ACTIONS(700), - [sym__double_quote_span_open] = ACTIONS(703), - [sym__shortcode_open_escaped] = ACTIONS(706), - [sym__shortcode_open] = ACTIONS(709), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(712), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(715), - [sym__cite_author_in_text] = ACTIONS(718), - [sym__cite_suppress_author] = ACTIONS(721), - [sym__strikeout_open] = ACTIONS(724), - [sym__subscript_open] = ACTIONS(727), - [sym__superscript_open] = ACTIONS(730), - [sym__inline_note_start_token] = ACTIONS(733), - [sym__strong_emphasis_open_star] = ACTIONS(736), - [sym__strong_emphasis_open_underscore] = ACTIONS(739), - [sym__emphasis_open_star] = ACTIONS(742), - [sym__emphasis_open_underscore] = ACTIONS(745), - [sym_inline_note_reference] = ACTIONS(596), - [sym_html_element] = ACTIONS(596), - [sym__pandoc_line_break] = ACTIONS(596), - [sym__caption_start] = ACTIONS(804), - }, - [STATE(82)] = { - [sym__block_not_section] = STATE(82), - [sym__section2] = STATE(370), - [sym__section3] = STATE(370), - [sym__section4] = STATE(370), - [sym__section5] = STATE(370), - [sym__section6] = STATE(370), - [sym__atx_heading2] = STATE(91), - [sym__atx_heading3] = STATE(100), - [sym__atx_heading4] = STATE(104), - [sym__atx_heading5] = STATE(118), - [sym__atx_heading6] = STATE(127), - [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(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(82), - [sym_pandoc_list] = STATE(82), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [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__inline_whitespace] = STATE(803), - [aux_sym__section1_repeat1] = STATE(82), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(629), - [sym_entity_reference] = ACTIONS(596), - [sym_numeric_character_reference] = ACTIONS(596), - [anon_sym_LBRACK] = ACTIONS(599), - [anon_sym_BANG_LBRACK] = ACTIONS(602), - [anon_sym_DOLLAR] = ACTIONS(605), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(608), - [anon_sym_LBRACE] = ACTIONS(611), - [aux_sym_pandoc_str_token1] = ACTIONS(614), - [anon_sym_PIPE] = ACTIONS(617), - [sym__whitespace] = ACTIONS(807), - [sym__line_ending] = ACTIONS(810), - [sym__soft_line_ending] = ACTIONS(813), - [sym__block_quote_start] = ACTIONS(816), - [sym_atx_h1_marker] = ACTIONS(629), - [sym_atx_h2_marker] = ACTIONS(819), - [sym_atx_h3_marker] = ACTIONS(822), - [sym_atx_h4_marker] = ACTIONS(825), - [sym_atx_h5_marker] = ACTIONS(828), - [sym_atx_h6_marker] = ACTIONS(831), - [sym__thematic_break] = ACTIONS(834), - [sym__list_marker_minus] = ACTIONS(652), - [sym__list_marker_plus] = ACTIONS(655), - [sym__list_marker_star] = ACTIONS(658), - [sym__list_marker_parenthesis] = ACTIONS(661), - [sym__list_marker_dot] = ACTIONS(664), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(652), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(655), - [sym__list_marker_star_dont_interrupt] = ACTIONS(658), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(661), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(664), - [sym__list_marker_example] = ACTIONS(667), - [sym__list_marker_example_dont_interrupt] = ACTIONS(667), - [sym__fenced_code_block_start_backtick] = ACTIONS(837), - [sym_minus_metadata] = ACTIONS(840), - [sym__pipe_table_start] = ACTIONS(843), - [sym__fenced_div_start] = ACTIONS(846), - [sym_ref_id_specifier] = ACTIONS(849), - [sym__code_span_start] = ACTIONS(685), - [sym__html_comment] = ACTIONS(596), - [sym__autolink] = ACTIONS(596), - [sym__highlight_span_start] = ACTIONS(688), - [sym__insert_span_start] = ACTIONS(691), - [sym__delete_span_start] = ACTIONS(694), - [sym__edit_comment_span_start] = ACTIONS(697), - [sym__single_quote_span_open] = ACTIONS(700), - [sym__double_quote_span_open] = ACTIONS(703), - [sym__shortcode_open_escaped] = ACTIONS(706), - [sym__shortcode_open] = ACTIONS(709), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(712), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(715), - [sym__cite_author_in_text] = ACTIONS(718), - [sym__cite_suppress_author] = ACTIONS(721), - [sym__strikeout_open] = ACTIONS(724), - [sym__subscript_open] = ACTIONS(727), - [sym__superscript_open] = ACTIONS(730), - [sym__inline_note_start_token] = ACTIONS(733), - [sym__strong_emphasis_open_star] = ACTIONS(736), - [sym__strong_emphasis_open_underscore] = ACTIONS(739), - [sym__emphasis_open_star] = ACTIONS(742), - [sym__emphasis_open_underscore] = ACTIONS(745), - [sym_inline_note_reference] = ACTIONS(596), - [sym_html_element] = ACTIONS(596), - [sym__pandoc_line_break] = ACTIONS(596), - [sym__caption_start] = ACTIONS(852), - }, [STATE(83)] = { - [sym__block_not_section] = STATE(84), - [sym__section3] = STATE(321), - [sym__section4] = STATE(321), - [sym__section5] = STATE(321), - [sym__section6] = STATE(321), + [sym__block_not_section] = STATE(83), + [sym__section3] = STATE(280), + [sym__section4] = STATE(280), + [sym__section5] = STATE(280), + [sym__section6] = STATE(280), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), - [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(84), - [sym_pandoc_list] = STATE(84), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [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__inline_whitespace] = STATE(814), - [aux_sym__section2_repeat1] = STATE(84), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), + [sym_pandoc_horizontal_rule] = STATE(83), + [sym_pandoc_paragraph] = STATE(83), + [sym_inline_ref_def] = STATE(83), + [sym_caption] = STATE(83), + [sym_pipe_table] = STATE(83), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(83), + [sym_pandoc_list] = STATE(83), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), + [sym_pandoc_code_block] = STATE(83), + [sym_pandoc_div] = STATE(83), + [sym_note_definition_fenced_block] = STATE(83), + [sym__newline] = STATE(83), + [sym__soft_line_break] = STATE(83), + [sym__inline_whitespace] = STATE(792), + [aux_sym__section2_repeat1] = STATE(83), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), + [sym_entity_reference] = ACTIONS(855), + [sym_numeric_character_reference] = ACTIONS(855), + [anon_sym_LBRACK] = ACTIONS(858), + [anon_sym_BANG_LBRACK] = ACTIONS(861), + [anon_sym_DOLLAR] = ACTIONS(864), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(867), + [anon_sym_LBRACE] = ACTIONS(870), + [aux_sym_pandoc_str_token1] = ACTIONS(873), + [anon_sym_PIPE] = ACTIONS(876), + [sym__whitespace] = ACTIONS(879), + [sym__line_ending] = ACTIONS(882), + [sym__soft_line_ending] = ACTIONS(885), + [sym__block_close] = ACTIONS(888), + [sym__block_quote_start] = ACTIONS(890), + [sym_atx_h1_marker] = ACTIONS(888), + [sym_atx_h2_marker] = ACTIONS(888), + [sym_atx_h3_marker] = ACTIONS(893), + [sym_atx_h4_marker] = ACTIONS(896), + [sym_atx_h5_marker] = ACTIONS(899), + [sym_atx_h6_marker] = ACTIONS(902), + [sym__thematic_break] = ACTIONS(905), + [sym__list_marker_minus] = ACTIONS(908), + [sym__list_marker_plus] = ACTIONS(911), + [sym__list_marker_star] = ACTIONS(914), + [sym__list_marker_parenthesis] = ACTIONS(917), + [sym__list_marker_dot] = ACTIONS(920), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(908), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(911), + [sym__list_marker_star_dont_interrupt] = ACTIONS(914), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(917), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(920), + [sym__list_marker_example] = ACTIONS(923), + [sym__list_marker_example_dont_interrupt] = ACTIONS(923), + [sym__fenced_code_block_start_backtick] = ACTIONS(926), + [sym_minus_metadata] = ACTIONS(929), + [sym__pipe_table_start] = ACTIONS(932), + [sym__fenced_div_start] = ACTIONS(935), + [sym__fenced_div_end] = ACTIONS(888), + [sym_ref_id_specifier] = ACTIONS(938), + [sym__code_span_start] = ACTIONS(941), + [sym__html_comment] = ACTIONS(855), + [sym__autolink] = ACTIONS(855), + [sym__highlight_span_start] = ACTIONS(944), + [sym__insert_span_start] = ACTIONS(947), + [sym__delete_span_start] = ACTIONS(950), + [sym__edit_comment_span_start] = ACTIONS(953), + [sym__single_quote_span_open] = ACTIONS(956), + [sym__double_quote_span_open] = ACTIONS(959), + [sym__shortcode_open_escaped] = ACTIONS(962), + [sym__shortcode_open] = ACTIONS(965), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(968), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(971), + [sym__cite_author_in_text] = ACTIONS(974), + [sym__cite_suppress_author] = ACTIONS(977), + [sym__strikeout_open] = ACTIONS(980), + [sym__subscript_open] = ACTIONS(983), + [sym__superscript_open] = ACTIONS(986), + [sym__inline_note_start_token] = ACTIONS(989), + [sym__strong_emphasis_open_star] = ACTIONS(992), + [sym__strong_emphasis_open_underscore] = ACTIONS(995), + [sym__emphasis_open_star] = ACTIONS(998), + [sym__emphasis_open_underscore] = ACTIONS(1001), + [sym_inline_note_reference] = ACTIONS(855), + [sym_html_element] = ACTIONS(855), + [sym__pandoc_line_break] = ACTIONS(855), + [sym__caption_start] = ACTIONS(1004), + }, + [STATE(84)] = { + [sym__block_not_section] = STATE(83), + [sym__section3] = STATE(280), + [sym__section4] = STATE(280), + [sym__section5] = STATE(280), + [sym__section6] = STATE(280), + [sym__atx_heading3] = STATE(93), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), + [sym_pandoc_horizontal_rule] = STATE(83), + [sym_pandoc_paragraph] = STATE(83), + [sym_inline_ref_def] = STATE(83), + [sym_caption] = STATE(83), + [sym_pipe_table] = STATE(83), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(83), + [sym_pandoc_list] = STATE(83), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), + [sym_pandoc_code_block] = STATE(83), + [sym_pandoc_div] = STATE(83), + [sym_note_definition_fenced_block] = STATE(83), + [sym__newline] = STATE(83), + [sym__soft_line_break] = STATE(83), + [sym__inline_whitespace] = STATE(792), + [aux_sym__section2_repeat1] = STATE(83), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -33170,10 +33686,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(225), [sym__line_ending] = ACTIONS(227), [sym__soft_line_ending] = ACTIONS(229), - [sym__block_close] = ACTIONS(855), + [sym__block_close] = ACTIONS(1007), [sym__block_quote_start] = ACTIONS(233), - [sym_atx_h1_marker] = ACTIONS(855), - [sym_atx_h2_marker] = ACTIONS(855), + [sym_atx_h1_marker] = ACTIONS(1007), + [sym_atx_h2_marker] = ACTIONS(1007), [sym_atx_h3_marker] = ACTIONS(239), [sym_atx_h4_marker] = ACTIONS(241), [sym_atx_h5_marker] = ACTIONS(243), @@ -33192,10 +33708,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_example] = ACTIONS(53), [sym__list_marker_example_dont_interrupt] = ACTIONS(53), [sym__fenced_code_block_start_backtick] = ACTIONS(249), - [sym_minus_metadata] = ACTIONS(857), + [sym_minus_metadata] = ACTIONS(1009), [sym__pipe_table_start] = ACTIONS(253), [sym__fenced_div_start] = ACTIONS(255), - [sym__fenced_div_end] = ACTIONS(855), + [sym__fenced_div_end] = ACTIONS(1007), [sym_ref_id_specifier] = ACTIONS(259), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), @@ -33225,79 +33741,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(261), }, - [STATE(84)] = { - [sym__block_not_section] = STATE(85), - [sym__section3] = STATE(321), - [sym__section4] = STATE(321), - [sym__section5] = STATE(321), - [sym__section6] = STATE(321), + [STATE(85)] = { + [sym__block_not_section] = STATE(84), + [sym__section3] = STATE(280), + [sym__section4] = STATE(280), + [sym__section5] = STATE(280), + [sym__section6] = STATE(280), [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), - [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(85), - [sym_pandoc_list] = STATE(85), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [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__inline_whitespace] = STATE(814), - [aux_sym__section2_repeat1] = STATE(85), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), + [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(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(84), + [sym_pandoc_list] = STATE(84), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), + [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__inline_whitespace] = STATE(792), + [aux_sym__section2_repeat1] = STATE(84), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -33310,10 +33826,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(225), [sym__line_ending] = ACTIONS(227), [sym__soft_line_ending] = ACTIONS(229), - [sym__block_close] = ACTIONS(859), + [sym__block_close] = ACTIONS(1011), [sym__block_quote_start] = ACTIONS(233), - [sym_atx_h1_marker] = ACTIONS(859), - [sym_atx_h2_marker] = ACTIONS(859), + [sym_atx_h1_marker] = ACTIONS(1011), + [sym_atx_h2_marker] = ACTIONS(1011), [sym_atx_h3_marker] = ACTIONS(239), [sym_atx_h4_marker] = ACTIONS(241), [sym_atx_h5_marker] = ACTIONS(243), @@ -33332,10 +33848,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_example] = ACTIONS(53), [sym__list_marker_example_dont_interrupt] = ACTIONS(53), [sym__fenced_code_block_start_backtick] = ACTIONS(249), - [sym_minus_metadata] = ACTIONS(861), + [sym_minus_metadata] = ACTIONS(1013), [sym__pipe_table_start] = ACTIONS(253), [sym__fenced_div_start] = ACTIONS(255), - [sym__fenced_div_end] = ACTIONS(859), + [sym__fenced_div_end] = ACTIONS(1011), [sym_ref_id_specifier] = ACTIONS(259), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), @@ -33365,219 +33881,357 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(261), }, - [STATE(85)] = { - [sym__block_not_section] = STATE(85), - [sym__section3] = STATE(321), - [sym__section4] = STATE(321), - [sym__section5] = STATE(321), - [sym__section6] = STATE(321), - [sym__atx_heading3] = STATE(93), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), - [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(85), - [sym_pandoc_list] = STATE(85), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [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__inline_whitespace] = STATE(814), - [aux_sym__section2_repeat1] = STATE(85), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [sym_entity_reference] = ACTIONS(863), - [sym_numeric_character_reference] = ACTIONS(863), - [anon_sym_LBRACK] = ACTIONS(866), - [anon_sym_BANG_LBRACK] = ACTIONS(869), - [anon_sym_DOLLAR] = ACTIONS(872), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(875), - [anon_sym_LBRACE] = ACTIONS(878), - [aux_sym_pandoc_str_token1] = ACTIONS(881), - [anon_sym_PIPE] = ACTIONS(884), - [sym__whitespace] = ACTIONS(887), - [sym__line_ending] = ACTIONS(890), - [sym__soft_line_ending] = ACTIONS(893), - [sym__block_close] = ACTIONS(896), - [sym__block_quote_start] = ACTIONS(898), - [sym_atx_h1_marker] = ACTIONS(896), - [sym_atx_h2_marker] = ACTIONS(896), - [sym_atx_h3_marker] = ACTIONS(901), - [sym_atx_h4_marker] = ACTIONS(904), - [sym_atx_h5_marker] = ACTIONS(907), - [sym_atx_h6_marker] = ACTIONS(910), - [sym__thematic_break] = ACTIONS(913), - [sym__list_marker_minus] = ACTIONS(916), - [sym__list_marker_plus] = ACTIONS(919), - [sym__list_marker_star] = ACTIONS(922), - [sym__list_marker_parenthesis] = ACTIONS(925), - [sym__list_marker_dot] = ACTIONS(928), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(916), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(919), - [sym__list_marker_star_dont_interrupt] = ACTIONS(922), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(925), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(928), - [sym__list_marker_example] = ACTIONS(931), - [sym__list_marker_example_dont_interrupt] = ACTIONS(931), - [sym__fenced_code_block_start_backtick] = ACTIONS(934), - [sym_minus_metadata] = ACTIONS(937), - [sym__pipe_table_start] = ACTIONS(940), - [sym__fenced_div_start] = ACTIONS(943), - [sym__fenced_div_end] = ACTIONS(896), - [sym_ref_id_specifier] = ACTIONS(946), - [sym__code_span_start] = ACTIONS(949), - [sym__html_comment] = ACTIONS(863), - [sym__autolink] = ACTIONS(863), - [sym__highlight_span_start] = ACTIONS(952), - [sym__insert_span_start] = ACTIONS(955), - [sym__delete_span_start] = ACTIONS(958), - [sym__edit_comment_span_start] = ACTIONS(961), - [sym__single_quote_span_open] = ACTIONS(964), - [sym__double_quote_span_open] = ACTIONS(967), - [sym__shortcode_open_escaped] = ACTIONS(970), - [sym__shortcode_open] = ACTIONS(973), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(976), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(979), - [sym__cite_author_in_text] = ACTIONS(982), - [sym__cite_suppress_author] = ACTIONS(985), - [sym__strikeout_open] = ACTIONS(988), - [sym__subscript_open] = ACTIONS(991), - [sym__superscript_open] = ACTIONS(994), - [sym__inline_note_start_token] = ACTIONS(997), - [sym__strong_emphasis_open_star] = ACTIONS(1000), - [sym__strong_emphasis_open_underscore] = ACTIONS(1003), - [sym__emphasis_open_star] = ACTIONS(1006), - [sym__emphasis_open_underscore] = ACTIONS(1009), - [sym_inline_note_reference] = ACTIONS(863), - [sym_html_element] = ACTIONS(863), - [sym__pandoc_line_break] = ACTIONS(863), - [sym__caption_start] = ACTIONS(1012), - }, [STATE(86)] = { - [sym__block_not_section] = STATE(87), - [sym__section3] = STATE(432), - [sym__section4] = STATE(432), - [sym__section5] = STATE(432), - [sym__section6] = STATE(432), - [sym__atx_heading3] = STATE(95), + [sym__block_not_section] = STATE(86), + [sym__section3] = STATE(449), + [sym__section4] = STATE(449), + [sym__section5] = STATE(449), + [sym__section6] = STATE(449), + [sym__atx_heading3] = STATE(100), [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [sym_pandoc_horizontal_rule] = STATE(87), - [sym_pandoc_paragraph] = STATE(87), - [sym_inline_ref_def] = STATE(87), - [sym_caption] = STATE(87), - [sym_pipe_table] = STATE(87), - [sym__inlines] = STATE(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(87), - [sym_pandoc_list] = STATE(87), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), + [sym__atx_heading5] = STATE(118), + [sym__atx_heading6] = STATE(127), + [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(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(86), + [sym_pandoc_list] = STATE(86), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), - [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym_pandoc_code_block] = STATE(87), - [sym_pandoc_div] = STATE(87), - [sym_note_definition_fenced_block] = STATE(87), - [sym__newline] = STATE(87), - [sym__soft_line_break] = STATE(87), - [sym__inline_whitespace] = STATE(799), - [aux_sym__section2_repeat1] = STATE(87), - [aux_sym__list_plus_repeat1] = STATE(151), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [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__inline_whitespace] = STATE(795), + [aux_sym__section2_repeat1] = STATE(86), + [aux_sym__list_plus_repeat1] = STATE(168), + [aux_sym__list_minus_repeat1] = STATE(148), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(888), + [sym_entity_reference] = ACTIONS(855), + [sym_numeric_character_reference] = ACTIONS(855), + [anon_sym_LBRACK] = ACTIONS(858), + [anon_sym_BANG_LBRACK] = ACTIONS(861), + [anon_sym_DOLLAR] = ACTIONS(864), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(867), + [anon_sym_LBRACE] = ACTIONS(870), + [aux_sym_pandoc_str_token1] = ACTIONS(873), + [anon_sym_PIPE] = ACTIONS(876), + [sym__whitespace] = ACTIONS(1015), + [sym__line_ending] = ACTIONS(1018), + [sym__soft_line_ending] = ACTIONS(1021), + [sym__block_quote_start] = ACTIONS(1024), + [sym_atx_h1_marker] = ACTIONS(888), + [sym_atx_h2_marker] = ACTIONS(888), + [sym_atx_h3_marker] = ACTIONS(1027), + [sym_atx_h4_marker] = ACTIONS(1030), + [sym_atx_h5_marker] = ACTIONS(1033), + [sym_atx_h6_marker] = ACTIONS(1036), + [sym__thematic_break] = ACTIONS(1039), + [sym__list_marker_minus] = ACTIONS(908), + [sym__list_marker_plus] = ACTIONS(911), + [sym__list_marker_star] = ACTIONS(914), + [sym__list_marker_parenthesis] = ACTIONS(917), + [sym__list_marker_dot] = ACTIONS(920), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(908), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(911), + [sym__list_marker_star_dont_interrupt] = ACTIONS(914), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(917), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(920), + [sym__list_marker_example] = ACTIONS(923), + [sym__list_marker_example_dont_interrupt] = ACTIONS(923), + [sym__fenced_code_block_start_backtick] = ACTIONS(1042), + [sym_minus_metadata] = ACTIONS(1045), + [sym__pipe_table_start] = ACTIONS(1048), + [sym__fenced_div_start] = ACTIONS(1051), + [sym_ref_id_specifier] = ACTIONS(1054), + [sym__code_span_start] = ACTIONS(941), + [sym__html_comment] = ACTIONS(855), + [sym__autolink] = ACTIONS(855), + [sym__highlight_span_start] = ACTIONS(944), + [sym__insert_span_start] = ACTIONS(947), + [sym__delete_span_start] = ACTIONS(950), + [sym__edit_comment_span_start] = ACTIONS(953), + [sym__single_quote_span_open] = ACTIONS(956), + [sym__double_quote_span_open] = ACTIONS(959), + [sym__shortcode_open_escaped] = ACTIONS(962), + [sym__shortcode_open] = ACTIONS(965), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(968), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(971), + [sym__cite_author_in_text] = ACTIONS(974), + [sym__cite_suppress_author] = ACTIONS(977), + [sym__strikeout_open] = ACTIONS(980), + [sym__subscript_open] = ACTIONS(983), + [sym__superscript_open] = ACTIONS(986), + [sym__inline_note_start_token] = ACTIONS(989), + [sym__strong_emphasis_open_star] = ACTIONS(992), + [sym__strong_emphasis_open_underscore] = ACTIONS(995), + [sym__emphasis_open_star] = ACTIONS(998), + [sym__emphasis_open_underscore] = ACTIONS(1001), + [sym_inline_note_reference] = ACTIONS(855), + [sym_html_element] = ACTIONS(855), + [sym__pandoc_line_break] = ACTIONS(855), + [sym__caption_start] = ACTIONS(1057), + }, + [STATE(87)] = { + [sym__block_not_section] = STATE(90), + [sym__section3] = STATE(449), + [sym__section4] = STATE(449), + [sym__section5] = STATE(449), + [sym__section6] = STATE(449), + [sym__atx_heading3] = STATE(100), + [sym__atx_heading4] = STATE(109), + [sym__atx_heading5] = STATE(118), + [sym__atx_heading6] = STATE(127), + [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(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(90), + [sym_pandoc_list] = STATE(90), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), + [sym__list_item_minus] = STATE(148), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [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__inline_whitespace] = STATE(795), + [aux_sym__section2_repeat1] = STATE(90), + [aux_sym__list_plus_repeat1] = STATE(168), [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(1011), + [sym_entity_reference] = ACTIONS(5), + [sym_numeric_character_reference] = ACTIONS(5), + [anon_sym_LBRACK] = ACTIONS(7), + [anon_sym_BANG_LBRACK] = ACTIONS(9), + [anon_sym_DOLLAR] = ACTIONS(11), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [aux_sym_pandoc_str_token1] = ACTIONS(17), + [anon_sym_PIPE] = ACTIONS(19), + [sym__whitespace] = ACTIONS(21), + [sym__line_ending] = ACTIONS(23), + [sym__soft_line_ending] = ACTIONS(25), + [sym__block_quote_start] = ACTIONS(27), + [sym_atx_h1_marker] = ACTIONS(1011), + [sym_atx_h2_marker] = ACTIONS(1011), + [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(1060), + [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(5), + [sym__autolink] = ACTIONS(5), + [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(5), + [sym_html_element] = ACTIONS(5), + [sym__pandoc_line_break] = ACTIONS(5), + [sym__caption_start] = ACTIONS(107), + }, + [STATE(88)] = { + [sym__block_not_section] = STATE(91), + [sym__section3] = STATE(421), + [sym__section4] = STATE(421), + [sym__section5] = STATE(421), + [sym__section6] = STATE(421), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(91), + [sym_pandoc_list] = STATE(91), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), + [sym__list_item_dot] = STATE(159), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym__section2_repeat1] = STATE(91), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -33590,10 +34244,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(109), [sym__line_ending] = ACTIONS(111), [sym__soft_line_ending] = ACTIONS(113), - [sym__block_close] = ACTIONS(855), + [sym__block_close] = ACTIONS(1007), [sym__block_quote_start] = ACTIONS(119), - [sym_atx_h1_marker] = ACTIONS(855), - [sym_atx_h2_marker] = ACTIONS(855), + [sym_atx_h1_marker] = ACTIONS(1007), + [sym_atx_h2_marker] = ACTIONS(1007), [sym_atx_h3_marker] = ACTIONS(125), [sym_atx_h4_marker] = ACTIONS(127), [sym_atx_h5_marker] = ACTIONS(129), @@ -33612,7 +34266,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_example] = ACTIONS(53), [sym__list_marker_example_dont_interrupt] = ACTIONS(53), [sym__fenced_code_block_start_backtick] = ACTIONS(135), - [sym_minus_metadata] = ACTIONS(1015), + [sym_minus_metadata] = ACTIONS(1062), [sym__pipe_table_start] = ACTIONS(141), [sym__fenced_div_start] = ACTIONS(143), [sym_ref_id_specifier] = ACTIONS(145), @@ -33644,79 +34298,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(147), }, - [STATE(87)] = { - [sym__block_not_section] = STATE(90), - [sym__section3] = STATE(432), - [sym__section4] = STATE(432), - [sym__section5] = STATE(432), - [sym__section6] = STATE(432), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(90), - [sym_pandoc_list] = STATE(90), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [STATE(89)] = { + [sym__block_not_section] = STATE(88), + [sym__section3] = STATE(421), + [sym__section4] = STATE(421), + [sym__section5] = STATE(421), + [sym__section6] = STATE(421), + [sym__atx_heading3] = STATE(97), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(88), + [sym_pandoc_list] = STATE(88), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym__section2_repeat1] = STATE(90), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym__section2_repeat1] = STATE(88), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -33729,10 +34383,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(109), [sym__line_ending] = ACTIONS(111), [sym__soft_line_ending] = ACTIONS(113), - [sym__block_close] = ACTIONS(859), + [sym__block_close] = ACTIONS(1011), [sym__block_quote_start] = ACTIONS(119), - [sym_atx_h1_marker] = ACTIONS(859), - [sym_atx_h2_marker] = ACTIONS(859), + [sym_atx_h1_marker] = ACTIONS(1011), + [sym_atx_h2_marker] = ACTIONS(1011), [sym_atx_h3_marker] = ACTIONS(125), [sym_atx_h4_marker] = ACTIONS(127), [sym_atx_h5_marker] = ACTIONS(129), @@ -33751,7 +34405,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_example] = ACTIONS(53), [sym__list_marker_example_dont_interrupt] = ACTIONS(53), [sym__fenced_code_block_start_backtick] = ACTIONS(135), - [sym_minus_metadata] = ACTIONS(1017), + [sym_minus_metadata] = ACTIONS(1064), [sym__pipe_table_start] = ACTIONS(141), [sym__fenced_div_start] = ACTIONS(143), [sym_ref_id_specifier] = ACTIONS(145), @@ -33783,80 +34437,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(147), }, - [STATE(88)] = { - [sym__block_not_section] = STATE(89), - [sym__section3] = STATE(374), - [sym__section4] = STATE(374), - [sym__section5] = STATE(374), - [sym__section6] = STATE(374), + [STATE(90)] = { + [sym__block_not_section] = STATE(86), + [sym__section3] = STATE(449), + [sym__section4] = STATE(449), + [sym__section5] = STATE(449), + [sym__section6] = STATE(449), [sym__atx_heading3] = STATE(100), - [sym__atx_heading4] = STATE(104), + [sym__atx_heading4] = STATE(109), [sym__atx_heading5] = STATE(118), [sym__atx_heading6] = STATE(127), - [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(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(89), - [sym_pandoc_list] = STATE(89), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), + [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(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(86), + [sym_pandoc_list] = STATE(86), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [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__inline_whitespace] = STATE(803), - [aux_sym__section2_repeat1] = STATE(89), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(859), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), + [sym__list_item_minus] = STATE(148), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [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__inline_whitespace] = STATE(795), + [aux_sym__section2_repeat1] = STATE(86), + [aux_sym__list_plus_repeat1] = STATE(168), + [aux_sym__list_minus_repeat1] = STATE(148), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(1007), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -33870,8 +34524,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(23), [sym__soft_line_ending] = ACTIONS(25), [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(859), - [sym_atx_h2_marker] = ACTIONS(859), + [sym_atx_h1_marker] = ACTIONS(1007), + [sym_atx_h2_marker] = ACTIONS(1007), [sym_atx_h3_marker] = ACTIONS(33), [sym_atx_h4_marker] = ACTIONS(35), [sym_atx_h5_marker] = ACTIONS(37), @@ -33890,7 +34544,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(1019), + [sym_minus_metadata] = ACTIONS(1066), [sym__pipe_table_start] = ACTIONS(59), [sym__fenced_div_start] = ACTIONS(61), [sym_ref_id_specifier] = ACTIONS(63), @@ -33922,494 +34576,354 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(107), }, - [STATE(89)] = { - [sym__block_not_section] = STATE(89), - [sym__section3] = STATE(374), - [sym__section4] = STATE(374), - [sym__section5] = STATE(374), - [sym__section6] = STATE(374), - [sym__atx_heading3] = STATE(100), + [STATE(91)] = { + [sym__block_not_section] = STATE(91), + [sym__section3] = STATE(421), + [sym__section4] = STATE(421), + [sym__section5] = STATE(421), + [sym__section6] = STATE(421), + [sym__atx_heading3] = STATE(97), [sym__atx_heading4] = STATE(104), - [sym__atx_heading5] = STATE(118), - [sym__atx_heading6] = STATE(127), - [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(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(89), - [sym_pandoc_list] = STATE(89), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [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__inline_whitespace] = STATE(803), - [aux_sym__section2_repeat1] = STATE(89), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(896), - [sym_entity_reference] = ACTIONS(863), - [sym_numeric_character_reference] = ACTIONS(863), - [anon_sym_LBRACK] = ACTIONS(866), - [anon_sym_BANG_LBRACK] = ACTIONS(869), - [anon_sym_DOLLAR] = ACTIONS(872), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(875), - [anon_sym_LBRACE] = ACTIONS(878), - [aux_sym_pandoc_str_token1] = ACTIONS(881), - [anon_sym_PIPE] = ACTIONS(884), - [sym__whitespace] = ACTIONS(1021), - [sym__line_ending] = ACTIONS(1024), - [sym__soft_line_ending] = ACTIONS(1027), - [sym__block_quote_start] = ACTIONS(1030), - [sym_atx_h1_marker] = ACTIONS(896), - [sym_atx_h2_marker] = ACTIONS(896), - [sym_atx_h3_marker] = ACTIONS(1033), - [sym_atx_h4_marker] = ACTIONS(1036), - [sym_atx_h5_marker] = ACTIONS(1039), - [sym_atx_h6_marker] = ACTIONS(1042), - [sym__thematic_break] = ACTIONS(1045), - [sym__list_marker_minus] = ACTIONS(916), - [sym__list_marker_plus] = ACTIONS(919), - [sym__list_marker_star] = ACTIONS(922), - [sym__list_marker_parenthesis] = ACTIONS(925), - [sym__list_marker_dot] = ACTIONS(928), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(916), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(919), - [sym__list_marker_star_dont_interrupt] = ACTIONS(922), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(925), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(928), - [sym__list_marker_example] = ACTIONS(931), - [sym__list_marker_example_dont_interrupt] = ACTIONS(931), - [sym__fenced_code_block_start_backtick] = ACTIONS(1048), - [sym_minus_metadata] = ACTIONS(1051), - [sym__pipe_table_start] = ACTIONS(1054), - [sym__fenced_div_start] = ACTIONS(1057), - [sym_ref_id_specifier] = ACTIONS(1060), - [sym__code_span_start] = ACTIONS(949), - [sym__html_comment] = ACTIONS(863), - [sym__autolink] = ACTIONS(863), - [sym__highlight_span_start] = ACTIONS(952), - [sym__insert_span_start] = ACTIONS(955), - [sym__delete_span_start] = ACTIONS(958), - [sym__edit_comment_span_start] = ACTIONS(961), - [sym__single_quote_span_open] = ACTIONS(964), - [sym__double_quote_span_open] = ACTIONS(967), - [sym__shortcode_open_escaped] = ACTIONS(970), - [sym__shortcode_open] = ACTIONS(973), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(976), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(979), - [sym__cite_author_in_text] = ACTIONS(982), - [sym__cite_suppress_author] = ACTIONS(985), - [sym__strikeout_open] = ACTIONS(988), - [sym__subscript_open] = ACTIONS(991), - [sym__superscript_open] = ACTIONS(994), - [sym__inline_note_start_token] = ACTIONS(997), - [sym__strong_emphasis_open_star] = ACTIONS(1000), - [sym__strong_emphasis_open_underscore] = ACTIONS(1003), - [sym__emphasis_open_star] = ACTIONS(1006), - [sym__emphasis_open_underscore] = ACTIONS(1009), - [sym_inline_note_reference] = ACTIONS(863), - [sym_html_element] = ACTIONS(863), - [sym__pandoc_line_break] = ACTIONS(863), - [sym__caption_start] = ACTIONS(1063), - }, - [STATE(90)] = { - [sym__block_not_section] = STATE(90), - [sym__section3] = STATE(432), - [sym__section4] = STATE(432), - [sym__section5] = STATE(432), - [sym__section6] = STATE(432), - [sym__atx_heading3] = STATE(95), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(90), - [sym_pandoc_list] = STATE(90), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(91), + [sym_pandoc_list] = STATE(91), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym__section2_repeat1] = STATE(90), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym__section2_repeat1] = STATE(91), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), - [sym_entity_reference] = ACTIONS(863), - [sym_numeric_character_reference] = ACTIONS(863), - [anon_sym_LBRACK] = ACTIONS(866), - [anon_sym_BANG_LBRACK] = ACTIONS(869), - [anon_sym_DOLLAR] = ACTIONS(872), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(875), - [anon_sym_LBRACE] = ACTIONS(878), - [aux_sym_pandoc_str_token1] = ACTIONS(881), - [anon_sym_PIPE] = ACTIONS(884), - [sym__whitespace] = ACTIONS(1066), - [sym__line_ending] = ACTIONS(1069), - [sym__soft_line_ending] = ACTIONS(1072), - [sym__block_close] = ACTIONS(896), - [sym__block_quote_start] = ACTIONS(1075), - [sym_atx_h1_marker] = ACTIONS(896), - [sym_atx_h2_marker] = ACTIONS(896), - [sym_atx_h3_marker] = ACTIONS(1078), - [sym_atx_h4_marker] = ACTIONS(1081), - [sym_atx_h5_marker] = ACTIONS(1084), - [sym_atx_h6_marker] = ACTIONS(1087), - [sym__thematic_break] = ACTIONS(1090), - [sym__list_marker_minus] = ACTIONS(916), - [sym__list_marker_plus] = ACTIONS(919), - [sym__list_marker_star] = ACTIONS(922), - [sym__list_marker_parenthesis] = ACTIONS(925), - [sym__list_marker_dot] = ACTIONS(928), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(916), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(919), - [sym__list_marker_star_dont_interrupt] = ACTIONS(922), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(925), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(928), - [sym__list_marker_example] = ACTIONS(931), - [sym__list_marker_example_dont_interrupt] = ACTIONS(931), - [sym__fenced_code_block_start_backtick] = ACTIONS(1093), - [sym_minus_metadata] = ACTIONS(1096), - [sym__pipe_table_start] = ACTIONS(1099), - [sym__fenced_div_start] = ACTIONS(1102), - [sym_ref_id_specifier] = ACTIONS(1105), - [sym__code_span_start] = ACTIONS(949), - [sym__html_comment] = ACTIONS(863), - [sym__autolink] = ACTIONS(863), - [sym__highlight_span_start] = ACTIONS(952), - [sym__insert_span_start] = ACTIONS(955), - [sym__delete_span_start] = ACTIONS(958), - [sym__edit_comment_span_start] = ACTIONS(961), - [sym__single_quote_span_open] = ACTIONS(964), - [sym__double_quote_span_open] = ACTIONS(967), - [sym__shortcode_open_escaped] = ACTIONS(970), - [sym__shortcode_open] = ACTIONS(973), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(976), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(979), - [sym__cite_author_in_text] = ACTIONS(982), - [sym__cite_suppress_author] = ACTIONS(985), - [sym__strikeout_open] = ACTIONS(988), - [sym__subscript_open] = ACTIONS(991), - [sym__superscript_open] = ACTIONS(994), - [sym__inline_note_start_token] = ACTIONS(997), - [sym__strong_emphasis_open_star] = ACTIONS(1000), - [sym__strong_emphasis_open_underscore] = ACTIONS(1003), - [sym__emphasis_open_star] = ACTIONS(1006), - [sym__emphasis_open_underscore] = ACTIONS(1009), - [sym_inline_note_reference] = ACTIONS(863), - [sym_html_element] = ACTIONS(863), - [sym__pandoc_line_break] = ACTIONS(863), - [sym__caption_start] = ACTIONS(1108), - }, - [STATE(91)] = { - [sym__block_not_section] = STATE(88), - [sym__section3] = STATE(374), - [sym__section4] = STATE(374), - [sym__section5] = STATE(374), - [sym__section6] = STATE(374), - [sym__atx_heading3] = STATE(100), - [sym__atx_heading4] = STATE(104), - [sym__atx_heading5] = STATE(118), - [sym__atx_heading6] = STATE(127), - [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(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(88), - [sym_pandoc_list] = STATE(88), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [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__inline_whitespace] = STATE(803), - [aux_sym__section2_repeat1] = STATE(88), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(855), - [sym_entity_reference] = ACTIONS(5), - [sym_numeric_character_reference] = ACTIONS(5), - [anon_sym_LBRACK] = ACTIONS(7), - [anon_sym_BANG_LBRACK] = ACTIONS(9), - [anon_sym_DOLLAR] = ACTIONS(11), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [aux_sym_pandoc_str_token1] = ACTIONS(17), - [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(855), - [sym_atx_h2_marker] = ACTIONS(855), - [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(1111), - [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(5), - [sym__autolink] = ACTIONS(5), - [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(5), - [sym_html_element] = ACTIONS(5), - [sym__pandoc_line_break] = ACTIONS(5), - [sym__caption_start] = ACTIONS(107), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), + [sym_entity_reference] = ACTIONS(855), + [sym_numeric_character_reference] = ACTIONS(855), + [anon_sym_LBRACK] = ACTIONS(858), + [anon_sym_BANG_LBRACK] = ACTIONS(861), + [anon_sym_DOLLAR] = ACTIONS(864), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(867), + [anon_sym_LBRACE] = ACTIONS(870), + [aux_sym_pandoc_str_token1] = ACTIONS(873), + [anon_sym_PIPE] = ACTIONS(876), + [sym__whitespace] = ACTIONS(1068), + [sym__line_ending] = ACTIONS(1071), + [sym__soft_line_ending] = ACTIONS(1074), + [sym__block_close] = ACTIONS(888), + [sym__block_quote_start] = ACTIONS(1077), + [sym_atx_h1_marker] = ACTIONS(888), + [sym_atx_h2_marker] = ACTIONS(888), + [sym_atx_h3_marker] = ACTIONS(1080), + [sym_atx_h4_marker] = ACTIONS(1083), + [sym_atx_h5_marker] = ACTIONS(1086), + [sym_atx_h6_marker] = ACTIONS(1089), + [sym__thematic_break] = ACTIONS(1092), + [sym__list_marker_minus] = ACTIONS(908), + [sym__list_marker_plus] = ACTIONS(911), + [sym__list_marker_star] = ACTIONS(914), + [sym__list_marker_parenthesis] = ACTIONS(917), + [sym__list_marker_dot] = ACTIONS(920), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(908), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(911), + [sym__list_marker_star_dont_interrupt] = ACTIONS(914), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(917), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(920), + [sym__list_marker_example] = ACTIONS(923), + [sym__list_marker_example_dont_interrupt] = ACTIONS(923), + [sym__fenced_code_block_start_backtick] = ACTIONS(1095), + [sym_minus_metadata] = ACTIONS(1098), + [sym__pipe_table_start] = ACTIONS(1101), + [sym__fenced_div_start] = ACTIONS(1104), + [sym_ref_id_specifier] = ACTIONS(1107), + [sym__code_span_start] = ACTIONS(941), + [sym__html_comment] = ACTIONS(855), + [sym__autolink] = ACTIONS(855), + [sym__highlight_span_start] = ACTIONS(944), + [sym__insert_span_start] = ACTIONS(947), + [sym__delete_span_start] = ACTIONS(950), + [sym__edit_comment_span_start] = ACTIONS(953), + [sym__single_quote_span_open] = ACTIONS(956), + [sym__double_quote_span_open] = ACTIONS(959), + [sym__shortcode_open_escaped] = ACTIONS(962), + [sym__shortcode_open] = ACTIONS(965), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(968), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(971), + [sym__cite_author_in_text] = ACTIONS(974), + [sym__cite_suppress_author] = ACTIONS(977), + [sym__strikeout_open] = ACTIONS(980), + [sym__subscript_open] = ACTIONS(983), + [sym__superscript_open] = ACTIONS(986), + [sym__inline_note_start_token] = ACTIONS(989), + [sym__strong_emphasis_open_star] = ACTIONS(992), + [sym__strong_emphasis_open_underscore] = ACTIONS(995), + [sym__emphasis_open_star] = ACTIONS(998), + [sym__emphasis_open_underscore] = ACTIONS(1001), + [sym_inline_note_reference] = ACTIONS(855), + [sym_html_element] = ACTIONS(855), + [sym__pandoc_line_break] = ACTIONS(855), + [sym__caption_start] = ACTIONS(1110), }, [STATE(92)] = { + [sym__block_not_section] = STATE(92), + [sym__section4] = STATE(330), + [sym__section5] = STATE(330), + [sym__section6] = STATE(330), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), + [sym_pandoc_horizontal_rule] = STATE(92), + [sym_pandoc_paragraph] = STATE(92), + [sym_inline_ref_def] = STATE(92), + [sym_caption] = STATE(92), + [sym_pipe_table] = STATE(92), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(92), + [sym_pandoc_list] = STATE(92), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), + [sym_pandoc_code_block] = STATE(92), + [sym_pandoc_div] = STATE(92), + [sym_note_definition_fenced_block] = STATE(92), + [sym__newline] = STATE(92), + [sym__soft_line_break] = STATE(92), + [sym__inline_whitespace] = STATE(792), + [aux_sym__section3_repeat1] = STATE(92), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), + [sym_entity_reference] = ACTIONS(1113), + [sym_numeric_character_reference] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_BANG_LBRACK] = ACTIONS(1119), + [anon_sym_DOLLAR] = ACTIONS(1122), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1125), + [anon_sym_LBRACE] = ACTIONS(1128), + [aux_sym_pandoc_str_token1] = ACTIONS(1131), + [anon_sym_PIPE] = ACTIONS(1134), + [sym__whitespace] = ACTIONS(1137), + [sym__line_ending] = ACTIONS(1140), + [sym__soft_line_ending] = ACTIONS(1143), + [sym__block_close] = ACTIONS(1146), + [sym__block_quote_start] = ACTIONS(1148), + [sym_atx_h1_marker] = ACTIONS(1146), + [sym_atx_h2_marker] = ACTIONS(1146), + [sym_atx_h3_marker] = ACTIONS(1146), + [sym_atx_h4_marker] = ACTIONS(1151), + [sym_atx_h5_marker] = ACTIONS(1154), + [sym_atx_h6_marker] = ACTIONS(1157), + [sym__thematic_break] = ACTIONS(1160), + [sym__list_marker_minus] = ACTIONS(1163), + [sym__list_marker_plus] = ACTIONS(1166), + [sym__list_marker_star] = ACTIONS(1169), + [sym__list_marker_parenthesis] = ACTIONS(1172), + [sym__list_marker_dot] = ACTIONS(1175), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1163), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1166), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1169), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1172), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1175), + [sym__list_marker_example] = ACTIONS(1178), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1178), + [sym__fenced_code_block_start_backtick] = ACTIONS(1181), + [sym_minus_metadata] = ACTIONS(1184), + [sym__pipe_table_start] = ACTIONS(1187), + [sym__fenced_div_start] = ACTIONS(1190), + [sym__fenced_div_end] = ACTIONS(1146), + [sym_ref_id_specifier] = ACTIONS(1193), + [sym__code_span_start] = ACTIONS(1196), + [sym__html_comment] = ACTIONS(1113), + [sym__autolink] = ACTIONS(1113), + [sym__highlight_span_start] = ACTIONS(1199), + [sym__insert_span_start] = ACTIONS(1202), + [sym__delete_span_start] = ACTIONS(1205), + [sym__edit_comment_span_start] = ACTIONS(1208), + [sym__single_quote_span_open] = ACTIONS(1211), + [sym__double_quote_span_open] = ACTIONS(1214), + [sym__shortcode_open_escaped] = ACTIONS(1217), + [sym__shortcode_open] = ACTIONS(1220), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1223), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1226), + [sym__cite_author_in_text] = ACTIONS(1229), + [sym__cite_suppress_author] = ACTIONS(1232), + [sym__strikeout_open] = ACTIONS(1235), + [sym__subscript_open] = ACTIONS(1238), + [sym__superscript_open] = ACTIONS(1241), + [sym__inline_note_start_token] = ACTIONS(1244), + [sym__strong_emphasis_open_star] = ACTIONS(1247), + [sym__strong_emphasis_open_underscore] = ACTIONS(1250), + [sym__emphasis_open_star] = ACTIONS(1253), + [sym__emphasis_open_underscore] = ACTIONS(1256), + [sym_inline_note_reference] = ACTIONS(1113), + [sym_html_element] = ACTIONS(1113), + [sym__pandoc_line_break] = ACTIONS(1113), + [sym__caption_start] = ACTIONS(1259), + }, + [STATE(93)] = { [sym__block_not_section] = STATE(94), - [sym__section4] = STATE(338), - [sym__section5] = STATE(338), - [sym__section6] = STATE(338), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__section4] = STATE(330), + [sym__section5] = STATE(330), + [sym__section6] = STATE(330), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(94), [sym_pandoc_list] = STATE(94), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym__section3_repeat1] = STATE(94), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -34422,11 +34936,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(225), [sym__line_ending] = ACTIONS(227), [sym__soft_line_ending] = ACTIONS(229), - [sym__block_close] = ACTIONS(1113), + [sym__block_close] = ACTIONS(1262), [sym__block_quote_start] = ACTIONS(233), - [sym_atx_h1_marker] = ACTIONS(1113), - [sym_atx_h2_marker] = ACTIONS(1113), - [sym_atx_h3_marker] = ACTIONS(1113), + [sym_atx_h1_marker] = ACTIONS(1262), + [sym_atx_h2_marker] = ACTIONS(1262), + [sym_atx_h3_marker] = ACTIONS(1262), [sym_atx_h4_marker] = ACTIONS(241), [sym_atx_h5_marker] = ACTIONS(243), [sym_atx_h6_marker] = ACTIONS(245), @@ -34444,10 +34958,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_example] = ACTIONS(53), [sym__list_marker_example_dont_interrupt] = ACTIONS(53), [sym__fenced_code_block_start_backtick] = ACTIONS(249), - [sym_minus_metadata] = ACTIONS(1115), + [sym_minus_metadata] = ACTIONS(1264), [sym__pipe_table_start] = ACTIONS(253), [sym__fenced_div_start] = ACTIONS(255), - [sym__fenced_div_end] = ACTIONS(1113), + [sym__fenced_div_end] = ACTIONS(1262), [sym_ref_id_specifier] = ACTIONS(259), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), @@ -34477,77 +34991,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(261), }, - [STATE(93)] = { + [STATE(94)] = { [sym__block_not_section] = STATE(92), - [sym__section4] = STATE(338), - [sym__section5] = STATE(338), - [sym__section6] = STATE(338), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), + [sym__section4] = STATE(330), + [sym__section5] = STATE(330), + [sym__section6] = STATE(330), + [sym__atx_heading4] = STATE(102), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), [sym_pandoc_horizontal_rule] = STATE(92), [sym_pandoc_paragraph] = STATE(92), [sym_inline_ref_def] = STATE(92), [sym_caption] = STATE(92), [sym_pipe_table] = STATE(92), - [sym__inlines] = STATE(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(92), [sym_pandoc_list] = STATE(92), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [sym_pandoc_code_block] = STATE(92), [sym_pandoc_div] = STATE(92), [sym_note_definition_fenced_block] = STATE(92), [sym__newline] = STATE(92), [sym__soft_line_break] = STATE(92), - [sym__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym__section3_repeat1] = STATE(92), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -34560,11 +35074,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(225), [sym__line_ending] = ACTIONS(227), [sym__soft_line_ending] = ACTIONS(229), - [sym__block_close] = ACTIONS(1117), + [sym__block_close] = ACTIONS(1266), [sym__block_quote_start] = ACTIONS(233), - [sym_atx_h1_marker] = ACTIONS(1117), - [sym_atx_h2_marker] = ACTIONS(1117), - [sym_atx_h3_marker] = ACTIONS(1117), + [sym_atx_h1_marker] = ACTIONS(1266), + [sym_atx_h2_marker] = ACTIONS(1266), + [sym_atx_h3_marker] = ACTIONS(1266), [sym_atx_h4_marker] = ACTIONS(241), [sym_atx_h5_marker] = ACTIONS(243), [sym_atx_h6_marker] = ACTIONS(245), @@ -34582,10 +35096,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_example] = ACTIONS(53), [sym__list_marker_example_dont_interrupt] = ACTIONS(53), [sym__fenced_code_block_start_backtick] = ACTIONS(249), - [sym_minus_metadata] = ACTIONS(1119), + [sym_minus_metadata] = ACTIONS(1268), [sym__pipe_table_start] = ACTIONS(253), [sym__fenced_div_start] = ACTIONS(255), - [sym__fenced_div_end] = ACTIONS(1117), + [sym__fenced_div_end] = ACTIONS(1266), [sym_ref_id_specifier] = ACTIONS(259), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), @@ -34615,215 +35129,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(261), }, - [STATE(94)] = { - [sym__block_not_section] = STATE(94), - [sym__section4] = STATE(338), - [sym__section5] = STATE(338), - [sym__section6] = STATE(338), - [sym__atx_heading4] = STATE(101), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), - [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(94), - [sym_pandoc_list] = STATE(94), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [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__inline_whitespace] = STATE(814), - [aux_sym__section3_repeat1] = STATE(94), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [sym_entity_reference] = ACTIONS(1121), - [sym_numeric_character_reference] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_BANG_LBRACK] = ACTIONS(1127), - [anon_sym_DOLLAR] = ACTIONS(1130), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1133), - [anon_sym_LBRACE] = ACTIONS(1136), - [aux_sym_pandoc_str_token1] = ACTIONS(1139), - [anon_sym_PIPE] = ACTIONS(1142), - [sym__whitespace] = ACTIONS(1145), - [sym__line_ending] = ACTIONS(1148), - [sym__soft_line_ending] = ACTIONS(1151), - [sym__block_close] = ACTIONS(1154), - [sym__block_quote_start] = ACTIONS(1156), - [sym_atx_h1_marker] = ACTIONS(1154), - [sym_atx_h2_marker] = ACTIONS(1154), - [sym_atx_h3_marker] = ACTIONS(1154), - [sym_atx_h4_marker] = ACTIONS(1159), - [sym_atx_h5_marker] = ACTIONS(1162), - [sym_atx_h6_marker] = ACTIONS(1165), - [sym__thematic_break] = ACTIONS(1168), - [sym__list_marker_minus] = ACTIONS(1171), - [sym__list_marker_plus] = ACTIONS(1174), - [sym__list_marker_star] = ACTIONS(1177), - [sym__list_marker_parenthesis] = ACTIONS(1180), - [sym__list_marker_dot] = ACTIONS(1183), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1171), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1174), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1177), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1180), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1183), - [sym__list_marker_example] = ACTIONS(1186), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1186), - [sym__fenced_code_block_start_backtick] = ACTIONS(1189), - [sym_minus_metadata] = ACTIONS(1192), - [sym__pipe_table_start] = ACTIONS(1195), - [sym__fenced_div_start] = ACTIONS(1198), - [sym__fenced_div_end] = ACTIONS(1154), - [sym_ref_id_specifier] = ACTIONS(1201), - [sym__code_span_start] = ACTIONS(1204), - [sym__html_comment] = ACTIONS(1121), - [sym__autolink] = ACTIONS(1121), - [sym__highlight_span_start] = ACTIONS(1207), - [sym__insert_span_start] = ACTIONS(1210), - [sym__delete_span_start] = ACTIONS(1213), - [sym__edit_comment_span_start] = ACTIONS(1216), - [sym__single_quote_span_open] = ACTIONS(1219), - [sym__double_quote_span_open] = ACTIONS(1222), - [sym__shortcode_open_escaped] = ACTIONS(1225), - [sym__shortcode_open] = ACTIONS(1228), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1231), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1234), - [sym__cite_author_in_text] = ACTIONS(1237), - [sym__cite_suppress_author] = ACTIONS(1240), - [sym__strikeout_open] = ACTIONS(1243), - [sym__subscript_open] = ACTIONS(1246), - [sym__superscript_open] = ACTIONS(1249), - [sym__inline_note_start_token] = ACTIONS(1252), - [sym__strong_emphasis_open_star] = ACTIONS(1255), - [sym__strong_emphasis_open_underscore] = ACTIONS(1258), - [sym__emphasis_open_star] = ACTIONS(1261), - [sym__emphasis_open_underscore] = ACTIONS(1264), - [sym_inline_note_reference] = ACTIONS(1121), - [sym_html_element] = ACTIONS(1121), - [sym__pandoc_line_break] = ACTIONS(1121), - [sym__caption_start] = ACTIONS(1267), - }, [STATE(95)] = { - [sym__block_not_section] = STATE(99), - [sym__section4] = STATE(434), - [sym__section5] = STATE(434), - [sym__section6] = STATE(434), + [sym__block_not_section] = STATE(98), + [sym__section4] = STATE(459), + [sym__section5] = STATE(459), + [sym__section6] = STATE(459), [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(99), - [sym_pandoc_list] = STATE(99), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), + [sym__atx_heading5] = STATE(118), + [sym__atx_heading6] = STATE(127), + [sym_pandoc_horizontal_rule] = STATE(98), + [sym_pandoc_paragraph] = STATE(98), + [sym_inline_ref_def] = STATE(98), + [sym_caption] = STATE(98), + [sym_pipe_table] = STATE(98), + [sym__inlines] = STATE(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(98), + [sym_pandoc_list] = STATE(98), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), - [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym__section3_repeat1] = STATE(99), - [aux_sym__list_plus_repeat1] = STATE(151), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [sym_pandoc_code_block] = STATE(98), + [sym_pandoc_div] = STATE(98), + [sym_note_definition_fenced_block] = STATE(98), + [sym__newline] = STATE(98), + [sym__soft_line_break] = STATE(98), + [sym__inline_whitespace] = STATE(795), + [aux_sym__section3_repeat1] = STATE(98), + [aux_sym__list_plus_repeat1] = STATE(168), [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), - [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(1266), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -34833,18 +35210,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(15), [aux_sym_pandoc_str_token1] = ACTIONS(17), [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(109), - [sym__line_ending] = ACTIONS(111), - [sym__soft_line_ending] = ACTIONS(113), - [sym__block_close] = ACTIONS(1117), - [sym__block_quote_start] = ACTIONS(119), - [sym_atx_h1_marker] = ACTIONS(1117), - [sym_atx_h2_marker] = ACTIONS(1117), - [sym_atx_h3_marker] = ACTIONS(1117), - [sym_atx_h4_marker] = ACTIONS(127), - [sym_atx_h5_marker] = ACTIONS(129), - [sym_atx_h6_marker] = ACTIONS(131), - [sym__thematic_break] = ACTIONS(133), + [sym__whitespace] = ACTIONS(21), + [sym__line_ending] = ACTIONS(23), + [sym__soft_line_ending] = ACTIONS(25), + [sym__block_quote_start] = ACTIONS(27), + [sym_atx_h1_marker] = ACTIONS(1266), + [sym_atx_h2_marker] = ACTIONS(1266), + [sym_atx_h3_marker] = ACTIONS(1266), + [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), @@ -34857,11 +35233,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(135), + [sym__fenced_code_block_start_backtick] = ACTIONS(55), [sym_minus_metadata] = ACTIONS(1270), - [sym__pipe_table_start] = ACTIONS(141), - [sym__fenced_div_start] = ACTIONS(143), - [sym_ref_id_specifier] = ACTIONS(145), + [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(5), [sym__autolink] = ACTIONS(5), @@ -34888,217 +35264,216 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(5), [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), - [sym__caption_start] = ACTIONS(147), + [sym__caption_start] = ACTIONS(107), }, [STATE(96)] = { [sym__block_not_section] = STATE(96), - [sym__section4] = STATE(381), - [sym__section5] = STATE(381), - [sym__section6] = STATE(381), + [sym__section4] = STATE(423), + [sym__section5] = STATE(423), + [sym__section6] = STATE(423), [sym__atx_heading4] = STATE(104), - [sym__atx_heading5] = STATE(118), - [sym__atx_heading6] = STATE(127), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), [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(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(96), [sym_pandoc_list] = STATE(96), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), + [sym__list_item_dot] = STATE(159), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), [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__inline_whitespace] = STATE(803), + [sym__inline_whitespace] = STATE(789), [aux_sym__section3_repeat1] = STATE(96), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(1154), - [sym_entity_reference] = ACTIONS(1121), - [sym_numeric_character_reference] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_BANG_LBRACK] = ACTIONS(1127), - [anon_sym_DOLLAR] = ACTIONS(1130), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1133), - [anon_sym_LBRACE] = ACTIONS(1136), - [aux_sym_pandoc_str_token1] = ACTIONS(1139), - [anon_sym_PIPE] = ACTIONS(1142), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), + [aux_sym__list_dot_repeat1] = STATE(159), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), + [sym_entity_reference] = ACTIONS(1113), + [sym_numeric_character_reference] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_BANG_LBRACK] = ACTIONS(1119), + [anon_sym_DOLLAR] = ACTIONS(1122), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1125), + [anon_sym_LBRACE] = ACTIONS(1128), + [aux_sym_pandoc_str_token1] = ACTIONS(1131), + [anon_sym_PIPE] = ACTIONS(1134), [sym__whitespace] = ACTIONS(1272), [sym__line_ending] = ACTIONS(1275), [sym__soft_line_ending] = ACTIONS(1278), + [sym__block_close] = ACTIONS(1146), [sym__block_quote_start] = ACTIONS(1281), - [sym_atx_h1_marker] = ACTIONS(1154), - [sym_atx_h2_marker] = ACTIONS(1154), - [sym_atx_h3_marker] = ACTIONS(1154), + [sym_atx_h1_marker] = ACTIONS(1146), + [sym_atx_h2_marker] = ACTIONS(1146), + [sym_atx_h3_marker] = ACTIONS(1146), [sym_atx_h4_marker] = ACTIONS(1284), [sym_atx_h5_marker] = ACTIONS(1287), [sym_atx_h6_marker] = ACTIONS(1290), [sym__thematic_break] = ACTIONS(1293), - [sym__list_marker_minus] = ACTIONS(1171), - [sym__list_marker_plus] = ACTIONS(1174), - [sym__list_marker_star] = ACTIONS(1177), - [sym__list_marker_parenthesis] = ACTIONS(1180), - [sym__list_marker_dot] = ACTIONS(1183), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1171), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1174), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1177), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1180), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1183), - [sym__list_marker_example] = ACTIONS(1186), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1186), + [sym__list_marker_minus] = ACTIONS(1163), + [sym__list_marker_plus] = ACTIONS(1166), + [sym__list_marker_star] = ACTIONS(1169), + [sym__list_marker_parenthesis] = ACTIONS(1172), + [sym__list_marker_dot] = ACTIONS(1175), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1163), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1166), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1169), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1172), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1175), + [sym__list_marker_example] = ACTIONS(1178), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1178), [sym__fenced_code_block_start_backtick] = ACTIONS(1296), [sym_minus_metadata] = ACTIONS(1299), [sym__pipe_table_start] = ACTIONS(1302), [sym__fenced_div_start] = ACTIONS(1305), [sym_ref_id_specifier] = ACTIONS(1308), - [sym__code_span_start] = ACTIONS(1204), - [sym__html_comment] = ACTIONS(1121), - [sym__autolink] = ACTIONS(1121), - [sym__highlight_span_start] = ACTIONS(1207), - [sym__insert_span_start] = ACTIONS(1210), - [sym__delete_span_start] = ACTIONS(1213), - [sym__edit_comment_span_start] = ACTIONS(1216), - [sym__single_quote_span_open] = ACTIONS(1219), - [sym__double_quote_span_open] = ACTIONS(1222), - [sym__shortcode_open_escaped] = ACTIONS(1225), - [sym__shortcode_open] = ACTIONS(1228), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1231), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1234), - [sym__cite_author_in_text] = ACTIONS(1237), - [sym__cite_suppress_author] = ACTIONS(1240), - [sym__strikeout_open] = ACTIONS(1243), - [sym__subscript_open] = ACTIONS(1246), - [sym__superscript_open] = ACTIONS(1249), - [sym__inline_note_start_token] = ACTIONS(1252), - [sym__strong_emphasis_open_star] = ACTIONS(1255), - [sym__strong_emphasis_open_underscore] = ACTIONS(1258), - [sym__emphasis_open_star] = ACTIONS(1261), - [sym__emphasis_open_underscore] = ACTIONS(1264), - [sym_inline_note_reference] = ACTIONS(1121), - [sym_html_element] = ACTIONS(1121), - [sym__pandoc_line_break] = ACTIONS(1121), + [sym__code_span_start] = ACTIONS(1196), + [sym__html_comment] = ACTIONS(1113), + [sym__autolink] = ACTIONS(1113), + [sym__highlight_span_start] = ACTIONS(1199), + [sym__insert_span_start] = ACTIONS(1202), + [sym__delete_span_start] = ACTIONS(1205), + [sym__edit_comment_span_start] = ACTIONS(1208), + [sym__single_quote_span_open] = ACTIONS(1211), + [sym__double_quote_span_open] = ACTIONS(1214), + [sym__shortcode_open_escaped] = ACTIONS(1217), + [sym__shortcode_open] = ACTIONS(1220), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1223), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1226), + [sym__cite_author_in_text] = ACTIONS(1229), + [sym__cite_suppress_author] = ACTIONS(1232), + [sym__strikeout_open] = ACTIONS(1235), + [sym__subscript_open] = ACTIONS(1238), + [sym__superscript_open] = ACTIONS(1241), + [sym__inline_note_start_token] = ACTIONS(1244), + [sym__strong_emphasis_open_star] = ACTIONS(1247), + [sym__strong_emphasis_open_underscore] = ACTIONS(1250), + [sym__emphasis_open_star] = ACTIONS(1253), + [sym__emphasis_open_underscore] = ACTIONS(1256), + [sym_inline_note_reference] = ACTIONS(1113), + [sym_html_element] = ACTIONS(1113), + [sym__pandoc_line_break] = ACTIONS(1113), [sym__caption_start] = ACTIONS(1311), }, [STATE(97)] = { - [sym__block_not_section] = STATE(96), - [sym__section4] = STATE(381), - [sym__section5] = STATE(381), - [sym__section6] = STATE(381), + [sym__block_not_section] = STATE(99), + [sym__section4] = STATE(423), + [sym__section5] = STATE(423), + [sym__section6] = STATE(423), [sym__atx_heading4] = STATE(104), - [sym__atx_heading5] = STATE(118), - [sym__atx_heading6] = STATE(127), - [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(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(96), - [sym_pandoc_list] = STATE(96), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [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__inline_whitespace] = STATE(803), - [aux_sym__section3_repeat1] = STATE(96), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(1113), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(99), + [sym_pandoc_list] = STATE(99), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), + [sym__list_item_dot] = STATE(159), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym__section3_repeat1] = STATE(99), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), + [aux_sym__list_dot_repeat1] = STATE(159), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -35108,17 +35483,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(15), [aux_sym_pandoc_str_token1] = ACTIONS(17), [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(1113), - [sym_atx_h2_marker] = ACTIONS(1113), - [sym_atx_h3_marker] = ACTIONS(1113), - [sym_atx_h4_marker] = ACTIONS(35), - [sym_atx_h5_marker] = ACTIONS(37), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), + [sym__whitespace] = ACTIONS(109), + [sym__line_ending] = ACTIONS(111), + [sym__soft_line_ending] = ACTIONS(113), + [sym__block_close] = ACTIONS(1262), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(1262), + [sym_atx_h2_marker] = ACTIONS(1262), + [sym_atx_h3_marker] = ACTIONS(1262), + [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(43), [sym__list_marker_plus] = ACTIONS(45), [sym__list_marker_star] = ACTIONS(47), @@ -35131,11 +35507,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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__fenced_code_block_start_backtick] = ACTIONS(135), [sym_minus_metadata] = ACTIONS(1314), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), [sym__autolink] = ACTIONS(5), @@ -35162,216 +35538,216 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(5), [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), - [sym__caption_start] = ACTIONS(107), + [sym__caption_start] = ACTIONS(147), }, [STATE(98)] = { [sym__block_not_section] = STATE(98), - [sym__section4] = STATE(434), - [sym__section5] = STATE(434), - [sym__section6] = STATE(434), + [sym__section4] = STATE(459), + [sym__section5] = STATE(459), + [sym__section6] = STATE(459), [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), + [sym__atx_heading5] = STATE(118), + [sym__atx_heading6] = STATE(127), [sym_pandoc_horizontal_rule] = STATE(98), [sym_pandoc_paragraph] = STATE(98), [sym_inline_ref_def] = STATE(98), [sym_caption] = STATE(98), [sym_pipe_table] = STATE(98), - [sym__inlines] = STATE(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(98), [sym_pandoc_list] = STATE(98), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), - [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), [sym_pandoc_code_block] = STATE(98), [sym_pandoc_div] = STATE(98), [sym_note_definition_fenced_block] = STATE(98), [sym__newline] = STATE(98), [sym__soft_line_break] = STATE(98), - [sym__inline_whitespace] = STATE(799), + [sym__inline_whitespace] = STATE(795), [aux_sym__section3_repeat1] = STATE(98), - [aux_sym__list_plus_repeat1] = STATE(151), + [aux_sym__list_plus_repeat1] = STATE(168), [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), - [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), - [sym_entity_reference] = ACTIONS(1121), - [sym_numeric_character_reference] = ACTIONS(1121), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_BANG_LBRACK] = ACTIONS(1127), - [anon_sym_DOLLAR] = ACTIONS(1130), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1133), - [anon_sym_LBRACE] = ACTIONS(1136), - [aux_sym_pandoc_str_token1] = ACTIONS(1139), - [anon_sym_PIPE] = ACTIONS(1142), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(1146), + [sym_entity_reference] = ACTIONS(1113), + [sym_numeric_character_reference] = ACTIONS(1113), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_BANG_LBRACK] = ACTIONS(1119), + [anon_sym_DOLLAR] = ACTIONS(1122), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1125), + [anon_sym_LBRACE] = ACTIONS(1128), + [aux_sym_pandoc_str_token1] = ACTIONS(1131), + [anon_sym_PIPE] = ACTIONS(1134), [sym__whitespace] = ACTIONS(1316), [sym__line_ending] = ACTIONS(1319), [sym__soft_line_ending] = ACTIONS(1322), - [sym__block_close] = ACTIONS(1154), [sym__block_quote_start] = ACTIONS(1325), - [sym_atx_h1_marker] = ACTIONS(1154), - [sym_atx_h2_marker] = ACTIONS(1154), - [sym_atx_h3_marker] = ACTIONS(1154), + [sym_atx_h1_marker] = ACTIONS(1146), + [sym_atx_h2_marker] = ACTIONS(1146), + [sym_atx_h3_marker] = ACTIONS(1146), [sym_atx_h4_marker] = ACTIONS(1328), [sym_atx_h5_marker] = ACTIONS(1331), [sym_atx_h6_marker] = ACTIONS(1334), [sym__thematic_break] = ACTIONS(1337), - [sym__list_marker_minus] = ACTIONS(1171), - [sym__list_marker_plus] = ACTIONS(1174), - [sym__list_marker_star] = ACTIONS(1177), - [sym__list_marker_parenthesis] = ACTIONS(1180), - [sym__list_marker_dot] = ACTIONS(1183), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1171), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1174), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1177), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1180), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1183), - [sym__list_marker_example] = ACTIONS(1186), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1186), + [sym__list_marker_minus] = ACTIONS(1163), + [sym__list_marker_plus] = ACTIONS(1166), + [sym__list_marker_star] = ACTIONS(1169), + [sym__list_marker_parenthesis] = ACTIONS(1172), + [sym__list_marker_dot] = ACTIONS(1175), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1163), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1166), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1169), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1172), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1175), + [sym__list_marker_example] = ACTIONS(1178), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1178), [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_ref_id_specifier] = ACTIONS(1352), - [sym__code_span_start] = ACTIONS(1204), - [sym__html_comment] = ACTIONS(1121), - [sym__autolink] = ACTIONS(1121), - [sym__highlight_span_start] = ACTIONS(1207), - [sym__insert_span_start] = ACTIONS(1210), - [sym__delete_span_start] = ACTIONS(1213), - [sym__edit_comment_span_start] = ACTIONS(1216), - [sym__single_quote_span_open] = ACTIONS(1219), - [sym__double_quote_span_open] = ACTIONS(1222), - [sym__shortcode_open_escaped] = ACTIONS(1225), - [sym__shortcode_open] = ACTIONS(1228), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1231), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1234), - [sym__cite_author_in_text] = ACTIONS(1237), - [sym__cite_suppress_author] = ACTIONS(1240), - [sym__strikeout_open] = ACTIONS(1243), - [sym__subscript_open] = ACTIONS(1246), - [sym__superscript_open] = ACTIONS(1249), - [sym__inline_note_start_token] = ACTIONS(1252), - [sym__strong_emphasis_open_star] = ACTIONS(1255), - [sym__strong_emphasis_open_underscore] = ACTIONS(1258), - [sym__emphasis_open_star] = ACTIONS(1261), - [sym__emphasis_open_underscore] = ACTIONS(1264), - [sym_inline_note_reference] = ACTIONS(1121), - [sym_html_element] = ACTIONS(1121), - [sym__pandoc_line_break] = ACTIONS(1121), + [sym__code_span_start] = ACTIONS(1196), + [sym__html_comment] = ACTIONS(1113), + [sym__autolink] = ACTIONS(1113), + [sym__highlight_span_start] = ACTIONS(1199), + [sym__insert_span_start] = ACTIONS(1202), + [sym__delete_span_start] = ACTIONS(1205), + [sym__edit_comment_span_start] = ACTIONS(1208), + [sym__single_quote_span_open] = ACTIONS(1211), + [sym__double_quote_span_open] = ACTIONS(1214), + [sym__shortcode_open_escaped] = ACTIONS(1217), + [sym__shortcode_open] = ACTIONS(1220), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1223), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1226), + [sym__cite_author_in_text] = ACTIONS(1229), + [sym__cite_suppress_author] = ACTIONS(1232), + [sym__strikeout_open] = ACTIONS(1235), + [sym__subscript_open] = ACTIONS(1238), + [sym__superscript_open] = ACTIONS(1241), + [sym__inline_note_start_token] = ACTIONS(1244), + [sym__strong_emphasis_open_star] = ACTIONS(1247), + [sym__strong_emphasis_open_underscore] = ACTIONS(1250), + [sym__emphasis_open_star] = ACTIONS(1253), + [sym__emphasis_open_underscore] = ACTIONS(1256), + [sym_inline_note_reference] = ACTIONS(1113), + [sym_html_element] = ACTIONS(1113), + [sym__pandoc_line_break] = ACTIONS(1113), [sym__caption_start] = ACTIONS(1355), }, [STATE(99)] = { - [sym__block_not_section] = STATE(98), - [sym__section4] = STATE(434), - [sym__section5] = STATE(434), - [sym__section6] = STATE(434), - [sym__atx_heading4] = STATE(109), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [sym_pandoc_horizontal_rule] = STATE(98), - [sym_pandoc_paragraph] = STATE(98), - [sym_inline_ref_def] = STATE(98), - [sym_caption] = STATE(98), - [sym_pipe_table] = STATE(98), - [sym__inlines] = STATE(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(98), - [sym_pandoc_list] = STATE(98), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block_not_section] = STATE(96), + [sym__section4] = STATE(423), + [sym__section5] = STATE(423), + [sym__section6] = STATE(423), + [sym__atx_heading4] = STATE(104), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(96), + [sym_pandoc_list] = STATE(96), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym_pandoc_code_block] = STATE(98), - [sym_pandoc_div] = STATE(98), - [sym_note_definition_fenced_block] = STATE(98), - [sym__newline] = STATE(98), - [sym__soft_line_break] = STATE(98), - [sym__inline_whitespace] = STATE(799), - [aux_sym__section3_repeat1] = STATE(98), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym__section3_repeat1] = STATE(96), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -35384,11 +35760,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(109), [sym__line_ending] = ACTIONS(111), [sym__soft_line_ending] = ACTIONS(113), - [sym__block_close] = ACTIONS(1113), + [sym__block_close] = ACTIONS(1266), [sym__block_quote_start] = ACTIONS(119), - [sym_atx_h1_marker] = ACTIONS(1113), - [sym_atx_h2_marker] = ACTIONS(1113), - [sym_atx_h3_marker] = ACTIONS(1113), + [sym_atx_h1_marker] = ACTIONS(1266), + [sym_atx_h2_marker] = ACTIONS(1266), + [sym_atx_h3_marker] = ACTIONS(1266), [sym_atx_h4_marker] = ACTIONS(127), [sym_atx_h5_marker] = ACTIONS(129), [sym_atx_h6_marker] = ACTIONS(131), @@ -35439,77 +35815,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(100)] = { - [sym__block_not_section] = STATE(97), - [sym__section4] = STATE(381), - [sym__section5] = STATE(381), - [sym__section6] = STATE(381), - [sym__atx_heading4] = STATE(104), + [sym__block_not_section] = STATE(95), + [sym__section4] = STATE(459), + [sym__section5] = STATE(459), + [sym__section6] = STATE(459), + [sym__atx_heading4] = STATE(109), [sym__atx_heading5] = STATE(118), [sym__atx_heading6] = STATE(127), - [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(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(97), - [sym_pandoc_list] = STATE(97), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), + [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(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(95), + [sym_pandoc_list] = STATE(95), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [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__inline_whitespace] = STATE(803), - [aux_sym__section3_repeat1] = STATE(97), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(1117), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), + [sym__list_item_minus] = STATE(148), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [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__inline_whitespace] = STATE(795), + [aux_sym__section3_repeat1] = STATE(95), + [aux_sym__list_plus_repeat1] = STATE(168), + [aux_sym__list_minus_repeat1] = STATE(148), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(1262), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -35523,9 +35899,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(23), [sym__soft_line_ending] = ACTIONS(25), [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(1117), - [sym_atx_h2_marker] = ACTIONS(1117), - [sym_atx_h3_marker] = ACTIONS(1117), + [sym_atx_h1_marker] = ACTIONS(1262), + [sym_atx_h2_marker] = ACTIONS(1262), + [sym_atx_h3_marker] = ACTIONS(1262), [sym_atx_h4_marker] = ACTIONS(35), [sym_atx_h5_marker] = ACTIONS(37), [sym_atx_h6_marker] = ACTIONS(39), @@ -35576,74 +35952,210 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(107), }, [STATE(101)] = { - [sym__block_not_section] = STATE(102), - [sym__section5] = STATE(343), - [sym__section6] = STATE(343), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), - [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(102), - [sym_pandoc_list] = STATE(102), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [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__inline_whitespace] = STATE(814), - [aux_sym__section4_repeat1] = STATE(102), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [sym__block_not_section] = STATE(101), + [sym__section5] = STATE(335), + [sym__section6] = STATE(335), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), + [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(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(101), + [sym_pandoc_list] = STATE(101), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), + [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__inline_whitespace] = STATE(792), + [aux_sym__section4_repeat1] = STATE(101), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), + [sym_entity_reference] = ACTIONS(1362), + [sym_numeric_character_reference] = ACTIONS(1362), + [anon_sym_LBRACK] = ACTIONS(1365), + [anon_sym_BANG_LBRACK] = ACTIONS(1368), + [anon_sym_DOLLAR] = ACTIONS(1371), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1374), + [anon_sym_LBRACE] = ACTIONS(1377), + [aux_sym_pandoc_str_token1] = ACTIONS(1380), + [anon_sym_PIPE] = ACTIONS(1383), + [sym__whitespace] = ACTIONS(1386), + [sym__line_ending] = ACTIONS(1389), + [sym__soft_line_ending] = ACTIONS(1392), + [sym__block_close] = ACTIONS(1395), + [sym__block_quote_start] = ACTIONS(1397), + [sym_atx_h1_marker] = ACTIONS(1395), + [sym_atx_h2_marker] = ACTIONS(1395), + [sym_atx_h3_marker] = ACTIONS(1395), + [sym_atx_h4_marker] = ACTIONS(1395), + [sym_atx_h5_marker] = ACTIONS(1400), + [sym_atx_h6_marker] = ACTIONS(1403), + [sym__thematic_break] = ACTIONS(1406), + [sym__list_marker_minus] = ACTIONS(1409), + [sym__list_marker_plus] = ACTIONS(1412), + [sym__list_marker_star] = ACTIONS(1415), + [sym__list_marker_parenthesis] = ACTIONS(1418), + [sym__list_marker_dot] = ACTIONS(1421), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1409), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1412), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1415), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1418), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1421), + [sym__list_marker_example] = ACTIONS(1424), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1424), + [sym__fenced_code_block_start_backtick] = ACTIONS(1427), + [sym_minus_metadata] = ACTIONS(1430), + [sym__pipe_table_start] = ACTIONS(1433), + [sym__fenced_div_start] = ACTIONS(1436), + [sym__fenced_div_end] = ACTIONS(1395), + [sym_ref_id_specifier] = ACTIONS(1439), + [sym__code_span_start] = ACTIONS(1442), + [sym__html_comment] = ACTIONS(1362), + [sym__autolink] = ACTIONS(1362), + [sym__highlight_span_start] = ACTIONS(1445), + [sym__insert_span_start] = ACTIONS(1448), + [sym__delete_span_start] = ACTIONS(1451), + [sym__edit_comment_span_start] = ACTIONS(1454), + [sym__single_quote_span_open] = ACTIONS(1457), + [sym__double_quote_span_open] = ACTIONS(1460), + [sym__shortcode_open_escaped] = ACTIONS(1463), + [sym__shortcode_open] = ACTIONS(1466), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1469), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1472), + [sym__cite_author_in_text] = ACTIONS(1475), + [sym__cite_suppress_author] = ACTIONS(1478), + [sym__strikeout_open] = ACTIONS(1481), + [sym__subscript_open] = ACTIONS(1484), + [sym__superscript_open] = ACTIONS(1487), + [sym__inline_note_start_token] = ACTIONS(1490), + [sym__strong_emphasis_open_star] = ACTIONS(1493), + [sym__strong_emphasis_open_underscore] = ACTIONS(1496), + [sym__emphasis_open_star] = ACTIONS(1499), + [sym__emphasis_open_underscore] = ACTIONS(1502), + [sym_inline_note_reference] = ACTIONS(1362), + [sym_html_element] = ACTIONS(1362), + [sym__pandoc_line_break] = ACTIONS(1362), + [sym__caption_start] = ACTIONS(1505), + }, + [STATE(102)] = { + [sym__block_not_section] = STATE(103), + [sym__section5] = STATE(335), + [sym__section6] = STATE(335), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), + [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(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(103), + [sym_pandoc_list] = STATE(103), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), + [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__inline_whitespace] = STATE(792), + [aux_sym__section4_repeat1] = STATE(103), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -35656,12 +36168,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(225), [sym__line_ending] = ACTIONS(227), [sym__soft_line_ending] = ACTIONS(229), - [sym__block_close] = ACTIONS(1362), + [sym__block_close] = ACTIONS(1508), [sym__block_quote_start] = ACTIONS(233), - [sym_atx_h1_marker] = ACTIONS(1362), - [sym_atx_h2_marker] = ACTIONS(1362), - [sym_atx_h3_marker] = ACTIONS(1362), - [sym_atx_h4_marker] = ACTIONS(1362), + [sym_atx_h1_marker] = ACTIONS(1508), + [sym_atx_h2_marker] = ACTIONS(1508), + [sym_atx_h3_marker] = ACTIONS(1508), + [sym_atx_h4_marker] = ACTIONS(1508), [sym_atx_h5_marker] = ACTIONS(243), [sym_atx_h6_marker] = ACTIONS(245), [sym__thematic_break] = ACTIONS(247), @@ -35678,10 +36190,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_example] = ACTIONS(53), [sym__list_marker_example_dont_interrupt] = ACTIONS(53), [sym__fenced_code_block_start_backtick] = ACTIONS(249), - [sym_minus_metadata] = ACTIONS(1364), + [sym_minus_metadata] = ACTIONS(1510), [sym__pipe_table_start] = ACTIONS(253), [sym__fenced_div_start] = ACTIONS(255), - [sym__fenced_div_end] = ACTIONS(1362), + [sym__fenced_div_end] = ACTIONS(1508), [sym_ref_id_specifier] = ACTIONS(259), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), @@ -35711,75 +36223,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(261), }, - [STATE(102)] = { - [sym__block_not_section] = STATE(103), - [sym__section5] = STATE(343), - [sym__section6] = STATE(343), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), - [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(103), - [sym_pandoc_list] = STATE(103), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [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__inline_whitespace] = STATE(814), - [aux_sym__section4_repeat1] = STATE(103), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [STATE(103)] = { + [sym__block_not_section] = STATE(101), + [sym__section5] = STATE(335), + [sym__section6] = STATE(335), + [sym__atx_heading5] = STATE(110), + [sym__atx_heading6] = STATE(119), + [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(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(101), + [sym_pandoc_list] = STATE(101), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), + [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__inline_whitespace] = STATE(792), + [aux_sym__section4_repeat1] = STATE(101), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -35792,12 +36304,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(225), [sym__line_ending] = ACTIONS(227), [sym__soft_line_ending] = ACTIONS(229), - [sym__block_close] = ACTIONS(1366), + [sym__block_close] = ACTIONS(1512), [sym__block_quote_start] = ACTIONS(233), - [sym_atx_h1_marker] = ACTIONS(1366), - [sym_atx_h2_marker] = ACTIONS(1366), - [sym_atx_h3_marker] = ACTIONS(1366), - [sym_atx_h4_marker] = ACTIONS(1366), + [sym_atx_h1_marker] = ACTIONS(1512), + [sym_atx_h2_marker] = ACTIONS(1512), + [sym_atx_h3_marker] = ACTIONS(1512), + [sym_atx_h4_marker] = ACTIONS(1512), [sym_atx_h5_marker] = ACTIONS(243), [sym_atx_h6_marker] = ACTIONS(245), [sym__thematic_break] = ACTIONS(247), @@ -35814,10 +36326,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_example] = ACTIONS(53), [sym__list_marker_example_dont_interrupt] = ACTIONS(53), [sym__fenced_code_block_start_backtick] = ACTIONS(249), - [sym_minus_metadata] = ACTIONS(1368), + [sym_minus_metadata] = ACTIONS(1514), [sym__pipe_table_start] = ACTIONS(253), [sym__fenced_div_start] = ACTIONS(255), - [sym__fenced_div_end] = ACTIONS(1366), + [sym__fenced_div_end] = ACTIONS(1512), [sym_ref_id_specifier] = ACTIONS(259), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), @@ -35847,212 +36359,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(261), }, - [STATE(103)] = { - [sym__block_not_section] = STATE(103), - [sym__section5] = STATE(343), - [sym__section6] = STATE(343), - [sym__atx_heading5] = STATE(112), - [sym__atx_heading6] = STATE(121), - [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(103), - [sym_pandoc_list] = STATE(103), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [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__inline_whitespace] = STATE(814), - [aux_sym__section4_repeat1] = STATE(103), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [sym_entity_reference] = ACTIONS(1370), - [sym_numeric_character_reference] = ACTIONS(1370), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_BANG_LBRACK] = ACTIONS(1376), - [anon_sym_DOLLAR] = ACTIONS(1379), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1382), - [anon_sym_LBRACE] = ACTIONS(1385), - [aux_sym_pandoc_str_token1] = ACTIONS(1388), - [anon_sym_PIPE] = ACTIONS(1391), - [sym__whitespace] = ACTIONS(1394), - [sym__line_ending] = ACTIONS(1397), - [sym__soft_line_ending] = ACTIONS(1400), - [sym__block_close] = ACTIONS(1403), - [sym__block_quote_start] = ACTIONS(1405), - [sym_atx_h1_marker] = ACTIONS(1403), - [sym_atx_h2_marker] = ACTIONS(1403), - [sym_atx_h3_marker] = ACTIONS(1403), - [sym_atx_h4_marker] = ACTIONS(1403), - [sym_atx_h5_marker] = ACTIONS(1408), - [sym_atx_h6_marker] = ACTIONS(1411), - [sym__thematic_break] = ACTIONS(1414), - [sym__list_marker_minus] = ACTIONS(1417), - [sym__list_marker_plus] = ACTIONS(1420), - [sym__list_marker_star] = ACTIONS(1423), - [sym__list_marker_parenthesis] = ACTIONS(1426), - [sym__list_marker_dot] = ACTIONS(1429), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1417), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1420), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1423), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1426), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1429), - [sym__list_marker_example] = ACTIONS(1432), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1432), - [sym__fenced_code_block_start_backtick] = ACTIONS(1435), - [sym_minus_metadata] = ACTIONS(1438), - [sym__pipe_table_start] = ACTIONS(1441), - [sym__fenced_div_start] = ACTIONS(1444), - [sym__fenced_div_end] = ACTIONS(1403), - [sym_ref_id_specifier] = ACTIONS(1447), - [sym__code_span_start] = ACTIONS(1450), - [sym__html_comment] = ACTIONS(1370), - [sym__autolink] = ACTIONS(1370), - [sym__highlight_span_start] = ACTIONS(1453), - [sym__insert_span_start] = ACTIONS(1456), - [sym__delete_span_start] = ACTIONS(1459), - [sym__edit_comment_span_start] = ACTIONS(1462), - [sym__single_quote_span_open] = ACTIONS(1465), - [sym__double_quote_span_open] = ACTIONS(1468), - [sym__shortcode_open_escaped] = ACTIONS(1471), - [sym__shortcode_open] = ACTIONS(1474), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1477), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1480), - [sym__cite_author_in_text] = ACTIONS(1483), - [sym__cite_suppress_author] = ACTIONS(1486), - [sym__strikeout_open] = ACTIONS(1489), - [sym__subscript_open] = ACTIONS(1492), - [sym__superscript_open] = ACTIONS(1495), - [sym__inline_note_start_token] = ACTIONS(1498), - [sym__strong_emphasis_open_star] = ACTIONS(1501), - [sym__strong_emphasis_open_underscore] = ACTIONS(1504), - [sym__emphasis_open_star] = ACTIONS(1507), - [sym__emphasis_open_underscore] = ACTIONS(1510), - [sym_inline_note_reference] = ACTIONS(1370), - [sym_html_element] = ACTIONS(1370), - [sym__pandoc_line_break] = ACTIONS(1370), - [sym__caption_start] = ACTIONS(1513), - }, [STATE(104)] = { - [sym__block_not_section] = STATE(107), - [sym__section5] = STATE(385), - [sym__section6] = STATE(385), - [sym__atx_heading5] = STATE(118), - [sym__atx_heading6] = STATE(127), - [sym_pandoc_horizontal_rule] = STATE(107), - [sym_pandoc_paragraph] = STATE(107), - [sym_inline_ref_def] = STATE(107), - [sym_caption] = STATE(107), - [sym_pipe_table] = STATE(107), - [sym__inlines] = STATE(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(107), - [sym_pandoc_list] = STATE(107), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [sym_pandoc_code_block] = STATE(107), - [sym_pandoc_div] = STATE(107), - [sym_note_definition_fenced_block] = STATE(107), - [sym__newline] = STATE(107), - [sym__soft_line_break] = STATE(107), - [sym__inline_whitespace] = STATE(803), - [aux_sym__section4_repeat1] = STATE(107), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(1362), + [sym__block_not_section] = STATE(108), + [sym__section5] = STATE(425), + [sym__section6] = STATE(425), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), + [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(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(108), + [sym_pandoc_list] = STATE(108), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), + [sym__list_item_dot] = STATE(159), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [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__inline_whitespace] = STATE(789), + [aux_sym__section4_repeat1] = STATE(108), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), + [aux_sym__list_dot_repeat1] = STATE(159), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -36062,17 +36437,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(15), [aux_sym_pandoc_str_token1] = ACTIONS(17), [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(1362), - [sym_atx_h2_marker] = ACTIONS(1362), - [sym_atx_h3_marker] = ACTIONS(1362), - [sym_atx_h4_marker] = ACTIONS(1362), - [sym_atx_h5_marker] = ACTIONS(37), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), + [sym__whitespace] = ACTIONS(109), + [sym__line_ending] = ACTIONS(111), + [sym__soft_line_ending] = ACTIONS(113), + [sym__block_close] = ACTIONS(1508), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(1508), + [sym_atx_h2_marker] = ACTIONS(1508), + [sym_atx_h3_marker] = ACTIONS(1508), + [sym_atx_h4_marker] = ACTIONS(1508), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), [sym__list_marker_minus] = ACTIONS(43), [sym__list_marker_plus] = ACTIONS(45), [sym__list_marker_star] = ACTIONS(47), @@ -36085,11 +36461,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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__fenced_code_block_start_backtick] = ACTIONS(135), [sym_minus_metadata] = ACTIONS(1516), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), [sym__autolink] = ACTIONS(5), @@ -36116,77 +36492,348 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(5), [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), - [sym__caption_start] = ACTIONS(107), + [sym__caption_start] = ACTIONS(147), }, [STATE(105)] = { + [sym__block_not_section] = STATE(105), + [sym__section5] = STATE(479), + [sym__section6] = STATE(479), + [sym__atx_heading5] = STATE(118), + [sym__atx_heading6] = STATE(127), + [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(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(105), + [sym_pandoc_list] = STATE(105), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), + [sym__list_item_minus] = STATE(148), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [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__inline_whitespace] = STATE(795), + [aux_sym__section4_repeat1] = STATE(105), + [aux_sym__list_plus_repeat1] = STATE(168), + [aux_sym__list_minus_repeat1] = STATE(148), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(1395), + [sym_entity_reference] = ACTIONS(1362), + [sym_numeric_character_reference] = ACTIONS(1362), + [anon_sym_LBRACK] = ACTIONS(1365), + [anon_sym_BANG_LBRACK] = ACTIONS(1368), + [anon_sym_DOLLAR] = ACTIONS(1371), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1374), + [anon_sym_LBRACE] = ACTIONS(1377), + [aux_sym_pandoc_str_token1] = ACTIONS(1380), + [anon_sym_PIPE] = ACTIONS(1383), + [sym__whitespace] = ACTIONS(1518), + [sym__line_ending] = ACTIONS(1521), + [sym__soft_line_ending] = ACTIONS(1524), + [sym__block_quote_start] = ACTIONS(1527), + [sym_atx_h1_marker] = ACTIONS(1395), + [sym_atx_h2_marker] = ACTIONS(1395), + [sym_atx_h3_marker] = ACTIONS(1395), + [sym_atx_h4_marker] = ACTIONS(1395), + [sym_atx_h5_marker] = ACTIONS(1530), + [sym_atx_h6_marker] = ACTIONS(1533), + [sym__thematic_break] = ACTIONS(1536), + [sym__list_marker_minus] = ACTIONS(1409), + [sym__list_marker_plus] = ACTIONS(1412), + [sym__list_marker_star] = ACTIONS(1415), + [sym__list_marker_parenthesis] = ACTIONS(1418), + [sym__list_marker_dot] = ACTIONS(1421), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1409), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1412), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1415), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1418), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1421), + [sym__list_marker_example] = ACTIONS(1424), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1424), + [sym__fenced_code_block_start_backtick] = ACTIONS(1539), + [sym_minus_metadata] = ACTIONS(1542), + [sym__pipe_table_start] = ACTIONS(1545), + [sym__fenced_div_start] = ACTIONS(1548), + [sym_ref_id_specifier] = ACTIONS(1551), + [sym__code_span_start] = ACTIONS(1442), + [sym__html_comment] = ACTIONS(1362), + [sym__autolink] = ACTIONS(1362), + [sym__highlight_span_start] = ACTIONS(1445), + [sym__insert_span_start] = ACTIONS(1448), + [sym__delete_span_start] = ACTIONS(1451), + [sym__edit_comment_span_start] = ACTIONS(1454), + [sym__single_quote_span_open] = ACTIONS(1457), + [sym__double_quote_span_open] = ACTIONS(1460), + [sym__shortcode_open_escaped] = ACTIONS(1463), + [sym__shortcode_open] = ACTIONS(1466), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1469), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1472), + [sym__cite_author_in_text] = ACTIONS(1475), + [sym__cite_suppress_author] = ACTIONS(1478), + [sym__strikeout_open] = ACTIONS(1481), + [sym__subscript_open] = ACTIONS(1484), + [sym__superscript_open] = ACTIONS(1487), + [sym__inline_note_start_token] = ACTIONS(1490), + [sym__strong_emphasis_open_star] = ACTIONS(1493), + [sym__strong_emphasis_open_underscore] = ACTIONS(1496), + [sym__emphasis_open_star] = ACTIONS(1499), + [sym__emphasis_open_underscore] = ACTIONS(1502), + [sym_inline_note_reference] = ACTIONS(1362), + [sym_html_element] = ACTIONS(1362), + [sym__pandoc_line_break] = ACTIONS(1362), + [sym__caption_start] = ACTIONS(1554), + }, + [STATE(106)] = { [sym__block_not_section] = STATE(106), - [sym__section5] = STATE(436), - [sym__section6] = STATE(436), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), + [sym__section5] = STATE(425), + [sym__section6] = STATE(425), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(106), [sym_pandoc_list] = STATE(106), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), [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__inline_whitespace] = STATE(799), + [sym__inline_whitespace] = STATE(789), [aux_sym__section4_repeat1] = STATE(106), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), + [sym_entity_reference] = ACTIONS(1362), + [sym_numeric_character_reference] = ACTIONS(1362), + [anon_sym_LBRACK] = ACTIONS(1365), + [anon_sym_BANG_LBRACK] = ACTIONS(1368), + [anon_sym_DOLLAR] = ACTIONS(1371), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1374), + [anon_sym_LBRACE] = ACTIONS(1377), + [aux_sym_pandoc_str_token1] = ACTIONS(1380), + [anon_sym_PIPE] = ACTIONS(1383), + [sym__whitespace] = ACTIONS(1557), + [sym__line_ending] = ACTIONS(1560), + [sym__soft_line_ending] = ACTIONS(1563), + [sym__block_close] = ACTIONS(1395), + [sym__block_quote_start] = ACTIONS(1566), + [sym_atx_h1_marker] = ACTIONS(1395), + [sym_atx_h2_marker] = ACTIONS(1395), + [sym_atx_h3_marker] = ACTIONS(1395), + [sym_atx_h4_marker] = ACTIONS(1395), + [sym_atx_h5_marker] = ACTIONS(1569), + [sym_atx_h6_marker] = ACTIONS(1572), + [sym__thematic_break] = ACTIONS(1575), + [sym__list_marker_minus] = ACTIONS(1409), + [sym__list_marker_plus] = ACTIONS(1412), + [sym__list_marker_star] = ACTIONS(1415), + [sym__list_marker_parenthesis] = ACTIONS(1418), + [sym__list_marker_dot] = ACTIONS(1421), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1409), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1412), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1415), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1418), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1421), + [sym__list_marker_example] = ACTIONS(1424), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1424), + [sym__fenced_code_block_start_backtick] = ACTIONS(1578), + [sym_minus_metadata] = ACTIONS(1581), + [sym__pipe_table_start] = ACTIONS(1584), + [sym__fenced_div_start] = ACTIONS(1587), + [sym_ref_id_specifier] = ACTIONS(1590), + [sym__code_span_start] = ACTIONS(1442), + [sym__html_comment] = ACTIONS(1362), + [sym__autolink] = ACTIONS(1362), + [sym__highlight_span_start] = ACTIONS(1445), + [sym__insert_span_start] = ACTIONS(1448), + [sym__delete_span_start] = ACTIONS(1451), + [sym__edit_comment_span_start] = ACTIONS(1454), + [sym__single_quote_span_open] = ACTIONS(1457), + [sym__double_quote_span_open] = ACTIONS(1460), + [sym__shortcode_open_escaped] = ACTIONS(1463), + [sym__shortcode_open] = ACTIONS(1466), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1469), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1472), + [sym__cite_author_in_text] = ACTIONS(1475), + [sym__cite_suppress_author] = ACTIONS(1478), + [sym__strikeout_open] = ACTIONS(1481), + [sym__subscript_open] = ACTIONS(1484), + [sym__superscript_open] = ACTIONS(1487), + [sym__inline_note_start_token] = ACTIONS(1490), + [sym__strong_emphasis_open_star] = ACTIONS(1493), + [sym__strong_emphasis_open_underscore] = ACTIONS(1496), + [sym__emphasis_open_star] = ACTIONS(1499), + [sym__emphasis_open_underscore] = ACTIONS(1502), + [sym_inline_note_reference] = ACTIONS(1362), + [sym_html_element] = ACTIONS(1362), + [sym__pandoc_line_break] = ACTIONS(1362), + [sym__caption_start] = ACTIONS(1593), + }, + [STATE(107)] = { + [sym__block_not_section] = STATE(105), + [sym__section5] = STATE(479), + [sym__section6] = STATE(479), + [sym__atx_heading5] = STATE(118), + [sym__atx_heading6] = STATE(127), + [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(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(105), + [sym_pandoc_list] = STATE(105), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), + [sym__list_item_minus] = STATE(148), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [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__inline_whitespace] = STATE(795), + [aux_sym__section4_repeat1] = STATE(105), + [aux_sym__list_plus_repeat1] = STATE(168), + [aux_sym__list_minus_repeat1] = STATE(148), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(1512), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -36196,18 +36843,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(15), [aux_sym_pandoc_str_token1] = ACTIONS(17), [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(109), - [sym__line_ending] = ACTIONS(111), - [sym__soft_line_ending] = ACTIONS(113), - [sym__block_close] = ACTIONS(1366), - [sym__block_quote_start] = ACTIONS(119), - [sym_atx_h1_marker] = ACTIONS(1366), - [sym_atx_h2_marker] = ACTIONS(1366), - [sym_atx_h3_marker] = ACTIONS(1366), - [sym_atx_h4_marker] = ACTIONS(1366), - [sym_atx_h5_marker] = ACTIONS(129), - [sym_atx_h6_marker] = ACTIONS(131), - [sym__thematic_break] = ACTIONS(133), + [sym__whitespace] = ACTIONS(21), + [sym__line_ending] = ACTIONS(23), + [sym__soft_line_ending] = ACTIONS(25), + [sym__block_quote_start] = ACTIONS(27), + [sym_atx_h1_marker] = ACTIONS(1512), + [sym_atx_h2_marker] = ACTIONS(1512), + [sym_atx_h3_marker] = ACTIONS(1512), + [sym_atx_h4_marker] = ACTIONS(1512), + [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), @@ -36220,11 +36866,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(135), - [sym_minus_metadata] = ACTIONS(1518), - [sym__pipe_table_start] = ACTIONS(141), - [sym__fenced_div_start] = ACTIONS(143), - [sym_ref_id_specifier] = ACTIONS(145), + [sym__fenced_code_block_start_backtick] = ACTIONS(55), + [sym_minus_metadata] = ACTIONS(1596), + [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(5), [sym__autolink] = ACTIONS(5), @@ -36251,213 +36897,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(5), [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), - [sym__caption_start] = ACTIONS(147), + [sym__caption_start] = ACTIONS(107), }, - [STATE(106)] = { + [STATE(108)] = { [sym__block_not_section] = STATE(106), - [sym__section5] = STATE(436), - [sym__section6] = STATE(436), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), + [sym__section5] = STATE(425), + [sym__section6] = STATE(425), + [sym__atx_heading5] = STATE(113), + [sym__atx_heading6] = STATE(123), [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(106), [sym_pandoc_list] = STATE(106), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), [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__inline_whitespace] = STATE(799), + [sym__inline_whitespace] = STATE(789), [aux_sym__section4_repeat1] = STATE(106), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), - [sym_entity_reference] = ACTIONS(1370), - [sym_numeric_character_reference] = ACTIONS(1370), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_BANG_LBRACK] = ACTIONS(1376), - [anon_sym_DOLLAR] = ACTIONS(1379), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1382), - [anon_sym_LBRACE] = ACTIONS(1385), - [aux_sym_pandoc_str_token1] = ACTIONS(1388), - [anon_sym_PIPE] = ACTIONS(1391), - [sym__whitespace] = ACTIONS(1520), - [sym__line_ending] = ACTIONS(1523), - [sym__soft_line_ending] = ACTIONS(1526), - [sym__block_close] = ACTIONS(1403), - [sym__block_quote_start] = ACTIONS(1529), - [sym_atx_h1_marker] = ACTIONS(1403), - [sym_atx_h2_marker] = ACTIONS(1403), - [sym_atx_h3_marker] = ACTIONS(1403), - [sym_atx_h4_marker] = ACTIONS(1403), - [sym_atx_h5_marker] = ACTIONS(1532), - [sym_atx_h6_marker] = ACTIONS(1535), - [sym__thematic_break] = ACTIONS(1538), - [sym__list_marker_minus] = ACTIONS(1417), - [sym__list_marker_plus] = ACTIONS(1420), - [sym__list_marker_star] = ACTIONS(1423), - [sym__list_marker_parenthesis] = ACTIONS(1426), - [sym__list_marker_dot] = ACTIONS(1429), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1417), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1420), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1423), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1426), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1429), - [sym__list_marker_example] = ACTIONS(1432), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1432), - [sym__fenced_code_block_start_backtick] = ACTIONS(1541), - [sym_minus_metadata] = ACTIONS(1544), - [sym__pipe_table_start] = ACTIONS(1547), - [sym__fenced_div_start] = ACTIONS(1550), - [sym_ref_id_specifier] = ACTIONS(1553), - [sym__code_span_start] = ACTIONS(1450), - [sym__html_comment] = ACTIONS(1370), - [sym__autolink] = ACTIONS(1370), - [sym__highlight_span_start] = ACTIONS(1453), - [sym__insert_span_start] = ACTIONS(1456), - [sym__delete_span_start] = ACTIONS(1459), - [sym__edit_comment_span_start] = ACTIONS(1462), - [sym__single_quote_span_open] = ACTIONS(1465), - [sym__double_quote_span_open] = ACTIONS(1468), - [sym__shortcode_open_escaped] = ACTIONS(1471), - [sym__shortcode_open] = ACTIONS(1474), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1477), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1480), - [sym__cite_author_in_text] = ACTIONS(1483), - [sym__cite_suppress_author] = ACTIONS(1486), - [sym__strikeout_open] = ACTIONS(1489), - [sym__subscript_open] = ACTIONS(1492), - [sym__superscript_open] = ACTIONS(1495), - [sym__inline_note_start_token] = ACTIONS(1498), - [sym__strong_emphasis_open_star] = ACTIONS(1501), - [sym__strong_emphasis_open_underscore] = ACTIONS(1504), - [sym__emphasis_open_star] = ACTIONS(1507), - [sym__emphasis_open_underscore] = ACTIONS(1510), - [sym_inline_note_reference] = ACTIONS(1370), - [sym_html_element] = ACTIONS(1370), - [sym__pandoc_line_break] = ACTIONS(1370), - [sym__caption_start] = ACTIONS(1556), - }, - [STATE(107)] = { - [sym__block_not_section] = STATE(108), - [sym__section5] = STATE(385), - [sym__section6] = STATE(385), - [sym__atx_heading5] = STATE(118), - [sym__atx_heading6] = STATE(127), - [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(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(108), - [sym_pandoc_list] = STATE(108), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [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__inline_whitespace] = STATE(803), - [aux_sym__section4_repeat1] = STATE(108), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(1366), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -36467,17 +36977,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(15), [aux_sym_pandoc_str_token1] = ACTIONS(17), [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(1366), - [sym_atx_h2_marker] = ACTIONS(1366), - [sym_atx_h3_marker] = ACTIONS(1366), - [sym_atx_h4_marker] = ACTIONS(1366), - [sym_atx_h5_marker] = ACTIONS(37), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), + [sym__whitespace] = ACTIONS(109), + [sym__line_ending] = ACTIONS(111), + [sym__soft_line_ending] = ACTIONS(113), + [sym__block_close] = ACTIONS(1512), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(1512), + [sym_atx_h2_marker] = ACTIONS(1512), + [sym_atx_h3_marker] = ACTIONS(1512), + [sym_atx_h4_marker] = ACTIONS(1512), + [sym_atx_h5_marker] = ACTIONS(129), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), [sym__list_marker_minus] = ACTIONS(43), [sym__list_marker_plus] = ACTIONS(45), [sym__list_marker_star] = ACTIONS(47), @@ -36490,11 +37001,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(1559), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), + [sym__fenced_code_block_start_backtick] = ACTIONS(135), + [sym_minus_metadata] = ACTIONS(1598), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), [sym__autolink] = ACTIONS(5), @@ -36521,212 +37032,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(5), [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), - [sym__caption_start] = ACTIONS(107), + [sym__caption_start] = ACTIONS(147), }, - [STATE(108)] = { - [sym__block_not_section] = STATE(108), - [sym__section5] = STATE(385), - [sym__section6] = STATE(385), + [STATE(109)] = { + [sym__block_not_section] = STATE(107), + [sym__section5] = STATE(479), + [sym__section6] = STATE(479), [sym__atx_heading5] = STATE(118), [sym__atx_heading6] = STATE(127), - [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(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(108), - [sym_pandoc_list] = STATE(108), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), + [sym_pandoc_horizontal_rule] = STATE(107), + [sym_pandoc_paragraph] = STATE(107), + [sym_inline_ref_def] = STATE(107), + [sym_caption] = STATE(107), + [sym_pipe_table] = STATE(107), + [sym__inlines] = STATE(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(107), + [sym_pandoc_list] = STATE(107), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [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__inline_whitespace] = STATE(803), - [aux_sym__section4_repeat1] = STATE(108), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(1403), - [sym_entity_reference] = ACTIONS(1370), - [sym_numeric_character_reference] = ACTIONS(1370), - [anon_sym_LBRACK] = ACTIONS(1373), - [anon_sym_BANG_LBRACK] = ACTIONS(1376), - [anon_sym_DOLLAR] = ACTIONS(1379), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1382), - [anon_sym_LBRACE] = ACTIONS(1385), - [aux_sym_pandoc_str_token1] = ACTIONS(1388), - [anon_sym_PIPE] = ACTIONS(1391), - [sym__whitespace] = ACTIONS(1561), - [sym__line_ending] = ACTIONS(1564), - [sym__soft_line_ending] = ACTIONS(1567), - [sym__block_quote_start] = ACTIONS(1570), - [sym_atx_h1_marker] = ACTIONS(1403), - [sym_atx_h2_marker] = ACTIONS(1403), - [sym_atx_h3_marker] = ACTIONS(1403), - [sym_atx_h4_marker] = ACTIONS(1403), - [sym_atx_h5_marker] = ACTIONS(1573), - [sym_atx_h6_marker] = ACTIONS(1576), - [sym__thematic_break] = ACTIONS(1579), - [sym__list_marker_minus] = ACTIONS(1417), - [sym__list_marker_plus] = ACTIONS(1420), - [sym__list_marker_star] = ACTIONS(1423), - [sym__list_marker_parenthesis] = ACTIONS(1426), - [sym__list_marker_dot] = ACTIONS(1429), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1417), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1420), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1423), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1426), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1429), - [sym__list_marker_example] = ACTIONS(1432), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1432), - [sym__fenced_code_block_start_backtick] = ACTIONS(1582), - [sym_minus_metadata] = ACTIONS(1585), - [sym__pipe_table_start] = ACTIONS(1588), - [sym__fenced_div_start] = ACTIONS(1591), - [sym_ref_id_specifier] = ACTIONS(1594), - [sym__code_span_start] = ACTIONS(1450), - [sym__html_comment] = ACTIONS(1370), - [sym__autolink] = ACTIONS(1370), - [sym__highlight_span_start] = ACTIONS(1453), - [sym__insert_span_start] = ACTIONS(1456), - [sym__delete_span_start] = ACTIONS(1459), - [sym__edit_comment_span_start] = ACTIONS(1462), - [sym__single_quote_span_open] = ACTIONS(1465), - [sym__double_quote_span_open] = ACTIONS(1468), - [sym__shortcode_open_escaped] = ACTIONS(1471), - [sym__shortcode_open] = ACTIONS(1474), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1477), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1480), - [sym__cite_author_in_text] = ACTIONS(1483), - [sym__cite_suppress_author] = ACTIONS(1486), - [sym__strikeout_open] = ACTIONS(1489), - [sym__subscript_open] = ACTIONS(1492), - [sym__superscript_open] = ACTIONS(1495), - [sym__inline_note_start_token] = ACTIONS(1498), - [sym__strong_emphasis_open_star] = ACTIONS(1501), - [sym__strong_emphasis_open_underscore] = ACTIONS(1504), - [sym__emphasis_open_star] = ACTIONS(1507), - [sym__emphasis_open_underscore] = ACTIONS(1510), - [sym_inline_note_reference] = ACTIONS(1370), - [sym_html_element] = ACTIONS(1370), - [sym__pandoc_line_break] = ACTIONS(1370), - [sym__caption_start] = ACTIONS(1597), - }, - [STATE(109)] = { - [sym__block_not_section] = STATE(105), - [sym__section5] = STATE(436), - [sym__section6] = STATE(436), - [sym__atx_heading5] = STATE(115), - [sym__atx_heading6] = STATE(125), - [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(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(105), - [sym_pandoc_list] = STATE(105), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), - [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [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__inline_whitespace] = STATE(799), - [aux_sym__section4_repeat1] = STATE(105), - [aux_sym__list_plus_repeat1] = STATE(151), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [sym_pandoc_code_block] = STATE(107), + [sym_pandoc_div] = STATE(107), + [sym_note_definition_fenced_block] = STATE(107), + [sym__newline] = STATE(107), + [sym__soft_line_break] = STATE(107), + [sym__inline_whitespace] = STATE(795), + [aux_sym__section4_repeat1] = STATE(107), + [aux_sym__list_plus_repeat1] = STATE(168), [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), - [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(1508), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -36736,18 +37113,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(15), [aux_sym_pandoc_str_token1] = ACTIONS(17), [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(109), - [sym__line_ending] = ACTIONS(111), - [sym__soft_line_ending] = ACTIONS(113), - [sym__block_close] = ACTIONS(1362), - [sym__block_quote_start] = ACTIONS(119), - [sym_atx_h1_marker] = ACTIONS(1362), - [sym_atx_h2_marker] = ACTIONS(1362), - [sym_atx_h3_marker] = ACTIONS(1362), - [sym_atx_h4_marker] = ACTIONS(1362), - [sym_atx_h5_marker] = ACTIONS(129), - [sym_atx_h6_marker] = ACTIONS(131), - [sym__thematic_break] = ACTIONS(133), + [sym__whitespace] = ACTIONS(21), + [sym__line_ending] = ACTIONS(23), + [sym__soft_line_ending] = ACTIONS(25), + [sym__block_quote_start] = ACTIONS(27), + [sym_atx_h1_marker] = ACTIONS(1508), + [sym_atx_h2_marker] = ACTIONS(1508), + [sym_atx_h3_marker] = ACTIONS(1508), + [sym_atx_h4_marker] = ACTIONS(1508), + [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), @@ -36760,11 +37136,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(135), + [sym__fenced_code_block_start_backtick] = ACTIONS(55), [sym_minus_metadata] = ACTIONS(1600), - [sym__pipe_table_start] = ACTIONS(141), - [sym__fenced_div_start] = ACTIONS(143), - [sym_ref_id_specifier] = ACTIONS(145), + [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(5), [sym__autolink] = ACTIONS(5), @@ -36791,209 +37167,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(5), [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), - [sym__caption_start] = ACTIONS(147), + [sym__caption_start] = ACTIONS(107), }, [STATE(110)] = { - [sym__block_not_section] = STATE(110), - [sym__section6] = STATE(352), - [sym__atx_heading6] = STATE(121), - [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(110), - [sym_pandoc_list] = STATE(110), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [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__inline_whitespace] = STATE(814), - [aux_sym__section5_repeat1] = STATE(110), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), - [sym_entity_reference] = ACTIONS(1602), - [sym_numeric_character_reference] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1605), - [anon_sym_BANG_LBRACK] = ACTIONS(1608), - [anon_sym_DOLLAR] = ACTIONS(1611), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1614), - [anon_sym_LBRACE] = ACTIONS(1617), - [aux_sym_pandoc_str_token1] = ACTIONS(1620), - [anon_sym_PIPE] = ACTIONS(1623), - [sym__whitespace] = ACTIONS(1626), - [sym__line_ending] = ACTIONS(1629), - [sym__soft_line_ending] = ACTIONS(1632), - [sym__block_close] = ACTIONS(1635), - [sym__block_quote_start] = ACTIONS(1637), - [sym_atx_h1_marker] = ACTIONS(1635), - [sym_atx_h2_marker] = ACTIONS(1635), - [sym_atx_h3_marker] = ACTIONS(1635), - [sym_atx_h4_marker] = ACTIONS(1635), - [sym_atx_h5_marker] = ACTIONS(1635), - [sym_atx_h6_marker] = ACTIONS(1640), - [sym__thematic_break] = ACTIONS(1643), - [sym__list_marker_minus] = ACTIONS(1646), - [sym__list_marker_plus] = ACTIONS(1649), - [sym__list_marker_star] = ACTIONS(1652), - [sym__list_marker_parenthesis] = ACTIONS(1655), - [sym__list_marker_dot] = ACTIONS(1658), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1646), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1649), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1652), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1655), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1658), - [sym__list_marker_example] = ACTIONS(1661), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1661), - [sym__fenced_code_block_start_backtick] = ACTIONS(1664), - [sym_minus_metadata] = ACTIONS(1667), - [sym__pipe_table_start] = ACTIONS(1670), - [sym__fenced_div_start] = ACTIONS(1673), - [sym__fenced_div_end] = ACTIONS(1635), - [sym_ref_id_specifier] = ACTIONS(1676), - [sym__code_span_start] = ACTIONS(1679), - [sym__html_comment] = ACTIONS(1602), - [sym__autolink] = ACTIONS(1602), - [sym__highlight_span_start] = ACTIONS(1682), - [sym__insert_span_start] = ACTIONS(1685), - [sym__delete_span_start] = ACTIONS(1688), - [sym__edit_comment_span_start] = ACTIONS(1691), - [sym__single_quote_span_open] = ACTIONS(1694), - [sym__double_quote_span_open] = ACTIONS(1697), - [sym__shortcode_open_escaped] = ACTIONS(1700), - [sym__shortcode_open] = ACTIONS(1703), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1706), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1709), - [sym__cite_author_in_text] = ACTIONS(1712), - [sym__cite_suppress_author] = ACTIONS(1715), - [sym__strikeout_open] = ACTIONS(1718), - [sym__subscript_open] = ACTIONS(1721), - [sym__superscript_open] = ACTIONS(1724), - [sym__inline_note_start_token] = ACTIONS(1727), - [sym__strong_emphasis_open_star] = ACTIONS(1730), - [sym__strong_emphasis_open_underscore] = ACTIONS(1733), - [sym__emphasis_open_star] = ACTIONS(1736), - [sym__emphasis_open_underscore] = ACTIONS(1739), - [sym_inline_note_reference] = ACTIONS(1602), - [sym_html_element] = ACTIONS(1602), - [sym__pandoc_line_break] = ACTIONS(1602), - [sym__caption_start] = ACTIONS(1742), - }, - [STATE(111)] = { - [sym__block_not_section] = STATE(110), - [sym__section6] = STATE(352), - [sym__atx_heading6] = STATE(121), - [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(110), - [sym_pandoc_list] = STATE(110), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [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__inline_whitespace] = STATE(814), - [aux_sym__section5_repeat1] = STATE(110), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [sym__block_not_section] = STATE(112), + [sym__section6] = STATE(339), + [sym__atx_heading6] = STATE(119), + [sym_pandoc_horizontal_rule] = STATE(112), + [sym_pandoc_paragraph] = STATE(112), + [sym_inline_ref_def] = STATE(112), + [sym_caption] = STATE(112), + [sym_pipe_table] = STATE(112), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(112), + [sym_pandoc_list] = STATE(112), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), + [sym_pandoc_code_block] = STATE(112), + [sym_pandoc_div] = STATE(112), + [sym_note_definition_fenced_block] = STATE(112), + [sym__newline] = STATE(112), + [sym__soft_line_break] = STATE(112), + [sym__inline_whitespace] = STATE(792), + [aux_sym__section5_repeat1] = STATE(112), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -37006,13 +37248,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(225), [sym__line_ending] = ACTIONS(227), [sym__soft_line_ending] = ACTIONS(229), - [sym__block_close] = ACTIONS(1745), + [sym__block_close] = ACTIONS(1602), [sym__block_quote_start] = ACTIONS(233), - [sym_atx_h1_marker] = ACTIONS(1745), - [sym_atx_h2_marker] = ACTIONS(1745), - [sym_atx_h3_marker] = ACTIONS(1745), - [sym_atx_h4_marker] = ACTIONS(1745), - [sym_atx_h5_marker] = ACTIONS(1745), + [sym_atx_h1_marker] = ACTIONS(1602), + [sym_atx_h2_marker] = ACTIONS(1602), + [sym_atx_h3_marker] = ACTIONS(1602), + [sym_atx_h4_marker] = ACTIONS(1602), + [sym_atx_h5_marker] = ACTIONS(1602), [sym_atx_h6_marker] = ACTIONS(245), [sym__thematic_break] = ACTIONS(247), [sym__list_marker_minus] = ACTIONS(43), @@ -37028,10 +37270,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_example] = ACTIONS(53), [sym__list_marker_example_dont_interrupt] = ACTIONS(53), [sym__fenced_code_block_start_backtick] = ACTIONS(249), - [sym_minus_metadata] = ACTIONS(1747), + [sym_minus_metadata] = ACTIONS(1604), [sym__pipe_table_start] = ACTIONS(253), [sym__fenced_div_start] = ACTIONS(255), - [sym__fenced_div_end] = ACTIONS(1745), + [sym__fenced_div_end] = ACTIONS(1602), [sym_ref_id_specifier] = ACTIONS(259), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), @@ -37061,73 +37303,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(261), }, + [STATE(111)] = { + [sym__block_not_section] = STATE(111), + [sym__section6] = STATE(339), + [sym__atx_heading6] = STATE(119), + [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(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(111), + [sym_pandoc_list] = STATE(111), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), + [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__inline_whitespace] = STATE(792), + [aux_sym__section5_repeat1] = STATE(111), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), + [sym_entity_reference] = ACTIONS(1606), + [sym_numeric_character_reference] = ACTIONS(1606), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_BANG_LBRACK] = ACTIONS(1612), + [anon_sym_DOLLAR] = ACTIONS(1615), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1618), + [anon_sym_LBRACE] = ACTIONS(1621), + [aux_sym_pandoc_str_token1] = ACTIONS(1624), + [anon_sym_PIPE] = ACTIONS(1627), + [sym__whitespace] = ACTIONS(1630), + [sym__line_ending] = ACTIONS(1633), + [sym__soft_line_ending] = ACTIONS(1636), + [sym__block_close] = ACTIONS(1639), + [sym__block_quote_start] = ACTIONS(1641), + [sym_atx_h1_marker] = ACTIONS(1639), + [sym_atx_h2_marker] = ACTIONS(1639), + [sym_atx_h3_marker] = ACTIONS(1639), + [sym_atx_h4_marker] = ACTIONS(1639), + [sym_atx_h5_marker] = ACTIONS(1639), + [sym_atx_h6_marker] = ACTIONS(1644), + [sym__thematic_break] = ACTIONS(1647), + [sym__list_marker_minus] = ACTIONS(1650), + [sym__list_marker_plus] = ACTIONS(1653), + [sym__list_marker_star] = ACTIONS(1656), + [sym__list_marker_parenthesis] = ACTIONS(1659), + [sym__list_marker_dot] = ACTIONS(1662), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1650), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1653), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1656), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1659), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1662), + [sym__list_marker_example] = ACTIONS(1665), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1665), + [sym__fenced_code_block_start_backtick] = ACTIONS(1668), + [sym_minus_metadata] = ACTIONS(1671), + [sym__pipe_table_start] = ACTIONS(1674), + [sym__fenced_div_start] = ACTIONS(1677), + [sym__fenced_div_end] = ACTIONS(1639), + [sym_ref_id_specifier] = ACTIONS(1680), + [sym__code_span_start] = ACTIONS(1683), + [sym__html_comment] = ACTIONS(1606), + [sym__autolink] = ACTIONS(1606), + [sym__highlight_span_start] = ACTIONS(1686), + [sym__insert_span_start] = ACTIONS(1689), + [sym__delete_span_start] = ACTIONS(1692), + [sym__edit_comment_span_start] = ACTIONS(1695), + [sym__single_quote_span_open] = ACTIONS(1698), + [sym__double_quote_span_open] = ACTIONS(1701), + [sym__shortcode_open_escaped] = ACTIONS(1704), + [sym__shortcode_open] = ACTIONS(1707), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1710), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1713), + [sym__cite_author_in_text] = ACTIONS(1716), + [sym__cite_suppress_author] = ACTIONS(1719), + [sym__strikeout_open] = ACTIONS(1722), + [sym__subscript_open] = ACTIONS(1725), + [sym__superscript_open] = ACTIONS(1728), + [sym__inline_note_start_token] = ACTIONS(1731), + [sym__strong_emphasis_open_star] = ACTIONS(1734), + [sym__strong_emphasis_open_underscore] = ACTIONS(1737), + [sym__emphasis_open_star] = ACTIONS(1740), + [sym__emphasis_open_underscore] = ACTIONS(1743), + [sym_inline_note_reference] = ACTIONS(1606), + [sym_html_element] = ACTIONS(1606), + [sym__pandoc_line_break] = ACTIONS(1606), + [sym__caption_start] = ACTIONS(1746), + }, [STATE(112)] = { [sym__block_not_section] = STATE(111), - [sym__section6] = STATE(352), - [sym__atx_heading6] = STATE(121), + [sym__section6] = STATE(339), + [sym__atx_heading6] = STATE(119), [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(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(111), [sym_pandoc_list] = STATE(111), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), [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__inline_whitespace] = STATE(814), + [sym__inline_whitespace] = STATE(792), [aux_sym__section5_repeat1] = STATE(111), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -37196,205 +37572,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(261), }, [STATE(113)] = { - [sym__block_not_section] = STATE(113), - [sym__section6] = STATE(387), - [sym__atx_heading6] = STATE(127), - [sym_pandoc_horizontal_rule] = STATE(113), - [sym_pandoc_paragraph] = STATE(113), - [sym_inline_ref_def] = STATE(113), - [sym_caption] = STATE(113), - [sym_pipe_table] = STATE(113), - [sym__inlines] = STATE(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(113), - [sym_pandoc_list] = STATE(113), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [sym_pandoc_code_block] = STATE(113), - [sym_pandoc_div] = STATE(113), - [sym_note_definition_fenced_block] = STATE(113), - [sym__newline] = STATE(113), - [sym__soft_line_break] = STATE(113), - [sym__inline_whitespace] = STATE(803), - [aux_sym__section5_repeat1] = STATE(113), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(1635), - [sym_entity_reference] = ACTIONS(1602), - [sym_numeric_character_reference] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1605), - [anon_sym_BANG_LBRACK] = ACTIONS(1608), - [anon_sym_DOLLAR] = ACTIONS(1611), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1614), - [anon_sym_LBRACE] = ACTIONS(1617), - [aux_sym_pandoc_str_token1] = ACTIONS(1620), - [anon_sym_PIPE] = ACTIONS(1623), - [sym__whitespace] = ACTIONS(1753), - [sym__line_ending] = ACTIONS(1756), - [sym__soft_line_ending] = ACTIONS(1759), - [sym__block_quote_start] = ACTIONS(1762), - [sym_atx_h1_marker] = ACTIONS(1635), - [sym_atx_h2_marker] = ACTIONS(1635), - [sym_atx_h3_marker] = ACTIONS(1635), - [sym_atx_h4_marker] = ACTIONS(1635), - [sym_atx_h5_marker] = ACTIONS(1635), - [sym_atx_h6_marker] = ACTIONS(1765), - [sym__thematic_break] = ACTIONS(1768), - [sym__list_marker_minus] = ACTIONS(1646), - [sym__list_marker_plus] = ACTIONS(1649), - [sym__list_marker_star] = ACTIONS(1652), - [sym__list_marker_parenthesis] = ACTIONS(1655), - [sym__list_marker_dot] = ACTIONS(1658), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1646), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1649), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1652), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1655), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1658), - [sym__list_marker_example] = ACTIONS(1661), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1661), - [sym__fenced_code_block_start_backtick] = ACTIONS(1771), - [sym_minus_metadata] = ACTIONS(1774), - [sym__pipe_table_start] = ACTIONS(1777), - [sym__fenced_div_start] = ACTIONS(1780), - [sym_ref_id_specifier] = ACTIONS(1783), - [sym__code_span_start] = ACTIONS(1679), - [sym__html_comment] = ACTIONS(1602), - [sym__autolink] = ACTIONS(1602), - [sym__highlight_span_start] = ACTIONS(1682), - [sym__insert_span_start] = ACTIONS(1685), - [sym__delete_span_start] = ACTIONS(1688), - [sym__edit_comment_span_start] = ACTIONS(1691), - [sym__single_quote_span_open] = ACTIONS(1694), - [sym__double_quote_span_open] = ACTIONS(1697), - [sym__shortcode_open_escaped] = ACTIONS(1700), - [sym__shortcode_open] = ACTIONS(1703), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1706), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1709), - [sym__cite_author_in_text] = ACTIONS(1712), - [sym__cite_suppress_author] = ACTIONS(1715), - [sym__strikeout_open] = ACTIONS(1718), - [sym__subscript_open] = ACTIONS(1721), - [sym__superscript_open] = ACTIONS(1724), - [sym__inline_note_start_token] = ACTIONS(1727), - [sym__strong_emphasis_open_star] = ACTIONS(1730), - [sym__strong_emphasis_open_underscore] = ACTIONS(1733), - [sym__emphasis_open_star] = ACTIONS(1736), - [sym__emphasis_open_underscore] = ACTIONS(1739), - [sym_inline_note_reference] = ACTIONS(1602), - [sym_html_element] = ACTIONS(1602), - [sym__pandoc_line_break] = ACTIONS(1602), - [sym__caption_start] = ACTIONS(1786), - }, - [STATE(114)] = { - [sym__block_not_section] = STATE(116), - [sym__section6] = STATE(438), - [sym__atx_heading6] = STATE(125), - [sym_pandoc_horizontal_rule] = STATE(116), - [sym_pandoc_paragraph] = STATE(116), - [sym_inline_ref_def] = STATE(116), - [sym_caption] = STATE(116), - [sym_pipe_table] = STATE(116), - [sym__inlines] = STATE(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(116), - [sym_pandoc_list] = STATE(116), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block_not_section] = STATE(117), + [sym__section6] = STATE(427), + [sym__atx_heading6] = STATE(123), + [sym_pandoc_horizontal_rule] = STATE(117), + [sym_pandoc_paragraph] = STATE(117), + [sym_inline_ref_def] = STATE(117), + [sym_caption] = STATE(117), + [sym_pipe_table] = STATE(117), + [sym__inlines] = STATE(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(117), + [sym_pandoc_list] = STATE(117), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym_pandoc_code_block] = STATE(116), - [sym_pandoc_div] = STATE(116), - [sym_note_definition_fenced_block] = STATE(116), - [sym__newline] = STATE(116), - [sym__soft_line_break] = STATE(116), - [sym__inline_whitespace] = STATE(799), - [aux_sym__section5_repeat1] = STATE(116), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym_pandoc_code_block] = STATE(117), + [sym_pandoc_div] = STATE(117), + [sym_note_definition_fenced_block] = STATE(117), + [sym__newline] = STATE(117), + [sym__soft_line_break] = STATE(117), + [sym__inline_whitespace] = STATE(789), + [aux_sym__section5_repeat1] = STATE(117), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -37407,13 +37650,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(109), [sym__line_ending] = ACTIONS(111), [sym__soft_line_ending] = ACTIONS(113), - [sym__block_close] = ACTIONS(1745), + [sym__block_close] = ACTIONS(1602), [sym__block_quote_start] = ACTIONS(119), - [sym_atx_h1_marker] = ACTIONS(1745), - [sym_atx_h2_marker] = ACTIONS(1745), - [sym_atx_h3_marker] = ACTIONS(1745), - [sym_atx_h4_marker] = ACTIONS(1745), - [sym_atx_h5_marker] = ACTIONS(1745), + [sym_atx_h1_marker] = ACTIONS(1602), + [sym_atx_h2_marker] = ACTIONS(1602), + [sym_atx_h3_marker] = ACTIONS(1602), + [sym_atx_h4_marker] = ACTIONS(1602), + [sym_atx_h5_marker] = ACTIONS(1602), [sym_atx_h6_marker] = ACTIONS(131), [sym__thematic_break] = ACTIONS(133), [sym__list_marker_minus] = ACTIONS(43), @@ -37429,7 +37672,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_example] = ACTIONS(53), [sym__list_marker_example_dont_interrupt] = ACTIONS(53), [sym__fenced_code_block_start_backtick] = ACTIONS(135), - [sym_minus_metadata] = ACTIONS(1789), + [sym_minus_metadata] = ACTIONS(1753), [sym__pipe_table_start] = ACTIONS(141), [sym__fenced_div_start] = ACTIONS(143), [sym_ref_id_specifier] = ACTIONS(145), @@ -37461,73 +37704,340 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(5), [sym__caption_start] = ACTIONS(147), }, - [STATE(115)] = { + [STATE(114)] = { [sym__block_not_section] = STATE(114), - [sym__section6] = STATE(438), - [sym__atx_heading6] = STATE(125), + [sym__section6] = STATE(483), + [sym__atx_heading6] = STATE(127), [sym_pandoc_horizontal_rule] = STATE(114), [sym_pandoc_paragraph] = STATE(114), [sym_inline_ref_def] = STATE(114), [sym_caption] = STATE(114), [sym_pipe_table] = STATE(114), - [sym__inlines] = STATE(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), + [sym__inlines] = STATE(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), [sym_pandoc_block_quote] = STATE(114), [sym_pandoc_list] = STATE(114), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), - [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), [sym_pandoc_code_block] = STATE(114), [sym_pandoc_div] = STATE(114), [sym_note_definition_fenced_block] = STATE(114), [sym__newline] = STATE(114), [sym__soft_line_break] = STATE(114), - [sym__inline_whitespace] = STATE(799), + [sym__inline_whitespace] = STATE(795), [aux_sym__section5_repeat1] = STATE(114), - [aux_sym__list_plus_repeat1] = STATE(151), + [aux_sym__list_plus_repeat1] = STATE(168), [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(1639), + [sym_entity_reference] = ACTIONS(1606), + [sym_numeric_character_reference] = ACTIONS(1606), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_BANG_LBRACK] = ACTIONS(1612), + [anon_sym_DOLLAR] = ACTIONS(1615), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1618), + [anon_sym_LBRACE] = ACTIONS(1621), + [aux_sym_pandoc_str_token1] = ACTIONS(1624), + [anon_sym_PIPE] = ACTIONS(1627), + [sym__whitespace] = ACTIONS(1755), + [sym__line_ending] = ACTIONS(1758), + [sym__soft_line_ending] = ACTIONS(1761), + [sym__block_quote_start] = ACTIONS(1764), + [sym_atx_h1_marker] = ACTIONS(1639), + [sym_atx_h2_marker] = ACTIONS(1639), + [sym_atx_h3_marker] = ACTIONS(1639), + [sym_atx_h4_marker] = ACTIONS(1639), + [sym_atx_h5_marker] = ACTIONS(1639), + [sym_atx_h6_marker] = ACTIONS(1767), + [sym__thematic_break] = ACTIONS(1770), + [sym__list_marker_minus] = ACTIONS(1650), + [sym__list_marker_plus] = ACTIONS(1653), + [sym__list_marker_star] = ACTIONS(1656), + [sym__list_marker_parenthesis] = ACTIONS(1659), + [sym__list_marker_dot] = ACTIONS(1662), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1650), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1653), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1656), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1659), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1662), + [sym__list_marker_example] = ACTIONS(1665), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1665), + [sym__fenced_code_block_start_backtick] = ACTIONS(1773), + [sym_minus_metadata] = ACTIONS(1776), + [sym__pipe_table_start] = ACTIONS(1779), + [sym__fenced_div_start] = ACTIONS(1782), + [sym_ref_id_specifier] = ACTIONS(1785), + [sym__code_span_start] = ACTIONS(1683), + [sym__html_comment] = ACTIONS(1606), + [sym__autolink] = ACTIONS(1606), + [sym__highlight_span_start] = ACTIONS(1686), + [sym__insert_span_start] = ACTIONS(1689), + [sym__delete_span_start] = ACTIONS(1692), + [sym__edit_comment_span_start] = ACTIONS(1695), + [sym__single_quote_span_open] = ACTIONS(1698), + [sym__double_quote_span_open] = ACTIONS(1701), + [sym__shortcode_open_escaped] = ACTIONS(1704), + [sym__shortcode_open] = ACTIONS(1707), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1710), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1713), + [sym__cite_author_in_text] = ACTIONS(1716), + [sym__cite_suppress_author] = ACTIONS(1719), + [sym__strikeout_open] = ACTIONS(1722), + [sym__subscript_open] = ACTIONS(1725), + [sym__superscript_open] = ACTIONS(1728), + [sym__inline_note_start_token] = ACTIONS(1731), + [sym__strong_emphasis_open_star] = ACTIONS(1734), + [sym__strong_emphasis_open_underscore] = ACTIONS(1737), + [sym__emphasis_open_star] = ACTIONS(1740), + [sym__emphasis_open_underscore] = ACTIONS(1743), + [sym_inline_note_reference] = ACTIONS(1606), + [sym_html_element] = ACTIONS(1606), + [sym__pandoc_line_break] = ACTIONS(1606), + [sym__caption_start] = ACTIONS(1788), + }, + [STATE(115)] = { + [sym__block_not_section] = STATE(115), + [sym__section6] = STATE(427), + [sym__atx_heading6] = STATE(123), + [sym_pandoc_horizontal_rule] = STATE(115), + [sym_pandoc_paragraph] = STATE(115), + [sym_inline_ref_def] = STATE(115), + [sym_caption] = STATE(115), + [sym_pipe_table] = STATE(115), + [sym__inlines] = STATE(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(115), + [sym_pandoc_list] = STATE(115), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), + [sym__list_item_dot] = STATE(159), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym_pandoc_code_block] = STATE(115), + [sym_pandoc_div] = STATE(115), + [sym_note_definition_fenced_block] = STATE(115), + [sym__newline] = STATE(115), + [sym__soft_line_break] = STATE(115), + [sym__inline_whitespace] = STATE(789), + [aux_sym__section5_repeat1] = STATE(115), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), + [sym_entity_reference] = ACTIONS(1606), + [sym_numeric_character_reference] = ACTIONS(1606), + [anon_sym_LBRACK] = ACTIONS(1609), + [anon_sym_BANG_LBRACK] = ACTIONS(1612), + [anon_sym_DOLLAR] = ACTIONS(1615), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1618), + [anon_sym_LBRACE] = ACTIONS(1621), + [aux_sym_pandoc_str_token1] = ACTIONS(1624), + [anon_sym_PIPE] = ACTIONS(1627), + [sym__whitespace] = ACTIONS(1791), + [sym__line_ending] = ACTIONS(1794), + [sym__soft_line_ending] = ACTIONS(1797), + [sym__block_close] = ACTIONS(1639), + [sym__block_quote_start] = ACTIONS(1800), + [sym_atx_h1_marker] = ACTIONS(1639), + [sym_atx_h2_marker] = ACTIONS(1639), + [sym_atx_h3_marker] = ACTIONS(1639), + [sym_atx_h4_marker] = ACTIONS(1639), + [sym_atx_h5_marker] = ACTIONS(1639), + [sym_atx_h6_marker] = ACTIONS(1803), + [sym__thematic_break] = ACTIONS(1806), + [sym__list_marker_minus] = ACTIONS(1650), + [sym__list_marker_plus] = ACTIONS(1653), + [sym__list_marker_star] = ACTIONS(1656), + [sym__list_marker_parenthesis] = ACTIONS(1659), + [sym__list_marker_dot] = ACTIONS(1662), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(1650), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(1653), + [sym__list_marker_star_dont_interrupt] = ACTIONS(1656), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1659), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(1662), + [sym__list_marker_example] = ACTIONS(1665), + [sym__list_marker_example_dont_interrupt] = ACTIONS(1665), + [sym__fenced_code_block_start_backtick] = ACTIONS(1809), + [sym_minus_metadata] = ACTIONS(1812), + [sym__pipe_table_start] = ACTIONS(1815), + [sym__fenced_div_start] = ACTIONS(1818), + [sym_ref_id_specifier] = ACTIONS(1821), + [sym__code_span_start] = ACTIONS(1683), + [sym__html_comment] = ACTIONS(1606), + [sym__autolink] = ACTIONS(1606), + [sym__highlight_span_start] = ACTIONS(1686), + [sym__insert_span_start] = ACTIONS(1689), + [sym__delete_span_start] = ACTIONS(1692), + [sym__edit_comment_span_start] = ACTIONS(1695), + [sym__single_quote_span_open] = ACTIONS(1698), + [sym__double_quote_span_open] = ACTIONS(1701), + [sym__shortcode_open_escaped] = ACTIONS(1704), + [sym__shortcode_open] = ACTIONS(1707), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1710), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1713), + [sym__cite_author_in_text] = ACTIONS(1716), + [sym__cite_suppress_author] = ACTIONS(1719), + [sym__strikeout_open] = ACTIONS(1722), + [sym__subscript_open] = ACTIONS(1725), + [sym__superscript_open] = ACTIONS(1728), + [sym__inline_note_start_token] = ACTIONS(1731), + [sym__strong_emphasis_open_star] = ACTIONS(1734), + [sym__strong_emphasis_open_underscore] = ACTIONS(1737), + [sym__emphasis_open_star] = ACTIONS(1740), + [sym__emphasis_open_underscore] = ACTIONS(1743), + [sym_inline_note_reference] = ACTIONS(1606), + [sym_html_element] = ACTIONS(1606), + [sym__pandoc_line_break] = ACTIONS(1606), + [sym__caption_start] = ACTIONS(1824), + }, + [STATE(116)] = { + [sym__block_not_section] = STATE(114), + [sym__section6] = STATE(483), + [sym__atx_heading6] = STATE(127), + [sym_pandoc_horizontal_rule] = STATE(114), + [sym_pandoc_paragraph] = STATE(114), + [sym_inline_ref_def] = STATE(114), + [sym_caption] = STATE(114), + [sym_pipe_table] = STATE(114), + [sym__inlines] = STATE(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(114), + [sym_pandoc_list] = STATE(114), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), + [sym__list_item_minus] = STATE(148), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [sym_pandoc_code_block] = STATE(114), + [sym_pandoc_div] = STATE(114), + [sym_note_definition_fenced_block] = STATE(114), + [sym__newline] = STATE(114), + [sym__soft_line_break] = STATE(114), + [sym__inline_whitespace] = STATE(795), + [aux_sym__section5_repeat1] = STATE(114), + [aux_sym__list_plus_repeat1] = STATE(168), + [aux_sym__list_minus_repeat1] = STATE(148), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(1749), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -37537,18 +38047,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(15), [aux_sym_pandoc_str_token1] = ACTIONS(17), [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(109), - [sym__line_ending] = ACTIONS(111), - [sym__soft_line_ending] = ACTIONS(113), - [sym__block_close] = ACTIONS(1749), - [sym__block_quote_start] = ACTIONS(119), + [sym__whitespace] = ACTIONS(21), + [sym__line_ending] = ACTIONS(23), + [sym__soft_line_ending] = ACTIONS(25), + [sym__block_quote_start] = ACTIONS(27), [sym_atx_h1_marker] = ACTIONS(1749), [sym_atx_h2_marker] = ACTIONS(1749), [sym_atx_h3_marker] = ACTIONS(1749), [sym_atx_h4_marker] = ACTIONS(1749), [sym_atx_h5_marker] = ACTIONS(1749), - [sym_atx_h6_marker] = ACTIONS(131), - [sym__thematic_break] = ACTIONS(133), + [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), @@ -37561,11 +38070,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(135), - [sym_minus_metadata] = ACTIONS(1791), - [sym__pipe_table_start] = ACTIONS(141), - [sym__fenced_div_start] = ACTIONS(143), - [sym_ref_id_specifier] = ACTIONS(145), + [sym__fenced_code_block_start_backtick] = ACTIONS(55), + [sym_minus_metadata] = ACTIONS(1827), + [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(5), [sym__autolink] = ACTIONS(5), @@ -37592,209 +38101,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(5), [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), - [sym__caption_start] = ACTIONS(147), + [sym__caption_start] = ACTIONS(107), }, - [STATE(116)] = { - [sym__block_not_section] = STATE(116), - [sym__section6] = STATE(438), - [sym__atx_heading6] = STATE(125), - [sym_pandoc_horizontal_rule] = STATE(116), - [sym_pandoc_paragraph] = STATE(116), - [sym_inline_ref_def] = STATE(116), - [sym_caption] = STATE(116), - [sym_pipe_table] = STATE(116), - [sym__inlines] = STATE(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(116), - [sym_pandoc_list] = STATE(116), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [STATE(117)] = { + [sym__block_not_section] = STATE(115), + [sym__section6] = STATE(427), + [sym__atx_heading6] = STATE(123), + [sym_pandoc_horizontal_rule] = STATE(115), + [sym_pandoc_paragraph] = STATE(115), + [sym_inline_ref_def] = STATE(115), + [sym_caption] = STATE(115), + [sym_pipe_table] = STATE(115), + [sym__inlines] = STATE(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(115), + [sym_pandoc_list] = STATE(115), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym_pandoc_code_block] = STATE(116), - [sym_pandoc_div] = STATE(116), - [sym_note_definition_fenced_block] = STATE(116), - [sym__newline] = STATE(116), - [sym__soft_line_break] = STATE(116), - [sym__inline_whitespace] = STATE(799), - [aux_sym__section5_repeat1] = STATE(116), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym_pandoc_code_block] = STATE(115), + [sym_pandoc_div] = STATE(115), + [sym_note_definition_fenced_block] = STATE(115), + [sym__newline] = STATE(115), + [sym__soft_line_break] = STATE(115), + [sym__inline_whitespace] = STATE(789), + [aux_sym__section5_repeat1] = STATE(115), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), - [sym_entity_reference] = ACTIONS(1602), - [sym_numeric_character_reference] = ACTIONS(1602), - [anon_sym_LBRACK] = ACTIONS(1605), - [anon_sym_BANG_LBRACK] = ACTIONS(1608), - [anon_sym_DOLLAR] = ACTIONS(1611), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(1614), - [anon_sym_LBRACE] = ACTIONS(1617), - [aux_sym_pandoc_str_token1] = ACTIONS(1620), - [anon_sym_PIPE] = ACTIONS(1623), - [sym__whitespace] = ACTIONS(1793), - [sym__line_ending] = ACTIONS(1796), - [sym__soft_line_ending] = ACTIONS(1799), - [sym__block_close] = ACTIONS(1635), - [sym__block_quote_start] = ACTIONS(1802), - [sym_atx_h1_marker] = ACTIONS(1635), - [sym_atx_h2_marker] = ACTIONS(1635), - [sym_atx_h3_marker] = ACTIONS(1635), - [sym_atx_h4_marker] = ACTIONS(1635), - [sym_atx_h5_marker] = ACTIONS(1635), - [sym_atx_h6_marker] = ACTIONS(1805), - [sym__thematic_break] = ACTIONS(1808), - [sym__list_marker_minus] = ACTIONS(1646), - [sym__list_marker_plus] = ACTIONS(1649), - [sym__list_marker_star] = ACTIONS(1652), - [sym__list_marker_parenthesis] = ACTIONS(1655), - [sym__list_marker_dot] = ACTIONS(1658), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(1646), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(1649), - [sym__list_marker_star_dont_interrupt] = ACTIONS(1652), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(1655), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(1658), - [sym__list_marker_example] = ACTIONS(1661), - [sym__list_marker_example_dont_interrupt] = ACTIONS(1661), - [sym__fenced_code_block_start_backtick] = ACTIONS(1811), - [sym_minus_metadata] = ACTIONS(1814), - [sym__pipe_table_start] = ACTIONS(1817), - [sym__fenced_div_start] = ACTIONS(1820), - [sym_ref_id_specifier] = ACTIONS(1823), - [sym__code_span_start] = ACTIONS(1679), - [sym__html_comment] = ACTIONS(1602), - [sym__autolink] = ACTIONS(1602), - [sym__highlight_span_start] = ACTIONS(1682), - [sym__insert_span_start] = ACTIONS(1685), - [sym__delete_span_start] = ACTIONS(1688), - [sym__edit_comment_span_start] = ACTIONS(1691), - [sym__single_quote_span_open] = ACTIONS(1694), - [sym__double_quote_span_open] = ACTIONS(1697), - [sym__shortcode_open_escaped] = ACTIONS(1700), - [sym__shortcode_open] = ACTIONS(1703), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(1706), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(1709), - [sym__cite_author_in_text] = ACTIONS(1712), - [sym__cite_suppress_author] = ACTIONS(1715), - [sym__strikeout_open] = ACTIONS(1718), - [sym__subscript_open] = ACTIONS(1721), - [sym__superscript_open] = ACTIONS(1724), - [sym__inline_note_start_token] = ACTIONS(1727), - [sym__strong_emphasis_open_star] = ACTIONS(1730), - [sym__strong_emphasis_open_underscore] = ACTIONS(1733), - [sym__emphasis_open_star] = ACTIONS(1736), - [sym__emphasis_open_underscore] = ACTIONS(1739), - [sym_inline_note_reference] = ACTIONS(1602), - [sym_html_element] = ACTIONS(1602), - [sym__pandoc_line_break] = ACTIONS(1602), - [sym__caption_start] = ACTIONS(1826), - }, - [STATE(117)] = { - [sym__block_not_section] = STATE(113), - [sym__section6] = STATE(387), - [sym__atx_heading6] = STATE(127), - [sym_pandoc_horizontal_rule] = STATE(113), - [sym_pandoc_paragraph] = STATE(113), - [sym_inline_ref_def] = STATE(113), - [sym_caption] = STATE(113), - [sym_pipe_table] = STATE(113), - [sym__inlines] = STATE(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(113), - [sym_pandoc_list] = STATE(113), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [sym_pandoc_code_block] = STATE(113), - [sym_pandoc_div] = STATE(113), - [sym_note_definition_fenced_block] = STATE(113), - [sym__newline] = STATE(113), - [sym__soft_line_break] = STATE(113), - [sym__inline_whitespace] = STATE(803), - [aux_sym__section5_repeat1] = STATE(113), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(1745), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -37804,17 +38179,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(15), [aux_sym_pandoc_str_token1] = ACTIONS(17), [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(1745), - [sym_atx_h2_marker] = ACTIONS(1745), - [sym_atx_h3_marker] = ACTIONS(1745), - [sym_atx_h4_marker] = ACTIONS(1745), - [sym_atx_h5_marker] = ACTIONS(1745), - [sym_atx_h6_marker] = ACTIONS(39), - [sym__thematic_break] = ACTIONS(41), + [sym__whitespace] = ACTIONS(109), + [sym__line_ending] = ACTIONS(111), + [sym__soft_line_ending] = ACTIONS(113), + [sym__block_close] = ACTIONS(1749), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(1749), + [sym_atx_h2_marker] = ACTIONS(1749), + [sym_atx_h3_marker] = ACTIONS(1749), + [sym_atx_h4_marker] = ACTIONS(1749), + [sym_atx_h5_marker] = ACTIONS(1749), + [sym_atx_h6_marker] = ACTIONS(131), + [sym__thematic_break] = ACTIONS(133), [sym__list_marker_minus] = ACTIONS(43), [sym__list_marker_plus] = ACTIONS(45), [sym__list_marker_star] = ACTIONS(47), @@ -37827,11 +38203,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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__fenced_code_block_start_backtick] = ACTIONS(135), [sym_minus_metadata] = ACTIONS(1829), - [sym__pipe_table_start] = ACTIONS(59), - [sym__fenced_div_start] = ACTIONS(61), - [sym_ref_id_specifier] = ACTIONS(63), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), [sym__autolink] = ACTIONS(5), @@ -37858,76 +38234,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_inline_note_reference] = ACTIONS(5), [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), - [sym__caption_start] = ACTIONS(107), + [sym__caption_start] = ACTIONS(147), }, [STATE(118)] = { - [sym__block_not_section] = STATE(117), - [sym__section6] = STATE(387), + [sym__block_not_section] = STATE(116), + [sym__section6] = STATE(483), [sym__atx_heading6] = STATE(127), - [sym_pandoc_horizontal_rule] = STATE(117), - [sym_pandoc_paragraph] = STATE(117), - [sym_inline_ref_def] = STATE(117), - [sym_caption] = STATE(117), - [sym_pipe_table] = STATE(117), - [sym__inlines] = STATE(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(117), - [sym_pandoc_list] = STATE(117), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), + [sym_pandoc_horizontal_rule] = STATE(116), + [sym_pandoc_paragraph] = STATE(116), + [sym_inline_ref_def] = STATE(116), + [sym_caption] = STATE(116), + [sym_pipe_table] = STATE(116), + [sym__inlines] = STATE(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(116), + [sym_pandoc_list] = STATE(116), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [sym_pandoc_code_block] = STATE(117), - [sym_pandoc_div] = STATE(117), - [sym_note_definition_fenced_block] = STATE(117), - [sym__newline] = STATE(117), - [sym__soft_line_break] = STATE(117), - [sym__inline_whitespace] = STATE(803), - [aux_sym__section5_repeat1] = STATE(117), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(1749), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), + [sym__list_item_minus] = STATE(148), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [sym_pandoc_code_block] = STATE(116), + [sym_pandoc_div] = STATE(116), + [sym_note_definition_fenced_block] = STATE(116), + [sym__newline] = STATE(116), + [sym__soft_line_break] = STATE(116), + [sym__inline_whitespace] = STATE(795), + [aux_sym__section5_repeat1] = STATE(116), + [aux_sym__list_plus_repeat1] = STATE(168), + [aux_sym__list_minus_repeat1] = STATE(148), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(1602), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -37941,11 +38317,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(23), [sym__soft_line_ending] = ACTIONS(25), [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(1749), - [sym_atx_h2_marker] = ACTIONS(1749), - [sym_atx_h3_marker] = ACTIONS(1749), - [sym_atx_h4_marker] = ACTIONS(1749), - [sym_atx_h5_marker] = ACTIONS(1749), + [sym_atx_h1_marker] = ACTIONS(1602), + [sym_atx_h2_marker] = ACTIONS(1602), + [sym_atx_h3_marker] = ACTIONS(1602), + [sym_atx_h4_marker] = ACTIONS(1602), + [sym_atx_h5_marker] = ACTIONS(1602), [sym_atx_h6_marker] = ACTIONS(39), [sym__thematic_break] = ACTIONS(41), [sym__list_marker_minus] = ACTIONS(43), @@ -37994,70 +38370,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(107), }, [STATE(119)] = { - [sym__block_not_section] = STATE(317), - [sym_pandoc_horizontal_rule] = STATE(317), - [sym_pandoc_paragraph] = STATE(317), - [sym_inline_ref_def] = STATE(317), - [sym_caption] = STATE(317), - [sym_pipe_table] = STATE(317), - [sym__inlines] = STATE(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(317), - [sym_pandoc_list] = STATE(317), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(317), - [sym_pandoc_div] = STATE(317), - [sym_note_definition_fenced_block] = STATE(317), - [sym__newline] = STATE(317), - [sym__soft_line_break] = STATE(317), - [sym__inline_whitespace] = STATE(814), - [aux_sym_document_repeat1] = STATE(120), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [sym__block_not_section] = STATE(315), + [sym_pandoc_horizontal_rule] = STATE(315), + [sym_pandoc_paragraph] = STATE(315), + [sym_inline_ref_def] = STATE(315), + [sym_caption] = STATE(315), + [sym_pipe_table] = STATE(315), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(315), + [sym_pandoc_list] = STATE(315), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), + [sym_pandoc_code_block] = STATE(315), + [sym_pandoc_div] = STATE(315), + [sym_note_definition_fenced_block] = STATE(315), + [sym__newline] = STATE(315), + [sym__soft_line_break] = STATE(315), + [sym__inline_whitespace] = STATE(792), + [aux_sym_document_repeat1] = STATE(121), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -38126,70 +38502,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(261), }, [STATE(120)] = { - [sym__block_not_section] = STATE(317), - [sym_pandoc_horizontal_rule] = STATE(317), - [sym_pandoc_paragraph] = STATE(317), - [sym_inline_ref_def] = STATE(317), - [sym_caption] = STATE(317), - [sym_pipe_table] = STATE(317), - [sym__inlines] = STATE(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(317), - [sym_pandoc_list] = STATE(317), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(317), - [sym_pandoc_div] = STATE(317), - [sym_note_definition_fenced_block] = STATE(317), - [sym__newline] = STATE(317), - [sym__soft_line_break] = STATE(317), - [sym__inline_whitespace] = STATE(814), + [sym__block_not_section] = STATE(315), + [sym_pandoc_horizontal_rule] = STATE(315), + [sym_pandoc_paragraph] = STATE(315), + [sym_inline_ref_def] = STATE(315), + [sym_caption] = STATE(315), + [sym_pipe_table] = STATE(315), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(315), + [sym_pandoc_list] = STATE(315), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), + [sym_pandoc_code_block] = STATE(315), + [sym_pandoc_div] = STATE(315), + [sym_note_definition_fenced_block] = STATE(315), + [sym__newline] = STATE(315), + [sym__soft_line_break] = STATE(315), + [sym__inline_whitespace] = STATE(792), [aux_sym_document_repeat1] = STATE(120), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(1837), [sym_numeric_character_reference] = ACTIONS(1837), [anon_sym_LBRACK] = ACTIONS(1840), @@ -38258,70 +38634,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(1974), }, [STATE(121)] = { - [sym__block_not_section] = STATE(317), - [sym_pandoc_horizontal_rule] = STATE(317), - [sym_pandoc_paragraph] = STATE(317), - [sym_inline_ref_def] = STATE(317), - [sym_caption] = STATE(317), - [sym_pipe_table] = STATE(317), - [sym__inlines] = STATE(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(317), - [sym_pandoc_list] = STATE(317), - [sym__list_plus] = STATE(351), - [sym__list_minus] = STATE(351), - [sym__list_star] = STATE(351), - [sym__list_dot] = STATE(351), - [sym__list_parenthesis] = STATE(351), - [sym__list_example] = STATE(351), - [sym_list_marker_plus] = STATE(14), - [sym_list_marker_minus] = STATE(15), - [sym_list_marker_star] = STATE(16), - [sym_list_marker_dot] = STATE(17), - [sym_list_marker_parenthesis] = STATE(18), - [sym_list_marker_example] = STATE(19), - [sym__list_item_plus] = STATE(137), - [sym__list_item_minus] = STATE(138), - [sym__list_item_star] = STATE(141), - [sym__list_item_dot] = STATE(142), - [sym__list_item_parenthesis] = STATE(143), - [sym__list_item_example] = STATE(144), - [sym_pandoc_code_block] = STATE(317), - [sym_pandoc_div] = STATE(317), - [sym_note_definition_fenced_block] = STATE(317), - [sym__newline] = STATE(317), - [sym__soft_line_break] = STATE(317), - [sym__inline_whitespace] = STATE(814), - [aux_sym_document_repeat1] = STATE(119), - [aux_sym__list_plus_repeat1] = STATE(137), - [aux_sym__list_minus_repeat1] = STATE(138), - [aux_sym__list_star_repeat1] = STATE(141), - [aux_sym__list_dot_repeat1] = STATE(142), - [aux_sym__list_parenthesis_repeat1] = STATE(143), - [aux_sym__list_example_repeat1] = STATE(144), + [sym__block_not_section] = STATE(315), + [sym_pandoc_horizontal_rule] = STATE(315), + [sym_pandoc_paragraph] = STATE(315), + [sym_inline_ref_def] = STATE(315), + [sym_caption] = STATE(315), + [sym_pipe_table] = STATE(315), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(315), + [sym_pandoc_list] = STATE(315), + [sym__list_plus] = STATE(349), + [sym__list_minus] = STATE(349), + [sym__list_star] = STATE(349), + [sym__list_dot] = STATE(349), + [sym__list_parenthesis] = STATE(349), + [sym__list_example] = STATE(349), + [sym_list_marker_plus] = STATE(13), + [sym_list_marker_minus] = STATE(14), + [sym_list_marker_star] = STATE(15), + [sym_list_marker_dot] = STATE(16), + [sym_list_marker_parenthesis] = STATE(17), + [sym_list_marker_example] = STATE(18), + [sym__list_item_plus] = STATE(138), + [sym__list_item_minus] = STATE(139), + [sym__list_item_star] = STATE(140), + [sym__list_item_dot] = STATE(141), + [sym__list_item_parenthesis] = STATE(142), + [sym__list_item_example] = STATE(143), + [sym_pandoc_code_block] = STATE(315), + [sym_pandoc_div] = STATE(315), + [sym_note_definition_fenced_block] = STATE(315), + [sym__newline] = STATE(315), + [sym__soft_line_break] = STATE(315), + [sym__inline_whitespace] = STATE(792), + [aux_sym_document_repeat1] = STATE(120), + [aux_sym__list_plus_repeat1] = STATE(138), + [aux_sym__list_minus_repeat1] = STATE(139), + [aux_sym__list_star_repeat1] = STATE(140), + [aux_sym__list_dot_repeat1] = STATE(141), + [aux_sym__list_parenthesis_repeat1] = STATE(142), + [aux_sym__list_example_repeat1] = STATE(143), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -38390,70 +38766,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(261), }, [STATE(122)] = { - [sym__block_not_section] = STATE(440), - [sym_pandoc_horizontal_rule] = STATE(440), - [sym_pandoc_paragraph] = STATE(440), - [sym_inline_ref_def] = STATE(440), - [sym_caption] = STATE(440), - [sym_pipe_table] = STATE(440), - [sym__inlines] = STATE(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(440), - [sym_pandoc_list] = STATE(440), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), + [sym__block_not_section] = STATE(579), + [sym_pandoc_horizontal_rule] = STATE(579), + [sym_pandoc_paragraph] = STATE(579), + [sym_inline_ref_def] = STATE(579), + [sym_caption] = STATE(579), + [sym_pipe_table] = STATE(579), + [sym__inlines] = STATE(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(579), + [sym_pandoc_list] = STATE(579), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [sym_pandoc_code_block] = STATE(440), - [sym_pandoc_div] = STATE(440), - [sym_note_definition_fenced_block] = STATE(440), - [sym__newline] = STATE(440), - [sym__soft_line_break] = STATE(440), - [sym__inline_whitespace] = STATE(803), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), + [sym__list_item_minus] = STATE(148), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [sym_pandoc_code_block] = STATE(579), + [sym_pandoc_div] = STATE(579), + [sym_note_definition_fenced_block] = STATE(579), + [sym__newline] = STATE(579), + [sym__soft_line_break] = STATE(579), + [sym__inline_whitespace] = STATE(795), [aux_sym_document_repeat1] = STATE(122), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), + [aux_sym__list_plus_repeat1] = STATE(168), + [aux_sym__list_minus_repeat1] = STATE(148), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), [ts_builtin_sym_end] = ACTIONS(1870), [sym_entity_reference] = ACTIONS(1837), [sym_numeric_character_reference] = ACTIONS(1837), @@ -38521,70 +38897,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2009), }, [STATE(123)] = { - [sym__block_not_section] = STATE(416), - [sym_pandoc_horizontal_rule] = STATE(416), - [sym_pandoc_paragraph] = STATE(416), - [sym_inline_ref_def] = STATE(416), - [sym_caption] = STATE(416), - [sym_pipe_table] = STATE(416), - [sym__inlines] = STATE(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(416), - [sym_pandoc_list] = STATE(416), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block_not_section] = STATE(397), + [sym_pandoc_horizontal_rule] = STATE(397), + [sym_pandoc_paragraph] = STATE(397), + [sym_inline_ref_def] = STATE(397), + [sym_caption] = STATE(397), + [sym_pipe_table] = STATE(397), + [sym__inlines] = STATE(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(397), + [sym_pandoc_list] = STATE(397), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym_pandoc_code_block] = STATE(416), - [sym_pandoc_div] = STATE(416), - [sym_note_definition_fenced_block] = STATE(416), - [sym__newline] = STATE(416), - [sym__soft_line_break] = STATE(416), - [sym__inline_whitespace] = STATE(799), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym_pandoc_code_block] = STATE(397), + [sym_pandoc_div] = STATE(397), + [sym_note_definition_fenced_block] = STATE(397), + [sym__newline] = STATE(397), + [sym__soft_line_break] = STATE(397), + [sym__inline_whitespace] = STATE(789), [aux_sym_document_repeat1] = STATE(124), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -38652,70 +39028,201 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(147), }, [STATE(124)] = { - [sym__block_not_section] = STATE(416), - [sym_pandoc_horizontal_rule] = STATE(416), - [sym_pandoc_paragraph] = STATE(416), - [sym_inline_ref_def] = STATE(416), - [sym_caption] = STATE(416), - [sym_pipe_table] = STATE(416), - [sym__inlines] = STATE(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(416), - [sym_pandoc_list] = STATE(416), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), - [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), + [sym__block_not_section] = STATE(397), + [sym_pandoc_horizontal_rule] = STATE(397), + [sym_pandoc_paragraph] = STATE(397), + [sym_inline_ref_def] = STATE(397), + [sym_caption] = STATE(397), + [sym_pipe_table] = STATE(397), + [sym__inlines] = STATE(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(397), + [sym_pandoc_list] = STATE(397), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym_pandoc_code_block] = STATE(416), - [sym_pandoc_div] = STATE(416), - [sym_note_definition_fenced_block] = STATE(416), - [sym__newline] = STATE(416), - [sym__soft_line_break] = STATE(416), - [sym__inline_whitespace] = STATE(799), - [aux_sym_document_repeat1] = STATE(124), - [aux_sym__list_plus_repeat1] = STATE(151), - [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym_pandoc_code_block] = STATE(397), + [sym_pandoc_div] = STATE(397), + [sym_note_definition_fenced_block] = STATE(397), + [sym__newline] = STATE(397), + [sym__soft_line_break] = STATE(397), + [sym__inline_whitespace] = STATE(789), + [aux_sym_document_repeat1] = STATE(125), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), + [sym_entity_reference] = ACTIONS(5), + [sym_numeric_character_reference] = ACTIONS(5), + [anon_sym_LBRACK] = ACTIONS(7), + [anon_sym_BANG_LBRACK] = ACTIONS(9), + [anon_sym_DOLLAR] = ACTIONS(11), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [aux_sym_pandoc_str_token1] = ACTIONS(17), + [anon_sym_PIPE] = ACTIONS(19), + [sym__whitespace] = ACTIONS(109), + [sym__line_ending] = ACTIONS(111), + [sym__soft_line_ending] = ACTIONS(113), + [sym__block_close] = ACTIONS(1977), + [sym__block_quote_start] = ACTIONS(119), + [sym_atx_h1_marker] = ACTIONS(1977), + [sym_atx_h2_marker] = ACTIONS(1977), + [sym_atx_h3_marker] = ACTIONS(1977), + [sym_atx_h4_marker] = ACTIONS(1977), + [sym_atx_h5_marker] = ACTIONS(1977), + [sym_atx_h6_marker] = ACTIONS(1977), + [sym__thematic_break] = ACTIONS(133), + [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(135), + [sym_minus_metadata] = ACTIONS(2012), + [sym__pipe_table_start] = ACTIONS(141), + [sym__fenced_div_start] = ACTIONS(143), + [sym_ref_id_specifier] = ACTIONS(145), + [sym__code_span_start] = ACTIONS(65), + [sym__html_comment] = ACTIONS(5), + [sym__autolink] = ACTIONS(5), + [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(5), + [sym_html_element] = ACTIONS(5), + [sym__pandoc_line_break] = ACTIONS(5), + [sym__caption_start] = ACTIONS(147), + }, + [STATE(125)] = { + [sym__block_not_section] = STATE(397), + [sym_pandoc_horizontal_rule] = STATE(397), + [sym_pandoc_paragraph] = STATE(397), + [sym_inline_ref_def] = STATE(397), + [sym_caption] = STATE(397), + [sym_pipe_table] = STATE(397), + [sym__inlines] = STATE(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(397), + [sym_pandoc_list] = STATE(397), + [sym__list_plus] = STATE(404), + [sym__list_minus] = STATE(404), + [sym__list_star] = STATE(404), + [sym__list_dot] = STATE(404), + [sym__list_parenthesis] = STATE(404), + [sym__list_example] = STATE(404), + [sym_list_marker_plus] = STATE(7), + [sym_list_marker_minus] = STATE(8), + [sym_list_marker_star] = STATE(2), + [sym_list_marker_dot] = STATE(10), + [sym_list_marker_parenthesis] = STATE(11), + [sym_list_marker_example] = STATE(12), + [sym__list_item_plus] = STATE(150), + [sym__list_item_minus] = STATE(154), + [sym__list_item_star] = STATE(157), + [sym__list_item_dot] = STATE(159), + [sym__list_item_parenthesis] = STATE(160), + [sym__list_item_example] = STATE(163), + [sym_pandoc_code_block] = STATE(397), + [sym_pandoc_div] = STATE(397), + [sym_note_definition_fenced_block] = STATE(397), + [sym__newline] = STATE(397), + [sym__soft_line_break] = STATE(397), + [sym__inline_whitespace] = STATE(789), + [aux_sym_document_repeat1] = STATE(125), + [aux_sym__list_plus_repeat1] = STATE(150), + [aux_sym__list_minus_repeat1] = STATE(154), + [aux_sym__list_star_repeat1] = STATE(157), + [aux_sym__list_dot_repeat1] = STATE(159), + [aux_sym__list_parenthesis_repeat1] = STATE(160), + [aux_sym__list_example_repeat1] = STATE(163), [sym_entity_reference] = ACTIONS(1837), [sym_numeric_character_reference] = ACTIONS(1837), [anon_sym_LBRACK] = ACTIONS(1840), @@ -38782,71 +39289,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(1837), [sym__caption_start] = ACTIONS(2044), }, - [STATE(125)] = { - [sym__block_not_section] = STATE(416), - [sym_pandoc_horizontal_rule] = STATE(416), - [sym_pandoc_paragraph] = STATE(416), - [sym_inline_ref_def] = STATE(416), - [sym_caption] = STATE(416), - [sym_pipe_table] = STATE(416), - [sym__inlines] = STATE(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(416), - [sym_pandoc_list] = STATE(416), - [sym__list_plus] = STATE(421), - [sym__list_minus] = STATE(421), - [sym__list_star] = STATE(421), - [sym__list_dot] = STATE(421), - [sym__list_parenthesis] = STATE(421), - [sym__list_example] = STATE(421), - [sym_list_marker_plus] = STATE(8), - [sym_list_marker_minus] = STATE(9), - [sym_list_marker_star] = STATE(10), - [sym_list_marker_dot] = STATE(11), - [sym_list_marker_parenthesis] = STATE(12), - [sym_list_marker_example] = STATE(13), - [sym__list_item_plus] = STATE(151), + [STATE(126)] = { + [sym__block_not_section] = STATE(579), + [sym_pandoc_horizontal_rule] = STATE(579), + [sym_pandoc_paragraph] = STATE(579), + [sym_inline_ref_def] = STATE(579), + [sym_caption] = STATE(579), + [sym_pipe_table] = STATE(579), + [sym__inlines] = STATE(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(579), + [sym_pandoc_list] = STATE(579), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), + [sym_list_marker_dot] = STATE(3), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), [sym__list_item_minus] = STATE(148), - [sym__list_item_star] = STATE(166), - [sym__list_item_dot] = STATE(159), - [sym__list_item_parenthesis] = STATE(162), - [sym__list_item_example] = STATE(165), - [sym_pandoc_code_block] = STATE(416), - [sym_pandoc_div] = STATE(416), - [sym_note_definition_fenced_block] = STATE(416), - [sym__newline] = STATE(416), - [sym__soft_line_break] = STATE(416), - [sym__inline_whitespace] = STATE(799), - [aux_sym_document_repeat1] = STATE(123), - [aux_sym__list_plus_repeat1] = STATE(151), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [sym_pandoc_code_block] = STATE(579), + [sym_pandoc_div] = STATE(579), + [sym_note_definition_fenced_block] = STATE(579), + [sym__newline] = STATE(579), + [sym__soft_line_break] = STATE(579), + [sym__inline_whitespace] = STATE(795), + [aux_sym_document_repeat1] = STATE(122), + [aux_sym__list_plus_repeat1] = STATE(168), [aux_sym__list_minus_repeat1] = STATE(148), - [aux_sym__list_star_repeat1] = STATE(166), - [aux_sym__list_dot_repeat1] = STATE(159), - [aux_sym__list_parenthesis_repeat1] = STATE(162), - [aux_sym__list_example_repeat1] = STATE(165), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(1977), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -38856,148 +39364,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(15), [aux_sym_pandoc_str_token1] = ACTIONS(17), [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(109), - [sym__line_ending] = ACTIONS(111), - [sym__soft_line_ending] = ACTIONS(113), - [sym__block_close] = ACTIONS(1977), - [sym__block_quote_start] = ACTIONS(119), + [sym__whitespace] = ACTIONS(21), + [sym__line_ending] = ACTIONS(23), + [sym__soft_line_ending] = ACTIONS(25), + [sym__block_quote_start] = ACTIONS(27), [sym_atx_h1_marker] = ACTIONS(1977), [sym_atx_h2_marker] = ACTIONS(1977), [sym_atx_h3_marker] = ACTIONS(1977), [sym_atx_h4_marker] = ACTIONS(1977), [sym_atx_h5_marker] = ACTIONS(1977), [sym_atx_h6_marker] = ACTIONS(1977), - [sym__thematic_break] = ACTIONS(133), - [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(135), - [sym_minus_metadata] = ACTIONS(2012), - [sym__pipe_table_start] = ACTIONS(141), - [sym__fenced_div_start] = ACTIONS(143), - [sym_ref_id_specifier] = ACTIONS(145), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(5), - [sym__autolink] = ACTIONS(5), - [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(5), - [sym_html_element] = ACTIONS(5), - [sym__pandoc_line_break] = ACTIONS(5), - [sym__caption_start] = ACTIONS(147), - }, - [STATE(126)] = { - [sym__block_not_section] = STATE(440), - [sym_pandoc_horizontal_rule] = STATE(440), - [sym_pandoc_paragraph] = STATE(440), - [sym_inline_ref_def] = STATE(440), - [sym_caption] = STATE(440), - [sym_pipe_table] = STATE(440), - [sym__inlines] = STATE(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(440), - [sym_pandoc_list] = STATE(440), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), - [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [sym_pandoc_code_block] = STATE(440), - [sym_pandoc_div] = STATE(440), - [sym_note_definition_fenced_block] = STATE(440), - [sym__newline] = STATE(440), - [sym__soft_line_break] = STATE(440), - [sym__inline_whitespace] = STATE(803), - [aux_sym_document_repeat1] = STATE(122), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(1833), - [sym_entity_reference] = ACTIONS(5), - [sym_numeric_character_reference] = ACTIONS(5), - [anon_sym_LBRACK] = ACTIONS(7), - [anon_sym_BANG_LBRACK] = ACTIONS(9), - [anon_sym_DOLLAR] = ACTIONS(11), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [aux_sym_pandoc_str_token1] = ACTIONS(17), - [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(21), - [sym__line_ending] = ACTIONS(23), - [sym__soft_line_ending] = ACTIONS(25), - [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(1833), - [sym_atx_h2_marker] = ACTIONS(1833), - [sym_atx_h3_marker] = ACTIONS(1833), - [sym_atx_h4_marker] = ACTIONS(1833), - [sym_atx_h5_marker] = ACTIONS(1833), - [sym_atx_h6_marker] = ACTIONS(1833), [sym__thematic_break] = ACTIONS(41), [sym__list_marker_minus] = ACTIONS(43), [sym__list_marker_plus] = ACTIONS(45), @@ -39012,7 +39388,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(517), + [sym_minus_metadata] = ACTIONS(521), [sym__pipe_table_start] = ACTIONS(59), [sym__fenced_div_start] = ACTIONS(61), [sym_ref_id_specifier] = ACTIONS(63), @@ -39045,71 +39421,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(107), }, [STATE(127)] = { - [sym__block_not_section] = STATE(440), - [sym_pandoc_horizontal_rule] = STATE(440), - [sym_pandoc_paragraph] = STATE(440), - [sym_inline_ref_def] = STATE(440), - [sym_caption] = STATE(440), - [sym_pipe_table] = STATE(440), - [sym__inlines] = STATE(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym_pandoc_block_quote] = STATE(440), - [sym_pandoc_list] = STATE(440), - [sym__list_plus] = STATE(400), - [sym__list_minus] = STATE(400), - [sym__list_star] = STATE(400), - [sym__list_dot] = STATE(400), - [sym__list_parenthesis] = STATE(400), - [sym__list_example] = STATE(400), - [sym_list_marker_plus] = STATE(2), - [sym_list_marker_minus] = STATE(7), - [sym_list_marker_star] = STATE(4), + [sym__block_not_section] = STATE(579), + [sym_pandoc_horizontal_rule] = STATE(579), + [sym_pandoc_paragraph] = STATE(579), + [sym_inline_ref_def] = STATE(579), + [sym_caption] = STATE(579), + [sym_pipe_table] = STATE(579), + [sym__inlines] = STATE(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym_pandoc_block_quote] = STATE(579), + [sym_pandoc_list] = STATE(579), + [sym__list_plus] = STATE(402), + [sym__list_minus] = STATE(402), + [sym__list_star] = STATE(402), + [sym__list_dot] = STATE(402), + [sym__list_parenthesis] = STATE(402), + [sym__list_example] = STATE(402), + [sym_list_marker_plus] = STATE(19), + [sym_list_marker_minus] = STATE(6), + [sym_list_marker_star] = STATE(9), [sym_list_marker_dot] = STATE(3), - [sym_list_marker_parenthesis] = STATE(5), - [sym_list_marker_example] = STATE(6), - [sym__list_item_plus] = STATE(161), - [sym__list_item_minus] = STATE(146), - [sym__list_item_star] = STATE(152), - [sym__list_item_dot] = STATE(153), - [sym__list_item_parenthesis] = STATE(154), - [sym__list_item_example] = STATE(155), - [sym_pandoc_code_block] = STATE(440), - [sym_pandoc_div] = STATE(440), - [sym_note_definition_fenced_block] = STATE(440), - [sym__newline] = STATE(440), - [sym__soft_line_break] = STATE(440), - [sym__inline_whitespace] = STATE(803), + [sym_list_marker_parenthesis] = STATE(4), + [sym_list_marker_example] = STATE(5), + [sym__list_item_plus] = STATE(168), + [sym__list_item_minus] = STATE(148), + [sym__list_item_star] = STATE(149), + [sym__list_item_dot] = STATE(151), + [sym__list_item_parenthesis] = STATE(158), + [sym__list_item_example] = STATE(146), + [sym_pandoc_code_block] = STATE(579), + [sym_pandoc_div] = STATE(579), + [sym_note_definition_fenced_block] = STATE(579), + [sym__newline] = STATE(579), + [sym__soft_line_break] = STATE(579), + [sym__inline_whitespace] = STATE(795), [aux_sym_document_repeat1] = STATE(126), - [aux_sym__list_plus_repeat1] = STATE(161), - [aux_sym__list_minus_repeat1] = STATE(146), - [aux_sym__list_star_repeat1] = STATE(152), - [aux_sym__list_dot_repeat1] = STATE(153), - [aux_sym__list_parenthesis_repeat1] = STATE(154), - [aux_sym__list_example_repeat1] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(1977), + [aux_sym__list_plus_repeat1] = STATE(168), + [aux_sym__list_minus_repeat1] = STATE(148), + [aux_sym__list_star_repeat1] = STATE(149), + [aux_sym__list_dot_repeat1] = STATE(151), + [aux_sym__list_parenthesis_repeat1] = STATE(158), + [aux_sym__list_example_repeat1] = STATE(146), + [ts_builtin_sym_end] = ACTIONS(1833), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -39123,12 +39499,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(23), [sym__soft_line_ending] = ACTIONS(25), [sym__block_quote_start] = ACTIONS(27), - [sym_atx_h1_marker] = ACTIONS(1977), - [sym_atx_h2_marker] = ACTIONS(1977), - [sym_atx_h3_marker] = ACTIONS(1977), - [sym_atx_h4_marker] = ACTIONS(1977), - [sym_atx_h5_marker] = ACTIONS(1977), - [sym_atx_h6_marker] = ACTIONS(1977), + [sym_atx_h1_marker] = ACTIONS(1833), + [sym_atx_h2_marker] = ACTIONS(1833), + [sym_atx_h3_marker] = ACTIONS(1833), + [sym_atx_h4_marker] = ACTIONS(1833), + [sym_atx_h5_marker] = ACTIONS(1833), + [sym_atx_h6_marker] = ACTIONS(1833), [sym__thematic_break] = ACTIONS(41), [sym__list_marker_minus] = ACTIONS(43), [sym__list_marker_plus] = ACTIONS(45), @@ -39143,7 +39519,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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(517), + [sym_minus_metadata] = ACTIONS(521), [sym__pipe_table_start] = ACTIONS(59), [sym__fenced_div_start] = ACTIONS(61), [sym_ref_id_specifier] = ACTIONS(63), @@ -39176,35 +39552,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(107), }, [STATE(128)] = { - [sym_caption] = STATE(3056), - [sym_pipe_table_row] = STATE(3059), - [sym_pipe_table_cell] = STATE(2855), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym_pipe_table_row_repeat1] = STATE(347), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), + [sym_caption] = STATE(3405), + [sym_pipe_table_row] = STATE(3392), + [sym_pipe_table_cell] = STATE(2884), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym_pipe_table_row_repeat1] = STATE(337), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), [sym_entity_reference] = ACTIONS(2047), [sym_numeric_character_reference] = ACTIONS(2047), [anon_sym_LBRACK] = ACTIONS(2049), @@ -39248,35 +39624,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2111), }, [STATE(129)] = { - [sym_caption] = STATE(3211), - [sym_pipe_table_row] = STATE(3059), - [sym_pipe_table_cell] = STATE(2855), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym_pipe_table_row_repeat1] = STATE(347), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), + [sym_caption] = STATE(3244), + [sym_pipe_table_row] = STATE(3392), + [sym_pipe_table_cell] = STATE(2884), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym_pipe_table_row_repeat1] = STATE(337), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), [sym_entity_reference] = ACTIONS(2047), [sym_numeric_character_reference] = ACTIONS(2047), [anon_sym_LBRACK] = ACTIONS(2049), @@ -39320,35 +39696,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2111), }, [STATE(130)] = { - [sym_caption] = STATE(3261), - [sym_pipe_table_row] = STATE(3059), - [sym_pipe_table_cell] = STATE(2855), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym_pipe_table_row_repeat1] = STATE(347), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), + [sym_caption] = STATE(3387), + [sym_pipe_table_row] = STATE(3392), + [sym_pipe_table_cell] = STATE(2884), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym_pipe_table_row_repeat1] = STATE(337), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), [sym_entity_reference] = ACTIONS(2047), [sym_numeric_character_reference] = ACTIONS(2047), [anon_sym_LBRACK] = ACTIONS(2049), @@ -39392,35 +39768,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2111), }, [STATE(131)] = { - [sym_caption] = STATE(3262), - [sym_pipe_table_row] = STATE(3059), - [sym_pipe_table_cell] = STATE(2855), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym_pipe_table_row_repeat1] = STATE(347), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), + [sym_caption] = STATE(3394), + [sym_pipe_table_row] = STATE(3392), + [sym_pipe_table_cell] = STATE(2884), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym_pipe_table_row_repeat1] = STATE(337), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), [sym_entity_reference] = ACTIONS(2047), [sym_numeric_character_reference] = ACTIONS(2047), [anon_sym_LBRACK] = ACTIONS(2049), @@ -39464,35 +39840,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2111), }, [STATE(132)] = { - [sym_caption] = STATE(3237), - [sym_pipe_table_row] = STATE(3059), - [sym_pipe_table_cell] = STATE(2855), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym_pipe_table_row_repeat1] = STATE(347), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), + [sym_caption] = STATE(3226), + [sym_pipe_table_row] = STATE(3392), + [sym_pipe_table_cell] = STATE(2884), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym_pipe_table_row_repeat1] = STATE(337), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), [sym_entity_reference] = ACTIONS(2047), [sym_numeric_character_reference] = ACTIONS(2047), [anon_sym_LBRACK] = ACTIONS(2049), @@ -39536,35 +39912,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2111), }, [STATE(133)] = { - [sym_caption] = STATE(3186), - [sym_pipe_table_row] = STATE(3059), - [sym_pipe_table_cell] = STATE(2855), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym_pipe_table_row_repeat1] = STATE(347), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), + [sym_caption] = STATE(3428), + [sym_pipe_table_row] = STATE(3392), + [sym_pipe_table_cell] = STATE(2884), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym_pipe_table_row_repeat1] = STATE(337), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), [sym_entity_reference] = ACTIONS(2047), [sym_numeric_character_reference] = ACTIONS(2047), [anon_sym_LBRACK] = ACTIONS(2049), @@ -39608,9 +39984,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2111), }, [STATE(134)] = { - [sym_list_marker_plus] = STATE(14), - [sym__list_item_plus] = STATE(134), - [aux_sym__list_plus_repeat1] = STATE(134), + [sym_list_marker_dot] = STATE(16), + [sym__list_item_dot] = STATE(134), + [aux_sym__list_dot_repeat1] = STATE(134), [sym_entity_reference] = ACTIONS(2113), [sym_numeric_character_reference] = ACTIONS(2113), [anon_sym_LBRACK] = ACTIONS(2113), @@ -39633,15 +40009,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_atx_h6_marker] = ACTIONS(2113), [sym__thematic_break] = ACTIONS(2113), [sym__list_marker_minus] = ACTIONS(2113), - [sym__list_marker_plus] = ACTIONS(2117), + [sym__list_marker_plus] = ACTIONS(2113), [sym__list_marker_star] = ACTIONS(2113), [sym__list_marker_parenthesis] = ACTIONS(2113), - [sym__list_marker_dot] = ACTIONS(2113), + [sym__list_marker_dot] = ACTIONS(2117), [sym__list_marker_minus_dont_interrupt] = ACTIONS(2113), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2117), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2113), [sym__list_marker_star_dont_interrupt] = ACTIONS(2113), [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2113), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2113), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2117), [sym__list_marker_example] = ACTIONS(2113), [sym__list_marker_example_dont_interrupt] = ACTIONS(2113), [sym__fenced_code_block_start_backtick] = ACTIONS(2113), @@ -39679,9 +40055,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2113), }, [STATE(135)] = { - [sym_list_marker_parenthesis] = STATE(18), - [sym__list_item_parenthesis] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(135), + [sym_list_marker_star] = STATE(15), + [sym__list_item_star] = STATE(135), + [aux_sym__list_star_repeat1] = STATE(135), [sym_entity_reference] = ACTIONS(2120), [sym_numeric_character_reference] = ACTIONS(2120), [anon_sym_LBRACK] = ACTIONS(2120), @@ -39705,13 +40081,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__thematic_break] = ACTIONS(2120), [sym__list_marker_minus] = ACTIONS(2120), [sym__list_marker_plus] = ACTIONS(2120), - [sym__list_marker_star] = ACTIONS(2120), - [sym__list_marker_parenthesis] = ACTIONS(2124), + [sym__list_marker_star] = ACTIONS(2124), + [sym__list_marker_parenthesis] = ACTIONS(2120), [sym__list_marker_dot] = ACTIONS(2120), [sym__list_marker_minus_dont_interrupt] = ACTIONS(2120), [sym__list_marker_plus_dont_interrupt] = ACTIONS(2120), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2120), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2124), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2124), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2120), [sym__list_marker_dot_dont_interrupt] = ACTIONS(2120), [sym__list_marker_example] = ACTIONS(2120), [sym__list_marker_example_dont_interrupt] = ACTIONS(2120), @@ -39750,7 +40126,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2120), }, [STATE(136)] = { - [sym_list_marker_example] = STATE(19), + [sym_list_marker_example] = STATE(18), [sym__list_item_example] = STATE(136), [aux_sym__list_example_repeat1] = STATE(136), [sym_entity_reference] = ACTIONS(2127), @@ -39821,9 +40197,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2127), }, [STATE(137)] = { - [sym_list_marker_plus] = STATE(14), - [sym__list_item_plus] = STATE(134), - [aux_sym__list_plus_repeat1] = STATE(134), + [sym_list_marker_parenthesis] = STATE(17), + [sym__list_item_parenthesis] = STATE(137), + [aux_sym__list_parenthesis_repeat1] = STATE(137), [sym_entity_reference] = ACTIONS(2134), [sym_numeric_character_reference] = ACTIONS(2134), [anon_sym_LBRACK] = ACTIONS(2134), @@ -39846,14 +40222,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_atx_h6_marker] = ACTIONS(2134), [sym__thematic_break] = ACTIONS(2134), [sym__list_marker_minus] = ACTIONS(2134), - [sym__list_marker_plus] = ACTIONS(45), + [sym__list_marker_plus] = ACTIONS(2134), [sym__list_marker_star] = ACTIONS(2134), - [sym__list_marker_parenthesis] = ACTIONS(2134), + [sym__list_marker_parenthesis] = ACTIONS(2138), [sym__list_marker_dot] = ACTIONS(2134), [sym__list_marker_minus_dont_interrupt] = ACTIONS(2134), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2134), [sym__list_marker_star_dont_interrupt] = ACTIONS(2134), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2134), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2138), [sym__list_marker_dot_dont_interrupt] = ACTIONS(2134), [sym__list_marker_example] = ACTIONS(2134), [sym__list_marker_example_dont_interrupt] = ACTIONS(2134), @@ -39892,151 +40268,151 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2134), }, [STATE(138)] = { - [sym_list_marker_minus] = STATE(15), - [sym__list_item_minus] = STATE(139), - [aux_sym__list_minus_repeat1] = STATE(139), - [sym_entity_reference] = ACTIONS(2138), - [sym_numeric_character_reference] = ACTIONS(2138), - [anon_sym_LBRACK] = ACTIONS(2138), - [anon_sym_BANG_LBRACK] = ACTIONS(2138), - [anon_sym_DOLLAR] = ACTIONS(2140), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2138), - [anon_sym_LBRACE] = ACTIONS(2138), - [aux_sym_pandoc_str_token1] = ACTIONS(2140), - [anon_sym_PIPE] = ACTIONS(2138), - [sym__whitespace] = ACTIONS(2138), - [sym__line_ending] = ACTIONS(2138), - [sym__soft_line_ending] = ACTIONS(2138), - [sym__block_close] = ACTIONS(2138), - [sym__block_quote_start] = ACTIONS(2138), - [sym_atx_h1_marker] = ACTIONS(2138), - [sym_atx_h2_marker] = ACTIONS(2138), - [sym_atx_h3_marker] = ACTIONS(2138), - [sym_atx_h4_marker] = ACTIONS(2138), - [sym_atx_h5_marker] = ACTIONS(2138), - [sym_atx_h6_marker] = ACTIONS(2138), - [sym__thematic_break] = ACTIONS(2138), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(2138), - [sym__list_marker_star] = ACTIONS(2138), - [sym__list_marker_parenthesis] = ACTIONS(2138), - [sym__list_marker_dot] = ACTIONS(2138), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2138), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2138), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2138), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2138), - [sym__list_marker_example] = ACTIONS(2138), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2138), - [sym__fenced_code_block_start_backtick] = ACTIONS(2138), - [sym_minus_metadata] = ACTIONS(2138), - [sym__pipe_table_start] = ACTIONS(2138), - [sym__fenced_div_start] = ACTIONS(2138), - [sym__fenced_div_end] = ACTIONS(2138), - [sym_ref_id_specifier] = ACTIONS(2138), - [sym__code_span_start] = ACTIONS(2138), - [sym__html_comment] = ACTIONS(2138), - [sym__autolink] = ACTIONS(2138), - [sym__highlight_span_start] = ACTIONS(2138), - [sym__insert_span_start] = ACTIONS(2138), - [sym__delete_span_start] = ACTIONS(2138), - [sym__edit_comment_span_start] = ACTIONS(2138), - [sym__single_quote_span_open] = ACTIONS(2138), - [sym__double_quote_span_open] = ACTIONS(2138), - [sym__shortcode_open_escaped] = ACTIONS(2138), - [sym__shortcode_open] = ACTIONS(2138), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2138), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2138), - [sym__cite_author_in_text] = ACTIONS(2138), - [sym__cite_suppress_author] = ACTIONS(2138), - [sym__strikeout_open] = ACTIONS(2138), - [sym__subscript_open] = ACTIONS(2138), - [sym__superscript_open] = ACTIONS(2138), - [sym__inline_note_start_token] = ACTIONS(2138), - [sym__strong_emphasis_open_star] = ACTIONS(2138), - [sym__strong_emphasis_open_underscore] = ACTIONS(2138), - [sym__emphasis_open_star] = ACTIONS(2138), - [sym__emphasis_open_underscore] = ACTIONS(2138), - [sym_inline_note_reference] = ACTIONS(2138), - [sym_html_element] = ACTIONS(2138), - [sym__pandoc_line_break] = ACTIONS(2138), - [sym__caption_start] = ACTIONS(2138), + [sym_list_marker_plus] = STATE(13), + [sym__list_item_plus] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(144), + [sym_entity_reference] = ACTIONS(2141), + [sym_numeric_character_reference] = ACTIONS(2141), + [anon_sym_LBRACK] = ACTIONS(2141), + [anon_sym_BANG_LBRACK] = ACTIONS(2141), + [anon_sym_DOLLAR] = ACTIONS(2143), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2141), + [anon_sym_LBRACE] = ACTIONS(2141), + [aux_sym_pandoc_str_token1] = ACTIONS(2143), + [anon_sym_PIPE] = ACTIONS(2141), + [sym__whitespace] = ACTIONS(2141), + [sym__line_ending] = ACTIONS(2141), + [sym__soft_line_ending] = ACTIONS(2141), + [sym__block_close] = ACTIONS(2141), + [sym__block_quote_start] = ACTIONS(2141), + [sym_atx_h1_marker] = ACTIONS(2141), + [sym_atx_h2_marker] = ACTIONS(2141), + [sym_atx_h3_marker] = ACTIONS(2141), + [sym_atx_h4_marker] = ACTIONS(2141), + [sym_atx_h5_marker] = ACTIONS(2141), + [sym_atx_h6_marker] = ACTIONS(2141), + [sym__thematic_break] = ACTIONS(2141), + [sym__list_marker_minus] = ACTIONS(2141), + [sym__list_marker_plus] = ACTIONS(45), + [sym__list_marker_star] = ACTIONS(2141), + [sym__list_marker_parenthesis] = ACTIONS(2141), + [sym__list_marker_dot] = ACTIONS(2141), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2141), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2141), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2141), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2141), + [sym__list_marker_example] = ACTIONS(2141), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2141), + [sym__fenced_code_block_start_backtick] = ACTIONS(2141), + [sym_minus_metadata] = ACTIONS(2141), + [sym__pipe_table_start] = ACTIONS(2141), + [sym__fenced_div_start] = ACTIONS(2141), + [sym__fenced_div_end] = ACTIONS(2141), + [sym_ref_id_specifier] = ACTIONS(2141), + [sym__code_span_start] = ACTIONS(2141), + [sym__html_comment] = ACTIONS(2141), + [sym__autolink] = ACTIONS(2141), + [sym__highlight_span_start] = ACTIONS(2141), + [sym__insert_span_start] = ACTIONS(2141), + [sym__delete_span_start] = ACTIONS(2141), + [sym__edit_comment_span_start] = ACTIONS(2141), + [sym__single_quote_span_open] = ACTIONS(2141), + [sym__double_quote_span_open] = ACTIONS(2141), + [sym__shortcode_open_escaped] = ACTIONS(2141), + [sym__shortcode_open] = ACTIONS(2141), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2141), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2141), + [sym__cite_author_in_text] = ACTIONS(2141), + [sym__cite_suppress_author] = ACTIONS(2141), + [sym__strikeout_open] = ACTIONS(2141), + [sym__subscript_open] = ACTIONS(2141), + [sym__superscript_open] = ACTIONS(2141), + [sym__inline_note_start_token] = ACTIONS(2141), + [sym__strong_emphasis_open_star] = ACTIONS(2141), + [sym__strong_emphasis_open_underscore] = ACTIONS(2141), + [sym__emphasis_open_star] = ACTIONS(2141), + [sym__emphasis_open_underscore] = ACTIONS(2141), + [sym_inline_note_reference] = ACTIONS(2141), + [sym_html_element] = ACTIONS(2141), + [sym__pandoc_line_break] = ACTIONS(2141), + [sym__caption_start] = ACTIONS(2141), }, [STATE(139)] = { - [sym_list_marker_minus] = STATE(15), - [sym__list_item_minus] = STATE(139), - [aux_sym__list_minus_repeat1] = STATE(139), - [sym_entity_reference] = ACTIONS(2142), - [sym_numeric_character_reference] = ACTIONS(2142), - [anon_sym_LBRACK] = ACTIONS(2142), - [anon_sym_BANG_LBRACK] = ACTIONS(2142), - [anon_sym_DOLLAR] = ACTIONS(2144), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2142), - [anon_sym_LBRACE] = ACTIONS(2142), - [aux_sym_pandoc_str_token1] = ACTIONS(2144), - [anon_sym_PIPE] = ACTIONS(2142), - [sym__whitespace] = ACTIONS(2142), - [sym__line_ending] = ACTIONS(2142), - [sym__soft_line_ending] = ACTIONS(2142), - [sym__block_close] = ACTIONS(2142), - [sym__block_quote_start] = ACTIONS(2142), - [sym_atx_h1_marker] = ACTIONS(2142), - [sym_atx_h2_marker] = ACTIONS(2142), - [sym_atx_h3_marker] = ACTIONS(2142), - [sym_atx_h4_marker] = ACTIONS(2142), - [sym_atx_h5_marker] = ACTIONS(2142), - [sym_atx_h6_marker] = ACTIONS(2142), - [sym__thematic_break] = ACTIONS(2142), - [sym__list_marker_minus] = ACTIONS(2146), - [sym__list_marker_plus] = ACTIONS(2142), - [sym__list_marker_star] = ACTIONS(2142), - [sym__list_marker_parenthesis] = ACTIONS(2142), - [sym__list_marker_dot] = ACTIONS(2142), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2146), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2142), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2142), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2142), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2142), - [sym__list_marker_example] = ACTIONS(2142), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2142), - [sym__fenced_code_block_start_backtick] = ACTIONS(2142), - [sym_minus_metadata] = ACTIONS(2142), - [sym__pipe_table_start] = ACTIONS(2142), - [sym__fenced_div_start] = ACTIONS(2142), - [sym__fenced_div_end] = ACTIONS(2142), - [sym_ref_id_specifier] = ACTIONS(2142), - [sym__code_span_start] = ACTIONS(2142), - [sym__html_comment] = ACTIONS(2142), - [sym__autolink] = ACTIONS(2142), - [sym__highlight_span_start] = ACTIONS(2142), - [sym__insert_span_start] = ACTIONS(2142), - [sym__delete_span_start] = ACTIONS(2142), - [sym__edit_comment_span_start] = ACTIONS(2142), - [sym__single_quote_span_open] = ACTIONS(2142), - [sym__double_quote_span_open] = ACTIONS(2142), - [sym__shortcode_open_escaped] = ACTIONS(2142), - [sym__shortcode_open] = ACTIONS(2142), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2142), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2142), - [sym__cite_author_in_text] = ACTIONS(2142), - [sym__cite_suppress_author] = ACTIONS(2142), - [sym__strikeout_open] = ACTIONS(2142), - [sym__subscript_open] = ACTIONS(2142), - [sym__superscript_open] = ACTIONS(2142), - [sym__inline_note_start_token] = ACTIONS(2142), - [sym__strong_emphasis_open_star] = ACTIONS(2142), - [sym__strong_emphasis_open_underscore] = ACTIONS(2142), - [sym__emphasis_open_star] = ACTIONS(2142), - [sym__emphasis_open_underscore] = ACTIONS(2142), - [sym_inline_note_reference] = ACTIONS(2142), - [sym_html_element] = ACTIONS(2142), - [sym__pandoc_line_break] = ACTIONS(2142), - [sym__caption_start] = ACTIONS(2142), + [sym_list_marker_minus] = STATE(14), + [sym__list_item_minus] = STATE(145), + [aux_sym__list_minus_repeat1] = STATE(145), + [sym_entity_reference] = ACTIONS(2145), + [sym_numeric_character_reference] = ACTIONS(2145), + [anon_sym_LBRACK] = ACTIONS(2145), + [anon_sym_BANG_LBRACK] = ACTIONS(2145), + [anon_sym_DOLLAR] = ACTIONS(2147), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2145), + [anon_sym_LBRACE] = ACTIONS(2145), + [aux_sym_pandoc_str_token1] = ACTIONS(2147), + [anon_sym_PIPE] = ACTIONS(2145), + [sym__whitespace] = ACTIONS(2145), + [sym__line_ending] = ACTIONS(2145), + [sym__soft_line_ending] = ACTIONS(2145), + [sym__block_close] = ACTIONS(2145), + [sym__block_quote_start] = ACTIONS(2145), + [sym_atx_h1_marker] = ACTIONS(2145), + [sym_atx_h2_marker] = ACTIONS(2145), + [sym_atx_h3_marker] = ACTIONS(2145), + [sym_atx_h4_marker] = ACTIONS(2145), + [sym_atx_h5_marker] = ACTIONS(2145), + [sym_atx_h6_marker] = ACTIONS(2145), + [sym__thematic_break] = ACTIONS(2145), + [sym__list_marker_minus] = ACTIONS(43), + [sym__list_marker_plus] = ACTIONS(2145), + [sym__list_marker_star] = ACTIONS(2145), + [sym__list_marker_parenthesis] = ACTIONS(2145), + [sym__list_marker_dot] = ACTIONS(2145), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2145), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2145), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2145), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2145), + [sym__list_marker_example] = ACTIONS(2145), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2145), + [sym__fenced_code_block_start_backtick] = ACTIONS(2145), + [sym_minus_metadata] = ACTIONS(2145), + [sym__pipe_table_start] = ACTIONS(2145), + [sym__fenced_div_start] = ACTIONS(2145), + [sym__fenced_div_end] = ACTIONS(2145), + [sym_ref_id_specifier] = ACTIONS(2145), + [sym__code_span_start] = ACTIONS(2145), + [sym__html_comment] = ACTIONS(2145), + [sym__autolink] = ACTIONS(2145), + [sym__highlight_span_start] = ACTIONS(2145), + [sym__insert_span_start] = ACTIONS(2145), + [sym__delete_span_start] = ACTIONS(2145), + [sym__edit_comment_span_start] = ACTIONS(2145), + [sym__single_quote_span_open] = ACTIONS(2145), + [sym__double_quote_span_open] = ACTIONS(2145), + [sym__shortcode_open_escaped] = ACTIONS(2145), + [sym__shortcode_open] = ACTIONS(2145), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2145), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2145), + [sym__cite_author_in_text] = ACTIONS(2145), + [sym__cite_suppress_author] = ACTIONS(2145), + [sym__strikeout_open] = ACTIONS(2145), + [sym__subscript_open] = ACTIONS(2145), + [sym__superscript_open] = ACTIONS(2145), + [sym__inline_note_start_token] = ACTIONS(2145), + [sym__strong_emphasis_open_star] = ACTIONS(2145), + [sym__strong_emphasis_open_underscore] = ACTIONS(2145), + [sym__emphasis_open_star] = ACTIONS(2145), + [sym__emphasis_open_underscore] = ACTIONS(2145), + [sym_inline_note_reference] = ACTIONS(2145), + [sym_html_element] = ACTIONS(2145), + [sym__pandoc_line_break] = ACTIONS(2145), + [sym__caption_start] = ACTIONS(2145), }, [STATE(140)] = { - [sym_list_marker_star] = STATE(16), - [sym__list_item_star] = STATE(140), - [aux_sym__list_star_repeat1] = STATE(140), + [sym_list_marker_star] = STATE(15), + [sym__list_item_star] = STATE(135), + [aux_sym__list_star_repeat1] = STATE(135), [sym_entity_reference] = ACTIONS(2149), [sym_numeric_character_reference] = ACTIONS(2149), [anon_sym_LBRACK] = ACTIONS(2149), @@ -40060,12 +40436,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__thematic_break] = ACTIONS(2149), [sym__list_marker_minus] = ACTIONS(2149), [sym__list_marker_plus] = ACTIONS(2149), - [sym__list_marker_star] = ACTIONS(2153), + [sym__list_marker_star] = ACTIONS(47), [sym__list_marker_parenthesis] = ACTIONS(2149), [sym__list_marker_dot] = ACTIONS(2149), [sym__list_marker_minus_dont_interrupt] = ACTIONS(2149), [sym__list_marker_plus_dont_interrupt] = ACTIONS(2149), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2153), + [sym__list_marker_star_dont_interrupt] = ACTIONS(47), [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2149), [sym__list_marker_dot_dont_interrupt] = ACTIONS(2149), [sym__list_marker_example] = ACTIONS(2149), @@ -40105,293 +40481,293 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2149), }, [STATE(141)] = { - [sym_list_marker_star] = STATE(16), - [sym__list_item_star] = STATE(140), - [aux_sym__list_star_repeat1] = STATE(140), - [sym_entity_reference] = ACTIONS(2156), - [sym_numeric_character_reference] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2156), - [anon_sym_BANG_LBRACK] = ACTIONS(2156), - [anon_sym_DOLLAR] = ACTIONS(2158), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2156), - [anon_sym_LBRACE] = ACTIONS(2156), - [aux_sym_pandoc_str_token1] = ACTIONS(2158), - [anon_sym_PIPE] = ACTIONS(2156), - [sym__whitespace] = ACTIONS(2156), - [sym__line_ending] = ACTIONS(2156), - [sym__soft_line_ending] = ACTIONS(2156), - [sym__block_close] = ACTIONS(2156), - [sym__block_quote_start] = ACTIONS(2156), - [sym_atx_h1_marker] = ACTIONS(2156), - [sym_atx_h2_marker] = ACTIONS(2156), - [sym_atx_h3_marker] = ACTIONS(2156), - [sym_atx_h4_marker] = ACTIONS(2156), - [sym_atx_h5_marker] = ACTIONS(2156), - [sym_atx_h6_marker] = ACTIONS(2156), - [sym__thematic_break] = ACTIONS(2156), - [sym__list_marker_minus] = ACTIONS(2156), - [sym__list_marker_plus] = ACTIONS(2156), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(2156), - [sym__list_marker_dot] = ACTIONS(2156), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2156), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2156), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2156), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2156), - [sym__list_marker_example] = ACTIONS(2156), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2156), - [sym__fenced_code_block_start_backtick] = ACTIONS(2156), - [sym_minus_metadata] = ACTIONS(2156), - [sym__pipe_table_start] = ACTIONS(2156), - [sym__fenced_div_start] = ACTIONS(2156), - [sym__fenced_div_end] = ACTIONS(2156), - [sym_ref_id_specifier] = ACTIONS(2156), - [sym__code_span_start] = ACTIONS(2156), - [sym__html_comment] = ACTIONS(2156), - [sym__autolink] = ACTIONS(2156), - [sym__highlight_span_start] = ACTIONS(2156), - [sym__insert_span_start] = ACTIONS(2156), - [sym__delete_span_start] = ACTIONS(2156), - [sym__edit_comment_span_start] = ACTIONS(2156), - [sym__single_quote_span_open] = ACTIONS(2156), - [sym__double_quote_span_open] = ACTIONS(2156), - [sym__shortcode_open_escaped] = ACTIONS(2156), - [sym__shortcode_open] = ACTIONS(2156), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2156), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2156), - [sym__cite_author_in_text] = ACTIONS(2156), - [sym__cite_suppress_author] = ACTIONS(2156), - [sym__strikeout_open] = ACTIONS(2156), - [sym__subscript_open] = ACTIONS(2156), - [sym__superscript_open] = ACTIONS(2156), - [sym__inline_note_start_token] = ACTIONS(2156), - [sym__strong_emphasis_open_star] = ACTIONS(2156), - [sym__strong_emphasis_open_underscore] = ACTIONS(2156), - [sym__emphasis_open_star] = ACTIONS(2156), - [sym__emphasis_open_underscore] = ACTIONS(2156), - [sym_inline_note_reference] = ACTIONS(2156), - [sym_html_element] = ACTIONS(2156), - [sym__pandoc_line_break] = ACTIONS(2156), - [sym__caption_start] = ACTIONS(2156), - }, - [STATE(142)] = { - [sym_list_marker_dot] = STATE(17), - [sym__list_item_dot] = STATE(145), - [aux_sym__list_dot_repeat1] = STATE(145), - [sym_entity_reference] = ACTIONS(2160), - [sym_numeric_character_reference] = ACTIONS(2160), - [anon_sym_LBRACK] = ACTIONS(2160), - [anon_sym_BANG_LBRACK] = ACTIONS(2160), - [anon_sym_DOLLAR] = ACTIONS(2162), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2160), - [anon_sym_LBRACE] = ACTIONS(2160), - [aux_sym_pandoc_str_token1] = ACTIONS(2162), - [anon_sym_PIPE] = ACTIONS(2160), - [sym__whitespace] = ACTIONS(2160), - [sym__line_ending] = ACTIONS(2160), - [sym__soft_line_ending] = ACTIONS(2160), - [sym__block_close] = ACTIONS(2160), - [sym__block_quote_start] = ACTIONS(2160), - [sym_atx_h1_marker] = ACTIONS(2160), - [sym_atx_h2_marker] = ACTIONS(2160), - [sym_atx_h3_marker] = ACTIONS(2160), - [sym_atx_h4_marker] = ACTIONS(2160), - [sym_atx_h5_marker] = ACTIONS(2160), - [sym_atx_h6_marker] = ACTIONS(2160), - [sym__thematic_break] = ACTIONS(2160), - [sym__list_marker_minus] = ACTIONS(2160), - [sym__list_marker_plus] = ACTIONS(2160), - [sym__list_marker_star] = ACTIONS(2160), - [sym__list_marker_parenthesis] = ACTIONS(2160), + [sym_list_marker_dot] = STATE(16), + [sym__list_item_dot] = STATE(134), + [aux_sym__list_dot_repeat1] = STATE(134), + [sym_entity_reference] = ACTIONS(2153), + [sym_numeric_character_reference] = ACTIONS(2153), + [anon_sym_LBRACK] = ACTIONS(2153), + [anon_sym_BANG_LBRACK] = ACTIONS(2153), + [anon_sym_DOLLAR] = ACTIONS(2155), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2153), + [anon_sym_LBRACE] = ACTIONS(2153), + [aux_sym_pandoc_str_token1] = ACTIONS(2155), + [anon_sym_PIPE] = ACTIONS(2153), + [sym__whitespace] = ACTIONS(2153), + [sym__line_ending] = ACTIONS(2153), + [sym__soft_line_ending] = ACTIONS(2153), + [sym__block_close] = ACTIONS(2153), + [sym__block_quote_start] = ACTIONS(2153), + [sym_atx_h1_marker] = ACTIONS(2153), + [sym_atx_h2_marker] = ACTIONS(2153), + [sym_atx_h3_marker] = ACTIONS(2153), + [sym_atx_h4_marker] = ACTIONS(2153), + [sym_atx_h5_marker] = ACTIONS(2153), + [sym_atx_h6_marker] = ACTIONS(2153), + [sym__thematic_break] = ACTIONS(2153), + [sym__list_marker_minus] = ACTIONS(2153), + [sym__list_marker_plus] = ACTIONS(2153), + [sym__list_marker_star] = ACTIONS(2153), + [sym__list_marker_parenthesis] = ACTIONS(2153), [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2160), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2160), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2160), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2160), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2153), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2153), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2153), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2153), [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(2160), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2160), - [sym__fenced_code_block_start_backtick] = ACTIONS(2160), - [sym_minus_metadata] = ACTIONS(2160), - [sym__pipe_table_start] = ACTIONS(2160), - [sym__fenced_div_start] = ACTIONS(2160), - [sym__fenced_div_end] = ACTIONS(2160), - [sym_ref_id_specifier] = ACTIONS(2160), - [sym__code_span_start] = ACTIONS(2160), - [sym__html_comment] = ACTIONS(2160), - [sym__autolink] = ACTIONS(2160), - [sym__highlight_span_start] = ACTIONS(2160), - [sym__insert_span_start] = ACTIONS(2160), - [sym__delete_span_start] = ACTIONS(2160), - [sym__edit_comment_span_start] = ACTIONS(2160), - [sym__single_quote_span_open] = ACTIONS(2160), - [sym__double_quote_span_open] = ACTIONS(2160), - [sym__shortcode_open_escaped] = ACTIONS(2160), - [sym__shortcode_open] = ACTIONS(2160), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2160), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2160), - [sym__cite_author_in_text] = ACTIONS(2160), - [sym__cite_suppress_author] = ACTIONS(2160), - [sym__strikeout_open] = ACTIONS(2160), - [sym__subscript_open] = ACTIONS(2160), - [sym__superscript_open] = ACTIONS(2160), - [sym__inline_note_start_token] = ACTIONS(2160), - [sym__strong_emphasis_open_star] = ACTIONS(2160), - [sym__strong_emphasis_open_underscore] = ACTIONS(2160), - [sym__emphasis_open_star] = ACTIONS(2160), - [sym__emphasis_open_underscore] = ACTIONS(2160), - [sym_inline_note_reference] = ACTIONS(2160), - [sym_html_element] = ACTIONS(2160), - [sym__pandoc_line_break] = ACTIONS(2160), - [sym__caption_start] = ACTIONS(2160), + [sym__list_marker_example] = ACTIONS(2153), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2153), + [sym__fenced_code_block_start_backtick] = ACTIONS(2153), + [sym_minus_metadata] = ACTIONS(2153), + [sym__pipe_table_start] = ACTIONS(2153), + [sym__fenced_div_start] = ACTIONS(2153), + [sym__fenced_div_end] = ACTIONS(2153), + [sym_ref_id_specifier] = ACTIONS(2153), + [sym__code_span_start] = ACTIONS(2153), + [sym__html_comment] = ACTIONS(2153), + [sym__autolink] = ACTIONS(2153), + [sym__highlight_span_start] = ACTIONS(2153), + [sym__insert_span_start] = ACTIONS(2153), + [sym__delete_span_start] = ACTIONS(2153), + [sym__edit_comment_span_start] = ACTIONS(2153), + [sym__single_quote_span_open] = ACTIONS(2153), + [sym__double_quote_span_open] = ACTIONS(2153), + [sym__shortcode_open_escaped] = ACTIONS(2153), + [sym__shortcode_open] = ACTIONS(2153), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2153), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2153), + [sym__cite_author_in_text] = ACTIONS(2153), + [sym__cite_suppress_author] = ACTIONS(2153), + [sym__strikeout_open] = ACTIONS(2153), + [sym__subscript_open] = ACTIONS(2153), + [sym__superscript_open] = ACTIONS(2153), + [sym__inline_note_start_token] = ACTIONS(2153), + [sym__strong_emphasis_open_star] = ACTIONS(2153), + [sym__strong_emphasis_open_underscore] = ACTIONS(2153), + [sym__emphasis_open_star] = ACTIONS(2153), + [sym__emphasis_open_underscore] = ACTIONS(2153), + [sym_inline_note_reference] = ACTIONS(2153), + [sym_html_element] = ACTIONS(2153), + [sym__pandoc_line_break] = ACTIONS(2153), + [sym__caption_start] = ACTIONS(2153), }, - [STATE(143)] = { - [sym_list_marker_parenthesis] = STATE(18), - [sym__list_item_parenthesis] = STATE(135), - [aux_sym__list_parenthesis_repeat1] = STATE(135), - [sym_entity_reference] = ACTIONS(2164), - [sym_numeric_character_reference] = ACTIONS(2164), - [anon_sym_LBRACK] = ACTIONS(2164), - [anon_sym_BANG_LBRACK] = ACTIONS(2164), - [anon_sym_DOLLAR] = ACTIONS(2166), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2164), - [anon_sym_LBRACE] = ACTIONS(2164), - [aux_sym_pandoc_str_token1] = ACTIONS(2166), - [anon_sym_PIPE] = ACTIONS(2164), - [sym__whitespace] = ACTIONS(2164), - [sym__line_ending] = ACTIONS(2164), - [sym__soft_line_ending] = ACTIONS(2164), - [sym__block_close] = ACTIONS(2164), - [sym__block_quote_start] = ACTIONS(2164), - [sym_atx_h1_marker] = ACTIONS(2164), - [sym_atx_h2_marker] = ACTIONS(2164), - [sym_atx_h3_marker] = ACTIONS(2164), - [sym_atx_h4_marker] = ACTIONS(2164), - [sym_atx_h5_marker] = ACTIONS(2164), - [sym_atx_h6_marker] = ACTIONS(2164), - [sym__thematic_break] = ACTIONS(2164), - [sym__list_marker_minus] = ACTIONS(2164), - [sym__list_marker_plus] = ACTIONS(2164), - [sym__list_marker_star] = ACTIONS(2164), + [STATE(142)] = { + [sym_list_marker_parenthesis] = STATE(17), + [sym__list_item_parenthesis] = STATE(137), + [aux_sym__list_parenthesis_repeat1] = STATE(137), + [sym_entity_reference] = ACTIONS(2157), + [sym_numeric_character_reference] = ACTIONS(2157), + [anon_sym_LBRACK] = ACTIONS(2157), + [anon_sym_BANG_LBRACK] = ACTIONS(2157), + [anon_sym_DOLLAR] = ACTIONS(2159), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2157), + [anon_sym_LBRACE] = ACTIONS(2157), + [aux_sym_pandoc_str_token1] = ACTIONS(2159), + [anon_sym_PIPE] = ACTIONS(2157), + [sym__whitespace] = ACTIONS(2157), + [sym__line_ending] = ACTIONS(2157), + [sym__soft_line_ending] = ACTIONS(2157), + [sym__block_close] = ACTIONS(2157), + [sym__block_quote_start] = ACTIONS(2157), + [sym_atx_h1_marker] = ACTIONS(2157), + [sym_atx_h2_marker] = ACTIONS(2157), + [sym_atx_h3_marker] = ACTIONS(2157), + [sym_atx_h4_marker] = ACTIONS(2157), + [sym_atx_h5_marker] = ACTIONS(2157), + [sym_atx_h6_marker] = ACTIONS(2157), + [sym__thematic_break] = ACTIONS(2157), + [sym__list_marker_minus] = ACTIONS(2157), + [sym__list_marker_plus] = ACTIONS(2157), + [sym__list_marker_star] = ACTIONS(2157), [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(2164), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2164), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2164), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2164), + [sym__list_marker_dot] = ACTIONS(2157), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2157), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2157), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2157), [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2164), - [sym__list_marker_example] = ACTIONS(2164), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2164), - [sym__fenced_code_block_start_backtick] = ACTIONS(2164), - [sym_minus_metadata] = ACTIONS(2164), - [sym__pipe_table_start] = ACTIONS(2164), - [sym__fenced_div_start] = ACTIONS(2164), - [sym__fenced_div_end] = ACTIONS(2164), - [sym_ref_id_specifier] = ACTIONS(2164), - [sym__code_span_start] = ACTIONS(2164), - [sym__html_comment] = ACTIONS(2164), - [sym__autolink] = ACTIONS(2164), - [sym__highlight_span_start] = ACTIONS(2164), - [sym__insert_span_start] = ACTIONS(2164), - [sym__delete_span_start] = ACTIONS(2164), - [sym__edit_comment_span_start] = ACTIONS(2164), - [sym__single_quote_span_open] = ACTIONS(2164), - [sym__double_quote_span_open] = ACTIONS(2164), - [sym__shortcode_open_escaped] = ACTIONS(2164), - [sym__shortcode_open] = ACTIONS(2164), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2164), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2164), - [sym__cite_author_in_text] = ACTIONS(2164), - [sym__cite_suppress_author] = ACTIONS(2164), - [sym__strikeout_open] = ACTIONS(2164), - [sym__subscript_open] = ACTIONS(2164), - [sym__superscript_open] = ACTIONS(2164), - [sym__inline_note_start_token] = ACTIONS(2164), - [sym__strong_emphasis_open_star] = ACTIONS(2164), - [sym__strong_emphasis_open_underscore] = ACTIONS(2164), - [sym__emphasis_open_star] = ACTIONS(2164), - [sym__emphasis_open_underscore] = ACTIONS(2164), - [sym_inline_note_reference] = ACTIONS(2164), - [sym_html_element] = ACTIONS(2164), - [sym__pandoc_line_break] = ACTIONS(2164), - [sym__caption_start] = ACTIONS(2164), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2157), + [sym__list_marker_example] = ACTIONS(2157), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2157), + [sym__fenced_code_block_start_backtick] = ACTIONS(2157), + [sym_minus_metadata] = ACTIONS(2157), + [sym__pipe_table_start] = ACTIONS(2157), + [sym__fenced_div_start] = ACTIONS(2157), + [sym__fenced_div_end] = ACTIONS(2157), + [sym_ref_id_specifier] = ACTIONS(2157), + [sym__code_span_start] = ACTIONS(2157), + [sym__html_comment] = ACTIONS(2157), + [sym__autolink] = ACTIONS(2157), + [sym__highlight_span_start] = ACTIONS(2157), + [sym__insert_span_start] = ACTIONS(2157), + [sym__delete_span_start] = ACTIONS(2157), + [sym__edit_comment_span_start] = ACTIONS(2157), + [sym__single_quote_span_open] = ACTIONS(2157), + [sym__double_quote_span_open] = ACTIONS(2157), + [sym__shortcode_open_escaped] = ACTIONS(2157), + [sym__shortcode_open] = ACTIONS(2157), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2157), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2157), + [sym__cite_author_in_text] = ACTIONS(2157), + [sym__cite_suppress_author] = ACTIONS(2157), + [sym__strikeout_open] = ACTIONS(2157), + [sym__subscript_open] = ACTIONS(2157), + [sym__superscript_open] = ACTIONS(2157), + [sym__inline_note_start_token] = ACTIONS(2157), + [sym__strong_emphasis_open_star] = ACTIONS(2157), + [sym__strong_emphasis_open_underscore] = ACTIONS(2157), + [sym__emphasis_open_star] = ACTIONS(2157), + [sym__emphasis_open_underscore] = ACTIONS(2157), + [sym_inline_note_reference] = ACTIONS(2157), + [sym_html_element] = ACTIONS(2157), + [sym__pandoc_line_break] = ACTIONS(2157), + [sym__caption_start] = ACTIONS(2157), }, - [STATE(144)] = { - [sym_list_marker_example] = STATE(19), + [STATE(143)] = { + [sym_list_marker_example] = STATE(18), [sym__list_item_example] = STATE(136), [aux_sym__list_example_repeat1] = STATE(136), - [sym_entity_reference] = ACTIONS(2168), - [sym_numeric_character_reference] = ACTIONS(2168), - [anon_sym_LBRACK] = ACTIONS(2168), - [anon_sym_BANG_LBRACK] = ACTIONS(2168), - [anon_sym_DOLLAR] = ACTIONS(2170), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2168), - [anon_sym_LBRACE] = ACTIONS(2168), - [aux_sym_pandoc_str_token1] = ACTIONS(2170), - [anon_sym_PIPE] = ACTIONS(2168), - [sym__whitespace] = ACTIONS(2168), - [sym__line_ending] = ACTIONS(2168), - [sym__soft_line_ending] = ACTIONS(2168), - [sym__block_close] = ACTIONS(2168), - [sym__block_quote_start] = ACTIONS(2168), - [sym_atx_h1_marker] = ACTIONS(2168), - [sym_atx_h2_marker] = ACTIONS(2168), - [sym_atx_h3_marker] = ACTIONS(2168), - [sym_atx_h4_marker] = ACTIONS(2168), - [sym_atx_h5_marker] = ACTIONS(2168), - [sym_atx_h6_marker] = ACTIONS(2168), - [sym__thematic_break] = ACTIONS(2168), - [sym__list_marker_minus] = ACTIONS(2168), - [sym__list_marker_plus] = ACTIONS(2168), - [sym__list_marker_star] = ACTIONS(2168), - [sym__list_marker_parenthesis] = ACTIONS(2168), - [sym__list_marker_dot] = ACTIONS(2168), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2168), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2168), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2168), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2168), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2168), + [sym_entity_reference] = ACTIONS(2161), + [sym_numeric_character_reference] = ACTIONS(2161), + [anon_sym_LBRACK] = ACTIONS(2161), + [anon_sym_BANG_LBRACK] = ACTIONS(2161), + [anon_sym_DOLLAR] = ACTIONS(2163), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2161), + [anon_sym_LBRACE] = ACTIONS(2161), + [aux_sym_pandoc_str_token1] = ACTIONS(2163), + [anon_sym_PIPE] = ACTIONS(2161), + [sym__whitespace] = ACTIONS(2161), + [sym__line_ending] = ACTIONS(2161), + [sym__soft_line_ending] = ACTIONS(2161), + [sym__block_close] = ACTIONS(2161), + [sym__block_quote_start] = ACTIONS(2161), + [sym_atx_h1_marker] = ACTIONS(2161), + [sym_atx_h2_marker] = ACTIONS(2161), + [sym_atx_h3_marker] = ACTIONS(2161), + [sym_atx_h4_marker] = ACTIONS(2161), + [sym_atx_h5_marker] = ACTIONS(2161), + [sym_atx_h6_marker] = ACTIONS(2161), + [sym__thematic_break] = ACTIONS(2161), + [sym__list_marker_minus] = ACTIONS(2161), + [sym__list_marker_plus] = ACTIONS(2161), + [sym__list_marker_star] = ACTIONS(2161), + [sym__list_marker_parenthesis] = ACTIONS(2161), + [sym__list_marker_dot] = ACTIONS(2161), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2161), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2161), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2161), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2161), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2161), [sym__list_marker_example] = ACTIONS(53), [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(2168), - [sym_minus_metadata] = ACTIONS(2168), - [sym__pipe_table_start] = ACTIONS(2168), - [sym__fenced_div_start] = ACTIONS(2168), - [sym__fenced_div_end] = ACTIONS(2168), - [sym_ref_id_specifier] = ACTIONS(2168), - [sym__code_span_start] = ACTIONS(2168), - [sym__html_comment] = ACTIONS(2168), - [sym__autolink] = ACTIONS(2168), - [sym__highlight_span_start] = ACTIONS(2168), - [sym__insert_span_start] = ACTIONS(2168), - [sym__delete_span_start] = ACTIONS(2168), - [sym__edit_comment_span_start] = ACTIONS(2168), - [sym__single_quote_span_open] = ACTIONS(2168), - [sym__double_quote_span_open] = ACTIONS(2168), - [sym__shortcode_open_escaped] = ACTIONS(2168), - [sym__shortcode_open] = ACTIONS(2168), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2168), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2168), - [sym__cite_author_in_text] = ACTIONS(2168), - [sym__cite_suppress_author] = ACTIONS(2168), - [sym__strikeout_open] = ACTIONS(2168), - [sym__subscript_open] = ACTIONS(2168), - [sym__superscript_open] = ACTIONS(2168), - [sym__inline_note_start_token] = ACTIONS(2168), - [sym__strong_emphasis_open_star] = ACTIONS(2168), - [sym__strong_emphasis_open_underscore] = ACTIONS(2168), - [sym__emphasis_open_star] = ACTIONS(2168), - [sym__emphasis_open_underscore] = ACTIONS(2168), - [sym_inline_note_reference] = ACTIONS(2168), - [sym_html_element] = ACTIONS(2168), - [sym__pandoc_line_break] = ACTIONS(2168), - [sym__caption_start] = ACTIONS(2168), + [sym__fenced_code_block_start_backtick] = ACTIONS(2161), + [sym_minus_metadata] = ACTIONS(2161), + [sym__pipe_table_start] = ACTIONS(2161), + [sym__fenced_div_start] = ACTIONS(2161), + [sym__fenced_div_end] = ACTIONS(2161), + [sym_ref_id_specifier] = ACTIONS(2161), + [sym__code_span_start] = ACTIONS(2161), + [sym__html_comment] = ACTIONS(2161), + [sym__autolink] = ACTIONS(2161), + [sym__highlight_span_start] = ACTIONS(2161), + [sym__insert_span_start] = ACTIONS(2161), + [sym__delete_span_start] = ACTIONS(2161), + [sym__edit_comment_span_start] = ACTIONS(2161), + [sym__single_quote_span_open] = ACTIONS(2161), + [sym__double_quote_span_open] = ACTIONS(2161), + [sym__shortcode_open_escaped] = ACTIONS(2161), + [sym__shortcode_open] = ACTIONS(2161), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2161), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2161), + [sym__cite_author_in_text] = ACTIONS(2161), + [sym__cite_suppress_author] = ACTIONS(2161), + [sym__strikeout_open] = ACTIONS(2161), + [sym__subscript_open] = ACTIONS(2161), + [sym__superscript_open] = ACTIONS(2161), + [sym__inline_note_start_token] = ACTIONS(2161), + [sym__strong_emphasis_open_star] = ACTIONS(2161), + [sym__strong_emphasis_open_underscore] = ACTIONS(2161), + [sym__emphasis_open_star] = ACTIONS(2161), + [sym__emphasis_open_underscore] = ACTIONS(2161), + [sym_inline_note_reference] = ACTIONS(2161), + [sym_html_element] = ACTIONS(2161), + [sym__pandoc_line_break] = ACTIONS(2161), + [sym__caption_start] = ACTIONS(2161), + }, + [STATE(144)] = { + [sym_list_marker_plus] = STATE(13), + [sym__list_item_plus] = STATE(144), + [aux_sym__list_plus_repeat1] = STATE(144), + [sym_entity_reference] = ACTIONS(2165), + [sym_numeric_character_reference] = ACTIONS(2165), + [anon_sym_LBRACK] = ACTIONS(2165), + [anon_sym_BANG_LBRACK] = ACTIONS(2165), + [anon_sym_DOLLAR] = ACTIONS(2167), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2165), + [anon_sym_LBRACE] = ACTIONS(2165), + [aux_sym_pandoc_str_token1] = ACTIONS(2167), + [anon_sym_PIPE] = ACTIONS(2165), + [sym__whitespace] = ACTIONS(2165), + [sym__line_ending] = ACTIONS(2165), + [sym__soft_line_ending] = ACTIONS(2165), + [sym__block_close] = ACTIONS(2165), + [sym__block_quote_start] = ACTIONS(2165), + [sym_atx_h1_marker] = ACTIONS(2165), + [sym_atx_h2_marker] = ACTIONS(2165), + [sym_atx_h3_marker] = ACTIONS(2165), + [sym_atx_h4_marker] = ACTIONS(2165), + [sym_atx_h5_marker] = ACTIONS(2165), + [sym_atx_h6_marker] = ACTIONS(2165), + [sym__thematic_break] = ACTIONS(2165), + [sym__list_marker_minus] = ACTIONS(2165), + [sym__list_marker_plus] = ACTIONS(2169), + [sym__list_marker_star] = ACTIONS(2165), + [sym__list_marker_parenthesis] = ACTIONS(2165), + [sym__list_marker_dot] = ACTIONS(2165), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2165), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2169), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2165), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2165), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2165), + [sym__list_marker_example] = ACTIONS(2165), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2165), + [sym__fenced_code_block_start_backtick] = ACTIONS(2165), + [sym_minus_metadata] = ACTIONS(2165), + [sym__pipe_table_start] = ACTIONS(2165), + [sym__fenced_div_start] = ACTIONS(2165), + [sym__fenced_div_end] = ACTIONS(2165), + [sym_ref_id_specifier] = ACTIONS(2165), + [sym__code_span_start] = ACTIONS(2165), + [sym__html_comment] = ACTIONS(2165), + [sym__autolink] = ACTIONS(2165), + [sym__highlight_span_start] = ACTIONS(2165), + [sym__insert_span_start] = ACTIONS(2165), + [sym__delete_span_start] = ACTIONS(2165), + [sym__edit_comment_span_start] = ACTIONS(2165), + [sym__single_quote_span_open] = ACTIONS(2165), + [sym__double_quote_span_open] = ACTIONS(2165), + [sym__shortcode_open_escaped] = ACTIONS(2165), + [sym__shortcode_open] = ACTIONS(2165), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2165), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2165), + [sym__cite_author_in_text] = ACTIONS(2165), + [sym__cite_suppress_author] = ACTIONS(2165), + [sym__strikeout_open] = ACTIONS(2165), + [sym__subscript_open] = ACTIONS(2165), + [sym__superscript_open] = ACTIONS(2165), + [sym__inline_note_start_token] = ACTIONS(2165), + [sym__strong_emphasis_open_star] = ACTIONS(2165), + [sym__strong_emphasis_open_underscore] = ACTIONS(2165), + [sym__emphasis_open_star] = ACTIONS(2165), + [sym__emphasis_open_underscore] = ACTIONS(2165), + [sym_inline_note_reference] = ACTIONS(2165), + [sym_html_element] = ACTIONS(2165), + [sym__pandoc_line_break] = ACTIONS(2165), + [sym__caption_start] = ACTIONS(2165), }, [STATE(145)] = { - [sym_list_marker_dot] = STATE(17), - [sym__list_item_dot] = STATE(145), - [aux_sym__list_dot_repeat1] = STATE(145), + [sym_list_marker_minus] = STATE(14), + [sym__list_item_minus] = STATE(145), + [aux_sym__list_minus_repeat1] = STATE(145), [sym_entity_reference] = ACTIONS(2172), [sym_numeric_character_reference] = ACTIONS(2172), [anon_sym_LBRACK] = ACTIONS(2172), @@ -40413,16 +40789,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_atx_h5_marker] = ACTIONS(2172), [sym_atx_h6_marker] = ACTIONS(2172), [sym__thematic_break] = ACTIONS(2172), - [sym__list_marker_minus] = ACTIONS(2172), + [sym__list_marker_minus] = ACTIONS(2176), [sym__list_marker_plus] = ACTIONS(2172), [sym__list_marker_star] = ACTIONS(2172), [sym__list_marker_parenthesis] = ACTIONS(2172), - [sym__list_marker_dot] = ACTIONS(2176), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2172), + [sym__list_marker_dot] = ACTIONS(2172), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2176), [sym__list_marker_plus_dont_interrupt] = ACTIONS(2172), [sym__list_marker_star_dont_interrupt] = ACTIONS(2172), [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2172), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2176), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2172), [sym__list_marker_example] = ACTIONS(2172), [sym__list_marker_example_dont_interrupt] = ACTIONS(2172), [sym__fenced_code_block_start_backtick] = ACTIONS(2172), @@ -40460,79 +40836,220 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2172), }, [STATE(146)] = { - [sym_list_marker_minus] = STATE(7), + [sym_list_marker_example] = STATE(5), + [sym__list_item_example] = STATE(165), + [aux_sym__list_example_repeat1] = STATE(165), + [ts_builtin_sym_end] = ACTIONS(2161), + [sym_entity_reference] = ACTIONS(2161), + [sym_numeric_character_reference] = ACTIONS(2161), + [anon_sym_LBRACK] = ACTIONS(2161), + [anon_sym_BANG_LBRACK] = ACTIONS(2161), + [anon_sym_DOLLAR] = ACTIONS(2163), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2161), + [anon_sym_LBRACE] = ACTIONS(2161), + [aux_sym_pandoc_str_token1] = ACTIONS(2163), + [anon_sym_PIPE] = ACTIONS(2161), + [sym__whitespace] = ACTIONS(2161), + [sym__line_ending] = ACTIONS(2161), + [sym__soft_line_ending] = ACTIONS(2161), + [sym__block_quote_start] = ACTIONS(2161), + [sym_atx_h1_marker] = ACTIONS(2161), + [sym_atx_h2_marker] = ACTIONS(2161), + [sym_atx_h3_marker] = ACTIONS(2161), + [sym_atx_h4_marker] = ACTIONS(2161), + [sym_atx_h5_marker] = ACTIONS(2161), + [sym_atx_h6_marker] = ACTIONS(2161), + [sym__thematic_break] = ACTIONS(2161), + [sym__list_marker_minus] = ACTIONS(2161), + [sym__list_marker_plus] = ACTIONS(2161), + [sym__list_marker_star] = ACTIONS(2161), + [sym__list_marker_parenthesis] = ACTIONS(2161), + [sym__list_marker_dot] = ACTIONS(2161), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2161), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2161), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2161), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2161), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2161), + [sym__list_marker_example] = ACTIONS(53), + [sym__list_marker_example_dont_interrupt] = ACTIONS(53), + [sym__fenced_code_block_start_backtick] = ACTIONS(2161), + [sym_minus_metadata] = ACTIONS(2161), + [sym__pipe_table_start] = ACTIONS(2161), + [sym__fenced_div_start] = ACTIONS(2161), + [sym_ref_id_specifier] = ACTIONS(2161), + [sym__code_span_start] = ACTIONS(2161), + [sym__html_comment] = ACTIONS(2161), + [sym__autolink] = ACTIONS(2161), + [sym__highlight_span_start] = ACTIONS(2161), + [sym__insert_span_start] = ACTIONS(2161), + [sym__delete_span_start] = ACTIONS(2161), + [sym__edit_comment_span_start] = ACTIONS(2161), + [sym__single_quote_span_open] = ACTIONS(2161), + [sym__double_quote_span_open] = ACTIONS(2161), + [sym__shortcode_open_escaped] = ACTIONS(2161), + [sym__shortcode_open] = ACTIONS(2161), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2161), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2161), + [sym__cite_author_in_text] = ACTIONS(2161), + [sym__cite_suppress_author] = ACTIONS(2161), + [sym__strikeout_open] = ACTIONS(2161), + [sym__subscript_open] = ACTIONS(2161), + [sym__superscript_open] = ACTIONS(2161), + [sym__inline_note_start_token] = ACTIONS(2161), + [sym__strong_emphasis_open_star] = ACTIONS(2161), + [sym__strong_emphasis_open_underscore] = ACTIONS(2161), + [sym__emphasis_open_star] = ACTIONS(2161), + [sym__emphasis_open_underscore] = ACTIONS(2161), + [sym_inline_note_reference] = ACTIONS(2161), + [sym_html_element] = ACTIONS(2161), + [sym__pandoc_line_break] = ACTIONS(2161), + [sym__caption_start] = ACTIONS(2161), + }, + [STATE(147)] = { + [sym_list_marker_parenthesis] = STATE(4), + [sym__list_item_parenthesis] = STATE(147), + [aux_sym__list_parenthesis_repeat1] = STATE(147), + [ts_builtin_sym_end] = ACTIONS(2134), + [sym_entity_reference] = ACTIONS(2134), + [sym_numeric_character_reference] = ACTIONS(2134), + [anon_sym_LBRACK] = ACTIONS(2134), + [anon_sym_BANG_LBRACK] = ACTIONS(2134), + [anon_sym_DOLLAR] = ACTIONS(2136), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2134), + [anon_sym_LBRACE] = ACTIONS(2134), + [aux_sym_pandoc_str_token1] = ACTIONS(2136), + [anon_sym_PIPE] = ACTIONS(2134), + [sym__whitespace] = ACTIONS(2134), + [sym__line_ending] = ACTIONS(2134), + [sym__soft_line_ending] = ACTIONS(2134), + [sym__block_quote_start] = ACTIONS(2134), + [sym_atx_h1_marker] = ACTIONS(2134), + [sym_atx_h2_marker] = ACTIONS(2134), + [sym_atx_h3_marker] = ACTIONS(2134), + [sym_atx_h4_marker] = ACTIONS(2134), + [sym_atx_h5_marker] = ACTIONS(2134), + [sym_atx_h6_marker] = ACTIONS(2134), + [sym__thematic_break] = ACTIONS(2134), + [sym__list_marker_minus] = ACTIONS(2134), + [sym__list_marker_plus] = ACTIONS(2134), + [sym__list_marker_star] = ACTIONS(2134), + [sym__list_marker_parenthesis] = ACTIONS(2138), + [sym__list_marker_dot] = ACTIONS(2134), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2134), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2134), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2134), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2138), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2134), + [sym__list_marker_example] = ACTIONS(2134), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2134), + [sym__fenced_code_block_start_backtick] = ACTIONS(2134), + [sym_minus_metadata] = ACTIONS(2134), + [sym__pipe_table_start] = ACTIONS(2134), + [sym__fenced_div_start] = ACTIONS(2134), + [sym_ref_id_specifier] = ACTIONS(2134), + [sym__code_span_start] = ACTIONS(2134), + [sym__html_comment] = ACTIONS(2134), + [sym__autolink] = ACTIONS(2134), + [sym__highlight_span_start] = ACTIONS(2134), + [sym__insert_span_start] = ACTIONS(2134), + [sym__delete_span_start] = ACTIONS(2134), + [sym__edit_comment_span_start] = ACTIONS(2134), + [sym__single_quote_span_open] = ACTIONS(2134), + [sym__double_quote_span_open] = ACTIONS(2134), + [sym__shortcode_open_escaped] = ACTIONS(2134), + [sym__shortcode_open] = ACTIONS(2134), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2134), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2134), + [sym__cite_author_in_text] = ACTIONS(2134), + [sym__cite_suppress_author] = ACTIONS(2134), + [sym__strikeout_open] = ACTIONS(2134), + [sym__subscript_open] = ACTIONS(2134), + [sym__superscript_open] = ACTIONS(2134), + [sym__inline_note_start_token] = ACTIONS(2134), + [sym__strong_emphasis_open_star] = ACTIONS(2134), + [sym__strong_emphasis_open_underscore] = ACTIONS(2134), + [sym__emphasis_open_star] = ACTIONS(2134), + [sym__emphasis_open_underscore] = ACTIONS(2134), + [sym_inline_note_reference] = ACTIONS(2134), + [sym_html_element] = ACTIONS(2134), + [sym__pandoc_line_break] = ACTIONS(2134), + [sym__caption_start] = ACTIONS(2134), + }, + [STATE(148)] = { + [sym_list_marker_minus] = STATE(6), [sym__list_item_minus] = STATE(170), [aux_sym__list_minus_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(2138), - [sym_entity_reference] = ACTIONS(2138), - [sym_numeric_character_reference] = ACTIONS(2138), - [anon_sym_LBRACK] = ACTIONS(2138), - [anon_sym_BANG_LBRACK] = ACTIONS(2138), - [anon_sym_DOLLAR] = ACTIONS(2140), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2138), - [anon_sym_LBRACE] = ACTIONS(2138), - [aux_sym_pandoc_str_token1] = ACTIONS(2140), - [anon_sym_PIPE] = ACTIONS(2138), - [sym__whitespace] = ACTIONS(2138), - [sym__line_ending] = ACTIONS(2138), - [sym__soft_line_ending] = ACTIONS(2138), - [sym__block_quote_start] = ACTIONS(2138), - [sym_atx_h1_marker] = ACTIONS(2138), - [sym_atx_h2_marker] = ACTIONS(2138), - [sym_atx_h3_marker] = ACTIONS(2138), - [sym_atx_h4_marker] = ACTIONS(2138), - [sym_atx_h5_marker] = ACTIONS(2138), - [sym_atx_h6_marker] = ACTIONS(2138), - [sym__thematic_break] = ACTIONS(2138), + [ts_builtin_sym_end] = ACTIONS(2145), + [sym_entity_reference] = ACTIONS(2145), + [sym_numeric_character_reference] = ACTIONS(2145), + [anon_sym_LBRACK] = ACTIONS(2145), + [anon_sym_BANG_LBRACK] = ACTIONS(2145), + [anon_sym_DOLLAR] = ACTIONS(2147), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2145), + [anon_sym_LBRACE] = ACTIONS(2145), + [aux_sym_pandoc_str_token1] = ACTIONS(2147), + [anon_sym_PIPE] = ACTIONS(2145), + [sym__whitespace] = ACTIONS(2145), + [sym__line_ending] = ACTIONS(2145), + [sym__soft_line_ending] = ACTIONS(2145), + [sym__block_quote_start] = ACTIONS(2145), + [sym_atx_h1_marker] = ACTIONS(2145), + [sym_atx_h2_marker] = ACTIONS(2145), + [sym_atx_h3_marker] = ACTIONS(2145), + [sym_atx_h4_marker] = ACTIONS(2145), + [sym_atx_h5_marker] = ACTIONS(2145), + [sym_atx_h6_marker] = ACTIONS(2145), + [sym__thematic_break] = ACTIONS(2145), [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(2138), - [sym__list_marker_star] = ACTIONS(2138), - [sym__list_marker_parenthesis] = ACTIONS(2138), - [sym__list_marker_dot] = ACTIONS(2138), + [sym__list_marker_plus] = ACTIONS(2145), + [sym__list_marker_star] = ACTIONS(2145), + [sym__list_marker_parenthesis] = ACTIONS(2145), + [sym__list_marker_dot] = ACTIONS(2145), [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2138), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2138), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2138), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2138), - [sym__list_marker_example] = ACTIONS(2138), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2138), - [sym__fenced_code_block_start_backtick] = ACTIONS(2138), - [sym_minus_metadata] = ACTIONS(2138), - [sym__pipe_table_start] = ACTIONS(2138), - [sym__fenced_div_start] = ACTIONS(2138), - [sym_ref_id_specifier] = ACTIONS(2138), - [sym__code_span_start] = ACTIONS(2138), - [sym__html_comment] = ACTIONS(2138), - [sym__autolink] = ACTIONS(2138), - [sym__highlight_span_start] = ACTIONS(2138), - [sym__insert_span_start] = ACTIONS(2138), - [sym__delete_span_start] = ACTIONS(2138), - [sym__edit_comment_span_start] = ACTIONS(2138), - [sym__single_quote_span_open] = ACTIONS(2138), - [sym__double_quote_span_open] = ACTIONS(2138), - [sym__shortcode_open_escaped] = ACTIONS(2138), - [sym__shortcode_open] = ACTIONS(2138), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2138), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2138), - [sym__cite_author_in_text] = ACTIONS(2138), - [sym__cite_suppress_author] = ACTIONS(2138), - [sym__strikeout_open] = ACTIONS(2138), - [sym__subscript_open] = ACTIONS(2138), - [sym__superscript_open] = ACTIONS(2138), - [sym__inline_note_start_token] = ACTIONS(2138), - [sym__strong_emphasis_open_star] = ACTIONS(2138), - [sym__strong_emphasis_open_underscore] = ACTIONS(2138), - [sym__emphasis_open_star] = ACTIONS(2138), - [sym__emphasis_open_underscore] = ACTIONS(2138), - [sym_inline_note_reference] = ACTIONS(2138), - [sym_html_element] = ACTIONS(2138), - [sym__pandoc_line_break] = ACTIONS(2138), - [sym__caption_start] = ACTIONS(2138), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2145), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2145), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2145), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2145), + [sym__list_marker_example] = ACTIONS(2145), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2145), + [sym__fenced_code_block_start_backtick] = ACTIONS(2145), + [sym_minus_metadata] = ACTIONS(2145), + [sym__pipe_table_start] = ACTIONS(2145), + [sym__fenced_div_start] = ACTIONS(2145), + [sym_ref_id_specifier] = ACTIONS(2145), + [sym__code_span_start] = ACTIONS(2145), + [sym__html_comment] = ACTIONS(2145), + [sym__autolink] = ACTIONS(2145), + [sym__highlight_span_start] = ACTIONS(2145), + [sym__insert_span_start] = ACTIONS(2145), + [sym__delete_span_start] = ACTIONS(2145), + [sym__edit_comment_span_start] = ACTIONS(2145), + [sym__single_quote_span_open] = ACTIONS(2145), + [sym__double_quote_span_open] = ACTIONS(2145), + [sym__shortcode_open_escaped] = ACTIONS(2145), + [sym__shortcode_open] = ACTIONS(2145), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2145), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2145), + [sym__cite_author_in_text] = ACTIONS(2145), + [sym__cite_suppress_author] = ACTIONS(2145), + [sym__strikeout_open] = ACTIONS(2145), + [sym__subscript_open] = ACTIONS(2145), + [sym__superscript_open] = ACTIONS(2145), + [sym__inline_note_start_token] = ACTIONS(2145), + [sym__strong_emphasis_open_star] = ACTIONS(2145), + [sym__strong_emphasis_open_underscore] = ACTIONS(2145), + [sym__emphasis_open_star] = ACTIONS(2145), + [sym__emphasis_open_underscore] = ACTIONS(2145), + [sym_inline_note_reference] = ACTIONS(2145), + [sym_html_element] = ACTIONS(2145), + [sym__pandoc_line_break] = ACTIONS(2145), + [sym__caption_start] = ACTIONS(2145), }, - [STATE(147)] = { - [sym_list_marker_star] = STATE(10), - [sym__list_item_star] = STATE(147), - [aux_sym__list_star_repeat1] = STATE(147), + [STATE(149)] = { + [sym_list_marker_star] = STATE(9), + [sym__list_item_star] = STATE(164), + [aux_sym__list_star_repeat1] = STATE(164), + [ts_builtin_sym_end] = ACTIONS(2149), [sym_entity_reference] = ACTIONS(2149), [sym_numeric_character_reference] = ACTIONS(2149), [anon_sym_LBRACK] = ACTIONS(2149), @@ -40545,7 +41062,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2149), [sym__line_ending] = ACTIONS(2149), [sym__soft_line_ending] = ACTIONS(2149), - [sym__block_close] = ACTIONS(2149), [sym__block_quote_start] = ACTIONS(2149), [sym_atx_h1_marker] = ACTIONS(2149), [sym_atx_h2_marker] = ACTIONS(2149), @@ -40556,12 +41072,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__thematic_break] = ACTIONS(2149), [sym__list_marker_minus] = ACTIONS(2149), [sym__list_marker_plus] = ACTIONS(2149), - [sym__list_marker_star] = ACTIONS(2153), + [sym__list_marker_star] = ACTIONS(47), [sym__list_marker_parenthesis] = ACTIONS(2149), [sym__list_marker_dot] = ACTIONS(2149), [sym__list_marker_minus_dont_interrupt] = ACTIONS(2149), [sym__list_marker_plus_dont_interrupt] = ACTIONS(2149), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2153), + [sym__list_marker_star_dont_interrupt] = ACTIONS(47), [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2149), [sym__list_marker_dot_dont_interrupt] = ACTIONS(2149), [sym__list_marker_example] = ACTIONS(2149), @@ -40599,570 +41115,220 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2149), [sym__caption_start] = ACTIONS(2149), }, - [STATE(148)] = { - [sym_list_marker_minus] = STATE(9), - [sym__list_item_minus] = STATE(168), - [aux_sym__list_minus_repeat1] = STATE(168), - [sym_entity_reference] = ACTIONS(2138), - [sym_numeric_character_reference] = ACTIONS(2138), - [anon_sym_LBRACK] = ACTIONS(2138), - [anon_sym_BANG_LBRACK] = ACTIONS(2138), - [anon_sym_DOLLAR] = ACTIONS(2140), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2138), - [anon_sym_LBRACE] = ACTIONS(2138), - [aux_sym_pandoc_str_token1] = ACTIONS(2140), - [anon_sym_PIPE] = ACTIONS(2138), - [sym__whitespace] = ACTIONS(2138), - [sym__line_ending] = ACTIONS(2138), - [sym__soft_line_ending] = ACTIONS(2138), - [sym__block_close] = ACTIONS(2138), - [sym__block_quote_start] = ACTIONS(2138), - [sym_atx_h1_marker] = ACTIONS(2138), - [sym_atx_h2_marker] = ACTIONS(2138), - [sym_atx_h3_marker] = ACTIONS(2138), - [sym_atx_h4_marker] = ACTIONS(2138), - [sym_atx_h5_marker] = ACTIONS(2138), - [sym_atx_h6_marker] = ACTIONS(2138), - [sym__thematic_break] = ACTIONS(2138), - [sym__list_marker_minus] = ACTIONS(43), - [sym__list_marker_plus] = ACTIONS(2138), - [sym__list_marker_star] = ACTIONS(2138), - [sym__list_marker_parenthesis] = ACTIONS(2138), - [sym__list_marker_dot] = ACTIONS(2138), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2138), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2138), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2138), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2138), - [sym__list_marker_example] = ACTIONS(2138), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2138), - [sym__fenced_code_block_start_backtick] = ACTIONS(2138), - [sym_minus_metadata] = ACTIONS(2138), - [sym__pipe_table_start] = ACTIONS(2138), - [sym__fenced_div_start] = ACTIONS(2138), - [sym_ref_id_specifier] = ACTIONS(2138), - [sym__code_span_start] = ACTIONS(2138), - [sym__html_comment] = ACTIONS(2138), - [sym__autolink] = ACTIONS(2138), - [sym__highlight_span_start] = ACTIONS(2138), - [sym__insert_span_start] = ACTIONS(2138), - [sym__delete_span_start] = ACTIONS(2138), - [sym__edit_comment_span_start] = ACTIONS(2138), - [sym__single_quote_span_open] = ACTIONS(2138), - [sym__double_quote_span_open] = ACTIONS(2138), - [sym__shortcode_open_escaped] = ACTIONS(2138), - [sym__shortcode_open] = ACTIONS(2138), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2138), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2138), - [sym__cite_author_in_text] = ACTIONS(2138), - [sym__cite_suppress_author] = ACTIONS(2138), - [sym__strikeout_open] = ACTIONS(2138), - [sym__subscript_open] = ACTIONS(2138), - [sym__superscript_open] = ACTIONS(2138), - [sym__inline_note_start_token] = ACTIONS(2138), - [sym__strong_emphasis_open_star] = ACTIONS(2138), - [sym__strong_emphasis_open_underscore] = ACTIONS(2138), - [sym__emphasis_open_star] = ACTIONS(2138), - [sym__emphasis_open_underscore] = ACTIONS(2138), - [sym_inline_note_reference] = ACTIONS(2138), - [sym_html_element] = ACTIONS(2138), - [sym__pandoc_line_break] = ACTIONS(2138), - [sym__caption_start] = ACTIONS(2138), - }, - [STATE(149)] = { - [sym_list_marker_example] = STATE(6), - [sym__list_item_example] = STATE(149), - [aux_sym__list_example_repeat1] = STATE(149), - [ts_builtin_sym_end] = ACTIONS(2127), - [sym_entity_reference] = ACTIONS(2127), - [sym_numeric_character_reference] = ACTIONS(2127), - [anon_sym_LBRACK] = ACTIONS(2127), - [anon_sym_BANG_LBRACK] = ACTIONS(2127), - [anon_sym_DOLLAR] = ACTIONS(2129), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2127), - [anon_sym_LBRACE] = ACTIONS(2127), - [aux_sym_pandoc_str_token1] = ACTIONS(2129), - [anon_sym_PIPE] = ACTIONS(2127), - [sym__whitespace] = ACTIONS(2127), - [sym__line_ending] = ACTIONS(2127), - [sym__soft_line_ending] = ACTIONS(2127), - [sym__block_quote_start] = ACTIONS(2127), - [sym_atx_h1_marker] = ACTIONS(2127), - [sym_atx_h2_marker] = ACTIONS(2127), - [sym_atx_h3_marker] = ACTIONS(2127), - [sym_atx_h4_marker] = ACTIONS(2127), - [sym_atx_h5_marker] = ACTIONS(2127), - [sym_atx_h6_marker] = ACTIONS(2127), - [sym__thematic_break] = ACTIONS(2127), - [sym__list_marker_minus] = ACTIONS(2127), - [sym__list_marker_plus] = ACTIONS(2127), - [sym__list_marker_star] = ACTIONS(2127), - [sym__list_marker_parenthesis] = ACTIONS(2127), - [sym__list_marker_dot] = ACTIONS(2127), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2127), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2127), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2127), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2127), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2127), - [sym__list_marker_example] = ACTIONS(2131), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2131), - [sym__fenced_code_block_start_backtick] = ACTIONS(2127), - [sym_minus_metadata] = ACTIONS(2127), - [sym__pipe_table_start] = ACTIONS(2127), - [sym__fenced_div_start] = ACTIONS(2127), - [sym_ref_id_specifier] = ACTIONS(2127), - [sym__code_span_start] = ACTIONS(2127), - [sym__html_comment] = ACTIONS(2127), - [sym__autolink] = ACTIONS(2127), - [sym__highlight_span_start] = ACTIONS(2127), - [sym__insert_span_start] = ACTIONS(2127), - [sym__delete_span_start] = ACTIONS(2127), - [sym__edit_comment_span_start] = ACTIONS(2127), - [sym__single_quote_span_open] = ACTIONS(2127), - [sym__double_quote_span_open] = ACTIONS(2127), - [sym__shortcode_open_escaped] = ACTIONS(2127), - [sym__shortcode_open] = ACTIONS(2127), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2127), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2127), - [sym__cite_author_in_text] = ACTIONS(2127), - [sym__cite_suppress_author] = ACTIONS(2127), - [sym__strikeout_open] = ACTIONS(2127), - [sym__subscript_open] = ACTIONS(2127), - [sym__superscript_open] = ACTIONS(2127), - [sym__inline_note_start_token] = ACTIONS(2127), - [sym__strong_emphasis_open_star] = ACTIONS(2127), - [sym__strong_emphasis_open_underscore] = ACTIONS(2127), - [sym__emphasis_open_star] = ACTIONS(2127), - [sym__emphasis_open_underscore] = ACTIONS(2127), - [sym_inline_note_reference] = ACTIONS(2127), - [sym_html_element] = ACTIONS(2127), - [sym__pandoc_line_break] = ACTIONS(2127), - [sym__caption_start] = ACTIONS(2127), - }, [STATE(150)] = { - [sym_list_marker_star] = STATE(4), - [sym__list_item_star] = STATE(150), - [aux_sym__list_star_repeat1] = STATE(150), - [ts_builtin_sym_end] = ACTIONS(2149), - [sym_entity_reference] = ACTIONS(2149), - [sym_numeric_character_reference] = ACTIONS(2149), - [anon_sym_LBRACK] = ACTIONS(2149), - [anon_sym_BANG_LBRACK] = ACTIONS(2149), - [anon_sym_DOLLAR] = ACTIONS(2151), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2149), - [anon_sym_LBRACE] = ACTIONS(2149), - [aux_sym_pandoc_str_token1] = ACTIONS(2151), - [anon_sym_PIPE] = ACTIONS(2149), - [sym__whitespace] = ACTIONS(2149), - [sym__line_ending] = ACTIONS(2149), - [sym__soft_line_ending] = ACTIONS(2149), - [sym__block_quote_start] = ACTIONS(2149), - [sym_atx_h1_marker] = ACTIONS(2149), - [sym_atx_h2_marker] = ACTIONS(2149), - [sym_atx_h3_marker] = ACTIONS(2149), - [sym_atx_h4_marker] = ACTIONS(2149), - [sym_atx_h5_marker] = ACTIONS(2149), - [sym_atx_h6_marker] = ACTIONS(2149), - [sym__thematic_break] = ACTIONS(2149), - [sym__list_marker_minus] = ACTIONS(2149), - [sym__list_marker_plus] = ACTIONS(2149), - [sym__list_marker_star] = ACTIONS(2153), - [sym__list_marker_parenthesis] = ACTIONS(2149), - [sym__list_marker_dot] = ACTIONS(2149), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2149), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2149), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2153), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2149), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2149), - [sym__list_marker_example] = ACTIONS(2149), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2149), - [sym__fenced_code_block_start_backtick] = ACTIONS(2149), - [sym_minus_metadata] = ACTIONS(2149), - [sym__pipe_table_start] = ACTIONS(2149), - [sym__fenced_div_start] = ACTIONS(2149), - [sym_ref_id_specifier] = ACTIONS(2149), - [sym__code_span_start] = ACTIONS(2149), - [sym__html_comment] = ACTIONS(2149), - [sym__autolink] = ACTIONS(2149), - [sym__highlight_span_start] = ACTIONS(2149), - [sym__insert_span_start] = ACTIONS(2149), - [sym__delete_span_start] = ACTIONS(2149), - [sym__edit_comment_span_start] = ACTIONS(2149), - [sym__single_quote_span_open] = ACTIONS(2149), - [sym__double_quote_span_open] = ACTIONS(2149), - [sym__shortcode_open_escaped] = ACTIONS(2149), - [sym__shortcode_open] = ACTIONS(2149), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2149), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2149), - [sym__cite_author_in_text] = ACTIONS(2149), - [sym__cite_suppress_author] = ACTIONS(2149), - [sym__strikeout_open] = ACTIONS(2149), - [sym__subscript_open] = ACTIONS(2149), - [sym__superscript_open] = ACTIONS(2149), - [sym__inline_note_start_token] = ACTIONS(2149), - [sym__strong_emphasis_open_star] = ACTIONS(2149), - [sym__strong_emphasis_open_underscore] = ACTIONS(2149), - [sym__emphasis_open_star] = ACTIONS(2149), - [sym__emphasis_open_underscore] = ACTIONS(2149), - [sym_inline_note_reference] = ACTIONS(2149), - [sym_html_element] = ACTIONS(2149), - [sym__pandoc_line_break] = ACTIONS(2149), - [sym__caption_start] = ACTIONS(2149), - }, - [STATE(151)] = { - [sym_list_marker_plus] = STATE(8), - [sym__list_item_plus] = STATE(167), - [aux_sym__list_plus_repeat1] = STATE(167), - [sym_entity_reference] = ACTIONS(2134), - [sym_numeric_character_reference] = ACTIONS(2134), - [anon_sym_LBRACK] = ACTIONS(2134), - [anon_sym_BANG_LBRACK] = ACTIONS(2134), - [anon_sym_DOLLAR] = ACTIONS(2136), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2134), - [anon_sym_LBRACE] = ACTIONS(2134), - [aux_sym_pandoc_str_token1] = ACTIONS(2136), - [anon_sym_PIPE] = ACTIONS(2134), - [sym__whitespace] = ACTIONS(2134), - [sym__line_ending] = ACTIONS(2134), - [sym__soft_line_ending] = ACTIONS(2134), - [sym__block_close] = ACTIONS(2134), - [sym__block_quote_start] = ACTIONS(2134), - [sym_atx_h1_marker] = ACTIONS(2134), - [sym_atx_h2_marker] = ACTIONS(2134), - [sym_atx_h3_marker] = ACTIONS(2134), - [sym_atx_h4_marker] = ACTIONS(2134), - [sym_atx_h5_marker] = ACTIONS(2134), - [sym_atx_h6_marker] = ACTIONS(2134), - [sym__thematic_break] = ACTIONS(2134), - [sym__list_marker_minus] = ACTIONS(2134), + [sym_list_marker_plus] = STATE(7), + [sym__list_item_plus] = STATE(152), + [aux_sym__list_plus_repeat1] = STATE(152), + [sym_entity_reference] = ACTIONS(2141), + [sym_numeric_character_reference] = ACTIONS(2141), + [anon_sym_LBRACK] = ACTIONS(2141), + [anon_sym_BANG_LBRACK] = ACTIONS(2141), + [anon_sym_DOLLAR] = ACTIONS(2143), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2141), + [anon_sym_LBRACE] = ACTIONS(2141), + [aux_sym_pandoc_str_token1] = ACTIONS(2143), + [anon_sym_PIPE] = ACTIONS(2141), + [sym__whitespace] = ACTIONS(2141), + [sym__line_ending] = ACTIONS(2141), + [sym__soft_line_ending] = ACTIONS(2141), + [sym__block_close] = ACTIONS(2141), + [sym__block_quote_start] = ACTIONS(2141), + [sym_atx_h1_marker] = ACTIONS(2141), + [sym_atx_h2_marker] = ACTIONS(2141), + [sym_atx_h3_marker] = ACTIONS(2141), + [sym_atx_h4_marker] = ACTIONS(2141), + [sym_atx_h5_marker] = ACTIONS(2141), + [sym_atx_h6_marker] = ACTIONS(2141), + [sym__thematic_break] = ACTIONS(2141), + [sym__list_marker_minus] = ACTIONS(2141), [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(2134), - [sym__list_marker_parenthesis] = ACTIONS(2134), - [sym__list_marker_dot] = ACTIONS(2134), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2134), + [sym__list_marker_star] = ACTIONS(2141), + [sym__list_marker_parenthesis] = ACTIONS(2141), + [sym__list_marker_dot] = ACTIONS(2141), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2141), [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2134), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2134), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2134), - [sym__list_marker_example] = ACTIONS(2134), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2134), - [sym__fenced_code_block_start_backtick] = ACTIONS(2134), - [sym_minus_metadata] = ACTIONS(2134), - [sym__pipe_table_start] = ACTIONS(2134), - [sym__fenced_div_start] = ACTIONS(2134), - [sym_ref_id_specifier] = ACTIONS(2134), - [sym__code_span_start] = ACTIONS(2134), - [sym__html_comment] = ACTIONS(2134), - [sym__autolink] = ACTIONS(2134), - [sym__highlight_span_start] = ACTIONS(2134), - [sym__insert_span_start] = ACTIONS(2134), - [sym__delete_span_start] = ACTIONS(2134), - [sym__edit_comment_span_start] = ACTIONS(2134), - [sym__single_quote_span_open] = ACTIONS(2134), - [sym__double_quote_span_open] = ACTIONS(2134), - [sym__shortcode_open_escaped] = ACTIONS(2134), - [sym__shortcode_open] = ACTIONS(2134), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2134), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2134), - [sym__cite_author_in_text] = ACTIONS(2134), - [sym__cite_suppress_author] = ACTIONS(2134), - [sym__strikeout_open] = ACTIONS(2134), - [sym__subscript_open] = ACTIONS(2134), - [sym__superscript_open] = ACTIONS(2134), - [sym__inline_note_start_token] = ACTIONS(2134), - [sym__strong_emphasis_open_star] = ACTIONS(2134), - [sym__strong_emphasis_open_underscore] = ACTIONS(2134), - [sym__emphasis_open_star] = ACTIONS(2134), - [sym__emphasis_open_underscore] = ACTIONS(2134), - [sym_inline_note_reference] = ACTIONS(2134), - [sym_html_element] = ACTIONS(2134), - [sym__pandoc_line_break] = ACTIONS(2134), - [sym__caption_start] = ACTIONS(2134), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2141), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2141), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2141), + [sym__list_marker_example] = ACTIONS(2141), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2141), + [sym__fenced_code_block_start_backtick] = ACTIONS(2141), + [sym_minus_metadata] = ACTIONS(2141), + [sym__pipe_table_start] = ACTIONS(2141), + [sym__fenced_div_start] = ACTIONS(2141), + [sym_ref_id_specifier] = ACTIONS(2141), + [sym__code_span_start] = ACTIONS(2141), + [sym__html_comment] = ACTIONS(2141), + [sym__autolink] = ACTIONS(2141), + [sym__highlight_span_start] = ACTIONS(2141), + [sym__insert_span_start] = ACTIONS(2141), + [sym__delete_span_start] = ACTIONS(2141), + [sym__edit_comment_span_start] = ACTIONS(2141), + [sym__single_quote_span_open] = ACTIONS(2141), + [sym__double_quote_span_open] = ACTIONS(2141), + [sym__shortcode_open_escaped] = ACTIONS(2141), + [sym__shortcode_open] = ACTIONS(2141), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2141), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2141), + [sym__cite_author_in_text] = ACTIONS(2141), + [sym__cite_suppress_author] = ACTIONS(2141), + [sym__strikeout_open] = ACTIONS(2141), + [sym__subscript_open] = ACTIONS(2141), + [sym__superscript_open] = ACTIONS(2141), + [sym__inline_note_start_token] = ACTIONS(2141), + [sym__strong_emphasis_open_star] = ACTIONS(2141), + [sym__strong_emphasis_open_underscore] = ACTIONS(2141), + [sym__emphasis_open_star] = ACTIONS(2141), + [sym__emphasis_open_underscore] = ACTIONS(2141), + [sym_inline_note_reference] = ACTIONS(2141), + [sym_html_element] = ACTIONS(2141), + [sym__pandoc_line_break] = ACTIONS(2141), + [sym__caption_start] = ACTIONS(2141), }, - [STATE(152)] = { - [sym_list_marker_star] = STATE(4), - [sym__list_item_star] = STATE(150), - [aux_sym__list_star_repeat1] = STATE(150), - [ts_builtin_sym_end] = ACTIONS(2156), - [sym_entity_reference] = ACTIONS(2156), - [sym_numeric_character_reference] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2156), - [anon_sym_BANG_LBRACK] = ACTIONS(2156), - [anon_sym_DOLLAR] = ACTIONS(2158), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2156), - [anon_sym_LBRACE] = ACTIONS(2156), - [aux_sym_pandoc_str_token1] = ACTIONS(2158), - [anon_sym_PIPE] = ACTIONS(2156), - [sym__whitespace] = ACTIONS(2156), - [sym__line_ending] = ACTIONS(2156), - [sym__soft_line_ending] = ACTIONS(2156), - [sym__block_quote_start] = ACTIONS(2156), - [sym_atx_h1_marker] = ACTIONS(2156), - [sym_atx_h2_marker] = ACTIONS(2156), - [sym_atx_h3_marker] = ACTIONS(2156), - [sym_atx_h4_marker] = ACTIONS(2156), - [sym_atx_h5_marker] = ACTIONS(2156), - [sym_atx_h6_marker] = ACTIONS(2156), - [sym__thematic_break] = ACTIONS(2156), - [sym__list_marker_minus] = ACTIONS(2156), - [sym__list_marker_plus] = ACTIONS(2156), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(2156), - [sym__list_marker_dot] = ACTIONS(2156), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2156), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2156), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2156), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2156), - [sym__list_marker_example] = ACTIONS(2156), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2156), - [sym__fenced_code_block_start_backtick] = ACTIONS(2156), - [sym_minus_metadata] = ACTIONS(2156), - [sym__pipe_table_start] = ACTIONS(2156), - [sym__fenced_div_start] = ACTIONS(2156), - [sym_ref_id_specifier] = ACTIONS(2156), - [sym__code_span_start] = ACTIONS(2156), - [sym__html_comment] = ACTIONS(2156), - [sym__autolink] = ACTIONS(2156), - [sym__highlight_span_start] = ACTIONS(2156), - [sym__insert_span_start] = ACTIONS(2156), - [sym__delete_span_start] = ACTIONS(2156), - [sym__edit_comment_span_start] = ACTIONS(2156), - [sym__single_quote_span_open] = ACTIONS(2156), - [sym__double_quote_span_open] = ACTIONS(2156), - [sym__shortcode_open_escaped] = ACTIONS(2156), - [sym__shortcode_open] = ACTIONS(2156), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2156), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2156), - [sym__cite_author_in_text] = ACTIONS(2156), - [sym__cite_suppress_author] = ACTIONS(2156), - [sym__strikeout_open] = ACTIONS(2156), - [sym__subscript_open] = ACTIONS(2156), - [sym__superscript_open] = ACTIONS(2156), - [sym__inline_note_start_token] = ACTIONS(2156), - [sym__strong_emphasis_open_star] = ACTIONS(2156), - [sym__strong_emphasis_open_underscore] = ACTIONS(2156), - [sym__emphasis_open_star] = ACTIONS(2156), - [sym__emphasis_open_underscore] = ACTIONS(2156), - [sym_inline_note_reference] = ACTIONS(2156), - [sym_html_element] = ACTIONS(2156), - [sym__pandoc_line_break] = ACTIONS(2156), - [sym__caption_start] = ACTIONS(2156), - }, - [STATE(153)] = { + [STATE(151)] = { [sym_list_marker_dot] = STATE(3), - [sym__list_item_dot] = STATE(158), - [aux_sym__list_dot_repeat1] = STATE(158), - [ts_builtin_sym_end] = ACTIONS(2160), - [sym_entity_reference] = ACTIONS(2160), - [sym_numeric_character_reference] = ACTIONS(2160), - [anon_sym_LBRACK] = ACTIONS(2160), - [anon_sym_BANG_LBRACK] = ACTIONS(2160), - [anon_sym_DOLLAR] = ACTIONS(2162), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2160), - [anon_sym_LBRACE] = ACTIONS(2160), - [aux_sym_pandoc_str_token1] = ACTIONS(2162), - [anon_sym_PIPE] = ACTIONS(2160), - [sym__whitespace] = ACTIONS(2160), - [sym__line_ending] = ACTIONS(2160), - [sym__soft_line_ending] = ACTIONS(2160), - [sym__block_quote_start] = ACTIONS(2160), - [sym_atx_h1_marker] = ACTIONS(2160), - [sym_atx_h2_marker] = ACTIONS(2160), - [sym_atx_h3_marker] = ACTIONS(2160), - [sym_atx_h4_marker] = ACTIONS(2160), - [sym_atx_h5_marker] = ACTIONS(2160), - [sym_atx_h6_marker] = ACTIONS(2160), - [sym__thematic_break] = ACTIONS(2160), - [sym__list_marker_minus] = ACTIONS(2160), - [sym__list_marker_plus] = ACTIONS(2160), - [sym__list_marker_star] = ACTIONS(2160), - [sym__list_marker_parenthesis] = ACTIONS(2160), + [sym__list_item_dot] = STATE(166), + [aux_sym__list_dot_repeat1] = STATE(166), + [ts_builtin_sym_end] = ACTIONS(2153), + [sym_entity_reference] = ACTIONS(2153), + [sym_numeric_character_reference] = ACTIONS(2153), + [anon_sym_LBRACK] = ACTIONS(2153), + [anon_sym_BANG_LBRACK] = ACTIONS(2153), + [anon_sym_DOLLAR] = ACTIONS(2155), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2153), + [anon_sym_LBRACE] = ACTIONS(2153), + [aux_sym_pandoc_str_token1] = ACTIONS(2155), + [anon_sym_PIPE] = ACTIONS(2153), + [sym__whitespace] = ACTIONS(2153), + [sym__line_ending] = ACTIONS(2153), + [sym__soft_line_ending] = ACTIONS(2153), + [sym__block_quote_start] = ACTIONS(2153), + [sym_atx_h1_marker] = ACTIONS(2153), + [sym_atx_h2_marker] = ACTIONS(2153), + [sym_atx_h3_marker] = ACTIONS(2153), + [sym_atx_h4_marker] = ACTIONS(2153), + [sym_atx_h5_marker] = ACTIONS(2153), + [sym_atx_h6_marker] = ACTIONS(2153), + [sym__thematic_break] = ACTIONS(2153), + [sym__list_marker_minus] = ACTIONS(2153), + [sym__list_marker_plus] = ACTIONS(2153), + [sym__list_marker_star] = ACTIONS(2153), + [sym__list_marker_parenthesis] = ACTIONS(2153), [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2160), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2160), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2160), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2160), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2153), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2153), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2153), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2153), [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(2160), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2160), - [sym__fenced_code_block_start_backtick] = ACTIONS(2160), - [sym_minus_metadata] = ACTIONS(2160), - [sym__pipe_table_start] = ACTIONS(2160), - [sym__fenced_div_start] = ACTIONS(2160), - [sym_ref_id_specifier] = ACTIONS(2160), - [sym__code_span_start] = ACTIONS(2160), - [sym__html_comment] = ACTIONS(2160), - [sym__autolink] = ACTIONS(2160), - [sym__highlight_span_start] = ACTIONS(2160), - [sym__insert_span_start] = ACTIONS(2160), - [sym__delete_span_start] = ACTIONS(2160), - [sym__edit_comment_span_start] = ACTIONS(2160), - [sym__single_quote_span_open] = ACTIONS(2160), - [sym__double_quote_span_open] = ACTIONS(2160), - [sym__shortcode_open_escaped] = ACTIONS(2160), - [sym__shortcode_open] = ACTIONS(2160), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2160), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2160), - [sym__cite_author_in_text] = ACTIONS(2160), - [sym__cite_suppress_author] = ACTIONS(2160), - [sym__strikeout_open] = ACTIONS(2160), - [sym__subscript_open] = ACTIONS(2160), - [sym__superscript_open] = ACTIONS(2160), - [sym__inline_note_start_token] = ACTIONS(2160), - [sym__strong_emphasis_open_star] = ACTIONS(2160), - [sym__strong_emphasis_open_underscore] = ACTIONS(2160), - [sym__emphasis_open_star] = ACTIONS(2160), - [sym__emphasis_open_underscore] = ACTIONS(2160), - [sym_inline_note_reference] = ACTIONS(2160), - [sym_html_element] = ACTIONS(2160), - [sym__pandoc_line_break] = ACTIONS(2160), - [sym__caption_start] = ACTIONS(2160), - }, - [STATE(154)] = { - [sym_list_marker_parenthesis] = STATE(5), - [sym__list_item_parenthesis] = STATE(164), - [aux_sym__list_parenthesis_repeat1] = STATE(164), - [ts_builtin_sym_end] = ACTIONS(2164), - [sym_entity_reference] = ACTIONS(2164), - [sym_numeric_character_reference] = ACTIONS(2164), - [anon_sym_LBRACK] = ACTIONS(2164), - [anon_sym_BANG_LBRACK] = ACTIONS(2164), - [anon_sym_DOLLAR] = ACTIONS(2166), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2164), - [anon_sym_LBRACE] = ACTIONS(2164), - [aux_sym_pandoc_str_token1] = ACTIONS(2166), - [anon_sym_PIPE] = ACTIONS(2164), - [sym__whitespace] = ACTIONS(2164), - [sym__line_ending] = ACTIONS(2164), - [sym__soft_line_ending] = ACTIONS(2164), - [sym__block_quote_start] = ACTIONS(2164), - [sym_atx_h1_marker] = ACTIONS(2164), - [sym_atx_h2_marker] = ACTIONS(2164), - [sym_atx_h3_marker] = ACTIONS(2164), - [sym_atx_h4_marker] = ACTIONS(2164), - [sym_atx_h5_marker] = ACTIONS(2164), - [sym_atx_h6_marker] = ACTIONS(2164), - [sym__thematic_break] = ACTIONS(2164), - [sym__list_marker_minus] = ACTIONS(2164), - [sym__list_marker_plus] = ACTIONS(2164), - [sym__list_marker_star] = ACTIONS(2164), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(2164), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2164), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2164), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2164), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2164), - [sym__list_marker_example] = ACTIONS(2164), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2164), - [sym__fenced_code_block_start_backtick] = ACTIONS(2164), - [sym_minus_metadata] = ACTIONS(2164), - [sym__pipe_table_start] = ACTIONS(2164), - [sym__fenced_div_start] = ACTIONS(2164), - [sym_ref_id_specifier] = ACTIONS(2164), - [sym__code_span_start] = ACTIONS(2164), - [sym__html_comment] = ACTIONS(2164), - [sym__autolink] = ACTIONS(2164), - [sym__highlight_span_start] = ACTIONS(2164), - [sym__insert_span_start] = ACTIONS(2164), - [sym__delete_span_start] = ACTIONS(2164), - [sym__edit_comment_span_start] = ACTIONS(2164), - [sym__single_quote_span_open] = ACTIONS(2164), - [sym__double_quote_span_open] = ACTIONS(2164), - [sym__shortcode_open_escaped] = ACTIONS(2164), - [sym__shortcode_open] = ACTIONS(2164), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2164), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2164), - [sym__cite_author_in_text] = ACTIONS(2164), - [sym__cite_suppress_author] = ACTIONS(2164), - [sym__strikeout_open] = ACTIONS(2164), - [sym__subscript_open] = ACTIONS(2164), - [sym__superscript_open] = ACTIONS(2164), - [sym__inline_note_start_token] = ACTIONS(2164), - [sym__strong_emphasis_open_star] = ACTIONS(2164), - [sym__strong_emphasis_open_underscore] = ACTIONS(2164), - [sym__emphasis_open_star] = ACTIONS(2164), - [sym__emphasis_open_underscore] = ACTIONS(2164), - [sym_inline_note_reference] = ACTIONS(2164), - [sym_html_element] = ACTIONS(2164), - [sym__pandoc_line_break] = ACTIONS(2164), - [sym__caption_start] = ACTIONS(2164), + [sym__list_marker_example] = ACTIONS(2153), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2153), + [sym__fenced_code_block_start_backtick] = ACTIONS(2153), + [sym_minus_metadata] = ACTIONS(2153), + [sym__pipe_table_start] = ACTIONS(2153), + [sym__fenced_div_start] = ACTIONS(2153), + [sym_ref_id_specifier] = ACTIONS(2153), + [sym__code_span_start] = ACTIONS(2153), + [sym__html_comment] = ACTIONS(2153), + [sym__autolink] = ACTIONS(2153), + [sym__highlight_span_start] = ACTIONS(2153), + [sym__insert_span_start] = ACTIONS(2153), + [sym__delete_span_start] = ACTIONS(2153), + [sym__edit_comment_span_start] = ACTIONS(2153), + [sym__single_quote_span_open] = ACTIONS(2153), + [sym__double_quote_span_open] = ACTIONS(2153), + [sym__shortcode_open_escaped] = ACTIONS(2153), + [sym__shortcode_open] = ACTIONS(2153), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2153), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2153), + [sym__cite_author_in_text] = ACTIONS(2153), + [sym__cite_suppress_author] = ACTIONS(2153), + [sym__strikeout_open] = ACTIONS(2153), + [sym__subscript_open] = ACTIONS(2153), + [sym__superscript_open] = ACTIONS(2153), + [sym__inline_note_start_token] = ACTIONS(2153), + [sym__strong_emphasis_open_star] = ACTIONS(2153), + [sym__strong_emphasis_open_underscore] = ACTIONS(2153), + [sym__emphasis_open_star] = ACTIONS(2153), + [sym__emphasis_open_underscore] = ACTIONS(2153), + [sym_inline_note_reference] = ACTIONS(2153), + [sym_html_element] = ACTIONS(2153), + [sym__pandoc_line_break] = ACTIONS(2153), + [sym__caption_start] = ACTIONS(2153), }, - [STATE(155)] = { - [sym_list_marker_example] = STATE(6), - [sym__list_item_example] = STATE(149), - [aux_sym__list_example_repeat1] = STATE(149), - [ts_builtin_sym_end] = ACTIONS(2168), - [sym_entity_reference] = ACTIONS(2168), - [sym_numeric_character_reference] = ACTIONS(2168), - [anon_sym_LBRACK] = ACTIONS(2168), - [anon_sym_BANG_LBRACK] = ACTIONS(2168), - [anon_sym_DOLLAR] = ACTIONS(2170), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2168), - [anon_sym_LBRACE] = ACTIONS(2168), - [aux_sym_pandoc_str_token1] = ACTIONS(2170), - [anon_sym_PIPE] = ACTIONS(2168), - [sym__whitespace] = ACTIONS(2168), - [sym__line_ending] = ACTIONS(2168), - [sym__soft_line_ending] = ACTIONS(2168), - [sym__block_quote_start] = ACTIONS(2168), - [sym_atx_h1_marker] = ACTIONS(2168), - [sym_atx_h2_marker] = ACTIONS(2168), - [sym_atx_h3_marker] = ACTIONS(2168), - [sym_atx_h4_marker] = ACTIONS(2168), - [sym_atx_h5_marker] = ACTIONS(2168), - [sym_atx_h6_marker] = ACTIONS(2168), - [sym__thematic_break] = ACTIONS(2168), - [sym__list_marker_minus] = ACTIONS(2168), - [sym__list_marker_plus] = ACTIONS(2168), - [sym__list_marker_star] = ACTIONS(2168), - [sym__list_marker_parenthesis] = ACTIONS(2168), - [sym__list_marker_dot] = ACTIONS(2168), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2168), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2168), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2168), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2168), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2168), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(2168), - [sym_minus_metadata] = ACTIONS(2168), - [sym__pipe_table_start] = ACTIONS(2168), - [sym__fenced_div_start] = ACTIONS(2168), - [sym_ref_id_specifier] = ACTIONS(2168), - [sym__code_span_start] = ACTIONS(2168), - [sym__html_comment] = ACTIONS(2168), - [sym__autolink] = ACTIONS(2168), - [sym__highlight_span_start] = ACTIONS(2168), - [sym__insert_span_start] = ACTIONS(2168), - [sym__delete_span_start] = ACTIONS(2168), - [sym__edit_comment_span_start] = ACTIONS(2168), - [sym__single_quote_span_open] = ACTIONS(2168), - [sym__double_quote_span_open] = ACTIONS(2168), - [sym__shortcode_open_escaped] = ACTIONS(2168), - [sym__shortcode_open] = ACTIONS(2168), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2168), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2168), - [sym__cite_author_in_text] = ACTIONS(2168), - [sym__cite_suppress_author] = ACTIONS(2168), - [sym__strikeout_open] = ACTIONS(2168), - [sym__subscript_open] = ACTIONS(2168), - [sym__superscript_open] = ACTIONS(2168), - [sym__inline_note_start_token] = ACTIONS(2168), - [sym__strong_emphasis_open_star] = ACTIONS(2168), - [sym__strong_emphasis_open_underscore] = ACTIONS(2168), - [sym__emphasis_open_star] = ACTIONS(2168), - [sym__emphasis_open_underscore] = ACTIONS(2168), - [sym_inline_note_reference] = ACTIONS(2168), - [sym_html_element] = ACTIONS(2168), - [sym__pandoc_line_break] = ACTIONS(2168), - [sym__caption_start] = ACTIONS(2168), + [STATE(152)] = { + [sym_list_marker_plus] = STATE(7), + [sym__list_item_plus] = STATE(152), + [aux_sym__list_plus_repeat1] = STATE(152), + [sym_entity_reference] = ACTIONS(2165), + [sym_numeric_character_reference] = ACTIONS(2165), + [anon_sym_LBRACK] = ACTIONS(2165), + [anon_sym_BANG_LBRACK] = ACTIONS(2165), + [anon_sym_DOLLAR] = ACTIONS(2167), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2165), + [anon_sym_LBRACE] = ACTIONS(2165), + [aux_sym_pandoc_str_token1] = ACTIONS(2167), + [anon_sym_PIPE] = ACTIONS(2165), + [sym__whitespace] = ACTIONS(2165), + [sym__line_ending] = ACTIONS(2165), + [sym__soft_line_ending] = ACTIONS(2165), + [sym__block_close] = ACTIONS(2165), + [sym__block_quote_start] = ACTIONS(2165), + [sym_atx_h1_marker] = ACTIONS(2165), + [sym_atx_h2_marker] = ACTIONS(2165), + [sym_atx_h3_marker] = ACTIONS(2165), + [sym_atx_h4_marker] = ACTIONS(2165), + [sym_atx_h5_marker] = ACTIONS(2165), + [sym_atx_h6_marker] = ACTIONS(2165), + [sym__thematic_break] = ACTIONS(2165), + [sym__list_marker_minus] = ACTIONS(2165), + [sym__list_marker_plus] = ACTIONS(2169), + [sym__list_marker_star] = ACTIONS(2165), + [sym__list_marker_parenthesis] = ACTIONS(2165), + [sym__list_marker_dot] = ACTIONS(2165), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2165), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2169), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2165), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2165), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2165), + [sym__list_marker_example] = ACTIONS(2165), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2165), + [sym__fenced_code_block_start_backtick] = ACTIONS(2165), + [sym_minus_metadata] = ACTIONS(2165), + [sym__pipe_table_start] = ACTIONS(2165), + [sym__fenced_div_start] = ACTIONS(2165), + [sym_ref_id_specifier] = ACTIONS(2165), + [sym__code_span_start] = ACTIONS(2165), + [sym__html_comment] = ACTIONS(2165), + [sym__autolink] = ACTIONS(2165), + [sym__highlight_span_start] = ACTIONS(2165), + [sym__insert_span_start] = ACTIONS(2165), + [sym__delete_span_start] = ACTIONS(2165), + [sym__edit_comment_span_start] = ACTIONS(2165), + [sym__single_quote_span_open] = ACTIONS(2165), + [sym__double_quote_span_open] = ACTIONS(2165), + [sym__shortcode_open_escaped] = ACTIONS(2165), + [sym__shortcode_open] = ACTIONS(2165), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2165), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2165), + [sym__cite_author_in_text] = ACTIONS(2165), + [sym__cite_suppress_author] = ACTIONS(2165), + [sym__strikeout_open] = ACTIONS(2165), + [sym__subscript_open] = ACTIONS(2165), + [sym__superscript_open] = ACTIONS(2165), + [sym__inline_note_start_token] = ACTIONS(2165), + [sym__strong_emphasis_open_star] = ACTIONS(2165), + [sym__strong_emphasis_open_underscore] = ACTIONS(2165), + [sym__emphasis_open_star] = ACTIONS(2165), + [sym__emphasis_open_underscore] = ACTIONS(2165), + [sym_inline_note_reference] = ACTIONS(2165), + [sym_html_element] = ACTIONS(2165), + [sym__pandoc_line_break] = ACTIONS(2165), + [sym__caption_start] = ACTIONS(2165), }, - [STATE(156)] = { - [sym_list_marker_dot] = STATE(11), - [sym__list_item_dot] = STATE(156), - [aux_sym__list_dot_repeat1] = STATE(156), + [STATE(153)] = { + [sym_list_marker_minus] = STATE(8), + [sym__list_item_minus] = STATE(153), + [aux_sym__list_minus_repeat1] = STATE(153), [sym_entity_reference] = ACTIONS(2172), [sym_numeric_character_reference] = ACTIONS(2172), [anon_sym_LBRACK] = ACTIONS(2172), @@ -41184,16 +41350,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_atx_h5_marker] = ACTIONS(2172), [sym_atx_h6_marker] = ACTIONS(2172), [sym__thematic_break] = ACTIONS(2172), - [sym__list_marker_minus] = ACTIONS(2172), + [sym__list_marker_minus] = ACTIONS(2176), [sym__list_marker_plus] = ACTIONS(2172), [sym__list_marker_star] = ACTIONS(2172), [sym__list_marker_parenthesis] = ACTIONS(2172), - [sym__list_marker_dot] = ACTIONS(2176), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2172), + [sym__list_marker_dot] = ACTIONS(2172), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2176), [sym__list_marker_plus_dont_interrupt] = ACTIONS(2172), [sym__list_marker_star_dont_interrupt] = ACTIONS(2172), [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2172), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2176), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2172), [sym__list_marker_example] = ACTIONS(2172), [sym__list_marker_example_dont_interrupt] = ACTIONS(2172), [sym__fenced_code_block_start_backtick] = ACTIONS(2172), @@ -41229,10 +41395,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2172), [sym__caption_start] = ACTIONS(2172), }, - [STATE(157)] = { - [sym_list_marker_parenthesis] = STATE(12), - [sym__list_item_parenthesis] = STATE(157), - [aux_sym__list_parenthesis_repeat1] = STATE(157), + [STATE(154)] = { + [sym_list_marker_minus] = STATE(8), + [sym__list_item_minus] = STATE(153), + [aux_sym__list_minus_repeat1] = STATE(153), + [sym_entity_reference] = ACTIONS(2145), + [sym_numeric_character_reference] = ACTIONS(2145), + [anon_sym_LBRACK] = ACTIONS(2145), + [anon_sym_BANG_LBRACK] = ACTIONS(2145), + [anon_sym_DOLLAR] = ACTIONS(2147), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2145), + [anon_sym_LBRACE] = ACTIONS(2145), + [aux_sym_pandoc_str_token1] = ACTIONS(2147), + [anon_sym_PIPE] = ACTIONS(2145), + [sym__whitespace] = ACTIONS(2145), + [sym__line_ending] = ACTIONS(2145), + [sym__soft_line_ending] = ACTIONS(2145), + [sym__block_close] = ACTIONS(2145), + [sym__block_quote_start] = ACTIONS(2145), + [sym_atx_h1_marker] = ACTIONS(2145), + [sym_atx_h2_marker] = ACTIONS(2145), + [sym_atx_h3_marker] = ACTIONS(2145), + [sym_atx_h4_marker] = ACTIONS(2145), + [sym_atx_h5_marker] = ACTIONS(2145), + [sym_atx_h6_marker] = ACTIONS(2145), + [sym__thematic_break] = ACTIONS(2145), + [sym__list_marker_minus] = ACTIONS(43), + [sym__list_marker_plus] = ACTIONS(2145), + [sym__list_marker_star] = ACTIONS(2145), + [sym__list_marker_parenthesis] = ACTIONS(2145), + [sym__list_marker_dot] = ACTIONS(2145), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(43), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2145), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2145), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2145), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2145), + [sym__list_marker_example] = ACTIONS(2145), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2145), + [sym__fenced_code_block_start_backtick] = ACTIONS(2145), + [sym_minus_metadata] = ACTIONS(2145), + [sym__pipe_table_start] = ACTIONS(2145), + [sym__fenced_div_start] = ACTIONS(2145), + [sym_ref_id_specifier] = ACTIONS(2145), + [sym__code_span_start] = ACTIONS(2145), + [sym__html_comment] = ACTIONS(2145), + [sym__autolink] = ACTIONS(2145), + [sym__highlight_span_start] = ACTIONS(2145), + [sym__insert_span_start] = ACTIONS(2145), + [sym__delete_span_start] = ACTIONS(2145), + [sym__edit_comment_span_start] = ACTIONS(2145), + [sym__single_quote_span_open] = ACTIONS(2145), + [sym__double_quote_span_open] = ACTIONS(2145), + [sym__shortcode_open_escaped] = ACTIONS(2145), + [sym__shortcode_open] = ACTIONS(2145), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2145), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2145), + [sym__cite_author_in_text] = ACTIONS(2145), + [sym__cite_suppress_author] = ACTIONS(2145), + [sym__strikeout_open] = ACTIONS(2145), + [sym__subscript_open] = ACTIONS(2145), + [sym__superscript_open] = ACTIONS(2145), + [sym__inline_note_start_token] = ACTIONS(2145), + [sym__strong_emphasis_open_star] = ACTIONS(2145), + [sym__strong_emphasis_open_underscore] = ACTIONS(2145), + [sym__emphasis_open_star] = ACTIONS(2145), + [sym__emphasis_open_underscore] = ACTIONS(2145), + [sym_inline_note_reference] = ACTIONS(2145), + [sym_html_element] = ACTIONS(2145), + [sym__pandoc_line_break] = ACTIONS(2145), + [sym__caption_start] = ACTIONS(2145), + }, + [STATE(155)] = { + [sym_list_marker_star] = STATE(2), + [sym__list_item_star] = STATE(155), + [aux_sym__list_star_repeat1] = STATE(155), [sym_entity_reference] = ACTIONS(2120), [sym_numeric_character_reference] = ACTIONS(2120), [anon_sym_LBRACK] = ACTIONS(2120), @@ -41256,13 +41492,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__thematic_break] = ACTIONS(2120), [sym__list_marker_minus] = ACTIONS(2120), [sym__list_marker_plus] = ACTIONS(2120), - [sym__list_marker_star] = ACTIONS(2120), - [sym__list_marker_parenthesis] = ACTIONS(2124), + [sym__list_marker_star] = ACTIONS(2124), + [sym__list_marker_parenthesis] = ACTIONS(2120), [sym__list_marker_dot] = ACTIONS(2120), [sym__list_marker_minus_dont_interrupt] = ACTIONS(2120), [sym__list_marker_plus_dont_interrupt] = ACTIONS(2120), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2120), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2124), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2124), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2120), [sym__list_marker_dot_dont_interrupt] = ACTIONS(2120), [sym__list_marker_example] = ACTIONS(2120), [sym__list_marker_example_dont_interrupt] = ACTIONS(2120), @@ -41299,150 +41535,430 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2120), [sym__caption_start] = ACTIONS(2120), }, + [STATE(156)] = { + [sym_list_marker_dot] = STATE(10), + [sym__list_item_dot] = STATE(156), + [aux_sym__list_dot_repeat1] = STATE(156), + [sym_entity_reference] = ACTIONS(2113), + [sym_numeric_character_reference] = ACTIONS(2113), + [anon_sym_LBRACK] = ACTIONS(2113), + [anon_sym_BANG_LBRACK] = ACTIONS(2113), + [anon_sym_DOLLAR] = ACTIONS(2115), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2113), + [anon_sym_LBRACE] = ACTIONS(2113), + [aux_sym_pandoc_str_token1] = ACTIONS(2115), + [anon_sym_PIPE] = ACTIONS(2113), + [sym__whitespace] = ACTIONS(2113), + [sym__line_ending] = ACTIONS(2113), + [sym__soft_line_ending] = ACTIONS(2113), + [sym__block_close] = ACTIONS(2113), + [sym__block_quote_start] = ACTIONS(2113), + [sym_atx_h1_marker] = ACTIONS(2113), + [sym_atx_h2_marker] = ACTIONS(2113), + [sym_atx_h3_marker] = ACTIONS(2113), + [sym_atx_h4_marker] = ACTIONS(2113), + [sym_atx_h5_marker] = ACTIONS(2113), + [sym_atx_h6_marker] = ACTIONS(2113), + [sym__thematic_break] = ACTIONS(2113), + [sym__list_marker_minus] = ACTIONS(2113), + [sym__list_marker_plus] = ACTIONS(2113), + [sym__list_marker_star] = ACTIONS(2113), + [sym__list_marker_parenthesis] = ACTIONS(2113), + [sym__list_marker_dot] = ACTIONS(2117), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2113), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2113), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2113), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2113), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2117), + [sym__list_marker_example] = ACTIONS(2113), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2113), + [sym__fenced_code_block_start_backtick] = ACTIONS(2113), + [sym_minus_metadata] = ACTIONS(2113), + [sym__pipe_table_start] = ACTIONS(2113), + [sym__fenced_div_start] = ACTIONS(2113), + [sym_ref_id_specifier] = ACTIONS(2113), + [sym__code_span_start] = ACTIONS(2113), + [sym__html_comment] = ACTIONS(2113), + [sym__autolink] = ACTIONS(2113), + [sym__highlight_span_start] = ACTIONS(2113), + [sym__insert_span_start] = ACTIONS(2113), + [sym__delete_span_start] = ACTIONS(2113), + [sym__edit_comment_span_start] = ACTIONS(2113), + [sym__single_quote_span_open] = ACTIONS(2113), + [sym__double_quote_span_open] = ACTIONS(2113), + [sym__shortcode_open_escaped] = ACTIONS(2113), + [sym__shortcode_open] = ACTIONS(2113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2113), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2113), + [sym__cite_author_in_text] = ACTIONS(2113), + [sym__cite_suppress_author] = ACTIONS(2113), + [sym__strikeout_open] = ACTIONS(2113), + [sym__subscript_open] = ACTIONS(2113), + [sym__superscript_open] = ACTIONS(2113), + [sym__inline_note_start_token] = ACTIONS(2113), + [sym__strong_emphasis_open_star] = ACTIONS(2113), + [sym__strong_emphasis_open_underscore] = ACTIONS(2113), + [sym__emphasis_open_star] = ACTIONS(2113), + [sym__emphasis_open_underscore] = ACTIONS(2113), + [sym_inline_note_reference] = ACTIONS(2113), + [sym_html_element] = ACTIONS(2113), + [sym__pandoc_line_break] = ACTIONS(2113), + [sym__caption_start] = ACTIONS(2113), + }, + [STATE(157)] = { + [sym_list_marker_star] = STATE(2), + [sym__list_item_star] = STATE(155), + [aux_sym__list_star_repeat1] = STATE(155), + [sym_entity_reference] = ACTIONS(2149), + [sym_numeric_character_reference] = ACTIONS(2149), + [anon_sym_LBRACK] = ACTIONS(2149), + [anon_sym_BANG_LBRACK] = ACTIONS(2149), + [anon_sym_DOLLAR] = ACTIONS(2151), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2149), + [anon_sym_LBRACE] = ACTIONS(2149), + [aux_sym_pandoc_str_token1] = ACTIONS(2151), + [anon_sym_PIPE] = ACTIONS(2149), + [sym__whitespace] = ACTIONS(2149), + [sym__line_ending] = ACTIONS(2149), + [sym__soft_line_ending] = ACTIONS(2149), + [sym__block_close] = ACTIONS(2149), + [sym__block_quote_start] = ACTIONS(2149), + [sym_atx_h1_marker] = ACTIONS(2149), + [sym_atx_h2_marker] = ACTIONS(2149), + [sym_atx_h3_marker] = ACTIONS(2149), + [sym_atx_h4_marker] = ACTIONS(2149), + [sym_atx_h5_marker] = ACTIONS(2149), + [sym_atx_h6_marker] = ACTIONS(2149), + [sym__thematic_break] = ACTIONS(2149), + [sym__list_marker_minus] = ACTIONS(2149), + [sym__list_marker_plus] = ACTIONS(2149), + [sym__list_marker_star] = ACTIONS(47), + [sym__list_marker_parenthesis] = ACTIONS(2149), + [sym__list_marker_dot] = ACTIONS(2149), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2149), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2149), + [sym__list_marker_star_dont_interrupt] = ACTIONS(47), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2149), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2149), + [sym__list_marker_example] = ACTIONS(2149), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2149), + [sym__fenced_code_block_start_backtick] = ACTIONS(2149), + [sym_minus_metadata] = ACTIONS(2149), + [sym__pipe_table_start] = ACTIONS(2149), + [sym__fenced_div_start] = ACTIONS(2149), + [sym_ref_id_specifier] = ACTIONS(2149), + [sym__code_span_start] = ACTIONS(2149), + [sym__html_comment] = ACTIONS(2149), + [sym__autolink] = ACTIONS(2149), + [sym__highlight_span_start] = ACTIONS(2149), + [sym__insert_span_start] = ACTIONS(2149), + [sym__delete_span_start] = ACTIONS(2149), + [sym__edit_comment_span_start] = ACTIONS(2149), + [sym__single_quote_span_open] = ACTIONS(2149), + [sym__double_quote_span_open] = ACTIONS(2149), + [sym__shortcode_open_escaped] = ACTIONS(2149), + [sym__shortcode_open] = ACTIONS(2149), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2149), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2149), + [sym__cite_author_in_text] = ACTIONS(2149), + [sym__cite_suppress_author] = ACTIONS(2149), + [sym__strikeout_open] = ACTIONS(2149), + [sym__subscript_open] = ACTIONS(2149), + [sym__superscript_open] = ACTIONS(2149), + [sym__inline_note_start_token] = ACTIONS(2149), + [sym__strong_emphasis_open_star] = ACTIONS(2149), + [sym__strong_emphasis_open_underscore] = ACTIONS(2149), + [sym__emphasis_open_star] = ACTIONS(2149), + [sym__emphasis_open_underscore] = ACTIONS(2149), + [sym_inline_note_reference] = ACTIONS(2149), + [sym_html_element] = ACTIONS(2149), + [sym__pandoc_line_break] = ACTIONS(2149), + [sym__caption_start] = ACTIONS(2149), + }, [STATE(158)] = { - [sym_list_marker_dot] = STATE(3), - [sym__list_item_dot] = STATE(158), - [aux_sym__list_dot_repeat1] = STATE(158), - [ts_builtin_sym_end] = ACTIONS(2172), - [sym_entity_reference] = ACTIONS(2172), - [sym_numeric_character_reference] = ACTIONS(2172), - [anon_sym_LBRACK] = ACTIONS(2172), - [anon_sym_BANG_LBRACK] = ACTIONS(2172), - [anon_sym_DOLLAR] = ACTIONS(2174), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2172), - [anon_sym_LBRACE] = ACTIONS(2172), - [aux_sym_pandoc_str_token1] = ACTIONS(2174), - [anon_sym_PIPE] = ACTIONS(2172), - [sym__whitespace] = ACTIONS(2172), - [sym__line_ending] = ACTIONS(2172), - [sym__soft_line_ending] = ACTIONS(2172), - [sym__block_quote_start] = ACTIONS(2172), - [sym_atx_h1_marker] = ACTIONS(2172), - [sym_atx_h2_marker] = ACTIONS(2172), - [sym_atx_h3_marker] = ACTIONS(2172), - [sym_atx_h4_marker] = ACTIONS(2172), - [sym_atx_h5_marker] = ACTIONS(2172), - [sym_atx_h6_marker] = ACTIONS(2172), - [sym__thematic_break] = ACTIONS(2172), - [sym__list_marker_minus] = ACTIONS(2172), - [sym__list_marker_plus] = ACTIONS(2172), - [sym__list_marker_star] = ACTIONS(2172), - [sym__list_marker_parenthesis] = ACTIONS(2172), - [sym__list_marker_dot] = ACTIONS(2176), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2172), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2172), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2172), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2172), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2176), - [sym__list_marker_example] = ACTIONS(2172), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2172), - [sym__fenced_code_block_start_backtick] = ACTIONS(2172), - [sym_minus_metadata] = ACTIONS(2172), - [sym__pipe_table_start] = ACTIONS(2172), - [sym__fenced_div_start] = ACTIONS(2172), - [sym_ref_id_specifier] = ACTIONS(2172), - [sym__code_span_start] = ACTIONS(2172), - [sym__html_comment] = ACTIONS(2172), - [sym__autolink] = ACTIONS(2172), - [sym__highlight_span_start] = ACTIONS(2172), - [sym__insert_span_start] = ACTIONS(2172), - [sym__delete_span_start] = ACTIONS(2172), - [sym__edit_comment_span_start] = ACTIONS(2172), - [sym__single_quote_span_open] = ACTIONS(2172), - [sym__double_quote_span_open] = ACTIONS(2172), - [sym__shortcode_open_escaped] = ACTIONS(2172), - [sym__shortcode_open] = ACTIONS(2172), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2172), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2172), - [sym__cite_author_in_text] = ACTIONS(2172), - [sym__cite_suppress_author] = ACTIONS(2172), - [sym__strikeout_open] = ACTIONS(2172), - [sym__subscript_open] = ACTIONS(2172), - [sym__superscript_open] = ACTIONS(2172), - [sym__inline_note_start_token] = ACTIONS(2172), - [sym__strong_emphasis_open_star] = ACTIONS(2172), - [sym__strong_emphasis_open_underscore] = ACTIONS(2172), - [sym__emphasis_open_star] = ACTIONS(2172), - [sym__emphasis_open_underscore] = ACTIONS(2172), - [sym_inline_note_reference] = ACTIONS(2172), - [sym_html_element] = ACTIONS(2172), - [sym__pandoc_line_break] = ACTIONS(2172), - [sym__caption_start] = ACTIONS(2172), + [sym_list_marker_parenthesis] = STATE(4), + [sym__list_item_parenthesis] = STATE(147), + [aux_sym__list_parenthesis_repeat1] = STATE(147), + [ts_builtin_sym_end] = ACTIONS(2157), + [sym_entity_reference] = ACTIONS(2157), + [sym_numeric_character_reference] = ACTIONS(2157), + [anon_sym_LBRACK] = ACTIONS(2157), + [anon_sym_BANG_LBRACK] = ACTIONS(2157), + [anon_sym_DOLLAR] = ACTIONS(2159), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2157), + [anon_sym_LBRACE] = ACTIONS(2157), + [aux_sym_pandoc_str_token1] = ACTIONS(2159), + [anon_sym_PIPE] = ACTIONS(2157), + [sym__whitespace] = ACTIONS(2157), + [sym__line_ending] = ACTIONS(2157), + [sym__soft_line_ending] = ACTIONS(2157), + [sym__block_quote_start] = ACTIONS(2157), + [sym_atx_h1_marker] = ACTIONS(2157), + [sym_atx_h2_marker] = ACTIONS(2157), + [sym_atx_h3_marker] = ACTIONS(2157), + [sym_atx_h4_marker] = ACTIONS(2157), + [sym_atx_h5_marker] = ACTIONS(2157), + [sym_atx_h6_marker] = ACTIONS(2157), + [sym__thematic_break] = ACTIONS(2157), + [sym__list_marker_minus] = ACTIONS(2157), + [sym__list_marker_plus] = ACTIONS(2157), + [sym__list_marker_star] = ACTIONS(2157), + [sym__list_marker_parenthesis] = ACTIONS(49), + [sym__list_marker_dot] = ACTIONS(2157), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2157), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2157), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2157), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2157), + [sym__list_marker_example] = ACTIONS(2157), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2157), + [sym__fenced_code_block_start_backtick] = ACTIONS(2157), + [sym_minus_metadata] = ACTIONS(2157), + [sym__pipe_table_start] = ACTIONS(2157), + [sym__fenced_div_start] = ACTIONS(2157), + [sym_ref_id_specifier] = ACTIONS(2157), + [sym__code_span_start] = ACTIONS(2157), + [sym__html_comment] = ACTIONS(2157), + [sym__autolink] = ACTIONS(2157), + [sym__highlight_span_start] = ACTIONS(2157), + [sym__insert_span_start] = ACTIONS(2157), + [sym__delete_span_start] = ACTIONS(2157), + [sym__edit_comment_span_start] = ACTIONS(2157), + [sym__single_quote_span_open] = ACTIONS(2157), + [sym__double_quote_span_open] = ACTIONS(2157), + [sym__shortcode_open_escaped] = ACTIONS(2157), + [sym__shortcode_open] = ACTIONS(2157), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2157), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2157), + [sym__cite_author_in_text] = ACTIONS(2157), + [sym__cite_suppress_author] = ACTIONS(2157), + [sym__strikeout_open] = ACTIONS(2157), + [sym__subscript_open] = ACTIONS(2157), + [sym__superscript_open] = ACTIONS(2157), + [sym__inline_note_start_token] = ACTIONS(2157), + [sym__strong_emphasis_open_star] = ACTIONS(2157), + [sym__strong_emphasis_open_underscore] = ACTIONS(2157), + [sym__emphasis_open_star] = ACTIONS(2157), + [sym__emphasis_open_underscore] = ACTIONS(2157), + [sym_inline_note_reference] = ACTIONS(2157), + [sym_html_element] = ACTIONS(2157), + [sym__pandoc_line_break] = ACTIONS(2157), + [sym__caption_start] = ACTIONS(2157), }, [STATE(159)] = { - [sym_list_marker_dot] = STATE(11), + [sym_list_marker_dot] = STATE(10), [sym__list_item_dot] = STATE(156), [aux_sym__list_dot_repeat1] = STATE(156), - [sym_entity_reference] = ACTIONS(2160), - [sym_numeric_character_reference] = ACTIONS(2160), - [anon_sym_LBRACK] = ACTIONS(2160), - [anon_sym_BANG_LBRACK] = ACTIONS(2160), - [anon_sym_DOLLAR] = ACTIONS(2162), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2160), - [anon_sym_LBRACE] = ACTIONS(2160), - [aux_sym_pandoc_str_token1] = ACTIONS(2162), - [anon_sym_PIPE] = ACTIONS(2160), - [sym__whitespace] = ACTIONS(2160), - [sym__line_ending] = ACTIONS(2160), - [sym__soft_line_ending] = ACTIONS(2160), - [sym__block_close] = ACTIONS(2160), - [sym__block_quote_start] = ACTIONS(2160), - [sym_atx_h1_marker] = ACTIONS(2160), - [sym_atx_h2_marker] = ACTIONS(2160), - [sym_atx_h3_marker] = ACTIONS(2160), - [sym_atx_h4_marker] = ACTIONS(2160), - [sym_atx_h5_marker] = ACTIONS(2160), - [sym_atx_h6_marker] = ACTIONS(2160), - [sym__thematic_break] = ACTIONS(2160), - [sym__list_marker_minus] = ACTIONS(2160), - [sym__list_marker_plus] = ACTIONS(2160), - [sym__list_marker_star] = ACTIONS(2160), - [sym__list_marker_parenthesis] = ACTIONS(2160), + [sym_entity_reference] = ACTIONS(2153), + [sym_numeric_character_reference] = ACTIONS(2153), + [anon_sym_LBRACK] = ACTIONS(2153), + [anon_sym_BANG_LBRACK] = ACTIONS(2153), + [anon_sym_DOLLAR] = ACTIONS(2155), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2153), + [anon_sym_LBRACE] = ACTIONS(2153), + [aux_sym_pandoc_str_token1] = ACTIONS(2155), + [anon_sym_PIPE] = ACTIONS(2153), + [sym__whitespace] = ACTIONS(2153), + [sym__line_ending] = ACTIONS(2153), + [sym__soft_line_ending] = ACTIONS(2153), + [sym__block_close] = ACTIONS(2153), + [sym__block_quote_start] = ACTIONS(2153), + [sym_atx_h1_marker] = ACTIONS(2153), + [sym_atx_h2_marker] = ACTIONS(2153), + [sym_atx_h3_marker] = ACTIONS(2153), + [sym_atx_h4_marker] = ACTIONS(2153), + [sym_atx_h5_marker] = ACTIONS(2153), + [sym_atx_h6_marker] = ACTIONS(2153), + [sym__thematic_break] = ACTIONS(2153), + [sym__list_marker_minus] = ACTIONS(2153), + [sym__list_marker_plus] = ACTIONS(2153), + [sym__list_marker_star] = ACTIONS(2153), + [sym__list_marker_parenthesis] = ACTIONS(2153), [sym__list_marker_dot] = ACTIONS(51), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2160), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2160), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2160), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2160), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2153), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2153), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2153), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2153), [sym__list_marker_dot_dont_interrupt] = ACTIONS(51), - [sym__list_marker_example] = ACTIONS(2160), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2160), - [sym__fenced_code_block_start_backtick] = ACTIONS(2160), - [sym_minus_metadata] = ACTIONS(2160), - [sym__pipe_table_start] = ACTIONS(2160), - [sym__fenced_div_start] = ACTIONS(2160), - [sym_ref_id_specifier] = ACTIONS(2160), - [sym__code_span_start] = ACTIONS(2160), - [sym__html_comment] = ACTIONS(2160), - [sym__autolink] = ACTIONS(2160), - [sym__highlight_span_start] = ACTIONS(2160), - [sym__insert_span_start] = ACTIONS(2160), - [sym__delete_span_start] = ACTIONS(2160), - [sym__edit_comment_span_start] = ACTIONS(2160), - [sym__single_quote_span_open] = ACTIONS(2160), - [sym__double_quote_span_open] = ACTIONS(2160), - [sym__shortcode_open_escaped] = ACTIONS(2160), - [sym__shortcode_open] = ACTIONS(2160), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2160), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2160), - [sym__cite_author_in_text] = ACTIONS(2160), - [sym__cite_suppress_author] = ACTIONS(2160), - [sym__strikeout_open] = ACTIONS(2160), - [sym__subscript_open] = ACTIONS(2160), - [sym__superscript_open] = ACTIONS(2160), - [sym__inline_note_start_token] = ACTIONS(2160), - [sym__strong_emphasis_open_star] = ACTIONS(2160), - [sym__strong_emphasis_open_underscore] = ACTIONS(2160), - [sym__emphasis_open_star] = ACTIONS(2160), - [sym__emphasis_open_underscore] = ACTIONS(2160), - [sym_inline_note_reference] = ACTIONS(2160), - [sym_html_element] = ACTIONS(2160), - [sym__pandoc_line_break] = ACTIONS(2160), - [sym__caption_start] = ACTIONS(2160), + [sym__list_marker_example] = ACTIONS(2153), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2153), + [sym__fenced_code_block_start_backtick] = ACTIONS(2153), + [sym_minus_metadata] = ACTIONS(2153), + [sym__pipe_table_start] = ACTIONS(2153), + [sym__fenced_div_start] = ACTIONS(2153), + [sym_ref_id_specifier] = ACTIONS(2153), + [sym__code_span_start] = ACTIONS(2153), + [sym__html_comment] = ACTIONS(2153), + [sym__autolink] = ACTIONS(2153), + [sym__highlight_span_start] = ACTIONS(2153), + [sym__insert_span_start] = ACTIONS(2153), + [sym__delete_span_start] = ACTIONS(2153), + [sym__edit_comment_span_start] = ACTIONS(2153), + [sym__single_quote_span_open] = ACTIONS(2153), + [sym__double_quote_span_open] = ACTIONS(2153), + [sym__shortcode_open_escaped] = ACTIONS(2153), + [sym__shortcode_open] = ACTIONS(2153), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2153), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2153), + [sym__cite_author_in_text] = ACTIONS(2153), + [sym__cite_suppress_author] = ACTIONS(2153), + [sym__strikeout_open] = ACTIONS(2153), + [sym__subscript_open] = ACTIONS(2153), + [sym__superscript_open] = ACTIONS(2153), + [sym__inline_note_start_token] = ACTIONS(2153), + [sym__strong_emphasis_open_star] = ACTIONS(2153), + [sym__strong_emphasis_open_underscore] = ACTIONS(2153), + [sym__emphasis_open_star] = ACTIONS(2153), + [sym__emphasis_open_underscore] = ACTIONS(2153), + [sym_inline_note_reference] = ACTIONS(2153), + [sym_html_element] = ACTIONS(2153), + [sym__pandoc_line_break] = ACTIONS(2153), + [sym__caption_start] = ACTIONS(2153), }, [STATE(160)] = { - [sym_list_marker_example] = STATE(13), - [sym__list_item_example] = STATE(160), - [aux_sym__list_example_repeat1] = STATE(160), + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_parenthesis] = STATE(161), + [aux_sym__list_parenthesis_repeat1] = STATE(161), + [sym_entity_reference] = ACTIONS(2157), + [sym_numeric_character_reference] = ACTIONS(2157), + [anon_sym_LBRACK] = ACTIONS(2157), + [anon_sym_BANG_LBRACK] = ACTIONS(2157), + [anon_sym_DOLLAR] = ACTIONS(2159), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2157), + [anon_sym_LBRACE] = ACTIONS(2157), + [aux_sym_pandoc_str_token1] = ACTIONS(2159), + [anon_sym_PIPE] = ACTIONS(2157), + [sym__whitespace] = ACTIONS(2157), + [sym__line_ending] = ACTIONS(2157), + [sym__soft_line_ending] = ACTIONS(2157), + [sym__block_close] = ACTIONS(2157), + [sym__block_quote_start] = ACTIONS(2157), + [sym_atx_h1_marker] = ACTIONS(2157), + [sym_atx_h2_marker] = ACTIONS(2157), + [sym_atx_h3_marker] = ACTIONS(2157), + [sym_atx_h4_marker] = ACTIONS(2157), + [sym_atx_h5_marker] = ACTIONS(2157), + [sym_atx_h6_marker] = ACTIONS(2157), + [sym__thematic_break] = ACTIONS(2157), + [sym__list_marker_minus] = ACTIONS(2157), + [sym__list_marker_plus] = ACTIONS(2157), + [sym__list_marker_star] = ACTIONS(2157), + [sym__list_marker_parenthesis] = ACTIONS(49), + [sym__list_marker_dot] = ACTIONS(2157), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2157), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2157), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2157), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2157), + [sym__list_marker_example] = ACTIONS(2157), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2157), + [sym__fenced_code_block_start_backtick] = ACTIONS(2157), + [sym_minus_metadata] = ACTIONS(2157), + [sym__pipe_table_start] = ACTIONS(2157), + [sym__fenced_div_start] = ACTIONS(2157), + [sym_ref_id_specifier] = ACTIONS(2157), + [sym__code_span_start] = ACTIONS(2157), + [sym__html_comment] = ACTIONS(2157), + [sym__autolink] = ACTIONS(2157), + [sym__highlight_span_start] = ACTIONS(2157), + [sym__insert_span_start] = ACTIONS(2157), + [sym__delete_span_start] = ACTIONS(2157), + [sym__edit_comment_span_start] = ACTIONS(2157), + [sym__single_quote_span_open] = ACTIONS(2157), + [sym__double_quote_span_open] = ACTIONS(2157), + [sym__shortcode_open_escaped] = ACTIONS(2157), + [sym__shortcode_open] = ACTIONS(2157), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2157), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2157), + [sym__cite_author_in_text] = ACTIONS(2157), + [sym__cite_suppress_author] = ACTIONS(2157), + [sym__strikeout_open] = ACTIONS(2157), + [sym__subscript_open] = ACTIONS(2157), + [sym__superscript_open] = ACTIONS(2157), + [sym__inline_note_start_token] = ACTIONS(2157), + [sym__strong_emphasis_open_star] = ACTIONS(2157), + [sym__strong_emphasis_open_underscore] = ACTIONS(2157), + [sym__emphasis_open_star] = ACTIONS(2157), + [sym__emphasis_open_underscore] = ACTIONS(2157), + [sym_inline_note_reference] = ACTIONS(2157), + [sym_html_element] = ACTIONS(2157), + [sym__pandoc_line_break] = ACTIONS(2157), + [sym__caption_start] = ACTIONS(2157), + }, + [STATE(161)] = { + [sym_list_marker_parenthesis] = STATE(11), + [sym__list_item_parenthesis] = STATE(161), + [aux_sym__list_parenthesis_repeat1] = STATE(161), + [sym_entity_reference] = ACTIONS(2134), + [sym_numeric_character_reference] = ACTIONS(2134), + [anon_sym_LBRACK] = ACTIONS(2134), + [anon_sym_BANG_LBRACK] = ACTIONS(2134), + [anon_sym_DOLLAR] = ACTIONS(2136), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2134), + [anon_sym_LBRACE] = ACTIONS(2134), + [aux_sym_pandoc_str_token1] = ACTIONS(2136), + [anon_sym_PIPE] = ACTIONS(2134), + [sym__whitespace] = ACTIONS(2134), + [sym__line_ending] = ACTIONS(2134), + [sym__soft_line_ending] = ACTIONS(2134), + [sym__block_close] = ACTIONS(2134), + [sym__block_quote_start] = ACTIONS(2134), + [sym_atx_h1_marker] = ACTIONS(2134), + [sym_atx_h2_marker] = ACTIONS(2134), + [sym_atx_h3_marker] = ACTIONS(2134), + [sym_atx_h4_marker] = ACTIONS(2134), + [sym_atx_h5_marker] = ACTIONS(2134), + [sym_atx_h6_marker] = ACTIONS(2134), + [sym__thematic_break] = ACTIONS(2134), + [sym__list_marker_minus] = ACTIONS(2134), + [sym__list_marker_plus] = ACTIONS(2134), + [sym__list_marker_star] = ACTIONS(2134), + [sym__list_marker_parenthesis] = ACTIONS(2138), + [sym__list_marker_dot] = ACTIONS(2134), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2134), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2134), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2134), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2138), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2134), + [sym__list_marker_example] = ACTIONS(2134), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2134), + [sym__fenced_code_block_start_backtick] = ACTIONS(2134), + [sym_minus_metadata] = ACTIONS(2134), + [sym__pipe_table_start] = ACTIONS(2134), + [sym__fenced_div_start] = ACTIONS(2134), + [sym_ref_id_specifier] = ACTIONS(2134), + [sym__code_span_start] = ACTIONS(2134), + [sym__html_comment] = ACTIONS(2134), + [sym__autolink] = ACTIONS(2134), + [sym__highlight_span_start] = ACTIONS(2134), + [sym__insert_span_start] = ACTIONS(2134), + [sym__delete_span_start] = ACTIONS(2134), + [sym__edit_comment_span_start] = ACTIONS(2134), + [sym__single_quote_span_open] = ACTIONS(2134), + [sym__double_quote_span_open] = ACTIONS(2134), + [sym__shortcode_open_escaped] = ACTIONS(2134), + [sym__shortcode_open] = ACTIONS(2134), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2134), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2134), + [sym__cite_author_in_text] = ACTIONS(2134), + [sym__cite_suppress_author] = ACTIONS(2134), + [sym__strikeout_open] = ACTIONS(2134), + [sym__subscript_open] = ACTIONS(2134), + [sym__superscript_open] = ACTIONS(2134), + [sym__inline_note_start_token] = ACTIONS(2134), + [sym__strong_emphasis_open_star] = ACTIONS(2134), + [sym__strong_emphasis_open_underscore] = ACTIONS(2134), + [sym__emphasis_open_star] = ACTIONS(2134), + [sym__emphasis_open_underscore] = ACTIONS(2134), + [sym_inline_note_reference] = ACTIONS(2134), + [sym_html_element] = ACTIONS(2134), + [sym__pandoc_line_break] = ACTIONS(2134), + [sym__caption_start] = ACTIONS(2134), + }, + [STATE(162)] = { + [sym_list_marker_example] = STATE(12), + [sym__list_item_example] = STATE(162), + [aux_sym__list_example_repeat1] = STATE(162), [sym_entity_reference] = ACTIONS(2127), [sym_numeric_character_reference] = ACTIONS(2127), [anon_sym_LBRACK] = ACTIONS(2127), @@ -41509,220 +42025,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2127), [sym__caption_start] = ACTIONS(2127), }, - [STATE(161)] = { - [sym_list_marker_plus] = STATE(2), - [sym__list_item_plus] = STATE(169), - [aux_sym__list_plus_repeat1] = STATE(169), - [ts_builtin_sym_end] = ACTIONS(2134), - [sym_entity_reference] = ACTIONS(2134), - [sym_numeric_character_reference] = ACTIONS(2134), - [anon_sym_LBRACK] = ACTIONS(2134), - [anon_sym_BANG_LBRACK] = ACTIONS(2134), - [anon_sym_DOLLAR] = ACTIONS(2136), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2134), - [anon_sym_LBRACE] = ACTIONS(2134), - [aux_sym_pandoc_str_token1] = ACTIONS(2136), - [anon_sym_PIPE] = ACTIONS(2134), - [sym__whitespace] = ACTIONS(2134), - [sym__line_ending] = ACTIONS(2134), - [sym__soft_line_ending] = ACTIONS(2134), - [sym__block_quote_start] = ACTIONS(2134), - [sym_atx_h1_marker] = ACTIONS(2134), - [sym_atx_h2_marker] = ACTIONS(2134), - [sym_atx_h3_marker] = ACTIONS(2134), - [sym_atx_h4_marker] = ACTIONS(2134), - [sym_atx_h5_marker] = ACTIONS(2134), - [sym_atx_h6_marker] = ACTIONS(2134), - [sym__thematic_break] = ACTIONS(2134), - [sym__list_marker_minus] = ACTIONS(2134), - [sym__list_marker_plus] = ACTIONS(45), - [sym__list_marker_star] = ACTIONS(2134), - [sym__list_marker_parenthesis] = ACTIONS(2134), - [sym__list_marker_dot] = ACTIONS(2134), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2134), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2134), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2134), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2134), - [sym__list_marker_example] = ACTIONS(2134), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2134), - [sym__fenced_code_block_start_backtick] = ACTIONS(2134), - [sym_minus_metadata] = ACTIONS(2134), - [sym__pipe_table_start] = ACTIONS(2134), - [sym__fenced_div_start] = ACTIONS(2134), - [sym_ref_id_specifier] = ACTIONS(2134), - [sym__code_span_start] = ACTIONS(2134), - [sym__html_comment] = ACTIONS(2134), - [sym__autolink] = ACTIONS(2134), - [sym__highlight_span_start] = ACTIONS(2134), - [sym__insert_span_start] = ACTIONS(2134), - [sym__delete_span_start] = ACTIONS(2134), - [sym__edit_comment_span_start] = ACTIONS(2134), - [sym__single_quote_span_open] = ACTIONS(2134), - [sym__double_quote_span_open] = ACTIONS(2134), - [sym__shortcode_open_escaped] = ACTIONS(2134), - [sym__shortcode_open] = ACTIONS(2134), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2134), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2134), - [sym__cite_author_in_text] = ACTIONS(2134), - [sym__cite_suppress_author] = ACTIONS(2134), - [sym__strikeout_open] = ACTIONS(2134), - [sym__subscript_open] = ACTIONS(2134), - [sym__superscript_open] = ACTIONS(2134), - [sym__inline_note_start_token] = ACTIONS(2134), - [sym__strong_emphasis_open_star] = ACTIONS(2134), - [sym__strong_emphasis_open_underscore] = ACTIONS(2134), - [sym__emphasis_open_star] = ACTIONS(2134), - [sym__emphasis_open_underscore] = ACTIONS(2134), - [sym_inline_note_reference] = ACTIONS(2134), - [sym_html_element] = ACTIONS(2134), - [sym__pandoc_line_break] = ACTIONS(2134), - [sym__caption_start] = ACTIONS(2134), - }, - [STATE(162)] = { - [sym_list_marker_parenthesis] = STATE(12), - [sym__list_item_parenthesis] = STATE(157), - [aux_sym__list_parenthesis_repeat1] = STATE(157), - [sym_entity_reference] = ACTIONS(2164), - [sym_numeric_character_reference] = ACTIONS(2164), - [anon_sym_LBRACK] = ACTIONS(2164), - [anon_sym_BANG_LBRACK] = ACTIONS(2164), - [anon_sym_DOLLAR] = ACTIONS(2166), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2164), - [anon_sym_LBRACE] = ACTIONS(2164), - [aux_sym_pandoc_str_token1] = ACTIONS(2166), - [anon_sym_PIPE] = ACTIONS(2164), - [sym__whitespace] = ACTIONS(2164), - [sym__line_ending] = ACTIONS(2164), - [sym__soft_line_ending] = ACTIONS(2164), - [sym__block_close] = ACTIONS(2164), - [sym__block_quote_start] = ACTIONS(2164), - [sym_atx_h1_marker] = ACTIONS(2164), - [sym_atx_h2_marker] = ACTIONS(2164), - [sym_atx_h3_marker] = ACTIONS(2164), - [sym_atx_h4_marker] = ACTIONS(2164), - [sym_atx_h5_marker] = ACTIONS(2164), - [sym_atx_h6_marker] = ACTIONS(2164), - [sym__thematic_break] = ACTIONS(2164), - [sym__list_marker_minus] = ACTIONS(2164), - [sym__list_marker_plus] = ACTIONS(2164), - [sym__list_marker_star] = ACTIONS(2164), - [sym__list_marker_parenthesis] = ACTIONS(49), - [sym__list_marker_dot] = ACTIONS(2164), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2164), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2164), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2164), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(49), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2164), - [sym__list_marker_example] = ACTIONS(2164), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2164), - [sym__fenced_code_block_start_backtick] = ACTIONS(2164), - [sym_minus_metadata] = ACTIONS(2164), - [sym__pipe_table_start] = ACTIONS(2164), - [sym__fenced_div_start] = ACTIONS(2164), - [sym_ref_id_specifier] = ACTIONS(2164), - [sym__code_span_start] = ACTIONS(2164), - [sym__html_comment] = ACTIONS(2164), - [sym__autolink] = ACTIONS(2164), - [sym__highlight_span_start] = ACTIONS(2164), - [sym__insert_span_start] = ACTIONS(2164), - [sym__delete_span_start] = ACTIONS(2164), - [sym__edit_comment_span_start] = ACTIONS(2164), - [sym__single_quote_span_open] = ACTIONS(2164), - [sym__double_quote_span_open] = ACTIONS(2164), - [sym__shortcode_open_escaped] = ACTIONS(2164), - [sym__shortcode_open] = ACTIONS(2164), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2164), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2164), - [sym__cite_author_in_text] = ACTIONS(2164), - [sym__cite_suppress_author] = ACTIONS(2164), - [sym__strikeout_open] = ACTIONS(2164), - [sym__subscript_open] = ACTIONS(2164), - [sym__superscript_open] = ACTIONS(2164), - [sym__inline_note_start_token] = ACTIONS(2164), - [sym__strong_emphasis_open_star] = ACTIONS(2164), - [sym__strong_emphasis_open_underscore] = ACTIONS(2164), - [sym__emphasis_open_star] = ACTIONS(2164), - [sym__emphasis_open_underscore] = ACTIONS(2164), - [sym_inline_note_reference] = ACTIONS(2164), - [sym_html_element] = ACTIONS(2164), - [sym__pandoc_line_break] = ACTIONS(2164), - [sym__caption_start] = ACTIONS(2164), - }, [STATE(163)] = { - [sym_pipe_table_row] = STATE(3059), - [sym_pipe_table_cell] = STATE(2855), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym_pipe_table_row_repeat1] = STATE(347), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), - [sym_entity_reference] = ACTIONS(2047), - [sym_numeric_character_reference] = ACTIONS(2047), - [anon_sym_LBRACK] = ACTIONS(2049), - [anon_sym_BANG_LBRACK] = ACTIONS(2051), - [anon_sym_DOLLAR] = ACTIONS(2053), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2055), - [anon_sym_LBRACE] = ACTIONS(2057), - [aux_sym_pandoc_str_token1] = ACTIONS(2059), - [anon_sym_PIPE] = ACTIONS(2061), - [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(2067), - [sym__html_comment] = ACTIONS(2047), - [sym__autolink] = ACTIONS(2047), - [sym__highlight_span_start] = ACTIONS(2069), - [sym__insert_span_start] = ACTIONS(2071), - [sym__delete_span_start] = ACTIONS(2073), - [sym__edit_comment_span_start] = ACTIONS(2075), - [sym__single_quote_span_open] = ACTIONS(2077), - [sym__double_quote_span_open] = ACTIONS(2079), - [sym__shortcode_open_escaped] = ACTIONS(2081), - [sym__shortcode_open] = ACTIONS(2083), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2085), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2087), - [sym__cite_author_in_text] = ACTIONS(2089), - [sym__cite_suppress_author] = ACTIONS(2091), - [sym__strikeout_open] = ACTIONS(2093), - [sym__subscript_open] = ACTIONS(2095), - [sym__superscript_open] = ACTIONS(2097), - [sym__inline_note_start_token] = ACTIONS(2099), - [sym__strong_emphasis_open_star] = ACTIONS(2101), - [sym__strong_emphasis_open_underscore] = ACTIONS(2103), - [sym__emphasis_open_star] = ACTIONS(2105), - [sym__emphasis_open_underscore] = ACTIONS(2107), - [sym_inline_note_reference] = ACTIONS(2047), - [sym_html_element] = ACTIONS(2047), - [sym__pipe_table_delimiter] = ACTIONS(2109), - [sym__pandoc_line_break] = ACTIONS(2047), + [sym_list_marker_example] = STATE(12), + [sym__list_item_example] = STATE(162), + [aux_sym__list_example_repeat1] = STATE(162), + [sym_entity_reference] = ACTIONS(2161), + [sym_numeric_character_reference] = ACTIONS(2161), + [anon_sym_LBRACK] = ACTIONS(2161), + [anon_sym_BANG_LBRACK] = ACTIONS(2161), + [anon_sym_DOLLAR] = ACTIONS(2163), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2161), + [anon_sym_LBRACE] = ACTIONS(2161), + [aux_sym_pandoc_str_token1] = ACTIONS(2163), + [anon_sym_PIPE] = ACTIONS(2161), + [sym__whitespace] = ACTIONS(2161), + [sym__line_ending] = ACTIONS(2161), + [sym__soft_line_ending] = ACTIONS(2161), + [sym__block_close] = ACTIONS(2161), + [sym__block_quote_start] = ACTIONS(2161), + [sym_atx_h1_marker] = ACTIONS(2161), + [sym_atx_h2_marker] = ACTIONS(2161), + [sym_atx_h3_marker] = ACTIONS(2161), + [sym_atx_h4_marker] = ACTIONS(2161), + [sym_atx_h5_marker] = ACTIONS(2161), + [sym_atx_h6_marker] = ACTIONS(2161), + [sym__thematic_break] = ACTIONS(2161), + [sym__list_marker_minus] = ACTIONS(2161), + [sym__list_marker_plus] = ACTIONS(2161), + [sym__list_marker_star] = ACTIONS(2161), + [sym__list_marker_parenthesis] = ACTIONS(2161), + [sym__list_marker_dot] = ACTIONS(2161), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2161), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2161), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2161), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2161), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2161), + [sym__list_marker_example] = ACTIONS(53), + [sym__list_marker_example_dont_interrupt] = ACTIONS(53), + [sym__fenced_code_block_start_backtick] = ACTIONS(2161), + [sym_minus_metadata] = ACTIONS(2161), + [sym__pipe_table_start] = ACTIONS(2161), + [sym__fenced_div_start] = ACTIONS(2161), + [sym_ref_id_specifier] = ACTIONS(2161), + [sym__code_span_start] = ACTIONS(2161), + [sym__html_comment] = ACTIONS(2161), + [sym__autolink] = ACTIONS(2161), + [sym__highlight_span_start] = ACTIONS(2161), + [sym__insert_span_start] = ACTIONS(2161), + [sym__delete_span_start] = ACTIONS(2161), + [sym__edit_comment_span_start] = ACTIONS(2161), + [sym__single_quote_span_open] = ACTIONS(2161), + [sym__double_quote_span_open] = ACTIONS(2161), + [sym__shortcode_open_escaped] = ACTIONS(2161), + [sym__shortcode_open] = ACTIONS(2161), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2161), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2161), + [sym__cite_author_in_text] = ACTIONS(2161), + [sym__cite_suppress_author] = ACTIONS(2161), + [sym__strikeout_open] = ACTIONS(2161), + [sym__subscript_open] = ACTIONS(2161), + [sym__superscript_open] = ACTIONS(2161), + [sym__inline_note_start_token] = ACTIONS(2161), + [sym__strong_emphasis_open_star] = ACTIONS(2161), + [sym__strong_emphasis_open_underscore] = ACTIONS(2161), + [sym__emphasis_open_star] = ACTIONS(2161), + [sym__emphasis_open_underscore] = ACTIONS(2161), + [sym_inline_note_reference] = ACTIONS(2161), + [sym_html_element] = ACTIONS(2161), + [sym__pandoc_line_break] = ACTIONS(2161), + [sym__caption_start] = ACTIONS(2161), }, [STATE(164)] = { - [sym_list_marker_parenthesis] = STATE(5), - [sym__list_item_parenthesis] = STATE(164), - [aux_sym__list_parenthesis_repeat1] = STATE(164), + [sym_list_marker_star] = STATE(9), + [sym__list_item_star] = STATE(164), + [aux_sym__list_star_repeat1] = STATE(164), [ts_builtin_sym_end] = ACTIONS(2120), [sym_entity_reference] = ACTIONS(2120), [sym_numeric_character_reference] = ACTIONS(2120), @@ -41746,13 +42122,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__thematic_break] = ACTIONS(2120), [sym__list_marker_minus] = ACTIONS(2120), [sym__list_marker_plus] = ACTIONS(2120), - [sym__list_marker_star] = ACTIONS(2120), - [sym__list_marker_parenthesis] = ACTIONS(2124), + [sym__list_marker_star] = ACTIONS(2124), + [sym__list_marker_parenthesis] = ACTIONS(2120), [sym__list_marker_dot] = ACTIONS(2120), [sym__list_marker_minus_dont_interrupt] = ACTIONS(2120), [sym__list_marker_plus_dont_interrupt] = ACTIONS(2120), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2120), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2124), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2124), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2120), [sym__list_marker_dot_dont_interrupt] = ACTIONS(2120), [sym__list_marker_example] = ACTIONS(2120), [sym__list_marker_example_dont_interrupt] = ACTIONS(2120), @@ -41790,149 +42166,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2120), }, [STATE(165)] = { - [sym_list_marker_example] = STATE(13), - [sym__list_item_example] = STATE(160), - [aux_sym__list_example_repeat1] = STATE(160), - [sym_entity_reference] = ACTIONS(2168), - [sym_numeric_character_reference] = ACTIONS(2168), - [anon_sym_LBRACK] = ACTIONS(2168), - [anon_sym_BANG_LBRACK] = ACTIONS(2168), - [anon_sym_DOLLAR] = ACTIONS(2170), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2168), - [anon_sym_LBRACE] = ACTIONS(2168), - [aux_sym_pandoc_str_token1] = ACTIONS(2170), - [anon_sym_PIPE] = ACTIONS(2168), - [sym__whitespace] = ACTIONS(2168), - [sym__line_ending] = ACTIONS(2168), - [sym__soft_line_ending] = ACTIONS(2168), - [sym__block_close] = ACTIONS(2168), - [sym__block_quote_start] = ACTIONS(2168), - [sym_atx_h1_marker] = ACTIONS(2168), - [sym_atx_h2_marker] = ACTIONS(2168), - [sym_atx_h3_marker] = ACTIONS(2168), - [sym_atx_h4_marker] = ACTIONS(2168), - [sym_atx_h5_marker] = ACTIONS(2168), - [sym_atx_h6_marker] = ACTIONS(2168), - [sym__thematic_break] = ACTIONS(2168), - [sym__list_marker_minus] = ACTIONS(2168), - [sym__list_marker_plus] = ACTIONS(2168), - [sym__list_marker_star] = ACTIONS(2168), - [sym__list_marker_parenthesis] = ACTIONS(2168), - [sym__list_marker_dot] = ACTIONS(2168), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2168), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2168), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2168), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2168), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2168), - [sym__list_marker_example] = ACTIONS(53), - [sym__list_marker_example_dont_interrupt] = ACTIONS(53), - [sym__fenced_code_block_start_backtick] = ACTIONS(2168), - [sym_minus_metadata] = ACTIONS(2168), - [sym__pipe_table_start] = ACTIONS(2168), - [sym__fenced_div_start] = ACTIONS(2168), - [sym_ref_id_specifier] = ACTIONS(2168), - [sym__code_span_start] = ACTIONS(2168), - [sym__html_comment] = ACTIONS(2168), - [sym__autolink] = ACTIONS(2168), - [sym__highlight_span_start] = ACTIONS(2168), - [sym__insert_span_start] = ACTIONS(2168), - [sym__delete_span_start] = ACTIONS(2168), - [sym__edit_comment_span_start] = ACTIONS(2168), - [sym__single_quote_span_open] = ACTIONS(2168), - [sym__double_quote_span_open] = ACTIONS(2168), - [sym__shortcode_open_escaped] = ACTIONS(2168), - [sym__shortcode_open] = ACTIONS(2168), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2168), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2168), - [sym__cite_author_in_text] = ACTIONS(2168), - [sym__cite_suppress_author] = ACTIONS(2168), - [sym__strikeout_open] = ACTIONS(2168), - [sym__subscript_open] = ACTIONS(2168), - [sym__superscript_open] = ACTIONS(2168), - [sym__inline_note_start_token] = ACTIONS(2168), - [sym__strong_emphasis_open_star] = ACTIONS(2168), - [sym__strong_emphasis_open_underscore] = ACTIONS(2168), - [sym__emphasis_open_star] = ACTIONS(2168), - [sym__emphasis_open_underscore] = ACTIONS(2168), - [sym_inline_note_reference] = ACTIONS(2168), - [sym_html_element] = ACTIONS(2168), - [sym__pandoc_line_break] = ACTIONS(2168), - [sym__caption_start] = ACTIONS(2168), + [sym_list_marker_example] = STATE(5), + [sym__list_item_example] = STATE(165), + [aux_sym__list_example_repeat1] = STATE(165), + [ts_builtin_sym_end] = ACTIONS(2127), + [sym_entity_reference] = ACTIONS(2127), + [sym_numeric_character_reference] = ACTIONS(2127), + [anon_sym_LBRACK] = ACTIONS(2127), + [anon_sym_BANG_LBRACK] = ACTIONS(2127), + [anon_sym_DOLLAR] = ACTIONS(2129), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2127), + [anon_sym_LBRACE] = ACTIONS(2127), + [aux_sym_pandoc_str_token1] = ACTIONS(2129), + [anon_sym_PIPE] = ACTIONS(2127), + [sym__whitespace] = ACTIONS(2127), + [sym__line_ending] = ACTIONS(2127), + [sym__soft_line_ending] = ACTIONS(2127), + [sym__block_quote_start] = ACTIONS(2127), + [sym_atx_h1_marker] = ACTIONS(2127), + [sym_atx_h2_marker] = ACTIONS(2127), + [sym_atx_h3_marker] = ACTIONS(2127), + [sym_atx_h4_marker] = ACTIONS(2127), + [sym_atx_h5_marker] = ACTIONS(2127), + [sym_atx_h6_marker] = ACTIONS(2127), + [sym__thematic_break] = ACTIONS(2127), + [sym__list_marker_minus] = ACTIONS(2127), + [sym__list_marker_plus] = ACTIONS(2127), + [sym__list_marker_star] = ACTIONS(2127), + [sym__list_marker_parenthesis] = ACTIONS(2127), + [sym__list_marker_dot] = ACTIONS(2127), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2127), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2127), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2127), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2127), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2127), + [sym__list_marker_example] = ACTIONS(2131), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2131), + [sym__fenced_code_block_start_backtick] = ACTIONS(2127), + [sym_minus_metadata] = ACTIONS(2127), + [sym__pipe_table_start] = ACTIONS(2127), + [sym__fenced_div_start] = ACTIONS(2127), + [sym_ref_id_specifier] = ACTIONS(2127), + [sym__code_span_start] = ACTIONS(2127), + [sym__html_comment] = ACTIONS(2127), + [sym__autolink] = ACTIONS(2127), + [sym__highlight_span_start] = ACTIONS(2127), + [sym__insert_span_start] = ACTIONS(2127), + [sym__delete_span_start] = ACTIONS(2127), + [sym__edit_comment_span_start] = ACTIONS(2127), + [sym__single_quote_span_open] = ACTIONS(2127), + [sym__double_quote_span_open] = ACTIONS(2127), + [sym__shortcode_open_escaped] = ACTIONS(2127), + [sym__shortcode_open] = ACTIONS(2127), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2127), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2127), + [sym__cite_author_in_text] = ACTIONS(2127), + [sym__cite_suppress_author] = ACTIONS(2127), + [sym__strikeout_open] = ACTIONS(2127), + [sym__subscript_open] = ACTIONS(2127), + [sym__superscript_open] = ACTIONS(2127), + [sym__inline_note_start_token] = ACTIONS(2127), + [sym__strong_emphasis_open_star] = ACTIONS(2127), + [sym__strong_emphasis_open_underscore] = ACTIONS(2127), + [sym__emphasis_open_star] = ACTIONS(2127), + [sym__emphasis_open_underscore] = ACTIONS(2127), + [sym_inline_note_reference] = ACTIONS(2127), + [sym_html_element] = ACTIONS(2127), + [sym__pandoc_line_break] = ACTIONS(2127), + [sym__caption_start] = ACTIONS(2127), }, [STATE(166)] = { - [sym_list_marker_star] = STATE(10), - [sym__list_item_star] = STATE(147), - [aux_sym__list_star_repeat1] = STATE(147), - [sym_entity_reference] = ACTIONS(2156), - [sym_numeric_character_reference] = ACTIONS(2156), - [anon_sym_LBRACK] = ACTIONS(2156), - [anon_sym_BANG_LBRACK] = ACTIONS(2156), - [anon_sym_DOLLAR] = ACTIONS(2158), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2156), - [anon_sym_LBRACE] = ACTIONS(2156), - [aux_sym_pandoc_str_token1] = ACTIONS(2158), - [anon_sym_PIPE] = ACTIONS(2156), - [sym__whitespace] = ACTIONS(2156), - [sym__line_ending] = ACTIONS(2156), - [sym__soft_line_ending] = ACTIONS(2156), - [sym__block_close] = ACTIONS(2156), - [sym__block_quote_start] = ACTIONS(2156), - [sym_atx_h1_marker] = ACTIONS(2156), - [sym_atx_h2_marker] = ACTIONS(2156), - [sym_atx_h3_marker] = ACTIONS(2156), - [sym_atx_h4_marker] = ACTIONS(2156), - [sym_atx_h5_marker] = ACTIONS(2156), - [sym_atx_h6_marker] = ACTIONS(2156), - [sym__thematic_break] = ACTIONS(2156), - [sym__list_marker_minus] = ACTIONS(2156), - [sym__list_marker_plus] = ACTIONS(2156), - [sym__list_marker_star] = ACTIONS(47), - [sym__list_marker_parenthesis] = ACTIONS(2156), - [sym__list_marker_dot] = ACTIONS(2156), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2156), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2156), - [sym__list_marker_star_dont_interrupt] = ACTIONS(47), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2156), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2156), - [sym__list_marker_example] = ACTIONS(2156), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2156), - [sym__fenced_code_block_start_backtick] = ACTIONS(2156), - [sym_minus_metadata] = ACTIONS(2156), - [sym__pipe_table_start] = ACTIONS(2156), - [sym__fenced_div_start] = ACTIONS(2156), - [sym_ref_id_specifier] = ACTIONS(2156), - [sym__code_span_start] = ACTIONS(2156), - [sym__html_comment] = ACTIONS(2156), - [sym__autolink] = ACTIONS(2156), - [sym__highlight_span_start] = ACTIONS(2156), - [sym__insert_span_start] = ACTIONS(2156), - [sym__delete_span_start] = ACTIONS(2156), - [sym__edit_comment_span_start] = ACTIONS(2156), - [sym__single_quote_span_open] = ACTIONS(2156), - [sym__double_quote_span_open] = ACTIONS(2156), - [sym__shortcode_open_escaped] = ACTIONS(2156), - [sym__shortcode_open] = ACTIONS(2156), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2156), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2156), - [sym__cite_author_in_text] = ACTIONS(2156), - [sym__cite_suppress_author] = ACTIONS(2156), - [sym__strikeout_open] = ACTIONS(2156), - [sym__subscript_open] = ACTIONS(2156), - [sym__superscript_open] = ACTIONS(2156), - [sym__inline_note_start_token] = ACTIONS(2156), - [sym__strong_emphasis_open_star] = ACTIONS(2156), - [sym__strong_emphasis_open_underscore] = ACTIONS(2156), - [sym__emphasis_open_star] = ACTIONS(2156), - [sym__emphasis_open_underscore] = ACTIONS(2156), - [sym_inline_note_reference] = ACTIONS(2156), - [sym_html_element] = ACTIONS(2156), - [sym__pandoc_line_break] = ACTIONS(2156), - [sym__caption_start] = ACTIONS(2156), - }, - [STATE(167)] = { - [sym_list_marker_plus] = STATE(8), - [sym__list_item_plus] = STATE(167), - [aux_sym__list_plus_repeat1] = STATE(167), + [sym_list_marker_dot] = STATE(3), + [sym__list_item_dot] = STATE(166), + [aux_sym__list_dot_repeat1] = STATE(166), + [ts_builtin_sym_end] = ACTIONS(2113), [sym_entity_reference] = ACTIONS(2113), [sym_numeric_character_reference] = ACTIONS(2113), [anon_sym_LBRACK] = ACTIONS(2113), @@ -41945,7 +42252,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2113), [sym__line_ending] = ACTIONS(2113), [sym__soft_line_ending] = ACTIONS(2113), - [sym__block_close] = ACTIONS(2113), [sym__block_quote_start] = ACTIONS(2113), [sym_atx_h1_marker] = ACTIONS(2113), [sym_atx_h2_marker] = ACTIONS(2113), @@ -41955,15 +42261,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_atx_h6_marker] = ACTIONS(2113), [sym__thematic_break] = ACTIONS(2113), [sym__list_marker_minus] = ACTIONS(2113), - [sym__list_marker_plus] = ACTIONS(2117), + [sym__list_marker_plus] = ACTIONS(2113), [sym__list_marker_star] = ACTIONS(2113), [sym__list_marker_parenthesis] = ACTIONS(2113), - [sym__list_marker_dot] = ACTIONS(2113), + [sym__list_marker_dot] = ACTIONS(2117), [sym__list_marker_minus_dont_interrupt] = ACTIONS(2113), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2117), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2113), [sym__list_marker_star_dont_interrupt] = ACTIONS(2113), [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2113), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2113), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2117), [sym__list_marker_example] = ACTIONS(2113), [sym__list_marker_example_dont_interrupt] = ACTIONS(2113), [sym__fenced_code_block_start_backtick] = ACTIONS(2113), @@ -41999,245 +42305,315 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2113), [sym__caption_start] = ACTIONS(2113), }, + [STATE(167)] = { + [sym_pipe_table_row] = STATE(3392), + [sym_pipe_table_cell] = STATE(2884), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym_pipe_table_row_repeat1] = STATE(337), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), + [sym_entity_reference] = ACTIONS(2047), + [sym_numeric_character_reference] = ACTIONS(2047), + [anon_sym_LBRACK] = ACTIONS(2049), + [anon_sym_BANG_LBRACK] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2053), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2055), + [anon_sym_LBRACE] = ACTIONS(2057), + [aux_sym_pandoc_str_token1] = ACTIONS(2059), + [anon_sym_PIPE] = ACTIONS(2061), + [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(2067), + [sym__html_comment] = ACTIONS(2047), + [sym__autolink] = ACTIONS(2047), + [sym__highlight_span_start] = ACTIONS(2069), + [sym__insert_span_start] = ACTIONS(2071), + [sym__delete_span_start] = ACTIONS(2073), + [sym__edit_comment_span_start] = ACTIONS(2075), + [sym__single_quote_span_open] = ACTIONS(2077), + [sym__double_quote_span_open] = ACTIONS(2079), + [sym__shortcode_open_escaped] = ACTIONS(2081), + [sym__shortcode_open] = ACTIONS(2083), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2085), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2087), + [sym__cite_author_in_text] = ACTIONS(2089), + [sym__cite_suppress_author] = ACTIONS(2091), + [sym__strikeout_open] = ACTIONS(2093), + [sym__subscript_open] = ACTIONS(2095), + [sym__superscript_open] = ACTIONS(2097), + [sym__inline_note_start_token] = ACTIONS(2099), + [sym__strong_emphasis_open_star] = ACTIONS(2101), + [sym__strong_emphasis_open_underscore] = ACTIONS(2103), + [sym__emphasis_open_star] = ACTIONS(2105), + [sym__emphasis_open_underscore] = ACTIONS(2107), + [sym_inline_note_reference] = ACTIONS(2047), + [sym_html_element] = ACTIONS(2047), + [sym__pipe_table_delimiter] = ACTIONS(2109), + [sym__pandoc_line_break] = ACTIONS(2047), + }, [STATE(168)] = { - [sym_list_marker_minus] = STATE(9), - [sym__list_item_minus] = STATE(168), - [aux_sym__list_minus_repeat1] = STATE(168), - [sym_entity_reference] = ACTIONS(2142), - [sym_numeric_character_reference] = ACTIONS(2142), - [anon_sym_LBRACK] = ACTIONS(2142), - [anon_sym_BANG_LBRACK] = ACTIONS(2142), - [anon_sym_DOLLAR] = ACTIONS(2144), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2142), - [anon_sym_LBRACE] = ACTIONS(2142), - [aux_sym_pandoc_str_token1] = ACTIONS(2144), - [anon_sym_PIPE] = ACTIONS(2142), - [sym__whitespace] = ACTIONS(2142), - [sym__line_ending] = ACTIONS(2142), - [sym__soft_line_ending] = ACTIONS(2142), - [sym__block_close] = ACTIONS(2142), - [sym__block_quote_start] = ACTIONS(2142), - [sym_atx_h1_marker] = ACTIONS(2142), - [sym_atx_h2_marker] = ACTIONS(2142), - [sym_atx_h3_marker] = ACTIONS(2142), - [sym_atx_h4_marker] = ACTIONS(2142), - [sym_atx_h5_marker] = ACTIONS(2142), - [sym_atx_h6_marker] = ACTIONS(2142), - [sym__thematic_break] = ACTIONS(2142), - [sym__list_marker_minus] = ACTIONS(2146), - [sym__list_marker_plus] = ACTIONS(2142), - [sym__list_marker_star] = ACTIONS(2142), - [sym__list_marker_parenthesis] = ACTIONS(2142), - [sym__list_marker_dot] = ACTIONS(2142), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2146), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2142), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2142), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2142), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2142), - [sym__list_marker_example] = ACTIONS(2142), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2142), - [sym__fenced_code_block_start_backtick] = ACTIONS(2142), - [sym_minus_metadata] = ACTIONS(2142), - [sym__pipe_table_start] = ACTIONS(2142), - [sym__fenced_div_start] = ACTIONS(2142), - [sym_ref_id_specifier] = ACTIONS(2142), - [sym__code_span_start] = ACTIONS(2142), - [sym__html_comment] = ACTIONS(2142), - [sym__autolink] = ACTIONS(2142), - [sym__highlight_span_start] = ACTIONS(2142), - [sym__insert_span_start] = ACTIONS(2142), - [sym__delete_span_start] = ACTIONS(2142), - [sym__edit_comment_span_start] = ACTIONS(2142), - [sym__single_quote_span_open] = ACTIONS(2142), - [sym__double_quote_span_open] = ACTIONS(2142), - [sym__shortcode_open_escaped] = ACTIONS(2142), - [sym__shortcode_open] = ACTIONS(2142), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2142), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2142), - [sym__cite_author_in_text] = ACTIONS(2142), - [sym__cite_suppress_author] = ACTIONS(2142), - [sym__strikeout_open] = ACTIONS(2142), - [sym__subscript_open] = ACTIONS(2142), - [sym__superscript_open] = ACTIONS(2142), - [sym__inline_note_start_token] = ACTIONS(2142), - [sym__strong_emphasis_open_star] = ACTIONS(2142), - [sym__strong_emphasis_open_underscore] = ACTIONS(2142), - [sym__emphasis_open_star] = ACTIONS(2142), - [sym__emphasis_open_underscore] = ACTIONS(2142), - [sym_inline_note_reference] = ACTIONS(2142), - [sym_html_element] = ACTIONS(2142), - [sym__pandoc_line_break] = ACTIONS(2142), - [sym__caption_start] = ACTIONS(2142), + [sym_list_marker_plus] = STATE(19), + [sym__list_item_plus] = STATE(169), + [aux_sym__list_plus_repeat1] = STATE(169), + [ts_builtin_sym_end] = ACTIONS(2141), + [sym_entity_reference] = ACTIONS(2141), + [sym_numeric_character_reference] = ACTIONS(2141), + [anon_sym_LBRACK] = ACTIONS(2141), + [anon_sym_BANG_LBRACK] = ACTIONS(2141), + [anon_sym_DOLLAR] = ACTIONS(2143), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2141), + [anon_sym_LBRACE] = ACTIONS(2141), + [aux_sym_pandoc_str_token1] = ACTIONS(2143), + [anon_sym_PIPE] = ACTIONS(2141), + [sym__whitespace] = ACTIONS(2141), + [sym__line_ending] = ACTIONS(2141), + [sym__soft_line_ending] = ACTIONS(2141), + [sym__block_quote_start] = ACTIONS(2141), + [sym_atx_h1_marker] = ACTIONS(2141), + [sym_atx_h2_marker] = ACTIONS(2141), + [sym_atx_h3_marker] = ACTIONS(2141), + [sym_atx_h4_marker] = ACTIONS(2141), + [sym_atx_h5_marker] = ACTIONS(2141), + [sym_atx_h6_marker] = ACTIONS(2141), + [sym__thematic_break] = ACTIONS(2141), + [sym__list_marker_minus] = ACTIONS(2141), + [sym__list_marker_plus] = ACTIONS(45), + [sym__list_marker_star] = ACTIONS(2141), + [sym__list_marker_parenthesis] = ACTIONS(2141), + [sym__list_marker_dot] = ACTIONS(2141), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2141), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(45), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2141), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2141), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2141), + [sym__list_marker_example] = ACTIONS(2141), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2141), + [sym__fenced_code_block_start_backtick] = ACTIONS(2141), + [sym_minus_metadata] = ACTIONS(2141), + [sym__pipe_table_start] = ACTIONS(2141), + [sym__fenced_div_start] = ACTIONS(2141), + [sym_ref_id_specifier] = ACTIONS(2141), + [sym__code_span_start] = ACTIONS(2141), + [sym__html_comment] = ACTIONS(2141), + [sym__autolink] = ACTIONS(2141), + [sym__highlight_span_start] = ACTIONS(2141), + [sym__insert_span_start] = ACTIONS(2141), + [sym__delete_span_start] = ACTIONS(2141), + [sym__edit_comment_span_start] = ACTIONS(2141), + [sym__single_quote_span_open] = ACTIONS(2141), + [sym__double_quote_span_open] = ACTIONS(2141), + [sym__shortcode_open_escaped] = ACTIONS(2141), + [sym__shortcode_open] = ACTIONS(2141), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2141), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2141), + [sym__cite_author_in_text] = ACTIONS(2141), + [sym__cite_suppress_author] = ACTIONS(2141), + [sym__strikeout_open] = ACTIONS(2141), + [sym__subscript_open] = ACTIONS(2141), + [sym__superscript_open] = ACTIONS(2141), + [sym__inline_note_start_token] = ACTIONS(2141), + [sym__strong_emphasis_open_star] = ACTIONS(2141), + [sym__strong_emphasis_open_underscore] = ACTIONS(2141), + [sym__emphasis_open_star] = ACTIONS(2141), + [sym__emphasis_open_underscore] = ACTIONS(2141), + [sym_inline_note_reference] = ACTIONS(2141), + [sym_html_element] = ACTIONS(2141), + [sym__pandoc_line_break] = ACTIONS(2141), + [sym__caption_start] = ACTIONS(2141), }, [STATE(169)] = { - [sym_list_marker_plus] = STATE(2), + [sym_list_marker_plus] = STATE(19), [sym__list_item_plus] = STATE(169), [aux_sym__list_plus_repeat1] = STATE(169), - [ts_builtin_sym_end] = ACTIONS(2113), - [sym_entity_reference] = ACTIONS(2113), - [sym_numeric_character_reference] = ACTIONS(2113), - [anon_sym_LBRACK] = ACTIONS(2113), - [anon_sym_BANG_LBRACK] = ACTIONS(2113), - [anon_sym_DOLLAR] = ACTIONS(2115), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2113), - [anon_sym_LBRACE] = ACTIONS(2113), - [aux_sym_pandoc_str_token1] = ACTIONS(2115), - [anon_sym_PIPE] = ACTIONS(2113), - [sym__whitespace] = ACTIONS(2113), - [sym__line_ending] = ACTIONS(2113), - [sym__soft_line_ending] = ACTIONS(2113), - [sym__block_quote_start] = ACTIONS(2113), - [sym_atx_h1_marker] = ACTIONS(2113), - [sym_atx_h2_marker] = ACTIONS(2113), - [sym_atx_h3_marker] = ACTIONS(2113), - [sym_atx_h4_marker] = ACTIONS(2113), - [sym_atx_h5_marker] = ACTIONS(2113), - [sym_atx_h6_marker] = ACTIONS(2113), - [sym__thematic_break] = ACTIONS(2113), - [sym__list_marker_minus] = ACTIONS(2113), - [sym__list_marker_plus] = ACTIONS(2117), - [sym__list_marker_star] = ACTIONS(2113), - [sym__list_marker_parenthesis] = ACTIONS(2113), - [sym__list_marker_dot] = ACTIONS(2113), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2113), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2117), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2113), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2113), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2113), - [sym__list_marker_example] = ACTIONS(2113), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2113), - [sym__fenced_code_block_start_backtick] = ACTIONS(2113), - [sym_minus_metadata] = ACTIONS(2113), - [sym__pipe_table_start] = ACTIONS(2113), - [sym__fenced_div_start] = ACTIONS(2113), - [sym_ref_id_specifier] = ACTIONS(2113), - [sym__code_span_start] = ACTIONS(2113), - [sym__html_comment] = ACTIONS(2113), - [sym__autolink] = ACTIONS(2113), - [sym__highlight_span_start] = ACTIONS(2113), - [sym__insert_span_start] = ACTIONS(2113), - [sym__delete_span_start] = ACTIONS(2113), - [sym__edit_comment_span_start] = ACTIONS(2113), - [sym__single_quote_span_open] = ACTIONS(2113), - [sym__double_quote_span_open] = ACTIONS(2113), - [sym__shortcode_open_escaped] = ACTIONS(2113), - [sym__shortcode_open] = ACTIONS(2113), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2113), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2113), - [sym__cite_author_in_text] = ACTIONS(2113), - [sym__cite_suppress_author] = ACTIONS(2113), - [sym__strikeout_open] = ACTIONS(2113), - [sym__subscript_open] = ACTIONS(2113), - [sym__superscript_open] = ACTIONS(2113), - [sym__inline_note_start_token] = ACTIONS(2113), - [sym__strong_emphasis_open_star] = ACTIONS(2113), - [sym__strong_emphasis_open_underscore] = ACTIONS(2113), - [sym__emphasis_open_star] = ACTIONS(2113), - [sym__emphasis_open_underscore] = ACTIONS(2113), - [sym_inline_note_reference] = ACTIONS(2113), - [sym_html_element] = ACTIONS(2113), - [sym__pandoc_line_break] = ACTIONS(2113), - [sym__caption_start] = ACTIONS(2113), + [ts_builtin_sym_end] = ACTIONS(2165), + [sym_entity_reference] = ACTIONS(2165), + [sym_numeric_character_reference] = ACTIONS(2165), + [anon_sym_LBRACK] = ACTIONS(2165), + [anon_sym_BANG_LBRACK] = ACTIONS(2165), + [anon_sym_DOLLAR] = ACTIONS(2167), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2165), + [anon_sym_LBRACE] = ACTIONS(2165), + [aux_sym_pandoc_str_token1] = ACTIONS(2167), + [anon_sym_PIPE] = ACTIONS(2165), + [sym__whitespace] = ACTIONS(2165), + [sym__line_ending] = ACTIONS(2165), + [sym__soft_line_ending] = ACTIONS(2165), + [sym__block_quote_start] = ACTIONS(2165), + [sym_atx_h1_marker] = ACTIONS(2165), + [sym_atx_h2_marker] = ACTIONS(2165), + [sym_atx_h3_marker] = ACTIONS(2165), + [sym_atx_h4_marker] = ACTIONS(2165), + [sym_atx_h5_marker] = ACTIONS(2165), + [sym_atx_h6_marker] = ACTIONS(2165), + [sym__thematic_break] = ACTIONS(2165), + [sym__list_marker_minus] = ACTIONS(2165), + [sym__list_marker_plus] = ACTIONS(2169), + [sym__list_marker_star] = ACTIONS(2165), + [sym__list_marker_parenthesis] = ACTIONS(2165), + [sym__list_marker_dot] = ACTIONS(2165), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2165), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2169), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2165), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2165), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2165), + [sym__list_marker_example] = ACTIONS(2165), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2165), + [sym__fenced_code_block_start_backtick] = ACTIONS(2165), + [sym_minus_metadata] = ACTIONS(2165), + [sym__pipe_table_start] = ACTIONS(2165), + [sym__fenced_div_start] = ACTIONS(2165), + [sym_ref_id_specifier] = ACTIONS(2165), + [sym__code_span_start] = ACTIONS(2165), + [sym__html_comment] = ACTIONS(2165), + [sym__autolink] = ACTIONS(2165), + [sym__highlight_span_start] = ACTIONS(2165), + [sym__insert_span_start] = ACTIONS(2165), + [sym__delete_span_start] = ACTIONS(2165), + [sym__edit_comment_span_start] = ACTIONS(2165), + [sym__single_quote_span_open] = ACTIONS(2165), + [sym__double_quote_span_open] = ACTIONS(2165), + [sym__shortcode_open_escaped] = ACTIONS(2165), + [sym__shortcode_open] = ACTIONS(2165), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2165), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2165), + [sym__cite_author_in_text] = ACTIONS(2165), + [sym__cite_suppress_author] = ACTIONS(2165), + [sym__strikeout_open] = ACTIONS(2165), + [sym__subscript_open] = ACTIONS(2165), + [sym__superscript_open] = ACTIONS(2165), + [sym__inline_note_start_token] = ACTIONS(2165), + [sym__strong_emphasis_open_star] = ACTIONS(2165), + [sym__strong_emphasis_open_underscore] = ACTIONS(2165), + [sym__emphasis_open_star] = ACTIONS(2165), + [sym__emphasis_open_underscore] = ACTIONS(2165), + [sym_inline_note_reference] = ACTIONS(2165), + [sym_html_element] = ACTIONS(2165), + [sym__pandoc_line_break] = ACTIONS(2165), + [sym__caption_start] = ACTIONS(2165), }, [STATE(170)] = { - [sym_list_marker_minus] = STATE(7), + [sym_list_marker_minus] = STATE(6), [sym__list_item_minus] = STATE(170), [aux_sym__list_minus_repeat1] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(2142), - [sym_entity_reference] = ACTIONS(2142), - [sym_numeric_character_reference] = ACTIONS(2142), - [anon_sym_LBRACK] = ACTIONS(2142), - [anon_sym_BANG_LBRACK] = ACTIONS(2142), - [anon_sym_DOLLAR] = ACTIONS(2144), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2142), - [anon_sym_LBRACE] = ACTIONS(2142), - [aux_sym_pandoc_str_token1] = ACTIONS(2144), - [anon_sym_PIPE] = ACTIONS(2142), - [sym__whitespace] = ACTIONS(2142), - [sym__line_ending] = ACTIONS(2142), - [sym__soft_line_ending] = ACTIONS(2142), - [sym__block_quote_start] = ACTIONS(2142), - [sym_atx_h1_marker] = ACTIONS(2142), - [sym_atx_h2_marker] = ACTIONS(2142), - [sym_atx_h3_marker] = ACTIONS(2142), - [sym_atx_h4_marker] = ACTIONS(2142), - [sym_atx_h5_marker] = ACTIONS(2142), - [sym_atx_h6_marker] = ACTIONS(2142), - [sym__thematic_break] = ACTIONS(2142), - [sym__list_marker_minus] = ACTIONS(2146), - [sym__list_marker_plus] = ACTIONS(2142), - [sym__list_marker_star] = ACTIONS(2142), - [sym__list_marker_parenthesis] = ACTIONS(2142), - [sym__list_marker_dot] = ACTIONS(2142), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2146), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2142), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2142), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2142), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2142), - [sym__list_marker_example] = ACTIONS(2142), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2142), - [sym__fenced_code_block_start_backtick] = ACTIONS(2142), - [sym_minus_metadata] = ACTIONS(2142), - [sym__pipe_table_start] = ACTIONS(2142), - [sym__fenced_div_start] = ACTIONS(2142), - [sym_ref_id_specifier] = ACTIONS(2142), - [sym__code_span_start] = ACTIONS(2142), - [sym__html_comment] = ACTIONS(2142), - [sym__autolink] = ACTIONS(2142), - [sym__highlight_span_start] = ACTIONS(2142), - [sym__insert_span_start] = ACTIONS(2142), - [sym__delete_span_start] = ACTIONS(2142), - [sym__edit_comment_span_start] = ACTIONS(2142), - [sym__single_quote_span_open] = ACTIONS(2142), - [sym__double_quote_span_open] = ACTIONS(2142), - [sym__shortcode_open_escaped] = ACTIONS(2142), - [sym__shortcode_open] = ACTIONS(2142), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2142), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2142), - [sym__cite_author_in_text] = ACTIONS(2142), - [sym__cite_suppress_author] = ACTIONS(2142), - [sym__strikeout_open] = ACTIONS(2142), - [sym__subscript_open] = ACTIONS(2142), - [sym__superscript_open] = ACTIONS(2142), - [sym__inline_note_start_token] = ACTIONS(2142), - [sym__strong_emphasis_open_star] = ACTIONS(2142), - [sym__strong_emphasis_open_underscore] = ACTIONS(2142), - [sym__emphasis_open_star] = ACTIONS(2142), - [sym__emphasis_open_underscore] = ACTIONS(2142), - [sym_inline_note_reference] = ACTIONS(2142), - [sym_html_element] = ACTIONS(2142), - [sym__pandoc_line_break] = ACTIONS(2142), - [sym__caption_start] = ACTIONS(2142), + [ts_builtin_sym_end] = ACTIONS(2172), + [sym_entity_reference] = ACTIONS(2172), + [sym_numeric_character_reference] = ACTIONS(2172), + [anon_sym_LBRACK] = ACTIONS(2172), + [anon_sym_BANG_LBRACK] = ACTIONS(2172), + [anon_sym_DOLLAR] = ACTIONS(2174), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2172), + [anon_sym_LBRACE] = ACTIONS(2172), + [aux_sym_pandoc_str_token1] = ACTIONS(2174), + [anon_sym_PIPE] = ACTIONS(2172), + [sym__whitespace] = ACTIONS(2172), + [sym__line_ending] = ACTIONS(2172), + [sym__soft_line_ending] = ACTIONS(2172), + [sym__block_quote_start] = ACTIONS(2172), + [sym_atx_h1_marker] = ACTIONS(2172), + [sym_atx_h2_marker] = ACTIONS(2172), + [sym_atx_h3_marker] = ACTIONS(2172), + [sym_atx_h4_marker] = ACTIONS(2172), + [sym_atx_h5_marker] = ACTIONS(2172), + [sym_atx_h6_marker] = ACTIONS(2172), + [sym__thematic_break] = ACTIONS(2172), + [sym__list_marker_minus] = ACTIONS(2176), + [sym__list_marker_plus] = ACTIONS(2172), + [sym__list_marker_star] = ACTIONS(2172), + [sym__list_marker_parenthesis] = ACTIONS(2172), + [sym__list_marker_dot] = ACTIONS(2172), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2176), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2172), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2172), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2172), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2172), + [sym__list_marker_example] = ACTIONS(2172), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2172), + [sym__fenced_code_block_start_backtick] = ACTIONS(2172), + [sym_minus_metadata] = ACTIONS(2172), + [sym__pipe_table_start] = ACTIONS(2172), + [sym__fenced_div_start] = ACTIONS(2172), + [sym_ref_id_specifier] = ACTIONS(2172), + [sym__code_span_start] = ACTIONS(2172), + [sym__html_comment] = ACTIONS(2172), + [sym__autolink] = ACTIONS(2172), + [sym__highlight_span_start] = ACTIONS(2172), + [sym__insert_span_start] = ACTIONS(2172), + [sym__delete_span_start] = ACTIONS(2172), + [sym__edit_comment_span_start] = ACTIONS(2172), + [sym__single_quote_span_open] = ACTIONS(2172), + [sym__double_quote_span_open] = ACTIONS(2172), + [sym__shortcode_open_escaped] = ACTIONS(2172), + [sym__shortcode_open] = ACTIONS(2172), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2172), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2172), + [sym__cite_author_in_text] = ACTIONS(2172), + [sym__cite_suppress_author] = ACTIONS(2172), + [sym__strikeout_open] = ACTIONS(2172), + [sym__subscript_open] = ACTIONS(2172), + [sym__superscript_open] = ACTIONS(2172), + [sym__inline_note_start_token] = ACTIONS(2172), + [sym__strong_emphasis_open_star] = ACTIONS(2172), + [sym__strong_emphasis_open_underscore] = ACTIONS(2172), + [sym__emphasis_open_star] = ACTIONS(2172), + [sym__emphasis_open_underscore] = ACTIONS(2172), + [sym_inline_note_reference] = ACTIONS(2172), + [sym_html_element] = ACTIONS(2172), + [sym__pandoc_line_break] = ACTIONS(2172), + [sym__caption_start] = ACTIONS(2172), }, [STATE(171)] = { - [sym__inlines] = STATE(3309), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1855), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(643), - [sym__inline_whitespace] = STATE(643), + [sym__inlines] = STATE(3410), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(956), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(636), + [sym__inline_whitespace] = STATE(636), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -42844,7 +43220,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(2289), [sym__soft_line_ending] = ACTIONS(2289), [sym__block_close] = ACTIONS(2289), - [sym_block_continuation] = ACTIONS(2289), + [sym_block_continuation] = ACTIONS(2293), [sym__block_quote_start] = ACTIONS(2289), [sym_atx_h1_marker] = ACTIONS(2289), [sym_atx_h2_marker] = ACTIONS(2289), @@ -42866,10 +43242,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__list_marker_example] = ACTIONS(2289), [sym__list_marker_example_dont_interrupt] = ACTIONS(2289), [sym__fenced_code_block_start_backtick] = ACTIONS(2289), - [sym__blank_line_start] = ACTIONS(2289), [sym_minus_metadata] = ACTIONS(2289), [sym__pipe_table_start] = ACTIONS(2289), [sym__fenced_div_start] = ACTIONS(2289), + [sym__fenced_div_end] = ACTIONS(2289), [sym_ref_id_specifier] = ACTIONS(2289), [sym__code_span_start] = ACTIONS(2289), [sym__html_comment] = ACTIONS(2289), @@ -42900,73 +43276,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2289), }, [STATE(181)] = { - [sym_entity_reference] = ACTIONS(2293), - [sym_numeric_character_reference] = ACTIONS(2293), - [anon_sym_LBRACK] = ACTIONS(2293), - [anon_sym_BANG_LBRACK] = ACTIONS(2293), - [anon_sym_DOLLAR] = ACTIONS(2295), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2293), - [anon_sym_LBRACE] = ACTIONS(2293), - [aux_sym_pandoc_str_token1] = ACTIONS(2295), - [anon_sym_PIPE] = ACTIONS(2293), - [sym__whitespace] = ACTIONS(2293), - [sym__line_ending] = ACTIONS(2293), - [sym__soft_line_ending] = ACTIONS(2293), - [sym__block_close] = ACTIONS(2293), - [sym_block_continuation] = ACTIONS(2297), - [sym__block_quote_start] = ACTIONS(2293), - [sym_atx_h1_marker] = ACTIONS(2293), - [sym_atx_h2_marker] = ACTIONS(2293), - [sym_atx_h3_marker] = ACTIONS(2293), - [sym_atx_h4_marker] = ACTIONS(2293), - [sym_atx_h5_marker] = ACTIONS(2293), - [sym_atx_h6_marker] = ACTIONS(2293), - [sym__thematic_break] = ACTIONS(2293), - [sym__list_marker_minus] = ACTIONS(2293), - [sym__list_marker_plus] = ACTIONS(2293), - [sym__list_marker_star] = ACTIONS(2293), - [sym__list_marker_parenthesis] = ACTIONS(2293), - [sym__list_marker_dot] = ACTIONS(2293), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_example] = ACTIONS(2293), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2293), - [sym__fenced_code_block_start_backtick] = ACTIONS(2293), - [sym_minus_metadata] = ACTIONS(2293), - [sym__pipe_table_start] = ACTIONS(2293), - [sym__fenced_div_start] = ACTIONS(2293), - [sym__fenced_div_end] = ACTIONS(2293), - [sym_ref_id_specifier] = ACTIONS(2293), - [sym__code_span_start] = ACTIONS(2293), - [sym__html_comment] = ACTIONS(2293), - [sym__autolink] = ACTIONS(2293), - [sym__highlight_span_start] = ACTIONS(2293), - [sym__insert_span_start] = ACTIONS(2293), - [sym__delete_span_start] = ACTIONS(2293), - [sym__edit_comment_span_start] = ACTIONS(2293), - [sym__single_quote_span_open] = ACTIONS(2293), - [sym__double_quote_span_open] = ACTIONS(2293), - [sym__shortcode_open_escaped] = ACTIONS(2293), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2293), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2293), - [sym__cite_author_in_text] = ACTIONS(2293), - [sym__cite_suppress_author] = ACTIONS(2293), - [sym__strikeout_open] = ACTIONS(2293), - [sym__subscript_open] = ACTIONS(2293), - [sym__superscript_open] = ACTIONS(2293), - [sym__inline_note_start_token] = ACTIONS(2293), - [sym__strong_emphasis_open_star] = ACTIONS(2293), - [sym__strong_emphasis_open_underscore] = ACTIONS(2293), - [sym__emphasis_open_star] = ACTIONS(2293), - [sym__emphasis_open_underscore] = ACTIONS(2293), - [sym_inline_note_reference] = ACTIONS(2293), - [sym_html_element] = ACTIONS(2293), - [sym__pandoc_line_break] = ACTIONS(2293), - [sym__caption_start] = ACTIONS(2293), + [sym_entity_reference] = ACTIONS(2295), + [sym_numeric_character_reference] = ACTIONS(2295), + [anon_sym_LBRACK] = ACTIONS(2295), + [anon_sym_BANG_LBRACK] = ACTIONS(2295), + [anon_sym_DOLLAR] = ACTIONS(2297), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2295), + [anon_sym_LBRACE] = ACTIONS(2295), + [aux_sym_pandoc_str_token1] = ACTIONS(2297), + [anon_sym_PIPE] = ACTIONS(2295), + [sym__whitespace] = ACTIONS(2295), + [sym__line_ending] = ACTIONS(2295), + [sym__soft_line_ending] = ACTIONS(2295), + [sym__block_close] = ACTIONS(2295), + [sym_block_continuation] = ACTIONS(2295), + [sym__block_quote_start] = ACTIONS(2295), + [sym_atx_h1_marker] = ACTIONS(2295), + [sym_atx_h2_marker] = ACTIONS(2295), + [sym_atx_h3_marker] = ACTIONS(2295), + [sym_atx_h4_marker] = ACTIONS(2295), + [sym_atx_h5_marker] = ACTIONS(2295), + [sym_atx_h6_marker] = ACTIONS(2295), + [sym__thematic_break] = ACTIONS(2295), + [sym__list_marker_minus] = ACTIONS(2295), + [sym__list_marker_plus] = ACTIONS(2295), + [sym__list_marker_star] = ACTIONS(2295), + [sym__list_marker_parenthesis] = ACTIONS(2295), + [sym__list_marker_dot] = ACTIONS(2295), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2295), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2295), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2295), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2295), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2295), + [sym__list_marker_example] = ACTIONS(2295), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2295), + [sym__fenced_code_block_start_backtick] = ACTIONS(2295), + [sym__blank_line_start] = ACTIONS(2295), + [sym_minus_metadata] = ACTIONS(2295), + [sym__pipe_table_start] = ACTIONS(2295), + [sym__fenced_div_start] = ACTIONS(2295), + [sym_ref_id_specifier] = ACTIONS(2295), + [sym__code_span_start] = ACTIONS(2295), + [sym__html_comment] = ACTIONS(2295), + [sym__autolink] = ACTIONS(2295), + [sym__highlight_span_start] = ACTIONS(2295), + [sym__insert_span_start] = ACTIONS(2295), + [sym__delete_span_start] = ACTIONS(2295), + [sym__edit_comment_span_start] = ACTIONS(2295), + [sym__single_quote_span_open] = ACTIONS(2295), + [sym__double_quote_span_open] = ACTIONS(2295), + [sym__shortcode_open_escaped] = ACTIONS(2295), + [sym__shortcode_open] = ACTIONS(2295), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2295), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2295), + [sym__cite_author_in_text] = ACTIONS(2295), + [sym__cite_suppress_author] = ACTIONS(2295), + [sym__strikeout_open] = ACTIONS(2295), + [sym__subscript_open] = ACTIONS(2295), + [sym__superscript_open] = ACTIONS(2295), + [sym__inline_note_start_token] = ACTIONS(2295), + [sym__strong_emphasis_open_star] = ACTIONS(2295), + [sym__strong_emphasis_open_underscore] = ACTIONS(2295), + [sym__emphasis_open_star] = ACTIONS(2295), + [sym__emphasis_open_underscore] = ACTIONS(2295), + [sym_inline_note_reference] = ACTIONS(2295), + [sym_html_element] = ACTIONS(2295), + [sym__pandoc_line_break] = ACTIONS(2295), + [sym__caption_start] = ACTIONS(2295), }, [STATE(182)] = { [sym_entity_reference] = ACTIONS(2299), @@ -44004,34 +44380,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2383), }, [STATE(197)] = { - [sym__inlines] = STATE(3150), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1406), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(634), - [sym__inline_whitespace] = STATE(634), + [sym__inlines] = STATE(3165), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1366), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(652), + [sym__inline_whitespace] = STATE(652), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -44073,34 +44449,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(198)] = { - [sym__inlines] = STATE(3151), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1407), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(635), - [sym__inline_whitespace] = STATE(635), + [sym__inlines] = STATE(3173), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1380), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(632), + [sym__inline_whitespace] = STATE(632), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -44280,34 +44656,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2405), }, [STATE(201)] = { - [sym__inlines] = STATE(3290), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1404), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(649), - [sym__inline_whitespace] = STATE(649), + [sym__inlines] = STATE(3359), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1126), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(634), + [sym__inline_whitespace] = STATE(634), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -44349,34 +44725,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(202)] = { - [sym__inlines] = STATE(3200), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1405), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(624), - [sym__inline_whitespace] = STATE(624), + [sym__inlines] = STATE(3361), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1127), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(635), + [sym__inline_whitespace] = STATE(635), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -44418,34 +44794,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(203)] = { - [sym__inlines] = STATE(3191), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1488), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(647), - [sym__inline_whitespace] = STATE(647), + [sym__inlines] = STATE(3205), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1270), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(631), + [sym__inline_whitespace] = STATE(631), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -44487,34 +44863,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(204)] = { - [sym__inlines] = STATE(3162), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1489), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(648), - [sym__inline_whitespace] = STATE(648), + [sym__inlines] = STATE(3206), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1271), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(619), + [sym__inline_whitespace] = STATE(619), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -44556,34 +44932,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(205)] = { - [sym__inlines] = STATE(3307), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1516), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(650), - [sym__inline_whitespace] = STATE(650), + [sym__inlines] = STATE(3334), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1304), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(620), + [sym__inline_whitespace] = STATE(620), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -44625,34 +45001,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(206)] = { - [sym__inlines] = STATE(3310), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1517), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(651), - [sym__inline_whitespace] = STATE(651), + [sym__inlines] = STATE(3351), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1305), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(625), + [sym__inline_whitespace] = STATE(625), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -44694,34 +45070,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(207)] = { - [sym__inlines] = STATE(3117), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1194), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(632), - [sym__inline_whitespace] = STATE(632), + [sym__inlines] = STATE(3420), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1336), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(621), + [sym__inline_whitespace] = STATE(621), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -44763,34 +45139,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(208)] = { - [sym__inlines] = STATE(3123), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1196), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(613), - [sym__inline_whitespace] = STATE(613), + [sym__inlines] = STATE(3162), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1337), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(624), + [sym__inline_whitespace] = STATE(624), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -44832,34 +45208,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(209)] = { - [sym__inlines] = STATE(3164), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1279), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(614), - [sym__inline_whitespace] = STATE(614), + [sym__inlines] = STATE(3402), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1364), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(639), + [sym__inline_whitespace] = STATE(639), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -44901,34 +45277,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(210)] = { - [sym__inlines] = STATE(3165), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1280), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(615), - [sym__inline_whitespace] = STATE(615), + [sym__inlines] = STATE(3404), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1365), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(640), + [sym__inline_whitespace] = STATE(640), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -44970,34 +45346,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(211)] = { - [sym__inlines] = STATE(3195), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1307), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(617), - [sym__inline_whitespace] = STATE(617), + [sym__inlines] = STATE(3201), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1400), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(645), + [sym__inline_whitespace] = STATE(645), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -45039,34 +45415,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(212)] = { - [sym__inlines] = STATE(3197), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1308), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(618), - [sym__inline_whitespace] = STATE(618), + [sym__inlines] = STATE(3204), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1401), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(646), + [sym__inline_whitespace] = STATE(646), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -45108,34 +45484,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(213)] = { - [sym__inlines] = STATE(3231), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1526), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(622), - [sym__inline_whitespace] = STATE(622), + [sym__inlines] = STATE(3261), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1282), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(650), + [sym__inline_whitespace] = STATE(650), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -45177,34 +45553,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(214)] = { - [sym__inlines] = STATE(3232), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1334), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(623), - [sym__inline_whitespace] = STATE(623), + [sym__inlines] = STATE(3263), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1441), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(651), + [sym__inline_whitespace] = STATE(651), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -45246,34 +45622,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(215)] = { - [sym__inlines] = STATE(3257), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1375), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(625), - [sym__inline_whitespace] = STATE(625), + [sym__inlines] = STATE(3323), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1234), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(613), + [sym__inline_whitespace] = STATE(613), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -45315,34 +45691,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(216)] = { - [sym__inlines] = STATE(3259), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1376), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(626), - [sym__inline_whitespace] = STATE(626), + [sym__inlines] = STATE(3325), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1235), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(614), + [sym__inline_whitespace] = STATE(614), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -45384,34 +45760,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(217)] = { - [sym__inlines] = STATE(3311), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1102), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(629), - [sym__inline_whitespace] = STATE(629), + [sym__inlines] = STATE(3379), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1409), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(617), + [sym__inline_whitespace] = STATE(617), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -45453,34 +45829,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(218)] = { - [sym__inlines] = STATE(3073), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1103), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(630), - [sym__inline_whitespace] = STATE(630), + [sym__inlines] = STATE(3383), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1410), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(618), + [sym__inline_whitespace] = STATE(618), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -45522,34 +45898,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(219)] = { - [sym__inlines] = STATE(3077), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1128), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(653), - [sym__inline_whitespace] = STATE(653), + [sym__inlines] = STATE(3371), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1448), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(622), + [sym__inline_whitespace] = STATE(622), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -45591,34 +45967,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(220)] = { - [sym__inlines] = STATE(3078), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1129), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(633), - [sym__inline_whitespace] = STATE(633), + [sym__inlines] = STATE(3166), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1450), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(623), + [sym__inline_whitespace] = STATE(623), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -45660,34 +46036,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(221)] = { - [sym__inlines] = STATE(3214), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1154), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(636), - [sym__inline_whitespace] = STATE(636), + [sym__inlines] = STATE(3308), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1480), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(628), + [sym__inline_whitespace] = STATE(628), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -45729,34 +46105,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(222)] = { - [sym__inlines] = STATE(3219), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1155), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(637), - [sym__inline_whitespace] = STATE(637), + [sym__inlines] = STATE(3174), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1481), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(629), + [sym__inline_whitespace] = STATE(629), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -45798,34 +46174,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(223)] = { - [sym__inlines] = STATE(3284), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(993), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(639), - [sym__inline_whitespace] = STATE(639), + [sym__inlines] = STATE(3252), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1086), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(630), + [sym__inline_whitespace] = STATE(630), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -45867,34 +46243,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(224)] = { - [sym__inlines] = STATE(3285), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(994), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(640), - [sym__inline_whitespace] = STATE(640), + [sym__inlines] = STATE(3259), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1087), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(612), + [sym__inline_whitespace] = STATE(612), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -45936,46 +46312,46 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(225)] = { - [sym__inlines] = STATE(3308), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1854), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(642), - [sym__inline_whitespace] = STATE(642), + [sym__inlines] = STATE(3338), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(2097), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(653), + [sym__inline_whitespace] = STATE(653), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), [aux_sym_pandoc_span_token1] = ACTIONS(2529), [anon_sym_BANG_LBRACK] = ACTIONS(2185), - [aux_sym_target_token1] = ACTIONS(2187), + [aux_sym_target_token1] = ACTIONS(2531), [anon_sym_DOLLAR] = ACTIONS(2189), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2191), [anon_sym_LBRACE] = ACTIONS(2193), [aux_sym_pandoc_str_token1] = ACTIONS(2195), [anon_sym_PIPE] = ACTIONS(2197), - [sym__whitespace] = ACTIONS(2531), + [sym__whitespace] = ACTIONS(2533), [sym__soft_line_ending] = ACTIONS(2201), [sym__code_span_start] = ACTIONS(2203), [sym__html_comment] = ACTIONS(2179), @@ -46005,40 +46381,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(226)] = { - [sym__inlines] = STATE(3064), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(956), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(644), - [sym__inline_whitespace] = STATE(644), + [sym__inlines] = STATE(3339), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(2098), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(633), + [sym__inline_whitespace] = STATE(633), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), - [aux_sym_pandoc_span_token1] = ACTIONS(2533), + [aux_sym_pandoc_span_token1] = ACTIONS(2535), [anon_sym_BANG_LBRACK] = ACTIONS(2185), - [aux_sym_target_token1] = ACTIONS(2535), + [aux_sym_target_token1] = ACTIONS(2531), [anon_sym_DOLLAR] = ACTIONS(2189), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2191), [anon_sym_LBRACE] = ACTIONS(2193), @@ -46074,40 +46450,40 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(227)] = { - [sym__inlines] = STATE(3066), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), + [sym__inlines] = STATE(3172), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), [sym_target] = STATE(957), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(645), - [sym__inline_whitespace] = STATE(645), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(637), + [sym__inline_whitespace] = STATE(637), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), [aux_sym_pandoc_span_token1] = ACTIONS(2539), [anon_sym_BANG_LBRACK] = ACTIONS(2185), - [aux_sym_target_token1] = ACTIONS(2535), + [aux_sym_target_token1] = ACTIONS(2187), [anon_sym_DOLLAR] = ACTIONS(2189), [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2191), [anon_sym_LBRACE] = ACTIONS(2193), @@ -46212,34 +46588,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2543), }, [STATE(229)] = { - [sym__inlines] = STATE(3055), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1069), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(621), - [sym__inline_whitespace] = STATE(621), + [sym__inlines] = STATE(3245), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1063), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(643), + [sym__inline_whitespace] = STATE(643), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -46281,34 +46657,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2179), }, [STATE(230)] = { - [sym__inlines] = STATE(3152), - [sym_pandoc_span] = STATE(616), - [sym_pandoc_image] = STATE(616), - [sym_target] = STATE(1071), - [sym_pandoc_math] = STATE(616), - [sym_pandoc_display_math] = STATE(616), - [sym_pandoc_code_span] = STATE(616), - [sym_pandoc_single_quote] = STATE(616), - [sym_pandoc_double_quote] = STATE(616), - [sym_insert] = STATE(616), - [sym_delete] = STATE(616), - [sym_edit_comment] = STATE(616), - [sym_highlight] = STATE(616), - [sym__pandoc_attr_specifier] = STATE(616), - [sym__line] = STATE(2865), - [sym__inline_element] = STATE(616), - [sym_shortcode_escaped] = STATE(616), - [sym_shortcode] = STATE(616), - [sym_citation] = STATE(616), - [sym_inline_note] = STATE(616), - [sym_pandoc_superscript] = STATE(616), - [sym_pandoc_subscript] = STATE(616), - [sym_pandoc_strikeout] = STATE(616), - [sym_pandoc_emph] = STATE(616), - [sym_pandoc_strong] = STATE(616), - [sym_pandoc_str] = STATE(616), - [sym__soft_line_break] = STATE(612), - [sym__inline_whitespace] = STATE(612), + [sym__inlines] = STATE(3341), + [sym_pandoc_span] = STATE(638), + [sym_pandoc_image] = STATE(638), + [sym_target] = STATE(1065), + [sym_pandoc_math] = STATE(638), + [sym_pandoc_display_math] = STATE(638), + [sym_pandoc_code_span] = STATE(638), + [sym_pandoc_single_quote] = STATE(638), + [sym_pandoc_double_quote] = STATE(638), + [sym_insert] = STATE(638), + [sym_delete] = STATE(638), + [sym_edit_comment] = STATE(638), + [sym_highlight] = STATE(638), + [sym__pandoc_attr_specifier] = STATE(638), + [sym__line] = STATE(2902), + [sym__inline_element] = STATE(638), + [sym_shortcode_escaped] = STATE(638), + [sym_shortcode] = STATE(638), + [sym_citation] = STATE(638), + [sym_inline_note] = STATE(638), + [sym_pandoc_superscript] = STATE(638), + [sym_pandoc_subscript] = STATE(638), + [sym_pandoc_strikeout] = STATE(638), + [sym_pandoc_emph] = STATE(638), + [sym_pandoc_strong] = STATE(638), + [sym_pandoc_str] = STATE(638), + [sym__soft_line_break] = STATE(616), + [sym__inline_whitespace] = STATE(616), [sym_entity_reference] = ACTIONS(2179), [sym_numeric_character_reference] = ACTIONS(2179), [anon_sym_LBRACK] = ACTIONS(2181), @@ -46487,414 +46863,278 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2561), }, [STATE(233)] = { - [sym_entity_reference] = ACTIONS(2335), - [sym_numeric_character_reference] = ACTIONS(2335), - [anon_sym_LBRACK] = ACTIONS(2335), - [anon_sym_BANG_LBRACK] = ACTIONS(2335), - [anon_sym_DOLLAR] = ACTIONS(2337), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2335), - [anon_sym_LBRACE] = ACTIONS(2335), - [aux_sym_pandoc_str_token1] = ACTIONS(2337), - [anon_sym_PIPE] = ACTIONS(2335), - [sym__whitespace] = ACTIONS(2335), - [sym__line_ending] = ACTIONS(2335), - [sym__soft_line_ending] = ACTIONS(2335), - [sym__block_close] = ACTIONS(2335), - [sym__block_quote_start] = ACTIONS(2335), - [sym_atx_h1_marker] = ACTIONS(2335), - [sym_atx_h2_marker] = ACTIONS(2335), - [sym_atx_h3_marker] = ACTIONS(2335), - [sym_atx_h4_marker] = ACTIONS(2335), - [sym_atx_h5_marker] = ACTIONS(2335), - [sym_atx_h6_marker] = ACTIONS(2335), - [sym__thematic_break] = ACTIONS(2335), - [sym__list_marker_minus] = ACTIONS(2335), - [sym__list_marker_plus] = ACTIONS(2335), - [sym__list_marker_star] = ACTIONS(2335), - [sym__list_marker_parenthesis] = ACTIONS(2335), - [sym__list_marker_dot] = ACTIONS(2335), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_example] = ACTIONS(2335), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2335), - [sym__fenced_code_block_start_backtick] = ACTIONS(2335), - [sym_minus_metadata] = ACTIONS(2335), - [sym__pipe_table_start] = ACTIONS(2335), - [sym__fenced_div_start] = ACTIONS(2335), - [sym__fenced_div_end] = ACTIONS(2335), - [sym_ref_id_specifier] = ACTIONS(2335), - [sym__code_span_start] = ACTIONS(2335), - [sym__html_comment] = ACTIONS(2335), - [sym__autolink] = ACTIONS(2335), - [sym__highlight_span_start] = ACTIONS(2335), - [sym__insert_span_start] = ACTIONS(2335), - [sym__delete_span_start] = ACTIONS(2335), - [sym__edit_comment_span_start] = ACTIONS(2335), - [sym__single_quote_span_open] = ACTIONS(2335), - [sym__double_quote_span_open] = ACTIONS(2335), - [sym__shortcode_open_escaped] = ACTIONS(2335), - [sym__shortcode_open] = ACTIONS(2335), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2335), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2335), - [sym__cite_author_in_text] = ACTIONS(2335), - [sym__cite_suppress_author] = ACTIONS(2335), - [sym__strikeout_open] = ACTIONS(2335), - [sym__subscript_open] = ACTIONS(2335), - [sym__superscript_open] = ACTIONS(2335), - [sym__inline_note_start_token] = ACTIONS(2335), - [sym__strong_emphasis_open_star] = ACTIONS(2335), - [sym__strong_emphasis_open_underscore] = ACTIONS(2335), - [sym__emphasis_open_star] = ACTIONS(2335), - [sym__emphasis_open_underscore] = ACTIONS(2335), - [sym_inline_note_reference] = ACTIONS(2335), - [sym_html_element] = ACTIONS(2335), - [sym__pandoc_line_break] = ACTIONS(2335), - [sym__caption_start] = ACTIONS(2335), + [sym_entity_reference] = ACTIONS(2565), + [sym_numeric_character_reference] = ACTIONS(2565), + [anon_sym_LBRACK] = ACTIONS(2565), + [anon_sym_BANG_LBRACK] = ACTIONS(2565), + [anon_sym_DOLLAR] = ACTIONS(2567), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2565), + [anon_sym_LBRACE] = ACTIONS(2565), + [aux_sym_pandoc_str_token1] = ACTIONS(2567), + [anon_sym_PIPE] = ACTIONS(2565), + [sym__whitespace] = ACTIONS(2565), + [sym__line_ending] = ACTIONS(2565), + [sym__soft_line_ending] = ACTIONS(2565), + [sym__block_close] = ACTIONS(2565), + [sym__block_quote_start] = ACTIONS(2565), + [sym_atx_h1_marker] = ACTIONS(2565), + [sym_atx_h2_marker] = ACTIONS(2565), + [sym_atx_h3_marker] = ACTIONS(2565), + [sym_atx_h4_marker] = ACTIONS(2565), + [sym_atx_h5_marker] = ACTIONS(2565), + [sym_atx_h6_marker] = ACTIONS(2565), + [sym__thematic_break] = ACTIONS(2565), + [sym__list_marker_minus] = ACTIONS(2565), + [sym__list_marker_plus] = ACTIONS(2565), + [sym__list_marker_star] = ACTIONS(2565), + [sym__list_marker_parenthesis] = ACTIONS(2565), + [sym__list_marker_dot] = ACTIONS(2565), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2565), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2565), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2565), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2565), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2565), + [sym__list_marker_example] = ACTIONS(2565), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2565), + [sym__fenced_code_block_start_backtick] = ACTIONS(2565), + [sym_minus_metadata] = ACTIONS(2565), + [sym__pipe_table_start] = ACTIONS(2565), + [sym__fenced_div_start] = ACTIONS(2565), + [sym__fenced_div_end] = ACTIONS(2565), + [sym_ref_id_specifier] = ACTIONS(2565), + [sym__code_span_start] = ACTIONS(2565), + [sym__html_comment] = ACTIONS(2565), + [sym__autolink] = ACTIONS(2565), + [sym__highlight_span_start] = ACTIONS(2565), + [sym__insert_span_start] = ACTIONS(2565), + [sym__delete_span_start] = ACTIONS(2565), + [sym__edit_comment_span_start] = ACTIONS(2565), + [sym__single_quote_span_open] = ACTIONS(2565), + [sym__double_quote_span_open] = ACTIONS(2565), + [sym__shortcode_open_escaped] = ACTIONS(2565), + [sym__shortcode_open] = ACTIONS(2565), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2565), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2565), + [sym__cite_author_in_text] = ACTIONS(2565), + [sym__cite_suppress_author] = ACTIONS(2565), + [sym__strikeout_open] = ACTIONS(2565), + [sym__subscript_open] = ACTIONS(2565), + [sym__superscript_open] = ACTIONS(2565), + [sym__inline_note_start_token] = ACTIONS(2565), + [sym__strong_emphasis_open_star] = ACTIONS(2565), + [sym__strong_emphasis_open_underscore] = ACTIONS(2565), + [sym__emphasis_open_star] = ACTIONS(2565), + [sym__emphasis_open_underscore] = ACTIONS(2565), + [sym_inline_note_reference] = ACTIONS(2565), + [sym_html_element] = ACTIONS(2565), + [sym__pandoc_line_break] = ACTIONS(2565), + [sym__caption_start] = ACTIONS(2565), }, [STATE(234)] = { - [ts_builtin_sym_end] = ACTIONS(2329), - [sym_entity_reference] = ACTIONS(2329), - [sym_numeric_character_reference] = ACTIONS(2329), - [anon_sym_LBRACK] = ACTIONS(2329), - [anon_sym_BANG_LBRACK] = ACTIONS(2329), - [anon_sym_DOLLAR] = ACTIONS(2331), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2329), - [anon_sym_LBRACE] = ACTIONS(2329), - [aux_sym_pandoc_str_token1] = ACTIONS(2331), - [anon_sym_PIPE] = ACTIONS(2329), - [sym__whitespace] = ACTIONS(2329), - [sym__line_ending] = ACTIONS(2329), - [sym__soft_line_ending] = ACTIONS(2329), - [sym_block_continuation] = ACTIONS(2565), - [sym__block_quote_start] = ACTIONS(2329), - [sym_atx_h1_marker] = ACTIONS(2329), - [sym_atx_h2_marker] = ACTIONS(2329), - [sym_atx_h3_marker] = ACTIONS(2329), - [sym_atx_h4_marker] = ACTIONS(2329), - [sym_atx_h5_marker] = ACTIONS(2329), - [sym_atx_h6_marker] = ACTIONS(2329), - [sym__thematic_break] = ACTIONS(2329), - [sym__list_marker_minus] = ACTIONS(2329), - [sym__list_marker_plus] = ACTIONS(2329), - [sym__list_marker_star] = ACTIONS(2329), - [sym__list_marker_parenthesis] = ACTIONS(2329), - [sym__list_marker_dot] = ACTIONS(2329), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2329), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2329), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2329), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2329), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2329), - [sym__list_marker_example] = ACTIONS(2329), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2329), - [sym__fenced_code_block_start_backtick] = ACTIONS(2329), - [sym_minus_metadata] = ACTIONS(2329), - [sym__pipe_table_start] = ACTIONS(2329), - [sym__fenced_div_start] = ACTIONS(2329), - [sym_ref_id_specifier] = ACTIONS(2329), - [sym__code_span_start] = ACTIONS(2329), - [sym__html_comment] = ACTIONS(2329), - [sym__autolink] = ACTIONS(2329), - [sym__highlight_span_start] = ACTIONS(2329), - [sym__insert_span_start] = ACTIONS(2329), - [sym__delete_span_start] = ACTIONS(2329), - [sym__edit_comment_span_start] = ACTIONS(2329), - [sym__single_quote_span_open] = ACTIONS(2329), - [sym__double_quote_span_open] = ACTIONS(2329), - [sym__shortcode_open_escaped] = ACTIONS(2329), - [sym__shortcode_open] = ACTIONS(2329), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2329), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2329), - [sym__cite_author_in_text] = ACTIONS(2329), - [sym__cite_suppress_author] = ACTIONS(2329), - [sym__strikeout_open] = ACTIONS(2329), - [sym__subscript_open] = ACTIONS(2329), - [sym__superscript_open] = ACTIONS(2329), - [sym__inline_note_start_token] = ACTIONS(2329), - [sym__strong_emphasis_open_star] = ACTIONS(2329), - [sym__strong_emphasis_open_underscore] = ACTIONS(2329), - [sym__emphasis_open_star] = ACTIONS(2329), - [sym__emphasis_open_underscore] = ACTIONS(2329), - [sym_inline_note_reference] = ACTIONS(2329), - [sym_html_element] = ACTIONS(2329), - [sym__pandoc_line_break] = ACTIONS(2329), - [sym__caption_start] = ACTIONS(2329), + [sym_entity_reference] = ACTIONS(2569), + [sym_numeric_character_reference] = ACTIONS(2569), + [anon_sym_LBRACK] = ACTIONS(2569), + [anon_sym_BANG_LBRACK] = ACTIONS(2569), + [anon_sym_DOLLAR] = ACTIONS(2571), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2569), + [anon_sym_LBRACE] = ACTIONS(2569), + [aux_sym_pandoc_str_token1] = ACTIONS(2571), + [anon_sym_PIPE] = ACTIONS(2569), + [sym__whitespace] = ACTIONS(2569), + [sym__line_ending] = ACTIONS(2569), + [sym__soft_line_ending] = ACTIONS(2569), + [sym__block_close] = ACTIONS(2569), + [sym__block_quote_start] = ACTIONS(2569), + [sym_atx_h1_marker] = ACTIONS(2569), + [sym_atx_h2_marker] = ACTIONS(2569), + [sym_atx_h3_marker] = ACTIONS(2569), + [sym_atx_h4_marker] = ACTIONS(2569), + [sym_atx_h5_marker] = ACTIONS(2569), + [sym_atx_h6_marker] = ACTIONS(2569), + [sym__thematic_break] = ACTIONS(2569), + [sym__list_marker_minus] = ACTIONS(2569), + [sym__list_marker_plus] = ACTIONS(2569), + [sym__list_marker_star] = ACTIONS(2569), + [sym__list_marker_parenthesis] = ACTIONS(2569), + [sym__list_marker_dot] = ACTIONS(2569), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2569), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2569), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2569), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2569), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2569), + [sym__list_marker_example] = ACTIONS(2569), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2569), + [sym__fenced_code_block_start_backtick] = ACTIONS(2569), + [sym_minus_metadata] = ACTIONS(2569), + [sym__pipe_table_start] = ACTIONS(2569), + [sym__fenced_div_start] = ACTIONS(2569), + [sym__fenced_div_end] = ACTIONS(2569), + [sym_ref_id_specifier] = ACTIONS(2569), + [sym__code_span_start] = ACTIONS(2569), + [sym__html_comment] = ACTIONS(2569), + [sym__autolink] = ACTIONS(2569), + [sym__highlight_span_start] = ACTIONS(2569), + [sym__insert_span_start] = ACTIONS(2569), + [sym__delete_span_start] = ACTIONS(2569), + [sym__edit_comment_span_start] = ACTIONS(2569), + [sym__single_quote_span_open] = ACTIONS(2569), + [sym__double_quote_span_open] = ACTIONS(2569), + [sym__shortcode_open_escaped] = ACTIONS(2569), + [sym__shortcode_open] = ACTIONS(2569), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2569), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2569), + [sym__cite_author_in_text] = ACTIONS(2569), + [sym__cite_suppress_author] = ACTIONS(2569), + [sym__strikeout_open] = ACTIONS(2569), + [sym__subscript_open] = ACTIONS(2569), + [sym__superscript_open] = ACTIONS(2569), + [sym__inline_note_start_token] = ACTIONS(2569), + [sym__strong_emphasis_open_star] = ACTIONS(2569), + [sym__strong_emphasis_open_underscore] = ACTIONS(2569), + [sym__emphasis_open_star] = ACTIONS(2569), + [sym__emphasis_open_underscore] = ACTIONS(2569), + [sym_inline_note_reference] = ACTIONS(2569), + [sym_html_element] = ACTIONS(2569), + [sym__pandoc_line_break] = ACTIONS(2569), + [sym__caption_start] = ACTIONS(2569), }, [STATE(235)] = { - [sym_entity_reference] = ACTIONS(2567), - [sym_numeric_character_reference] = ACTIONS(2567), - [anon_sym_LBRACK] = ACTIONS(2567), - [anon_sym_BANG_LBRACK] = ACTIONS(2567), - [anon_sym_DOLLAR] = ACTIONS(2569), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2567), - [anon_sym_LBRACE] = ACTIONS(2567), - [aux_sym_pandoc_str_token1] = ACTIONS(2569), - [anon_sym_PIPE] = ACTIONS(2567), - [sym__whitespace] = ACTIONS(2567), - [sym__line_ending] = ACTIONS(2567), - [sym__soft_line_ending] = ACTIONS(2567), - [sym__block_close] = ACTIONS(2567), - [sym__block_quote_start] = ACTIONS(2567), - [sym_atx_h1_marker] = ACTIONS(2567), - [sym_atx_h2_marker] = ACTIONS(2567), - [sym_atx_h3_marker] = ACTIONS(2567), - [sym_atx_h4_marker] = ACTIONS(2567), - [sym_atx_h5_marker] = ACTIONS(2567), - [sym_atx_h6_marker] = ACTIONS(2567), - [sym__thematic_break] = ACTIONS(2567), - [sym__list_marker_minus] = ACTIONS(2567), - [sym__list_marker_plus] = ACTIONS(2567), - [sym__list_marker_star] = ACTIONS(2567), - [sym__list_marker_parenthesis] = ACTIONS(2567), - [sym__list_marker_dot] = ACTIONS(2567), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2567), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2567), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2567), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2567), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2567), - [sym__list_marker_example] = ACTIONS(2567), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2567), - [sym__fenced_code_block_start_backtick] = ACTIONS(2567), - [sym_minus_metadata] = ACTIONS(2567), - [sym__pipe_table_start] = ACTIONS(2567), - [sym__fenced_div_start] = ACTIONS(2567), - [sym__fenced_div_end] = ACTIONS(2567), - [sym_ref_id_specifier] = ACTIONS(2567), - [sym__code_span_start] = ACTIONS(2567), - [sym__html_comment] = ACTIONS(2567), - [sym__autolink] = ACTIONS(2567), - [sym__highlight_span_start] = ACTIONS(2567), - [sym__insert_span_start] = ACTIONS(2567), - [sym__delete_span_start] = ACTIONS(2567), - [sym__edit_comment_span_start] = ACTIONS(2567), - [sym__single_quote_span_open] = ACTIONS(2567), - [sym__double_quote_span_open] = ACTIONS(2567), - [sym__shortcode_open_escaped] = ACTIONS(2567), - [sym__shortcode_open] = ACTIONS(2567), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2567), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2567), - [sym__cite_author_in_text] = ACTIONS(2567), - [sym__cite_suppress_author] = ACTIONS(2567), - [sym__strikeout_open] = ACTIONS(2567), - [sym__subscript_open] = ACTIONS(2567), - [sym__superscript_open] = ACTIONS(2567), - [sym__inline_note_start_token] = ACTIONS(2567), - [sym__strong_emphasis_open_star] = ACTIONS(2567), - [sym__strong_emphasis_open_underscore] = ACTIONS(2567), - [sym__emphasis_open_star] = ACTIONS(2567), - [sym__emphasis_open_underscore] = ACTIONS(2567), - [sym_inline_note_reference] = ACTIONS(2567), - [sym_html_element] = ACTIONS(2567), - [sym__pandoc_line_break] = ACTIONS(2567), - [sym__caption_start] = ACTIONS(2567), + [sym_entity_reference] = ACTIONS(2573), + [sym_numeric_character_reference] = ACTIONS(2573), + [anon_sym_LBRACK] = ACTIONS(2573), + [anon_sym_BANG_LBRACK] = ACTIONS(2573), + [anon_sym_DOLLAR] = ACTIONS(2575), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2573), + [anon_sym_LBRACE] = ACTIONS(2573), + [aux_sym_pandoc_str_token1] = ACTIONS(2575), + [anon_sym_PIPE] = ACTIONS(2573), + [sym__whitespace] = ACTIONS(2573), + [sym__line_ending] = ACTIONS(2573), + [sym__soft_line_ending] = ACTIONS(2573), + [sym__block_close] = ACTIONS(2573), + [sym__block_quote_start] = ACTIONS(2573), + [sym_atx_h1_marker] = ACTIONS(2573), + [sym_atx_h2_marker] = ACTIONS(2573), + [sym_atx_h3_marker] = ACTIONS(2573), + [sym_atx_h4_marker] = ACTIONS(2573), + [sym_atx_h5_marker] = ACTIONS(2573), + [sym_atx_h6_marker] = ACTIONS(2573), + [sym__thematic_break] = ACTIONS(2573), + [sym__list_marker_minus] = ACTIONS(2573), + [sym__list_marker_plus] = ACTIONS(2573), + [sym__list_marker_star] = ACTIONS(2573), + [sym__list_marker_parenthesis] = ACTIONS(2573), + [sym__list_marker_dot] = ACTIONS(2573), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2573), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2573), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2573), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2573), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2573), + [sym__list_marker_example] = ACTIONS(2573), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2573), + [sym__fenced_code_block_start_backtick] = ACTIONS(2573), + [sym_minus_metadata] = ACTIONS(2573), + [sym__pipe_table_start] = ACTIONS(2573), + [sym__fenced_div_start] = ACTIONS(2573), + [sym__fenced_div_end] = ACTIONS(2573), + [sym_ref_id_specifier] = ACTIONS(2573), + [sym__code_span_start] = ACTIONS(2573), + [sym__html_comment] = ACTIONS(2573), + [sym__autolink] = ACTIONS(2573), + [sym__highlight_span_start] = ACTIONS(2573), + [sym__insert_span_start] = ACTIONS(2573), + [sym__delete_span_start] = ACTIONS(2573), + [sym__edit_comment_span_start] = ACTIONS(2573), + [sym__single_quote_span_open] = ACTIONS(2573), + [sym__double_quote_span_open] = ACTIONS(2573), + [sym__shortcode_open_escaped] = ACTIONS(2573), + [sym__shortcode_open] = ACTIONS(2573), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2573), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2573), + [sym__cite_author_in_text] = ACTIONS(2573), + [sym__cite_suppress_author] = ACTIONS(2573), + [sym__strikeout_open] = ACTIONS(2573), + [sym__subscript_open] = ACTIONS(2573), + [sym__superscript_open] = ACTIONS(2573), + [sym__inline_note_start_token] = ACTIONS(2573), + [sym__strong_emphasis_open_star] = ACTIONS(2573), + [sym__strong_emphasis_open_underscore] = ACTIONS(2573), + [sym__emphasis_open_star] = ACTIONS(2573), + [sym__emphasis_open_underscore] = ACTIONS(2573), + [sym_inline_note_reference] = ACTIONS(2573), + [sym_html_element] = ACTIONS(2573), + [sym__pandoc_line_break] = ACTIONS(2573), + [sym__caption_start] = ACTIONS(2573), }, [STATE(236)] = { - [sym_entity_reference] = ACTIONS(2571), - [sym_numeric_character_reference] = ACTIONS(2571), - [anon_sym_LBRACK] = ACTIONS(2571), - [anon_sym_BANG_LBRACK] = ACTIONS(2571), - [anon_sym_DOLLAR] = ACTIONS(2573), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2571), - [anon_sym_LBRACE] = ACTIONS(2571), - [aux_sym_pandoc_str_token1] = ACTIONS(2573), - [anon_sym_PIPE] = ACTIONS(2571), - [sym__whitespace] = ACTIONS(2571), - [sym__line_ending] = ACTIONS(2571), - [sym__soft_line_ending] = ACTIONS(2571), - [sym__block_close] = ACTIONS(2571), - [sym__block_quote_start] = ACTIONS(2571), - [sym_atx_h1_marker] = ACTIONS(2571), - [sym_atx_h2_marker] = ACTIONS(2571), - [sym_atx_h3_marker] = ACTIONS(2571), - [sym_atx_h4_marker] = ACTIONS(2571), - [sym_atx_h5_marker] = ACTIONS(2571), - [sym_atx_h6_marker] = ACTIONS(2571), - [sym__thematic_break] = ACTIONS(2571), - [sym__list_marker_minus] = ACTIONS(2571), - [sym__list_marker_plus] = ACTIONS(2571), - [sym__list_marker_star] = ACTIONS(2571), - [sym__list_marker_parenthesis] = ACTIONS(2571), - [sym__list_marker_dot] = ACTIONS(2571), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2571), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2571), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2571), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2571), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2571), - [sym__list_marker_example] = ACTIONS(2571), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2571), - [sym__fenced_code_block_start_backtick] = ACTIONS(2571), - [sym_minus_metadata] = ACTIONS(2571), - [sym__pipe_table_start] = ACTIONS(2571), - [sym__fenced_div_start] = ACTIONS(2571), - [sym__fenced_div_end] = ACTIONS(2571), - [sym_ref_id_specifier] = ACTIONS(2571), - [sym__code_span_start] = ACTIONS(2571), - [sym__html_comment] = ACTIONS(2571), - [sym__autolink] = ACTIONS(2571), - [sym__highlight_span_start] = ACTIONS(2571), - [sym__insert_span_start] = ACTIONS(2571), - [sym__delete_span_start] = ACTIONS(2571), - [sym__edit_comment_span_start] = ACTIONS(2571), - [sym__single_quote_span_open] = ACTIONS(2571), - [sym__double_quote_span_open] = ACTIONS(2571), - [sym__shortcode_open_escaped] = ACTIONS(2571), - [sym__shortcode_open] = ACTIONS(2571), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2571), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2571), - [sym__cite_author_in_text] = ACTIONS(2571), - [sym__cite_suppress_author] = ACTIONS(2571), - [sym__strikeout_open] = ACTIONS(2571), - [sym__subscript_open] = ACTIONS(2571), - [sym__superscript_open] = ACTIONS(2571), - [sym__inline_note_start_token] = ACTIONS(2571), - [sym__strong_emphasis_open_star] = ACTIONS(2571), - [sym__strong_emphasis_open_underscore] = ACTIONS(2571), - [sym__emphasis_open_star] = ACTIONS(2571), - [sym__emphasis_open_underscore] = ACTIONS(2571), - [sym_inline_note_reference] = ACTIONS(2571), - [sym_html_element] = ACTIONS(2571), - [sym__pandoc_line_break] = ACTIONS(2571), - [sym__caption_start] = ACTIONS(2571), + [sym_entity_reference] = ACTIONS(2577), + [sym_numeric_character_reference] = ACTIONS(2577), + [anon_sym_LBRACK] = ACTIONS(2577), + [anon_sym_BANG_LBRACK] = ACTIONS(2577), + [anon_sym_DOLLAR] = ACTIONS(2579), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2577), + [anon_sym_LBRACE] = ACTIONS(2577), + [aux_sym_pandoc_str_token1] = ACTIONS(2579), + [anon_sym_PIPE] = ACTIONS(2577), + [sym__whitespace] = ACTIONS(2577), + [sym__line_ending] = ACTIONS(2577), + [sym__soft_line_ending] = ACTIONS(2577), + [sym__block_close] = ACTIONS(2577), + [sym__block_quote_start] = ACTIONS(2577), + [sym_atx_h1_marker] = ACTIONS(2577), + [sym_atx_h2_marker] = ACTIONS(2577), + [sym_atx_h3_marker] = ACTIONS(2577), + [sym_atx_h4_marker] = ACTIONS(2577), + [sym_atx_h5_marker] = ACTIONS(2577), + [sym_atx_h6_marker] = ACTIONS(2577), + [sym__thematic_break] = ACTIONS(2577), + [sym__list_marker_minus] = ACTIONS(2577), + [sym__list_marker_plus] = ACTIONS(2577), + [sym__list_marker_star] = ACTIONS(2577), + [sym__list_marker_parenthesis] = ACTIONS(2577), + [sym__list_marker_dot] = ACTIONS(2577), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2577), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2577), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2577), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2577), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2577), + [sym__list_marker_example] = ACTIONS(2577), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2577), + [sym__fenced_code_block_start_backtick] = ACTIONS(2577), + [sym_minus_metadata] = ACTIONS(2577), + [sym__pipe_table_start] = ACTIONS(2577), + [sym__fenced_div_start] = ACTIONS(2577), + [sym__fenced_div_end] = ACTIONS(2577), + [sym_ref_id_specifier] = ACTIONS(2577), + [sym__code_span_start] = ACTIONS(2577), + [sym__html_comment] = ACTIONS(2577), + [sym__autolink] = ACTIONS(2577), + [sym__highlight_span_start] = ACTIONS(2577), + [sym__insert_span_start] = ACTIONS(2577), + [sym__delete_span_start] = ACTIONS(2577), + [sym__edit_comment_span_start] = ACTIONS(2577), + [sym__single_quote_span_open] = ACTIONS(2577), + [sym__double_quote_span_open] = ACTIONS(2577), + [sym__shortcode_open_escaped] = ACTIONS(2577), + [sym__shortcode_open] = ACTIONS(2577), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2577), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2577), + [sym__cite_author_in_text] = ACTIONS(2577), + [sym__cite_suppress_author] = ACTIONS(2577), + [sym__strikeout_open] = ACTIONS(2577), + [sym__subscript_open] = ACTIONS(2577), + [sym__superscript_open] = ACTIONS(2577), + [sym__inline_note_start_token] = ACTIONS(2577), + [sym__strong_emphasis_open_star] = ACTIONS(2577), + [sym__strong_emphasis_open_underscore] = ACTIONS(2577), + [sym__emphasis_open_star] = ACTIONS(2577), + [sym__emphasis_open_underscore] = ACTIONS(2577), + [sym_inline_note_reference] = ACTIONS(2577), + [sym_html_element] = ACTIONS(2577), + [sym__pandoc_line_break] = ACTIONS(2577), + [sym__caption_start] = ACTIONS(2577), }, [STATE(237)] = { - [sym_entity_reference] = ACTIONS(2575), - [sym_numeric_character_reference] = ACTIONS(2575), - [anon_sym_LBRACK] = ACTIONS(2575), - [anon_sym_BANG_LBRACK] = ACTIONS(2575), - [anon_sym_DOLLAR] = ACTIONS(2577), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2575), - [anon_sym_LBRACE] = ACTIONS(2575), - [aux_sym_pandoc_str_token1] = ACTIONS(2577), - [anon_sym_PIPE] = ACTIONS(2575), - [sym__whitespace] = ACTIONS(2575), - [sym__line_ending] = ACTIONS(2575), - [sym__soft_line_ending] = ACTIONS(2575), - [sym__block_close] = ACTIONS(2575), - [sym__block_quote_start] = ACTIONS(2575), - [sym_atx_h1_marker] = ACTIONS(2575), - [sym_atx_h2_marker] = ACTIONS(2575), - [sym_atx_h3_marker] = ACTIONS(2575), - [sym_atx_h4_marker] = ACTIONS(2575), - [sym_atx_h5_marker] = ACTIONS(2575), - [sym_atx_h6_marker] = ACTIONS(2575), - [sym__thematic_break] = ACTIONS(2575), - [sym__list_marker_minus] = ACTIONS(2575), - [sym__list_marker_plus] = ACTIONS(2575), - [sym__list_marker_star] = ACTIONS(2575), - [sym__list_marker_parenthesis] = ACTIONS(2575), - [sym__list_marker_dot] = ACTIONS(2575), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2575), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2575), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2575), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2575), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2575), - [sym__list_marker_example] = ACTIONS(2575), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2575), - [sym__fenced_code_block_start_backtick] = ACTIONS(2575), - [sym_minus_metadata] = ACTIONS(2575), - [sym__pipe_table_start] = ACTIONS(2575), - [sym__fenced_div_start] = ACTIONS(2575), - [sym__fenced_div_end] = ACTIONS(2575), - [sym_ref_id_specifier] = ACTIONS(2575), - [sym__code_span_start] = ACTIONS(2575), - [sym__html_comment] = ACTIONS(2575), - [sym__autolink] = ACTIONS(2575), - [sym__highlight_span_start] = ACTIONS(2575), - [sym__insert_span_start] = ACTIONS(2575), - [sym__delete_span_start] = ACTIONS(2575), - [sym__edit_comment_span_start] = ACTIONS(2575), - [sym__single_quote_span_open] = ACTIONS(2575), - [sym__double_quote_span_open] = ACTIONS(2575), - [sym__shortcode_open_escaped] = ACTIONS(2575), - [sym__shortcode_open] = ACTIONS(2575), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2575), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2575), - [sym__cite_author_in_text] = ACTIONS(2575), - [sym__cite_suppress_author] = ACTIONS(2575), - [sym__strikeout_open] = ACTIONS(2575), - [sym__subscript_open] = ACTIONS(2575), - [sym__superscript_open] = ACTIONS(2575), - [sym__inline_note_start_token] = ACTIONS(2575), - [sym__strong_emphasis_open_star] = ACTIONS(2575), - [sym__strong_emphasis_open_underscore] = ACTIONS(2575), - [sym__emphasis_open_star] = ACTIONS(2575), - [sym__emphasis_open_underscore] = ACTIONS(2575), - [sym_inline_note_reference] = ACTIONS(2575), - [sym_html_element] = ACTIONS(2575), - [sym__pandoc_line_break] = ACTIONS(2575), - [sym__caption_start] = ACTIONS(2575), - }, - [STATE(238)] = { - [ts_builtin_sym_end] = ACTIONS(2335), - [sym_entity_reference] = ACTIONS(2335), - [sym_numeric_character_reference] = ACTIONS(2335), - [anon_sym_LBRACK] = ACTIONS(2335), - [anon_sym_BANG_LBRACK] = ACTIONS(2335), - [anon_sym_DOLLAR] = ACTIONS(2337), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2335), - [anon_sym_LBRACE] = ACTIONS(2335), - [aux_sym_pandoc_str_token1] = ACTIONS(2337), - [anon_sym_PIPE] = ACTIONS(2335), - [sym__whitespace] = ACTIONS(2335), - [sym__line_ending] = ACTIONS(2335), - [sym__soft_line_ending] = ACTIONS(2335), - [sym_block_continuation] = ACTIONS(2579), - [sym__block_quote_start] = ACTIONS(2335), - [sym_atx_h1_marker] = ACTIONS(2335), - [sym_atx_h2_marker] = ACTIONS(2335), - [sym_atx_h3_marker] = ACTIONS(2335), - [sym_atx_h4_marker] = ACTIONS(2335), - [sym_atx_h5_marker] = ACTIONS(2335), - [sym_atx_h6_marker] = ACTIONS(2335), - [sym__thematic_break] = ACTIONS(2335), - [sym__list_marker_minus] = ACTIONS(2335), - [sym__list_marker_plus] = ACTIONS(2335), - [sym__list_marker_star] = ACTIONS(2335), - [sym__list_marker_parenthesis] = ACTIONS(2335), - [sym__list_marker_dot] = ACTIONS(2335), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_example] = ACTIONS(2335), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2335), - [sym__fenced_code_block_start_backtick] = ACTIONS(2335), - [sym_minus_metadata] = ACTIONS(2335), - [sym__pipe_table_start] = ACTIONS(2335), - [sym__fenced_div_start] = ACTIONS(2335), - [sym_ref_id_specifier] = ACTIONS(2335), - [sym__code_span_start] = ACTIONS(2335), - [sym__html_comment] = ACTIONS(2335), - [sym__autolink] = ACTIONS(2335), - [sym__highlight_span_start] = ACTIONS(2335), - [sym__insert_span_start] = ACTIONS(2335), - [sym__delete_span_start] = ACTIONS(2335), - [sym__edit_comment_span_start] = ACTIONS(2335), - [sym__single_quote_span_open] = ACTIONS(2335), - [sym__double_quote_span_open] = ACTIONS(2335), - [sym__shortcode_open_escaped] = ACTIONS(2335), - [sym__shortcode_open] = ACTIONS(2335), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2335), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2335), - [sym__cite_author_in_text] = ACTIONS(2335), - [sym__cite_suppress_author] = ACTIONS(2335), - [sym__strikeout_open] = ACTIONS(2335), - [sym__subscript_open] = ACTIONS(2335), - [sym__superscript_open] = ACTIONS(2335), - [sym__inline_note_start_token] = ACTIONS(2335), - [sym__strong_emphasis_open_star] = ACTIONS(2335), - [sym__strong_emphasis_open_underscore] = ACTIONS(2335), - [sym__emphasis_open_star] = ACTIONS(2335), - [sym__emphasis_open_underscore] = ACTIONS(2335), - [sym_inline_note_reference] = ACTIONS(2335), - [sym_html_element] = ACTIONS(2335), - [sym__pandoc_line_break] = ACTIONS(2335), - [sym__caption_start] = ACTIONS(2335), - }, - [STATE(239)] = { [sym_entity_reference] = ACTIONS(2341), [sym_numeric_character_reference] = ACTIONS(2341), [anon_sym_LBRACK] = ACTIONS(2341), @@ -46962,7 +47202,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2341), [sym__caption_start] = ACTIONS(2341), }, - [STATE(240)] = { + [STATE(238)] = { [sym_entity_reference] = ACTIONS(2581), [sym_numeric_character_reference] = ACTIONS(2581), [anon_sym_LBRACK] = ACTIONS(2581), @@ -47030,7 +47270,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2581), [sym__caption_start] = ACTIONS(2581), }, - [STATE(241)] = { + [STATE(239)] = { [sym_entity_reference] = ACTIONS(2347), [sym_numeric_character_reference] = ACTIONS(2347), [anon_sym_LBRACK] = ACTIONS(2347), @@ -47098,7 +47338,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2347), [sym__caption_start] = ACTIONS(2347), }, - [STATE(242)] = { + [STATE(240)] = { [sym_entity_reference] = ACTIONS(2585), [sym_numeric_character_reference] = ACTIONS(2585), [anon_sym_LBRACK] = ACTIONS(2585), @@ -47166,7 +47406,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2585), [sym__caption_start] = ACTIONS(2585), }, - [STATE(243)] = { + [STATE(241)] = { [sym_entity_reference] = ACTIONS(2353), [sym_numeric_character_reference] = ACTIONS(2353), [anon_sym_LBRACK] = ACTIONS(2353), @@ -47234,7 +47474,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2353), [sym__caption_start] = ACTIONS(2353), }, - [STATE(244)] = { + [STATE(242)] = { [sym_entity_reference] = ACTIONS(2589), [sym_numeric_character_reference] = ACTIONS(2589), [anon_sym_LBRACK] = ACTIONS(2589), @@ -47302,7 +47542,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2589), [sym__caption_start] = ACTIONS(2589), }, - [STATE(245)] = { + [STATE(243)] = { [sym_entity_reference] = ACTIONS(2359), [sym_numeric_character_reference] = ACTIONS(2359), [anon_sym_LBRACK] = ACTIONS(2359), @@ -47370,7 +47610,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2359), [sym__caption_start] = ACTIONS(2359), }, - [STATE(246)] = { + [STATE(244)] = { [sym_entity_reference] = ACTIONS(2593), [sym_numeric_character_reference] = ACTIONS(2593), [anon_sym_LBRACK] = ACTIONS(2593), @@ -47438,7 +47678,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2593), [sym__caption_start] = ACTIONS(2593), }, - [STATE(247)] = { + [STATE(245)] = { [sym_entity_reference] = ACTIONS(2365), [sym_numeric_character_reference] = ACTIONS(2365), [anon_sym_LBRACK] = ACTIONS(2365), @@ -47506,7 +47746,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2365), [sym__caption_start] = ACTIONS(2365), }, - [STATE(248)] = { + [STATE(246)] = { [sym_entity_reference] = ACTIONS(2597), [sym_numeric_character_reference] = ACTIONS(2597), [anon_sym_LBRACK] = ACTIONS(2597), @@ -47574,7 +47814,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2597), [sym__caption_start] = ACTIONS(2597), }, - [STATE(249)] = { + [STATE(247)] = { [sym_entity_reference] = ACTIONS(2371), [sym_numeric_character_reference] = ACTIONS(2371), [anon_sym_LBRACK] = ACTIONS(2371), @@ -47642,7 +47882,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2371), [sym__caption_start] = ACTIONS(2371), }, - [STATE(250)] = { + [STATE(248)] = { [sym_entity_reference] = ACTIONS(2601), [sym_numeric_character_reference] = ACTIONS(2601), [anon_sym_LBRACK] = ACTIONS(2601), @@ -47710,7 +47950,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2601), [sym__caption_start] = ACTIONS(2601), }, - [STATE(251)] = { + [STATE(249)] = { [sym_entity_reference] = ACTIONS(2605), [sym_numeric_character_reference] = ACTIONS(2605), [anon_sym_LBRACK] = ACTIONS(2605), @@ -47778,7 +48018,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2605), [sym__caption_start] = ACTIONS(2605), }, - [STATE(252)] = { + [STATE(250)] = { [sym_entity_reference] = ACTIONS(2609), [sym_numeric_character_reference] = ACTIONS(2609), [anon_sym_LBRACK] = ACTIONS(2609), @@ -47846,7 +48086,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2609), [sym__caption_start] = ACTIONS(2609), }, - [STATE(253)] = { + [STATE(251)] = { [sym_entity_reference] = ACTIONS(2613), [sym_numeric_character_reference] = ACTIONS(2613), [anon_sym_LBRACK] = ACTIONS(2613), @@ -47914,7 +48154,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2613), [sym__caption_start] = ACTIONS(2613), }, - [STATE(254)] = { + [STATE(252)] = { [sym_entity_reference] = ACTIONS(2617), [sym_numeric_character_reference] = ACTIONS(2617), [anon_sym_LBRACK] = ACTIONS(2617), @@ -47982,7 +48222,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2617), [sym__caption_start] = ACTIONS(2617), }, - [STATE(255)] = { + [STATE(253)] = { [sym_entity_reference] = ACTIONS(2621), [sym_numeric_character_reference] = ACTIONS(2621), [anon_sym_LBRACK] = ACTIONS(2621), @@ -48050,7 +48290,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2621), [sym__caption_start] = ACTIONS(2621), }, - [STATE(256)] = { + [STATE(254)] = { [sym_entity_reference] = ACTIONS(2625), [sym_numeric_character_reference] = ACTIONS(2625), [anon_sym_LBRACK] = ACTIONS(2625), @@ -48118,7 +48358,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2625), [sym__caption_start] = ACTIONS(2625), }, - [STATE(257)] = { + [STATE(255)] = { [sym_entity_reference] = ACTIONS(2629), [sym_numeric_character_reference] = ACTIONS(2629), [anon_sym_LBRACK] = ACTIONS(2629), @@ -48186,7 +48426,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2629), [sym__caption_start] = ACTIONS(2629), }, - [STATE(258)] = { + [STATE(256)] = { [sym_entity_reference] = ACTIONS(2633), [sym_numeric_character_reference] = ACTIONS(2633), [anon_sym_LBRACK] = ACTIONS(2633), @@ -48254,7 +48494,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2633), [sym__caption_start] = ACTIONS(2633), }, - [STATE(259)] = { + [STATE(257)] = { [sym_entity_reference] = ACTIONS(2637), [sym_numeric_character_reference] = ACTIONS(2637), [anon_sym_LBRACK] = ACTIONS(2637), @@ -48322,7 +48562,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2637), [sym__caption_start] = ACTIONS(2637), }, - [STATE(260)] = { + [STATE(258)] = { [sym_entity_reference] = ACTIONS(2641), [sym_numeric_character_reference] = ACTIONS(2641), [anon_sym_LBRACK] = ACTIONS(2641), @@ -48390,7 +48630,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2641), [sym__caption_start] = ACTIONS(2641), }, - [STATE(261)] = { + [STATE(259)] = { [sym_entity_reference] = ACTIONS(2645), [sym_numeric_character_reference] = ACTIONS(2645), [anon_sym_LBRACK] = ACTIONS(2645), @@ -48458,7 +48698,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2645), [sym__caption_start] = ACTIONS(2645), }, - [STATE(262)] = { + [STATE(260)] = { [sym_entity_reference] = ACTIONS(2649), [sym_numeric_character_reference] = ACTIONS(2649), [anon_sym_LBRACK] = ACTIONS(2649), @@ -48526,7 +48766,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2649), [sym__caption_start] = ACTIONS(2649), }, - [STATE(263)] = { + [STATE(261)] = { [sym_entity_reference] = ACTIONS(2653), [sym_numeric_character_reference] = ACTIONS(2653), [anon_sym_LBRACK] = ACTIONS(2653), @@ -48594,7 +48834,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2653), [sym__caption_start] = ACTIONS(2653), }, - [STATE(264)] = { + [STATE(262)] = { [sym_entity_reference] = ACTIONS(2657), [sym_numeric_character_reference] = ACTIONS(2657), [anon_sym_LBRACK] = ACTIONS(2657), @@ -48662,7 +48902,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2657), [sym__caption_start] = ACTIONS(2657), }, - [STATE(265)] = { + [STATE(263)] = { [sym_entity_reference] = ACTIONS(2661), [sym_numeric_character_reference] = ACTIONS(2661), [anon_sym_LBRACK] = ACTIONS(2661), @@ -48730,7 +48970,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2661), [sym__caption_start] = ACTIONS(2661), }, - [STATE(266)] = { + [STATE(264)] = { [sym_entity_reference] = ACTIONS(2665), [sym_numeric_character_reference] = ACTIONS(2665), [anon_sym_LBRACK] = ACTIONS(2665), @@ -48798,7 +49038,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2665), [sym__caption_start] = ACTIONS(2665), }, - [STATE(267)] = { + [STATE(265)] = { [sym_entity_reference] = ACTIONS(2669), [sym_numeric_character_reference] = ACTIONS(2669), [anon_sym_LBRACK] = ACTIONS(2669), @@ -48866,7 +49106,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2669), [sym__caption_start] = ACTIONS(2669), }, - [STATE(268)] = { + [STATE(266)] = { [sym_entity_reference] = ACTIONS(2673), [sym_numeric_character_reference] = ACTIONS(2673), [anon_sym_LBRACK] = ACTIONS(2673), @@ -48934,7 +49174,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2673), [sym__caption_start] = ACTIONS(2673), }, - [STATE(269)] = { + [STATE(267)] = { [sym_entity_reference] = ACTIONS(2677), [sym_numeric_character_reference] = ACTIONS(2677), [anon_sym_LBRACK] = ACTIONS(2677), @@ -49002,7 +49242,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2677), [sym__caption_start] = ACTIONS(2677), }, - [STATE(270)] = { + [STATE(268)] = { [sym_entity_reference] = ACTIONS(2681), [sym_numeric_character_reference] = ACTIONS(2681), [anon_sym_LBRACK] = ACTIONS(2681), @@ -49070,347 +49310,347 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2681), [sym__caption_start] = ACTIONS(2681), }, + [STATE(269)] = { + [sym_entity_reference] = ACTIONS(2685), + [sym_numeric_character_reference] = ACTIONS(2685), + [anon_sym_LBRACK] = ACTIONS(2685), + [anon_sym_BANG_LBRACK] = ACTIONS(2685), + [anon_sym_DOLLAR] = ACTIONS(2687), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2685), + [aux_sym_pandoc_str_token1] = ACTIONS(2687), + [anon_sym_PIPE] = ACTIONS(2685), + [sym__whitespace] = ACTIONS(2685), + [sym__line_ending] = ACTIONS(2685), + [sym__soft_line_ending] = ACTIONS(2685), + [sym__block_close] = ACTIONS(2685), + [sym__block_quote_start] = ACTIONS(2685), + [sym_atx_h1_marker] = ACTIONS(2685), + [sym_atx_h2_marker] = ACTIONS(2685), + [sym_atx_h3_marker] = ACTIONS(2685), + [sym_atx_h4_marker] = ACTIONS(2685), + [sym_atx_h5_marker] = ACTIONS(2685), + [sym_atx_h6_marker] = ACTIONS(2685), + [sym__thematic_break] = ACTIONS(2685), + [sym__list_marker_minus] = ACTIONS(2685), + [sym__list_marker_plus] = ACTIONS(2685), + [sym__list_marker_star] = ACTIONS(2685), + [sym__list_marker_parenthesis] = ACTIONS(2685), + [sym__list_marker_dot] = ACTIONS(2685), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2685), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2685), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2685), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2685), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2685), + [sym__list_marker_example] = ACTIONS(2685), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2685), + [sym__fenced_code_block_start_backtick] = ACTIONS(2685), + [sym_minus_metadata] = ACTIONS(2685), + [sym__pipe_table_start] = ACTIONS(2685), + [sym__fenced_div_start] = ACTIONS(2685), + [sym__fenced_div_end] = ACTIONS(2685), + [sym_ref_id_specifier] = ACTIONS(2685), + [sym__code_span_start] = ACTIONS(2685), + [sym__html_comment] = ACTIONS(2685), + [sym__autolink] = ACTIONS(2685), + [sym__highlight_span_start] = ACTIONS(2685), + [sym__insert_span_start] = ACTIONS(2685), + [sym__delete_span_start] = ACTIONS(2685), + [sym__edit_comment_span_start] = ACTIONS(2685), + [sym__single_quote_span_open] = ACTIONS(2685), + [sym__double_quote_span_open] = ACTIONS(2685), + [sym__shortcode_open_escaped] = ACTIONS(2685), + [sym__shortcode_open] = ACTIONS(2685), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2685), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2685), + [sym__cite_author_in_text] = ACTIONS(2685), + [sym__cite_suppress_author] = ACTIONS(2685), + [sym__strikeout_open] = ACTIONS(2685), + [sym__subscript_open] = ACTIONS(2685), + [sym__superscript_open] = ACTIONS(2685), + [sym__inline_note_start_token] = ACTIONS(2685), + [sym__strong_emphasis_open_star] = ACTIONS(2685), + [sym__strong_emphasis_open_underscore] = ACTIONS(2685), + [sym__emphasis_open_star] = ACTIONS(2685), + [sym__emphasis_open_underscore] = ACTIONS(2685), + [sym_inline_note_reference] = ACTIONS(2685), + [sym_html_element] = ACTIONS(2685), + [sym__pandoc_line_break] = ACTIONS(2685), + [sym__caption_start] = ACTIONS(2685), + }, + [STATE(270)] = { + [sym_entity_reference] = ACTIONS(2689), + [sym_numeric_character_reference] = ACTIONS(2689), + [anon_sym_LBRACK] = ACTIONS(2689), + [anon_sym_BANG_LBRACK] = ACTIONS(2689), + [anon_sym_DOLLAR] = ACTIONS(2691), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2689), + [anon_sym_LBRACE] = ACTIONS(2689), + [aux_sym_pandoc_str_token1] = ACTIONS(2691), + [anon_sym_PIPE] = ACTIONS(2689), + [sym__whitespace] = ACTIONS(2689), + [sym__line_ending] = ACTIONS(2689), + [sym__soft_line_ending] = ACTIONS(2689), + [sym__block_close] = ACTIONS(2689), + [sym__block_quote_start] = ACTIONS(2689), + [sym_atx_h1_marker] = ACTIONS(2689), + [sym_atx_h2_marker] = ACTIONS(2689), + [sym_atx_h3_marker] = ACTIONS(2689), + [sym_atx_h4_marker] = ACTIONS(2689), + [sym_atx_h5_marker] = ACTIONS(2689), + [sym_atx_h6_marker] = ACTIONS(2689), + [sym__thematic_break] = ACTIONS(2689), + [sym__list_marker_minus] = ACTIONS(2689), + [sym__list_marker_plus] = ACTIONS(2689), + [sym__list_marker_star] = ACTIONS(2689), + [sym__list_marker_parenthesis] = ACTIONS(2689), + [sym__list_marker_dot] = ACTIONS(2689), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2689), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2689), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2689), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2689), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2689), + [sym__list_marker_example] = ACTIONS(2689), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2689), + [sym__fenced_code_block_start_backtick] = ACTIONS(2689), + [sym_minus_metadata] = ACTIONS(2689), + [sym__pipe_table_start] = ACTIONS(2689), + [sym__fenced_div_start] = ACTIONS(2689), + [sym__fenced_div_end] = ACTIONS(2689), + [sym_ref_id_specifier] = ACTIONS(2689), + [sym__code_span_start] = ACTIONS(2689), + [sym__html_comment] = ACTIONS(2689), + [sym__autolink] = ACTIONS(2689), + [sym__highlight_span_start] = ACTIONS(2689), + [sym__insert_span_start] = ACTIONS(2689), + [sym__delete_span_start] = ACTIONS(2689), + [sym__edit_comment_span_start] = ACTIONS(2689), + [sym__single_quote_span_open] = ACTIONS(2689), + [sym__double_quote_span_open] = ACTIONS(2689), + [sym__shortcode_open_escaped] = ACTIONS(2689), + [sym__shortcode_open] = ACTIONS(2689), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2689), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2689), + [sym__cite_author_in_text] = ACTIONS(2689), + [sym__cite_suppress_author] = ACTIONS(2689), + [sym__strikeout_open] = ACTIONS(2689), + [sym__subscript_open] = ACTIONS(2689), + [sym__superscript_open] = ACTIONS(2689), + [sym__inline_note_start_token] = ACTIONS(2689), + [sym__strong_emphasis_open_star] = ACTIONS(2689), + [sym__strong_emphasis_open_underscore] = ACTIONS(2689), + [sym__emphasis_open_star] = ACTIONS(2689), + [sym__emphasis_open_underscore] = ACTIONS(2689), + [sym_inline_note_reference] = ACTIONS(2689), + [sym_html_element] = ACTIONS(2689), + [sym__pandoc_line_break] = ACTIONS(2689), + [sym__caption_start] = ACTIONS(2689), + }, [STATE(271)] = { - [ts_builtin_sym_end] = ACTIONS(2317), - [sym_entity_reference] = ACTIONS(2317), - [sym_numeric_character_reference] = ACTIONS(2317), - [anon_sym_LBRACK] = ACTIONS(2317), - [anon_sym_BANG_LBRACK] = ACTIONS(2317), - [anon_sym_DOLLAR] = ACTIONS(2319), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2317), - [anon_sym_LBRACE] = ACTIONS(2317), - [aux_sym_pandoc_str_token1] = ACTIONS(2319), - [anon_sym_PIPE] = ACTIONS(2317), - [sym__whitespace] = ACTIONS(2317), - [sym__line_ending] = ACTIONS(2317), - [sym__soft_line_ending] = ACTIONS(2317), - [sym_block_continuation] = ACTIONS(2685), - [sym__block_quote_start] = ACTIONS(2317), - [sym_atx_h1_marker] = ACTIONS(2317), - [sym_atx_h2_marker] = ACTIONS(2317), - [sym_atx_h3_marker] = ACTIONS(2317), - [sym_atx_h4_marker] = ACTIONS(2317), - [sym_atx_h5_marker] = ACTIONS(2317), - [sym_atx_h6_marker] = ACTIONS(2317), - [sym__thematic_break] = ACTIONS(2317), - [sym__list_marker_minus] = ACTIONS(2317), - [sym__list_marker_plus] = ACTIONS(2317), - [sym__list_marker_star] = ACTIONS(2317), - [sym__list_marker_parenthesis] = ACTIONS(2317), - [sym__list_marker_dot] = ACTIONS(2317), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2317), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2317), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2317), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2317), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2317), - [sym__list_marker_example] = ACTIONS(2317), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2317), - [sym__fenced_code_block_start_backtick] = ACTIONS(2317), - [sym_minus_metadata] = ACTIONS(2317), - [sym__pipe_table_start] = ACTIONS(2317), - [sym__fenced_div_start] = ACTIONS(2317), - [sym_ref_id_specifier] = ACTIONS(2317), - [sym__code_span_start] = ACTIONS(2317), - [sym__html_comment] = ACTIONS(2317), - [sym__autolink] = ACTIONS(2317), - [sym__highlight_span_start] = ACTIONS(2317), - [sym__insert_span_start] = ACTIONS(2317), - [sym__delete_span_start] = ACTIONS(2317), - [sym__edit_comment_span_start] = ACTIONS(2317), - [sym__single_quote_span_open] = ACTIONS(2317), - [sym__double_quote_span_open] = ACTIONS(2317), - [sym__shortcode_open_escaped] = ACTIONS(2317), - [sym__shortcode_open] = ACTIONS(2317), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2317), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2317), - [sym__cite_author_in_text] = ACTIONS(2317), - [sym__cite_suppress_author] = ACTIONS(2317), - [sym__strikeout_open] = ACTIONS(2317), - [sym__subscript_open] = ACTIONS(2317), - [sym__superscript_open] = ACTIONS(2317), - [sym__inline_note_start_token] = ACTIONS(2317), - [sym__strong_emphasis_open_star] = ACTIONS(2317), - [sym__strong_emphasis_open_underscore] = ACTIONS(2317), - [sym__emphasis_open_star] = ACTIONS(2317), - [sym__emphasis_open_underscore] = ACTIONS(2317), - [sym_inline_note_reference] = ACTIONS(2317), - [sym_html_element] = ACTIONS(2317), - [sym__pandoc_line_break] = ACTIONS(2317), - [sym__caption_start] = ACTIONS(2317), + [sym_entity_reference] = ACTIONS(2693), + [sym_numeric_character_reference] = ACTIONS(2693), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_BANG_LBRACK] = ACTIONS(2693), + [anon_sym_DOLLAR] = ACTIONS(2695), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2693), + [anon_sym_LBRACE] = ACTIONS(2693), + [aux_sym_pandoc_str_token1] = ACTIONS(2695), + [anon_sym_PIPE] = ACTIONS(2693), + [sym__whitespace] = ACTIONS(2693), + [sym__line_ending] = ACTIONS(2693), + [sym__soft_line_ending] = ACTIONS(2693), + [sym__block_close] = ACTIONS(2693), + [sym__block_quote_start] = ACTIONS(2693), + [sym_atx_h1_marker] = ACTIONS(2693), + [sym_atx_h2_marker] = ACTIONS(2693), + [sym_atx_h3_marker] = ACTIONS(2693), + [sym_atx_h4_marker] = ACTIONS(2693), + [sym_atx_h5_marker] = ACTIONS(2693), + [sym_atx_h6_marker] = ACTIONS(2693), + [sym__thematic_break] = ACTIONS(2693), + [sym__list_marker_minus] = ACTIONS(2693), + [sym__list_marker_plus] = ACTIONS(2693), + [sym__list_marker_star] = ACTIONS(2693), + [sym__list_marker_parenthesis] = ACTIONS(2693), + [sym__list_marker_dot] = ACTIONS(2693), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2693), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2693), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2693), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2693), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2693), + [sym__list_marker_example] = ACTIONS(2693), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2693), + [sym__fenced_code_block_start_backtick] = ACTIONS(2693), + [sym_minus_metadata] = ACTIONS(2693), + [sym__pipe_table_start] = ACTIONS(2693), + [sym__fenced_div_start] = ACTIONS(2693), + [sym__fenced_div_end] = ACTIONS(2693), + [sym_ref_id_specifier] = ACTIONS(2693), + [sym__code_span_start] = ACTIONS(2693), + [sym__html_comment] = ACTIONS(2693), + [sym__autolink] = ACTIONS(2693), + [sym__highlight_span_start] = ACTIONS(2693), + [sym__insert_span_start] = ACTIONS(2693), + [sym__delete_span_start] = ACTIONS(2693), + [sym__edit_comment_span_start] = ACTIONS(2693), + [sym__single_quote_span_open] = ACTIONS(2693), + [sym__double_quote_span_open] = ACTIONS(2693), + [sym__shortcode_open_escaped] = ACTIONS(2693), + [sym__shortcode_open] = ACTIONS(2693), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2693), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2693), + [sym__cite_author_in_text] = ACTIONS(2693), + [sym__cite_suppress_author] = ACTIONS(2693), + [sym__strikeout_open] = ACTIONS(2693), + [sym__subscript_open] = ACTIONS(2693), + [sym__superscript_open] = ACTIONS(2693), + [sym__inline_note_start_token] = ACTIONS(2693), + [sym__strong_emphasis_open_star] = ACTIONS(2693), + [sym__strong_emphasis_open_underscore] = ACTIONS(2693), + [sym__emphasis_open_star] = ACTIONS(2693), + [sym__emphasis_open_underscore] = ACTIONS(2693), + [sym_inline_note_reference] = ACTIONS(2693), + [sym_html_element] = ACTIONS(2693), + [sym__pandoc_line_break] = ACTIONS(2693), + [sym__caption_start] = ACTIONS(2693), }, [STATE(272)] = { - [sym_entity_reference] = ACTIONS(2687), - [sym_numeric_character_reference] = ACTIONS(2687), - [anon_sym_LBRACK] = ACTIONS(2687), - [anon_sym_BANG_LBRACK] = ACTIONS(2687), - [anon_sym_DOLLAR] = ACTIONS(2689), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2687), - [anon_sym_LBRACE] = ACTIONS(2687), - [aux_sym_pandoc_str_token1] = ACTIONS(2689), - [anon_sym_PIPE] = ACTIONS(2687), - [sym__whitespace] = ACTIONS(2687), - [sym__line_ending] = ACTIONS(2687), - [sym__soft_line_ending] = ACTIONS(2687), - [sym__block_close] = ACTIONS(2687), - [sym__block_quote_start] = ACTIONS(2687), - [sym_atx_h1_marker] = ACTIONS(2687), - [sym_atx_h2_marker] = ACTIONS(2687), - [sym_atx_h3_marker] = ACTIONS(2687), - [sym_atx_h4_marker] = ACTIONS(2687), - [sym_atx_h5_marker] = ACTIONS(2687), - [sym_atx_h6_marker] = ACTIONS(2687), - [sym__thematic_break] = ACTIONS(2687), - [sym__list_marker_minus] = ACTIONS(2687), - [sym__list_marker_plus] = ACTIONS(2687), - [sym__list_marker_star] = ACTIONS(2687), - [sym__list_marker_parenthesis] = ACTIONS(2687), - [sym__list_marker_dot] = ACTIONS(2687), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2687), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2687), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2687), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2687), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2687), - [sym__list_marker_example] = ACTIONS(2687), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2687), - [sym__fenced_code_block_start_backtick] = ACTIONS(2687), - [sym_minus_metadata] = ACTIONS(2687), - [sym__pipe_table_start] = ACTIONS(2687), - [sym__fenced_div_start] = ACTIONS(2687), - [sym__fenced_div_end] = ACTIONS(2687), - [sym_ref_id_specifier] = ACTIONS(2687), - [sym__code_span_start] = ACTIONS(2687), - [sym__html_comment] = ACTIONS(2687), - [sym__autolink] = ACTIONS(2687), - [sym__highlight_span_start] = ACTIONS(2687), - [sym__insert_span_start] = ACTIONS(2687), - [sym__delete_span_start] = ACTIONS(2687), - [sym__edit_comment_span_start] = ACTIONS(2687), - [sym__single_quote_span_open] = ACTIONS(2687), - [sym__double_quote_span_open] = ACTIONS(2687), - [sym__shortcode_open_escaped] = ACTIONS(2687), - [sym__shortcode_open] = ACTIONS(2687), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2687), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2687), - [sym__cite_author_in_text] = ACTIONS(2687), - [sym__cite_suppress_author] = ACTIONS(2687), - [sym__strikeout_open] = ACTIONS(2687), - [sym__subscript_open] = ACTIONS(2687), - [sym__superscript_open] = ACTIONS(2687), - [sym__inline_note_start_token] = ACTIONS(2687), - [sym__strong_emphasis_open_star] = ACTIONS(2687), - [sym__strong_emphasis_open_underscore] = ACTIONS(2687), - [sym__emphasis_open_star] = ACTIONS(2687), - [sym__emphasis_open_underscore] = ACTIONS(2687), - [sym_inline_note_reference] = ACTIONS(2687), - [sym_html_element] = ACTIONS(2687), - [sym__pandoc_line_break] = ACTIONS(2687), - [sym__caption_start] = ACTIONS(2687), + [sym_entity_reference] = ACTIONS(2697), + [sym_numeric_character_reference] = ACTIONS(2697), + [anon_sym_LBRACK] = ACTIONS(2697), + [anon_sym_BANG_LBRACK] = ACTIONS(2697), + [anon_sym_DOLLAR] = ACTIONS(2699), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2697), + [anon_sym_LBRACE] = ACTIONS(2697), + [aux_sym_pandoc_str_token1] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2697), + [sym__whitespace] = ACTIONS(2697), + [sym__line_ending] = ACTIONS(2697), + [sym__soft_line_ending] = ACTIONS(2697), + [sym__block_close] = ACTIONS(2697), + [sym__block_quote_start] = ACTIONS(2697), + [sym_atx_h1_marker] = ACTIONS(2697), + [sym_atx_h2_marker] = ACTIONS(2697), + [sym_atx_h3_marker] = ACTIONS(2697), + [sym_atx_h4_marker] = ACTIONS(2697), + [sym_atx_h5_marker] = ACTIONS(2697), + [sym_atx_h6_marker] = ACTIONS(2697), + [sym__thematic_break] = ACTIONS(2697), + [sym__list_marker_minus] = ACTIONS(2697), + [sym__list_marker_plus] = ACTIONS(2697), + [sym__list_marker_star] = ACTIONS(2697), + [sym__list_marker_parenthesis] = ACTIONS(2697), + [sym__list_marker_dot] = ACTIONS(2697), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2697), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2697), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2697), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2697), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2697), + [sym__list_marker_example] = ACTIONS(2697), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2697), + [sym__fenced_code_block_start_backtick] = ACTIONS(2697), + [sym_minus_metadata] = ACTIONS(2697), + [sym__pipe_table_start] = ACTIONS(2697), + [sym__fenced_div_start] = ACTIONS(2697), + [sym__fenced_div_end] = ACTIONS(2697), + [sym_ref_id_specifier] = ACTIONS(2697), + [sym__code_span_start] = ACTIONS(2697), + [sym__html_comment] = ACTIONS(2697), + [sym__autolink] = ACTIONS(2697), + [sym__highlight_span_start] = ACTIONS(2697), + [sym__insert_span_start] = ACTIONS(2697), + [sym__delete_span_start] = ACTIONS(2697), + [sym__edit_comment_span_start] = ACTIONS(2697), + [sym__single_quote_span_open] = ACTIONS(2697), + [sym__double_quote_span_open] = ACTIONS(2697), + [sym__shortcode_open_escaped] = ACTIONS(2697), + [sym__shortcode_open] = ACTIONS(2697), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2697), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2697), + [sym__cite_author_in_text] = ACTIONS(2697), + [sym__cite_suppress_author] = ACTIONS(2697), + [sym__strikeout_open] = ACTIONS(2697), + [sym__subscript_open] = ACTIONS(2697), + [sym__superscript_open] = ACTIONS(2697), + [sym__inline_note_start_token] = ACTIONS(2697), + [sym__strong_emphasis_open_star] = ACTIONS(2697), + [sym__strong_emphasis_open_underscore] = ACTIONS(2697), + [sym__emphasis_open_star] = ACTIONS(2697), + [sym__emphasis_open_underscore] = ACTIONS(2697), + [sym_inline_note_reference] = ACTIONS(2697), + [sym_html_element] = ACTIONS(2697), + [sym__pandoc_line_break] = ACTIONS(2697), + [sym__caption_start] = ACTIONS(2697), }, [STATE(273)] = { - [sym_entity_reference] = ACTIONS(2691), - [sym_numeric_character_reference] = ACTIONS(2691), - [anon_sym_LBRACK] = ACTIONS(2691), - [anon_sym_BANG_LBRACK] = ACTIONS(2691), - [anon_sym_DOLLAR] = ACTIONS(2693), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2691), - [anon_sym_LBRACE] = ACTIONS(2691), - [aux_sym_pandoc_str_token1] = ACTIONS(2693), - [anon_sym_PIPE] = ACTIONS(2691), - [sym__whitespace] = ACTIONS(2691), - [sym__line_ending] = ACTIONS(2691), - [sym__soft_line_ending] = ACTIONS(2691), - [sym__block_close] = ACTIONS(2691), - [sym__block_quote_start] = ACTIONS(2691), - [sym_atx_h1_marker] = ACTIONS(2691), - [sym_atx_h2_marker] = ACTIONS(2691), - [sym_atx_h3_marker] = ACTIONS(2691), - [sym_atx_h4_marker] = ACTIONS(2691), - [sym_atx_h5_marker] = ACTIONS(2691), - [sym_atx_h6_marker] = ACTIONS(2691), - [sym__thematic_break] = ACTIONS(2691), - [sym__list_marker_minus] = ACTIONS(2691), - [sym__list_marker_plus] = ACTIONS(2691), - [sym__list_marker_star] = ACTIONS(2691), - [sym__list_marker_parenthesis] = ACTIONS(2691), - [sym__list_marker_dot] = ACTIONS(2691), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2691), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2691), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2691), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2691), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2691), - [sym__list_marker_example] = ACTIONS(2691), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2691), - [sym__fenced_code_block_start_backtick] = ACTIONS(2691), - [sym_minus_metadata] = ACTIONS(2691), - [sym__pipe_table_start] = ACTIONS(2691), - [sym__fenced_div_start] = ACTIONS(2691), - [sym__fenced_div_end] = ACTIONS(2691), - [sym_ref_id_specifier] = ACTIONS(2691), - [sym__code_span_start] = ACTIONS(2691), - [sym__html_comment] = ACTIONS(2691), - [sym__autolink] = ACTIONS(2691), - [sym__highlight_span_start] = ACTIONS(2691), - [sym__insert_span_start] = ACTIONS(2691), - [sym__delete_span_start] = ACTIONS(2691), - [sym__edit_comment_span_start] = ACTIONS(2691), - [sym__single_quote_span_open] = ACTIONS(2691), - [sym__double_quote_span_open] = ACTIONS(2691), - [sym__shortcode_open_escaped] = ACTIONS(2691), - [sym__shortcode_open] = ACTIONS(2691), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2691), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2691), - [sym__cite_author_in_text] = ACTIONS(2691), - [sym__cite_suppress_author] = ACTIONS(2691), - [sym__strikeout_open] = ACTIONS(2691), - [sym__subscript_open] = ACTIONS(2691), - [sym__superscript_open] = ACTIONS(2691), - [sym__inline_note_start_token] = ACTIONS(2691), - [sym__strong_emphasis_open_star] = ACTIONS(2691), - [sym__strong_emphasis_open_underscore] = ACTIONS(2691), - [sym__emphasis_open_star] = ACTIONS(2691), - [sym__emphasis_open_underscore] = ACTIONS(2691), - [sym_inline_note_reference] = ACTIONS(2691), - [sym_html_element] = ACTIONS(2691), - [sym__pandoc_line_break] = ACTIONS(2691), - [sym__caption_start] = ACTIONS(2691), + [ts_builtin_sym_end] = ACTIONS(2329), + [sym_entity_reference] = ACTIONS(2329), + [sym_numeric_character_reference] = ACTIONS(2329), + [anon_sym_LBRACK] = ACTIONS(2329), + [anon_sym_BANG_LBRACK] = ACTIONS(2329), + [anon_sym_DOLLAR] = ACTIONS(2331), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2329), + [anon_sym_LBRACE] = ACTIONS(2329), + [aux_sym_pandoc_str_token1] = ACTIONS(2331), + [anon_sym_PIPE] = ACTIONS(2329), + [sym__whitespace] = ACTIONS(2329), + [sym__line_ending] = ACTIONS(2329), + [sym__soft_line_ending] = ACTIONS(2329), + [sym_block_continuation] = ACTIONS(2701), + [sym__block_quote_start] = ACTIONS(2329), + [sym_atx_h1_marker] = ACTIONS(2329), + [sym_atx_h2_marker] = ACTIONS(2329), + [sym_atx_h3_marker] = ACTIONS(2329), + [sym_atx_h4_marker] = ACTIONS(2329), + [sym_atx_h5_marker] = ACTIONS(2329), + [sym_atx_h6_marker] = ACTIONS(2329), + [sym__thematic_break] = ACTIONS(2329), + [sym__list_marker_minus] = ACTIONS(2329), + [sym__list_marker_plus] = ACTIONS(2329), + [sym__list_marker_star] = ACTIONS(2329), + [sym__list_marker_parenthesis] = ACTIONS(2329), + [sym__list_marker_dot] = ACTIONS(2329), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2329), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2329), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2329), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2329), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2329), + [sym__list_marker_example] = ACTIONS(2329), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2329), + [sym__fenced_code_block_start_backtick] = ACTIONS(2329), + [sym_minus_metadata] = ACTIONS(2329), + [sym__pipe_table_start] = ACTIONS(2329), + [sym__fenced_div_start] = ACTIONS(2329), + [sym_ref_id_specifier] = ACTIONS(2329), + [sym__code_span_start] = ACTIONS(2329), + [sym__html_comment] = ACTIONS(2329), + [sym__autolink] = ACTIONS(2329), + [sym__highlight_span_start] = ACTIONS(2329), + [sym__insert_span_start] = ACTIONS(2329), + [sym__delete_span_start] = ACTIONS(2329), + [sym__edit_comment_span_start] = ACTIONS(2329), + [sym__single_quote_span_open] = ACTIONS(2329), + [sym__double_quote_span_open] = ACTIONS(2329), + [sym__shortcode_open_escaped] = ACTIONS(2329), + [sym__shortcode_open] = ACTIONS(2329), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2329), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2329), + [sym__cite_author_in_text] = ACTIONS(2329), + [sym__cite_suppress_author] = ACTIONS(2329), + [sym__strikeout_open] = ACTIONS(2329), + [sym__subscript_open] = ACTIONS(2329), + [sym__superscript_open] = ACTIONS(2329), + [sym__inline_note_start_token] = ACTIONS(2329), + [sym__strong_emphasis_open_star] = ACTIONS(2329), + [sym__strong_emphasis_open_underscore] = ACTIONS(2329), + [sym__emphasis_open_star] = ACTIONS(2329), + [sym__emphasis_open_underscore] = ACTIONS(2329), + [sym_inline_note_reference] = ACTIONS(2329), + [sym_html_element] = ACTIONS(2329), + [sym__pandoc_line_break] = ACTIONS(2329), + [sym__caption_start] = ACTIONS(2329), }, [STATE(274)] = { - [sym_entity_reference] = ACTIONS(2695), - [sym_numeric_character_reference] = ACTIONS(2695), - [anon_sym_LBRACK] = ACTIONS(2695), - [anon_sym_BANG_LBRACK] = ACTIONS(2695), - [anon_sym_DOLLAR] = ACTIONS(2697), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2695), - [anon_sym_LBRACE] = ACTIONS(2695), - [aux_sym_pandoc_str_token1] = ACTIONS(2697), - [anon_sym_PIPE] = ACTIONS(2695), - [sym__whitespace] = ACTIONS(2695), - [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), - [sym__pandoc_line_break] = ACTIONS(2695), - [sym__caption_start] = ACTIONS(2695), - }, - [STATE(275)] = { - [sym_entity_reference] = ACTIONS(2699), - [sym_numeric_character_reference] = ACTIONS(2699), - [anon_sym_LBRACK] = ACTIONS(2699), - [anon_sym_BANG_LBRACK] = ACTIONS(2699), - [anon_sym_DOLLAR] = ACTIONS(2701), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2699), - [anon_sym_LBRACE] = ACTIONS(2699), - [aux_sym_pandoc_str_token1] = ACTIONS(2701), - [anon_sym_PIPE] = ACTIONS(2699), - [sym__whitespace] = ACTIONS(2699), - [sym__line_ending] = ACTIONS(2699), - [sym__soft_line_ending] = ACTIONS(2699), - [sym__block_close] = ACTIONS(2699), - [sym__block_quote_start] = ACTIONS(2699), - [sym_atx_h1_marker] = ACTIONS(2699), - [sym_atx_h2_marker] = ACTIONS(2699), - [sym_atx_h3_marker] = ACTIONS(2699), - [sym_atx_h4_marker] = ACTIONS(2699), - [sym_atx_h5_marker] = ACTIONS(2699), - [sym_atx_h6_marker] = ACTIONS(2699), - [sym__thematic_break] = ACTIONS(2699), - [sym__list_marker_minus] = ACTIONS(2699), - [sym__list_marker_plus] = ACTIONS(2699), - [sym__list_marker_star] = ACTIONS(2699), - [sym__list_marker_parenthesis] = ACTIONS(2699), - [sym__list_marker_dot] = ACTIONS(2699), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2699), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2699), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2699), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2699), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2699), - [sym__list_marker_example] = ACTIONS(2699), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2699), - [sym__fenced_code_block_start_backtick] = ACTIONS(2699), - [sym_minus_metadata] = ACTIONS(2699), - [sym__pipe_table_start] = ACTIONS(2699), - [sym__fenced_div_start] = ACTIONS(2699), - [sym__fenced_div_end] = ACTIONS(2699), - [sym_ref_id_specifier] = ACTIONS(2699), - [sym__code_span_start] = ACTIONS(2699), - [sym__html_comment] = ACTIONS(2699), - [sym__autolink] = ACTIONS(2699), - [sym__highlight_span_start] = ACTIONS(2699), - [sym__insert_span_start] = ACTIONS(2699), - [sym__delete_span_start] = ACTIONS(2699), - [sym__edit_comment_span_start] = ACTIONS(2699), - [sym__single_quote_span_open] = ACTIONS(2699), - [sym__double_quote_span_open] = ACTIONS(2699), - [sym__shortcode_open_escaped] = ACTIONS(2699), - [sym__shortcode_open] = ACTIONS(2699), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2699), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2699), - [sym__cite_author_in_text] = ACTIONS(2699), - [sym__cite_suppress_author] = ACTIONS(2699), - [sym__strikeout_open] = ACTIONS(2699), - [sym__subscript_open] = ACTIONS(2699), - [sym__superscript_open] = ACTIONS(2699), - [sym__inline_note_start_token] = ACTIONS(2699), - [sym__strong_emphasis_open_star] = ACTIONS(2699), - [sym__strong_emphasis_open_underscore] = ACTIONS(2699), - [sym__emphasis_open_star] = ACTIONS(2699), - [sym__emphasis_open_underscore] = ACTIONS(2699), - [sym_inline_note_reference] = ACTIONS(2699), - [sym_html_element] = ACTIONS(2699), - [sym__pandoc_line_break] = ACTIONS(2699), - [sym__caption_start] = ACTIONS(2699), - }, - [STATE(276)] = { [sym_entity_reference] = ACTIONS(2703), [sym_numeric_character_reference] = ACTIONS(2703), [anon_sym_LBRACK] = ACTIONS(2703), @@ -49478,143 +49718,415 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2703), [sym__caption_start] = ACTIONS(2703), }, + [STATE(275)] = { + [ts_builtin_sym_end] = ACTIONS(2335), + [sym_entity_reference] = ACTIONS(2335), + [sym_numeric_character_reference] = ACTIONS(2335), + [anon_sym_LBRACK] = ACTIONS(2335), + [anon_sym_BANG_LBRACK] = ACTIONS(2335), + [anon_sym_DOLLAR] = ACTIONS(2337), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2335), + [anon_sym_LBRACE] = ACTIONS(2335), + [aux_sym_pandoc_str_token1] = ACTIONS(2337), + [anon_sym_PIPE] = ACTIONS(2335), + [sym__whitespace] = ACTIONS(2335), + [sym__line_ending] = ACTIONS(2335), + [sym__soft_line_ending] = ACTIONS(2335), + [sym_block_continuation] = ACTIONS(2707), + [sym__block_quote_start] = ACTIONS(2335), + [sym_atx_h1_marker] = ACTIONS(2335), + [sym_atx_h2_marker] = ACTIONS(2335), + [sym_atx_h3_marker] = ACTIONS(2335), + [sym_atx_h4_marker] = ACTIONS(2335), + [sym_atx_h5_marker] = ACTIONS(2335), + [sym_atx_h6_marker] = ACTIONS(2335), + [sym__thematic_break] = ACTIONS(2335), + [sym__list_marker_minus] = ACTIONS(2335), + [sym__list_marker_plus] = ACTIONS(2335), + [sym__list_marker_star] = ACTIONS(2335), + [sym__list_marker_parenthesis] = ACTIONS(2335), + [sym__list_marker_dot] = ACTIONS(2335), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_example] = ACTIONS(2335), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2335), + [sym__fenced_code_block_start_backtick] = ACTIONS(2335), + [sym_minus_metadata] = ACTIONS(2335), + [sym__pipe_table_start] = ACTIONS(2335), + [sym__fenced_div_start] = ACTIONS(2335), + [sym_ref_id_specifier] = ACTIONS(2335), + [sym__code_span_start] = ACTIONS(2335), + [sym__html_comment] = ACTIONS(2335), + [sym__autolink] = ACTIONS(2335), + [sym__highlight_span_start] = ACTIONS(2335), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2335), + [sym__edit_comment_span_start] = ACTIONS(2335), + [sym__single_quote_span_open] = ACTIONS(2335), + [sym__double_quote_span_open] = ACTIONS(2335), + [sym__shortcode_open_escaped] = ACTIONS(2335), + [sym__shortcode_open] = ACTIONS(2335), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2335), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2335), + [sym__cite_author_in_text] = ACTIONS(2335), + [sym__cite_suppress_author] = ACTIONS(2335), + [sym__strikeout_open] = ACTIONS(2335), + [sym__subscript_open] = ACTIONS(2335), + [sym__superscript_open] = ACTIONS(2335), + [sym__inline_note_start_token] = ACTIONS(2335), + [sym__strong_emphasis_open_star] = ACTIONS(2335), + [sym__strong_emphasis_open_underscore] = ACTIONS(2335), + [sym__emphasis_open_star] = ACTIONS(2335), + [sym__emphasis_open_underscore] = ACTIONS(2335), + [sym_inline_note_reference] = ACTIONS(2335), + [sym_html_element] = ACTIONS(2335), + [sym__pandoc_line_break] = ACTIONS(2335), + [sym__caption_start] = ACTIONS(2335), + }, + [STATE(276)] = { + [sym_entity_reference] = ACTIONS(2709), + [sym_numeric_character_reference] = ACTIONS(2709), + [anon_sym_LBRACK] = ACTIONS(2709), + [anon_sym_BANG_LBRACK] = ACTIONS(2709), + [anon_sym_DOLLAR] = ACTIONS(2711), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2709), + [anon_sym_LBRACE] = ACTIONS(2709), + [aux_sym_pandoc_str_token1] = ACTIONS(2711), + [anon_sym_PIPE] = ACTIONS(2709), + [sym__whitespace] = ACTIONS(2709), + [sym__line_ending] = ACTIONS(2709), + [sym__soft_line_ending] = ACTIONS(2709), + [sym__block_close] = ACTIONS(2709), + [sym__block_quote_start] = ACTIONS(2709), + [sym_atx_h1_marker] = ACTIONS(2709), + [sym_atx_h2_marker] = ACTIONS(2709), + [sym_atx_h3_marker] = ACTIONS(2709), + [sym_atx_h4_marker] = ACTIONS(2709), + [sym_atx_h5_marker] = ACTIONS(2709), + [sym_atx_h6_marker] = ACTIONS(2709), + [sym__thematic_break] = ACTIONS(2709), + [sym__list_marker_minus] = ACTIONS(2709), + [sym__list_marker_plus] = ACTIONS(2709), + [sym__list_marker_star] = ACTIONS(2709), + [sym__list_marker_parenthesis] = ACTIONS(2709), + [sym__list_marker_dot] = ACTIONS(2709), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2709), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2709), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2709), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2709), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2709), + [sym__list_marker_example] = ACTIONS(2709), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2709), + [sym__fenced_code_block_start_backtick] = ACTIONS(2709), + [sym_minus_metadata] = ACTIONS(2709), + [sym__pipe_table_start] = ACTIONS(2709), + [sym__fenced_div_start] = ACTIONS(2709), + [sym__fenced_div_end] = ACTIONS(2709), + [sym_ref_id_specifier] = ACTIONS(2709), + [sym__code_span_start] = ACTIONS(2709), + [sym__html_comment] = ACTIONS(2709), + [sym__autolink] = ACTIONS(2709), + [sym__highlight_span_start] = ACTIONS(2709), + [sym__insert_span_start] = ACTIONS(2709), + [sym__delete_span_start] = ACTIONS(2709), + [sym__edit_comment_span_start] = ACTIONS(2709), + [sym__single_quote_span_open] = ACTIONS(2709), + [sym__double_quote_span_open] = ACTIONS(2709), + [sym__shortcode_open_escaped] = ACTIONS(2709), + [sym__shortcode_open] = ACTIONS(2709), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2709), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2709), + [sym__cite_author_in_text] = ACTIONS(2709), + [sym__cite_suppress_author] = ACTIONS(2709), + [sym__strikeout_open] = ACTIONS(2709), + [sym__subscript_open] = ACTIONS(2709), + [sym__superscript_open] = ACTIONS(2709), + [sym__inline_note_start_token] = ACTIONS(2709), + [sym__strong_emphasis_open_star] = ACTIONS(2709), + [sym__strong_emphasis_open_underscore] = ACTIONS(2709), + [sym__emphasis_open_star] = ACTIONS(2709), + [sym__emphasis_open_underscore] = ACTIONS(2709), + [sym_inline_note_reference] = ACTIONS(2709), + [sym_html_element] = ACTIONS(2709), + [sym__pandoc_line_break] = ACTIONS(2709), + [sym__caption_start] = ACTIONS(2709), + }, [STATE(277)] = { - [sym_entity_reference] = ACTIONS(2707), - [sym_numeric_character_reference] = ACTIONS(2707), - [anon_sym_LBRACK] = ACTIONS(2707), - [anon_sym_BANG_LBRACK] = ACTIONS(2707), - [anon_sym_DOLLAR] = ACTIONS(2709), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2707), - [anon_sym_LBRACE] = ACTIONS(2707), - [aux_sym_pandoc_str_token1] = ACTIONS(2709), - [anon_sym_PIPE] = ACTIONS(2707), - [sym__whitespace] = ACTIONS(2707), - [sym__line_ending] = ACTIONS(2707), - [sym__soft_line_ending] = ACTIONS(2707), - [sym__block_close] = ACTIONS(2707), - [sym__block_quote_start] = ACTIONS(2707), - [sym_atx_h1_marker] = ACTIONS(2707), - [sym_atx_h2_marker] = ACTIONS(2707), - [sym_atx_h3_marker] = ACTIONS(2707), - [sym_atx_h4_marker] = ACTIONS(2707), - [sym_atx_h5_marker] = ACTIONS(2707), - [sym_atx_h6_marker] = ACTIONS(2707), - [sym__thematic_break] = ACTIONS(2707), - [sym__list_marker_minus] = ACTIONS(2707), - [sym__list_marker_plus] = ACTIONS(2707), - [sym__list_marker_star] = ACTIONS(2707), - [sym__list_marker_parenthesis] = ACTIONS(2707), - [sym__list_marker_dot] = ACTIONS(2707), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2707), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2707), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2707), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2707), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2707), - [sym__list_marker_example] = ACTIONS(2707), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2707), - [sym__fenced_code_block_start_backtick] = ACTIONS(2707), - [sym_minus_metadata] = ACTIONS(2707), - [sym__pipe_table_start] = ACTIONS(2707), - [sym__fenced_div_start] = ACTIONS(2707), - [sym__fenced_div_end] = ACTIONS(2707), - [sym_ref_id_specifier] = ACTIONS(2707), - [sym__code_span_start] = ACTIONS(2707), - [sym__html_comment] = ACTIONS(2707), - [sym__autolink] = ACTIONS(2707), - [sym__highlight_span_start] = ACTIONS(2707), - [sym__insert_span_start] = ACTIONS(2707), - [sym__delete_span_start] = ACTIONS(2707), - [sym__edit_comment_span_start] = ACTIONS(2707), - [sym__single_quote_span_open] = ACTIONS(2707), - [sym__double_quote_span_open] = ACTIONS(2707), - [sym__shortcode_open_escaped] = ACTIONS(2707), - [sym__shortcode_open] = ACTIONS(2707), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2707), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2707), - [sym__cite_author_in_text] = ACTIONS(2707), - [sym__cite_suppress_author] = ACTIONS(2707), - [sym__strikeout_open] = ACTIONS(2707), - [sym__subscript_open] = ACTIONS(2707), - [sym__superscript_open] = ACTIONS(2707), - [sym__inline_note_start_token] = ACTIONS(2707), - [sym__strong_emphasis_open_star] = ACTIONS(2707), - [sym__strong_emphasis_open_underscore] = ACTIONS(2707), - [sym__emphasis_open_star] = ACTIONS(2707), - [sym__emphasis_open_underscore] = ACTIONS(2707), - [sym_inline_note_reference] = ACTIONS(2707), - [sym_html_element] = ACTIONS(2707), - [sym__pandoc_line_break] = ACTIONS(2707), - [sym__caption_start] = ACTIONS(2707), + [ts_builtin_sym_end] = ACTIONS(2347), + [sym_entity_reference] = ACTIONS(2347), + [sym_numeric_character_reference] = ACTIONS(2347), + [anon_sym_LBRACK] = ACTIONS(2347), + [anon_sym_BANG_LBRACK] = ACTIONS(2347), + [anon_sym_DOLLAR] = ACTIONS(2349), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2347), + [anon_sym_LBRACE] = ACTIONS(2347), + [aux_sym_pandoc_str_token1] = ACTIONS(2349), + [anon_sym_PIPE] = ACTIONS(2347), + [sym__whitespace] = ACTIONS(2347), + [sym__line_ending] = ACTIONS(2347), + [sym__soft_line_ending] = ACTIONS(2347), + [sym_block_continuation] = ACTIONS(2713), + [sym__block_quote_start] = ACTIONS(2347), + [sym_atx_h1_marker] = ACTIONS(2347), + [sym_atx_h2_marker] = ACTIONS(2347), + [sym_atx_h3_marker] = ACTIONS(2347), + [sym_atx_h4_marker] = ACTIONS(2347), + [sym_atx_h5_marker] = ACTIONS(2347), + [sym_atx_h6_marker] = ACTIONS(2347), + [sym__thematic_break] = ACTIONS(2347), + [sym__list_marker_minus] = ACTIONS(2347), + [sym__list_marker_plus] = ACTIONS(2347), + [sym__list_marker_star] = ACTIONS(2347), + [sym__list_marker_parenthesis] = ACTIONS(2347), + [sym__list_marker_dot] = ACTIONS(2347), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2347), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2347), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2347), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2347), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2347), + [sym__list_marker_example] = ACTIONS(2347), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2347), + [sym__fenced_code_block_start_backtick] = ACTIONS(2347), + [sym_minus_metadata] = ACTIONS(2347), + [sym__pipe_table_start] = ACTIONS(2347), + [sym__fenced_div_start] = ACTIONS(2347), + [sym_ref_id_specifier] = ACTIONS(2347), + [sym__code_span_start] = ACTIONS(2347), + [sym__html_comment] = ACTIONS(2347), + [sym__autolink] = ACTIONS(2347), + [sym__highlight_span_start] = ACTIONS(2347), + [sym__insert_span_start] = ACTIONS(2347), + [sym__delete_span_start] = ACTIONS(2347), + [sym__edit_comment_span_start] = ACTIONS(2347), + [sym__single_quote_span_open] = ACTIONS(2347), + [sym__double_quote_span_open] = ACTIONS(2347), + [sym__shortcode_open_escaped] = ACTIONS(2347), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2347), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2347), + [sym__cite_author_in_text] = ACTIONS(2347), + [sym__cite_suppress_author] = ACTIONS(2347), + [sym__strikeout_open] = ACTIONS(2347), + [sym__subscript_open] = ACTIONS(2347), + [sym__superscript_open] = ACTIONS(2347), + [sym__inline_note_start_token] = ACTIONS(2347), + [sym__strong_emphasis_open_star] = ACTIONS(2347), + [sym__strong_emphasis_open_underscore] = ACTIONS(2347), + [sym__emphasis_open_star] = ACTIONS(2347), + [sym__emphasis_open_underscore] = ACTIONS(2347), + [sym_inline_note_reference] = ACTIONS(2347), + [sym_html_element] = ACTIONS(2347), + [sym__pandoc_line_break] = ACTIONS(2347), + [sym__caption_start] = ACTIONS(2347), }, [STATE(278)] = { - [sym_entity_reference] = ACTIONS(2711), - [sym_numeric_character_reference] = ACTIONS(2711), - [anon_sym_LBRACK] = ACTIONS(2711), - [anon_sym_BANG_LBRACK] = ACTIONS(2711), - [anon_sym_DOLLAR] = ACTIONS(2713), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2711), - [anon_sym_LBRACE] = ACTIONS(2711), - [aux_sym_pandoc_str_token1] = ACTIONS(2713), - [anon_sym_PIPE] = ACTIONS(2711), - [sym__whitespace] = ACTIONS(2711), - [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), - [sym__pandoc_line_break] = ACTIONS(2711), - [sym__caption_start] = ACTIONS(2711), + [ts_builtin_sym_end] = ACTIONS(2353), + [sym_entity_reference] = ACTIONS(2353), + [sym_numeric_character_reference] = ACTIONS(2353), + [anon_sym_LBRACK] = ACTIONS(2353), + [anon_sym_BANG_LBRACK] = ACTIONS(2353), + [anon_sym_DOLLAR] = ACTIONS(2355), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2353), + [anon_sym_LBRACE] = ACTIONS(2353), + [aux_sym_pandoc_str_token1] = ACTIONS(2355), + [anon_sym_PIPE] = ACTIONS(2353), + [sym__whitespace] = ACTIONS(2353), + [sym__line_ending] = ACTIONS(2353), + [sym__soft_line_ending] = ACTIONS(2353), + [sym_block_continuation] = ACTIONS(2715), + [sym__block_quote_start] = ACTIONS(2353), + [sym_atx_h1_marker] = ACTIONS(2353), + [sym_atx_h2_marker] = ACTIONS(2353), + [sym_atx_h3_marker] = ACTIONS(2353), + [sym_atx_h4_marker] = ACTIONS(2353), + [sym_atx_h5_marker] = ACTIONS(2353), + [sym_atx_h6_marker] = ACTIONS(2353), + [sym__thematic_break] = ACTIONS(2353), + [sym__list_marker_minus] = ACTIONS(2353), + [sym__list_marker_plus] = ACTIONS(2353), + [sym__list_marker_star] = ACTIONS(2353), + [sym__list_marker_parenthesis] = ACTIONS(2353), + [sym__list_marker_dot] = ACTIONS(2353), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2353), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2353), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2353), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2353), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2353), + [sym__list_marker_example] = ACTIONS(2353), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2353), + [sym__fenced_code_block_start_backtick] = ACTIONS(2353), + [sym_minus_metadata] = ACTIONS(2353), + [sym__pipe_table_start] = ACTIONS(2353), + [sym__fenced_div_start] = ACTIONS(2353), + [sym_ref_id_specifier] = ACTIONS(2353), + [sym__code_span_start] = ACTIONS(2353), + [sym__html_comment] = ACTIONS(2353), + [sym__autolink] = ACTIONS(2353), + [sym__highlight_span_start] = ACTIONS(2353), + [sym__insert_span_start] = ACTIONS(2353), + [sym__delete_span_start] = ACTIONS(2353), + [sym__edit_comment_span_start] = ACTIONS(2353), + [sym__single_quote_span_open] = ACTIONS(2353), + [sym__double_quote_span_open] = ACTIONS(2353), + [sym__shortcode_open_escaped] = ACTIONS(2353), + [sym__shortcode_open] = ACTIONS(2353), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2353), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2353), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2353), + [sym__strikeout_open] = ACTIONS(2353), + [sym__subscript_open] = ACTIONS(2353), + [sym__superscript_open] = ACTIONS(2353), + [sym__inline_note_start_token] = ACTIONS(2353), + [sym__strong_emphasis_open_star] = ACTIONS(2353), + [sym__strong_emphasis_open_underscore] = ACTIONS(2353), + [sym__emphasis_open_star] = ACTIONS(2353), + [sym__emphasis_open_underscore] = ACTIONS(2353), + [sym_inline_note_reference] = ACTIONS(2353), + [sym_html_element] = ACTIONS(2353), + [sym__pandoc_line_break] = ACTIONS(2353), + [sym__caption_start] = ACTIONS(2353), }, [STATE(279)] = { + [ts_builtin_sym_end] = ACTIONS(2311), + [sym_entity_reference] = ACTIONS(2311), + [sym_numeric_character_reference] = ACTIONS(2311), + [anon_sym_LBRACK] = ACTIONS(2311), + [anon_sym_BANG_LBRACK] = ACTIONS(2311), + [anon_sym_DOLLAR] = ACTIONS(2313), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2311), + [anon_sym_LBRACE] = ACTIONS(2311), + [aux_sym_pandoc_str_token1] = ACTIONS(2313), + [anon_sym_PIPE] = ACTIONS(2311), + [sym__whitespace] = ACTIONS(2311), + [sym__line_ending] = ACTIONS(2311), + [sym__soft_line_ending] = ACTIONS(2311), + [sym_block_continuation] = ACTIONS(2717), + [sym__block_quote_start] = ACTIONS(2311), + [sym_atx_h1_marker] = ACTIONS(2311), + [sym_atx_h2_marker] = ACTIONS(2311), + [sym_atx_h3_marker] = ACTIONS(2311), + [sym_atx_h4_marker] = ACTIONS(2311), + [sym_atx_h5_marker] = ACTIONS(2311), + [sym_atx_h6_marker] = ACTIONS(2311), + [sym__thematic_break] = ACTIONS(2311), + [sym__list_marker_minus] = ACTIONS(2311), + [sym__list_marker_plus] = ACTIONS(2311), + [sym__list_marker_star] = ACTIONS(2311), + [sym__list_marker_parenthesis] = ACTIONS(2311), + [sym__list_marker_dot] = ACTIONS(2311), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2311), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2311), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2311), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2311), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2311), + [sym__list_marker_example] = ACTIONS(2311), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2311), + [sym__fenced_code_block_start_backtick] = ACTIONS(2311), + [sym_minus_metadata] = ACTIONS(2311), + [sym__pipe_table_start] = ACTIONS(2311), + [sym__fenced_div_start] = ACTIONS(2311), + [sym_ref_id_specifier] = ACTIONS(2311), + [sym__code_span_start] = ACTIONS(2311), + [sym__html_comment] = ACTIONS(2311), + [sym__autolink] = ACTIONS(2311), + [sym__highlight_span_start] = ACTIONS(2311), + [sym__insert_span_start] = ACTIONS(2311), + [sym__delete_span_start] = ACTIONS(2311), + [sym__edit_comment_span_start] = ACTIONS(2311), + [sym__single_quote_span_open] = ACTIONS(2311), + [sym__double_quote_span_open] = ACTIONS(2311), + [sym__shortcode_open_escaped] = ACTIONS(2311), + [sym__shortcode_open] = ACTIONS(2311), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2311), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2311), + [sym__cite_author_in_text] = ACTIONS(2311), + [sym__cite_suppress_author] = ACTIONS(2311), + [sym__strikeout_open] = ACTIONS(2311), + [sym__subscript_open] = ACTIONS(2311), + [sym__superscript_open] = ACTIONS(2311), + [sym__inline_note_start_token] = ACTIONS(2311), + [sym__strong_emphasis_open_star] = ACTIONS(2311), + [sym__strong_emphasis_open_underscore] = ACTIONS(2311), + [sym__emphasis_open_star] = ACTIONS(2311), + [sym__emphasis_open_underscore] = ACTIONS(2311), + [sym_inline_note_reference] = ACTIONS(2311), + [sym_html_element] = ACTIONS(2311), + [sym__pandoc_line_break] = ACTIONS(2311), + [sym__caption_start] = ACTIONS(2311), + }, + [STATE(280)] = { + [sym_entity_reference] = ACTIONS(2719), + [sym_numeric_character_reference] = ACTIONS(2719), + [anon_sym_LBRACK] = ACTIONS(2719), + [anon_sym_BANG_LBRACK] = ACTIONS(2719), + [anon_sym_DOLLAR] = ACTIONS(2721), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2719), + [anon_sym_LBRACE] = ACTIONS(2719), + [aux_sym_pandoc_str_token1] = ACTIONS(2721), + [anon_sym_PIPE] = ACTIONS(2719), + [sym__whitespace] = ACTIONS(2719), + [sym__line_ending] = ACTIONS(2719), + [sym__soft_line_ending] = ACTIONS(2719), + [sym__block_close] = ACTIONS(2719), + [sym__block_quote_start] = ACTIONS(2719), + [sym_atx_h1_marker] = ACTIONS(2719), + [sym_atx_h2_marker] = ACTIONS(2719), + [sym_atx_h3_marker] = ACTIONS(2719), + [sym_atx_h4_marker] = ACTIONS(2719), + [sym_atx_h5_marker] = ACTIONS(2719), + [sym_atx_h6_marker] = ACTIONS(2719), + [sym__thematic_break] = ACTIONS(2719), + [sym__list_marker_minus] = ACTIONS(2719), + [sym__list_marker_plus] = ACTIONS(2719), + [sym__list_marker_star] = ACTIONS(2719), + [sym__list_marker_parenthesis] = ACTIONS(2719), + [sym__list_marker_dot] = ACTIONS(2719), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2719), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2719), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2719), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2719), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2719), + [sym__list_marker_example] = ACTIONS(2719), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2719), + [sym__fenced_code_block_start_backtick] = ACTIONS(2719), + [sym_minus_metadata] = ACTIONS(2719), + [sym__pipe_table_start] = ACTIONS(2719), + [sym__fenced_div_start] = ACTIONS(2719), + [sym__fenced_div_end] = ACTIONS(2719), + [sym_ref_id_specifier] = ACTIONS(2719), + [sym__code_span_start] = ACTIONS(2719), + [sym__html_comment] = ACTIONS(2719), + [sym__autolink] = ACTIONS(2719), + [sym__highlight_span_start] = ACTIONS(2719), + [sym__insert_span_start] = ACTIONS(2719), + [sym__delete_span_start] = ACTIONS(2719), + [sym__edit_comment_span_start] = ACTIONS(2719), + [sym__single_quote_span_open] = ACTIONS(2719), + [sym__double_quote_span_open] = ACTIONS(2719), + [sym__shortcode_open_escaped] = ACTIONS(2719), + [sym__shortcode_open] = ACTIONS(2719), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2719), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2719), + [sym__cite_author_in_text] = ACTIONS(2719), + [sym__cite_suppress_author] = ACTIONS(2719), + [sym__strikeout_open] = ACTIONS(2719), + [sym__subscript_open] = ACTIONS(2719), + [sym__superscript_open] = ACTIONS(2719), + [sym__inline_note_start_token] = ACTIONS(2719), + [sym__strong_emphasis_open_star] = ACTIONS(2719), + [sym__strong_emphasis_open_underscore] = ACTIONS(2719), + [sym__emphasis_open_star] = ACTIONS(2719), + [sym__emphasis_open_underscore] = ACTIONS(2719), + [sym_inline_note_reference] = ACTIONS(2719), + [sym_html_element] = ACTIONS(2719), + [sym__pandoc_line_break] = ACTIONS(2719), + [sym__caption_start] = ACTIONS(2719), + }, + [STATE(281)] = { [ts_builtin_sym_end] = ACTIONS(2359), [sym_entity_reference] = ACTIONS(2359), [sym_numeric_character_reference] = ACTIONS(2359), @@ -49628,7 +50140,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2359), [sym__line_ending] = ACTIONS(2359), [sym__soft_line_ending] = ACTIONS(2359), - [sym_block_continuation] = ACTIONS(2715), + [sym_block_continuation] = ACTIONS(2723), [sym__block_quote_start] = ACTIONS(2359), [sym_atx_h1_marker] = ACTIONS(2359), [sym_atx_h2_marker] = ACTIONS(2359), @@ -49682,142 +50194,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2359), [sym__caption_start] = ACTIONS(2359), }, - [STATE(280)] = { - [sym_entity_reference] = ACTIONS(2717), - [sym_numeric_character_reference] = ACTIONS(2717), - [anon_sym_LBRACK] = ACTIONS(2717), - [anon_sym_BANG_LBRACK] = ACTIONS(2717), - [anon_sym_DOLLAR] = ACTIONS(2719), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2717), - [aux_sym_pandoc_str_token1] = ACTIONS(2719), - [anon_sym_PIPE] = ACTIONS(2717), - [sym__whitespace] = ACTIONS(2717), - [sym__line_ending] = ACTIONS(2717), - [sym__soft_line_ending] = ACTIONS(2717), - [sym__block_close] = ACTIONS(2717), - [sym__block_quote_start] = ACTIONS(2717), - [sym_atx_h1_marker] = ACTIONS(2717), - [sym_atx_h2_marker] = ACTIONS(2717), - [sym_atx_h3_marker] = ACTIONS(2717), - [sym_atx_h4_marker] = ACTIONS(2717), - [sym_atx_h5_marker] = ACTIONS(2717), - [sym_atx_h6_marker] = ACTIONS(2717), - [sym__thematic_break] = ACTIONS(2717), - [sym__list_marker_minus] = ACTIONS(2717), - [sym__list_marker_plus] = ACTIONS(2717), - [sym__list_marker_star] = ACTIONS(2717), - [sym__list_marker_parenthesis] = ACTIONS(2717), - [sym__list_marker_dot] = ACTIONS(2717), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2717), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2717), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2717), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2717), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2717), - [sym__list_marker_example] = ACTIONS(2717), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2717), - [sym__fenced_code_block_start_backtick] = ACTIONS(2717), - [sym_minus_metadata] = ACTIONS(2717), - [sym__pipe_table_start] = ACTIONS(2717), - [sym__fenced_div_start] = ACTIONS(2717), - [sym__fenced_div_end] = ACTIONS(2717), - [sym_ref_id_specifier] = ACTIONS(2717), - [sym__code_span_start] = ACTIONS(2717), - [sym__html_comment] = ACTIONS(2717), - [sym__autolink] = ACTIONS(2717), - [sym__highlight_span_start] = ACTIONS(2717), - [sym__insert_span_start] = ACTIONS(2717), - [sym__delete_span_start] = ACTIONS(2717), - [sym__edit_comment_span_start] = ACTIONS(2717), - [sym__single_quote_span_open] = ACTIONS(2717), - [sym__double_quote_span_open] = ACTIONS(2717), - [sym__shortcode_open_escaped] = ACTIONS(2717), - [sym__shortcode_open] = ACTIONS(2717), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2717), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2717), - [sym__cite_author_in_text] = ACTIONS(2717), - [sym__cite_suppress_author] = ACTIONS(2717), - [sym__strikeout_open] = ACTIONS(2717), - [sym__subscript_open] = ACTIONS(2717), - [sym__superscript_open] = ACTIONS(2717), - [sym__inline_note_start_token] = ACTIONS(2717), - [sym__strong_emphasis_open_star] = ACTIONS(2717), - [sym__strong_emphasis_open_underscore] = ACTIONS(2717), - [sym__emphasis_open_star] = ACTIONS(2717), - [sym__emphasis_open_underscore] = ACTIONS(2717), - [sym_inline_note_reference] = ACTIONS(2717), - [sym_html_element] = ACTIONS(2717), - [sym__pandoc_line_break] = ACTIONS(2717), - [sym__caption_start] = ACTIONS(2717), - }, - [STATE(281)] = { - [sym_entity_reference] = ACTIONS(2721), - [sym_numeric_character_reference] = ACTIONS(2721), - [anon_sym_LBRACK] = ACTIONS(2721), - [anon_sym_BANG_LBRACK] = ACTIONS(2721), - [anon_sym_DOLLAR] = ACTIONS(2723), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2721), - [anon_sym_LBRACE] = ACTIONS(2721), - [aux_sym_pandoc_str_token1] = ACTIONS(2723), - [anon_sym_PIPE] = ACTIONS(2721), - [sym__whitespace] = ACTIONS(2721), - [sym__line_ending] = ACTIONS(2721), - [sym__soft_line_ending] = ACTIONS(2721), - [sym__block_close] = ACTIONS(2721), - [sym__block_quote_start] = ACTIONS(2721), - [sym_atx_h1_marker] = ACTIONS(2721), - [sym_atx_h2_marker] = ACTIONS(2721), - [sym_atx_h3_marker] = ACTIONS(2721), - [sym_atx_h4_marker] = ACTIONS(2721), - [sym_atx_h5_marker] = ACTIONS(2721), - [sym_atx_h6_marker] = ACTIONS(2721), - [sym__thematic_break] = ACTIONS(2721), - [sym__list_marker_minus] = ACTIONS(2721), - [sym__list_marker_plus] = ACTIONS(2721), - [sym__list_marker_star] = ACTIONS(2721), - [sym__list_marker_parenthesis] = ACTIONS(2721), - [sym__list_marker_dot] = ACTIONS(2721), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2721), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2721), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2721), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2721), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2721), - [sym__list_marker_example] = ACTIONS(2721), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2721), - [sym__fenced_code_block_start_backtick] = ACTIONS(2721), - [sym_minus_metadata] = ACTIONS(2721), - [sym__pipe_table_start] = ACTIONS(2721), - [sym__fenced_div_start] = ACTIONS(2721), - [sym__fenced_div_end] = ACTIONS(2721), - [sym_ref_id_specifier] = ACTIONS(2721), - [sym__code_span_start] = ACTIONS(2721), - [sym__html_comment] = ACTIONS(2721), - [sym__autolink] = ACTIONS(2721), - [sym__highlight_span_start] = ACTIONS(2721), - [sym__insert_span_start] = ACTIONS(2721), - [sym__delete_span_start] = ACTIONS(2721), - [sym__edit_comment_span_start] = ACTIONS(2721), - [sym__single_quote_span_open] = ACTIONS(2721), - [sym__double_quote_span_open] = ACTIONS(2721), - [sym__shortcode_open_escaped] = ACTIONS(2721), - [sym__shortcode_open] = ACTIONS(2721), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2721), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2721), - [sym__cite_author_in_text] = ACTIONS(2721), - [sym__cite_suppress_author] = ACTIONS(2721), - [sym__strikeout_open] = ACTIONS(2721), - [sym__subscript_open] = ACTIONS(2721), - [sym__superscript_open] = ACTIONS(2721), - [sym__inline_note_start_token] = ACTIONS(2721), - [sym__strong_emphasis_open_star] = ACTIONS(2721), - [sym__strong_emphasis_open_underscore] = ACTIONS(2721), - [sym__emphasis_open_star] = ACTIONS(2721), - [sym__emphasis_open_underscore] = ACTIONS(2721), - [sym_inline_note_reference] = ACTIONS(2721), - [sym_html_element] = ACTIONS(2721), - [sym__pandoc_line_break] = ACTIONS(2721), - [sym__caption_start] = ACTIONS(2721), - }, [STATE(282)] = { [ts_builtin_sym_end] = ACTIONS(2365), [sym_entity_reference] = ACTIONS(2365), @@ -49955,6 +50331,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2371), }, [STATE(284)] = { + [sym_entity_reference] = ACTIONS(2289), + [sym_numeric_character_reference] = ACTIONS(2289), + [anon_sym_LBRACK] = ACTIONS(2289), + [anon_sym_BANG_LBRACK] = ACTIONS(2289), + [anon_sym_DOLLAR] = ACTIONS(2291), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2289), + [anon_sym_LBRACE] = ACTIONS(2289), + [aux_sym_pandoc_str_token1] = ACTIONS(2291), + [anon_sym_PIPE] = ACTIONS(2289), + [sym__whitespace] = ACTIONS(2289), + [sym__line_ending] = ACTIONS(2289), + [sym__soft_line_ending] = ACTIONS(2289), + [sym__block_close] = ACTIONS(2289), + [sym_block_continuation] = ACTIONS(2729), + [sym__block_quote_start] = ACTIONS(2289), + [sym_atx_h1_marker] = ACTIONS(2289), + [sym_atx_h2_marker] = ACTIONS(2289), + [sym_atx_h3_marker] = ACTIONS(2289), + [sym_atx_h4_marker] = ACTIONS(2289), + [sym_atx_h5_marker] = ACTIONS(2289), + [sym_atx_h6_marker] = ACTIONS(2289), + [sym__thematic_break] = ACTIONS(2289), + [sym__list_marker_minus] = ACTIONS(2289), + [sym__list_marker_plus] = ACTIONS(2289), + [sym__list_marker_star] = ACTIONS(2289), + [sym__list_marker_parenthesis] = ACTIONS(2289), + [sym__list_marker_dot] = ACTIONS(2289), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_example] = ACTIONS(2289), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2289), + [sym__fenced_code_block_start_backtick] = ACTIONS(2289), + [sym_minus_metadata] = ACTIONS(2289), + [sym__pipe_table_start] = ACTIONS(2289), + [sym__fenced_div_start] = ACTIONS(2289), + [sym_ref_id_specifier] = ACTIONS(2289), + [sym__code_span_start] = ACTIONS(2289), + [sym__html_comment] = ACTIONS(2289), + [sym__autolink] = ACTIONS(2289), + [sym__highlight_span_start] = ACTIONS(2289), + [sym__insert_span_start] = ACTIONS(2289), + [sym__delete_span_start] = ACTIONS(2289), + [sym__edit_comment_span_start] = ACTIONS(2289), + [sym__single_quote_span_open] = ACTIONS(2289), + [sym__double_quote_span_open] = ACTIONS(2289), + [sym__shortcode_open_escaped] = ACTIONS(2289), + [sym__shortcode_open] = ACTIONS(2289), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2289), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2289), + [sym__cite_author_in_text] = ACTIONS(2289), + [sym__cite_suppress_author] = ACTIONS(2289), + [sym__strikeout_open] = ACTIONS(2289), + [sym__subscript_open] = ACTIONS(2289), + [sym__superscript_open] = ACTIONS(2289), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2289), + [sym__strong_emphasis_open_underscore] = ACTIONS(2289), + [sym__emphasis_open_star] = ACTIONS(2289), + [sym__emphasis_open_underscore] = ACTIONS(2289), + [sym_inline_note_reference] = ACTIONS(2289), + [sym_html_element] = ACTIONS(2289), + [sym__pandoc_line_break] = ACTIONS(2289), + [sym__caption_start] = ACTIONS(2289), + }, + [STATE(285)] = { [ts_builtin_sym_end] = ACTIONS(2399), [sym_entity_reference] = ACTIONS(2399), [sym_numeric_character_reference] = ACTIONS(2399), @@ -49968,7 +50412,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2399), [sym__line_ending] = ACTIONS(2399), [sym__soft_line_ending] = ACTIONS(2399), - [sym_block_continuation] = ACTIONS(2729), + [sym_block_continuation] = ACTIONS(2731), [sym__block_quote_start] = ACTIONS(2399), [sym_atx_h1_marker] = ACTIONS(2399), [sym_atx_h2_marker] = ACTIONS(2399), @@ -50022,237 +50466,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2399), [sym__caption_start] = ACTIONS(2399), }, - [STATE(285)] = { - [ts_builtin_sym_end] = ACTIONS(2245), - [sym_entity_reference] = ACTIONS(2245), - [sym_numeric_character_reference] = ACTIONS(2245), - [anon_sym_LBRACK] = ACTIONS(2245), - [anon_sym_BANG_LBRACK] = ACTIONS(2245), - [anon_sym_DOLLAR] = ACTIONS(2247), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2245), - [anon_sym_LBRACE] = ACTIONS(2245), - [aux_sym_pandoc_str_token1] = ACTIONS(2247), - [anon_sym_PIPE] = ACTIONS(2245), - [sym__whitespace] = ACTIONS(2245), - [sym__line_ending] = ACTIONS(2245), - [sym__soft_line_ending] = ACTIONS(2245), - [sym_block_continuation] = ACTIONS(2731), - [sym__block_quote_start] = ACTIONS(2245), - [sym_atx_h1_marker] = ACTIONS(2245), - [sym_atx_h2_marker] = ACTIONS(2245), - [sym_atx_h3_marker] = ACTIONS(2245), - [sym_atx_h4_marker] = ACTIONS(2245), - [sym_atx_h5_marker] = ACTIONS(2245), - [sym_atx_h6_marker] = ACTIONS(2245), - [sym__thematic_break] = ACTIONS(2245), - [sym__list_marker_minus] = ACTIONS(2245), - [sym__list_marker_plus] = ACTIONS(2245), - [sym__list_marker_star] = ACTIONS(2245), - [sym__list_marker_parenthesis] = ACTIONS(2245), - [sym__list_marker_dot] = ACTIONS(2245), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2245), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2245), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2245), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2245), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2245), - [sym__list_marker_example] = ACTIONS(2245), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2245), - [sym__fenced_code_block_start_backtick] = ACTIONS(2245), - [sym_minus_metadata] = ACTIONS(2245), - [sym__pipe_table_start] = ACTIONS(2245), - [sym__fenced_div_start] = ACTIONS(2245), - [sym_ref_id_specifier] = ACTIONS(2245), - [sym__code_span_start] = ACTIONS(2245), - [sym__html_comment] = ACTIONS(2245), - [sym__autolink] = ACTIONS(2245), - [sym__highlight_span_start] = ACTIONS(2245), - [sym__insert_span_start] = ACTIONS(2245), - [sym__delete_span_start] = ACTIONS(2245), - [sym__edit_comment_span_start] = ACTIONS(2245), - [sym__single_quote_span_open] = ACTIONS(2245), - [sym__double_quote_span_open] = ACTIONS(2245), - [sym__shortcode_open_escaped] = ACTIONS(2245), - [sym__shortcode_open] = ACTIONS(2245), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2245), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2245), - [sym__cite_author_in_text] = ACTIONS(2245), - [sym__cite_suppress_author] = ACTIONS(2245), - [sym__strikeout_open] = ACTIONS(2245), - [sym__subscript_open] = ACTIONS(2245), - [sym__superscript_open] = ACTIONS(2245), - [sym__inline_note_start_token] = ACTIONS(2245), - [sym__strong_emphasis_open_star] = ACTIONS(2245), - [sym__strong_emphasis_open_underscore] = ACTIONS(2245), - [sym__emphasis_open_star] = ACTIONS(2245), - [sym__emphasis_open_underscore] = ACTIONS(2245), - [sym_inline_note_reference] = ACTIONS(2245), - [sym_html_element] = ACTIONS(2245), - [sym__pandoc_line_break] = ACTIONS(2245), - [sym__caption_start] = ACTIONS(2245), - }, [STATE(286)] = { - [sym_entity_reference] = ACTIONS(2293), - [sym_numeric_character_reference] = ACTIONS(2293), - [anon_sym_LBRACK] = ACTIONS(2293), - [anon_sym_BANG_LBRACK] = ACTIONS(2293), - [anon_sym_DOLLAR] = ACTIONS(2295), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2293), - [anon_sym_LBRACE] = ACTIONS(2293), - [aux_sym_pandoc_str_token1] = ACTIONS(2295), - [anon_sym_PIPE] = ACTIONS(2293), - [sym__whitespace] = ACTIONS(2293), - [sym__line_ending] = ACTIONS(2293), - [sym__soft_line_ending] = ACTIONS(2293), - [sym__block_close] = ACTIONS(2293), - [sym_block_continuation] = ACTIONS(2733), - [sym__block_quote_start] = ACTIONS(2293), - [sym_atx_h1_marker] = ACTIONS(2293), - [sym_atx_h2_marker] = ACTIONS(2293), - [sym_atx_h3_marker] = ACTIONS(2293), - [sym_atx_h4_marker] = ACTIONS(2293), - [sym_atx_h5_marker] = ACTIONS(2293), - [sym_atx_h6_marker] = ACTIONS(2293), - [sym__thematic_break] = ACTIONS(2293), - [sym__list_marker_minus] = ACTIONS(2293), - [sym__list_marker_plus] = ACTIONS(2293), - [sym__list_marker_star] = ACTIONS(2293), - [sym__list_marker_parenthesis] = ACTIONS(2293), - [sym__list_marker_dot] = ACTIONS(2293), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_example] = ACTIONS(2293), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2293), - [sym__fenced_code_block_start_backtick] = ACTIONS(2293), - [sym_minus_metadata] = ACTIONS(2293), - [sym__pipe_table_start] = ACTIONS(2293), - [sym__fenced_div_start] = ACTIONS(2293), - [sym_ref_id_specifier] = ACTIONS(2293), - [sym__code_span_start] = ACTIONS(2293), - [sym__html_comment] = ACTIONS(2293), - [sym__autolink] = ACTIONS(2293), - [sym__highlight_span_start] = ACTIONS(2293), - [sym__insert_span_start] = ACTIONS(2293), - [sym__delete_span_start] = ACTIONS(2293), - [sym__edit_comment_span_start] = ACTIONS(2293), - [sym__single_quote_span_open] = ACTIONS(2293), - [sym__double_quote_span_open] = ACTIONS(2293), - [sym__shortcode_open_escaped] = ACTIONS(2293), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2293), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2293), - [sym__cite_author_in_text] = ACTIONS(2293), - [sym__cite_suppress_author] = ACTIONS(2293), - [sym__strikeout_open] = ACTIONS(2293), - [sym__subscript_open] = ACTIONS(2293), - [sym__superscript_open] = ACTIONS(2293), - [sym__inline_note_start_token] = ACTIONS(2293), - [sym__strong_emphasis_open_star] = ACTIONS(2293), - [sym__strong_emphasis_open_underscore] = ACTIONS(2293), - [sym__emphasis_open_star] = ACTIONS(2293), - [sym__emphasis_open_underscore] = ACTIONS(2293), - [sym_inline_note_reference] = ACTIONS(2293), - [sym_html_element] = ACTIONS(2293), - [sym__pandoc_line_break] = ACTIONS(2293), - [sym__caption_start] = ACTIONS(2293), - }, - [STATE(287)] = { - [ts_builtin_sym_end] = ACTIONS(2323), - [sym_entity_reference] = ACTIONS(2323), - [sym_numeric_character_reference] = ACTIONS(2323), - [anon_sym_LBRACK] = ACTIONS(2323), - [anon_sym_BANG_LBRACK] = ACTIONS(2323), - [anon_sym_DOLLAR] = ACTIONS(2325), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2323), - [anon_sym_LBRACE] = ACTIONS(2323), - [aux_sym_pandoc_str_token1] = ACTIONS(2325), - [anon_sym_PIPE] = ACTIONS(2323), - [sym__whitespace] = ACTIONS(2323), - [sym__line_ending] = ACTIONS(2323), - [sym__soft_line_ending] = ACTIONS(2323), - [sym_block_continuation] = ACTIONS(2735), - [sym__block_quote_start] = ACTIONS(2323), - [sym_atx_h1_marker] = ACTIONS(2323), - [sym_atx_h2_marker] = ACTIONS(2323), - [sym_atx_h3_marker] = ACTIONS(2323), - [sym_atx_h4_marker] = ACTIONS(2323), - [sym_atx_h5_marker] = ACTIONS(2323), - [sym_atx_h6_marker] = ACTIONS(2323), - [sym__thematic_break] = ACTIONS(2323), - [sym__list_marker_minus] = ACTIONS(2323), - [sym__list_marker_plus] = ACTIONS(2323), - [sym__list_marker_star] = ACTIONS(2323), - [sym__list_marker_parenthesis] = ACTIONS(2323), - [sym__list_marker_dot] = ACTIONS(2323), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2323), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2323), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2323), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2323), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2323), - [sym__list_marker_example] = ACTIONS(2323), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2323), - [sym__fenced_code_block_start_backtick] = ACTIONS(2323), - [sym_minus_metadata] = ACTIONS(2323), - [sym__pipe_table_start] = ACTIONS(2323), - [sym__fenced_div_start] = ACTIONS(2323), - [sym_ref_id_specifier] = ACTIONS(2323), - [sym__code_span_start] = ACTIONS(2323), - [sym__html_comment] = ACTIONS(2323), - [sym__autolink] = ACTIONS(2323), - [sym__highlight_span_start] = ACTIONS(2323), - [sym__insert_span_start] = ACTIONS(2323), - [sym__delete_span_start] = ACTIONS(2323), - [sym__edit_comment_span_start] = ACTIONS(2323), - [sym__single_quote_span_open] = ACTIONS(2323), - [sym__double_quote_span_open] = ACTIONS(2323), - [sym__shortcode_open_escaped] = ACTIONS(2323), - [sym__shortcode_open] = ACTIONS(2323), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2323), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2323), - [sym__cite_author_in_text] = ACTIONS(2323), - [sym__cite_suppress_author] = ACTIONS(2323), - [sym__strikeout_open] = ACTIONS(2323), - [sym__subscript_open] = ACTIONS(2323), - [sym__superscript_open] = ACTIONS(2323), - [sym__inline_note_start_token] = ACTIONS(2323), - [sym__strong_emphasis_open_star] = ACTIONS(2323), - [sym__strong_emphasis_open_underscore] = ACTIONS(2323), - [sym__emphasis_open_star] = ACTIONS(2323), - [sym__emphasis_open_underscore] = ACTIONS(2323), - [sym_inline_note_reference] = ACTIONS(2323), - [sym_html_element] = ACTIONS(2323), - [sym__pandoc_line_break] = ACTIONS(2323), - [sym__caption_start] = ACTIONS(2323), - }, - [STATE(288)] = { - [sym_pipe_table_cell] = STATE(2848), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), + [sym_pipe_table_cell] = STATE(2882), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), [sym_entity_reference] = ACTIONS(2047), [sym_numeric_character_reference] = ACTIONS(2047), [anon_sym_LBRACK] = ACTIONS(2049), @@ -50262,10 +50502,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(2057), [aux_sym_pandoc_str_token1] = ACTIONS(2059), [anon_sym_PIPE] = ACTIONS(2061), - [sym__whitespace] = ACTIONS(2737), - [sym__line_ending] = ACTIONS(2739), - [sym__eof] = ACTIONS(2739), - [sym__pipe_table_line_ending] = ACTIONS(2739), + [sym__whitespace] = ACTIONS(2733), + [sym__line_ending] = ACTIONS(2735), + [sym__eof] = ACTIONS(2735), + [sym__pipe_table_line_ending] = ACTIONS(2735), [sym__code_span_start] = ACTIONS(2067), [sym__html_comment] = ACTIONS(2047), [sym__autolink] = ACTIONS(2047), @@ -50291,37 +50531,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__emphasis_open_underscore] = ACTIONS(2107), [sym_inline_note_reference] = ACTIONS(2047), [sym_html_element] = ACTIONS(2047), - [sym__pipe_table_delimiter] = ACTIONS(2741), + [sym__pipe_table_delimiter] = ACTIONS(2737), [sym__pandoc_line_break] = ACTIONS(2047), }, - [STATE(289)] = { - [sym_pipe_table_cell] = STATE(2854), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym_pipe_table_row_repeat1] = STATE(292), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), + [STATE(287)] = { + [sym_pipe_table_cell] = STATE(2891), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym_pipe_table_row_repeat1] = STATE(290), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), [sym_entity_reference] = ACTIONS(2047), [sym_numeric_character_reference] = ACTIONS(2047), [anon_sym_LBRACK] = ACTIONS(2049), @@ -50331,10 +50571,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(2057), [aux_sym_pandoc_str_token1] = ACTIONS(2059), [anon_sym_PIPE] = ACTIONS(2061), - [sym__whitespace] = ACTIONS(2743), - [sym__line_ending] = ACTIONS(2745), - [sym__eof] = ACTIONS(2745), - [sym__pipe_table_line_ending] = ACTIONS(2745), + [sym__whitespace] = ACTIONS(2739), + [sym__line_ending] = ACTIONS(2741), + [sym__eof] = ACTIONS(2741), + [sym__pipe_table_line_ending] = ACTIONS(2741), [sym__code_span_start] = ACTIONS(2067), [sym__html_comment] = ACTIONS(2047), [sym__autolink] = ACTIONS(2047), @@ -50362,34 +50602,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_element] = ACTIONS(2047), [sym__pandoc_line_break] = ACTIONS(2047), }, - [STATE(290)] = { - [sym_pipe_table_cell] = STATE(2854), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym_pipe_table_row_repeat1] = STATE(309), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), + [STATE(288)] = { + [sym_pipe_table_cell] = STATE(2891), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym_pipe_table_row_repeat1] = STATE(307), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), [sym_entity_reference] = ACTIONS(2047), [sym_numeric_character_reference] = ACTIONS(2047), [anon_sym_LBRACK] = ACTIONS(2049), @@ -50399,10 +50639,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(2057), [aux_sym_pandoc_str_token1] = ACTIONS(2059), [anon_sym_PIPE] = ACTIONS(2061), - [sym__whitespace] = ACTIONS(2747), - [sym__line_ending] = ACTIONS(2749), - [sym__eof] = ACTIONS(2749), - [sym__pipe_table_line_ending] = ACTIONS(2749), + [sym__whitespace] = ACTIONS(2743), + [sym__line_ending] = ACTIONS(2745), + [sym__eof] = ACTIONS(2745), + [sym__pipe_table_line_ending] = ACTIONS(2745), [sym__code_span_start] = ACTIONS(2067), [sym__html_comment] = ACTIONS(2047), [sym__autolink] = ACTIONS(2047), @@ -50430,33 +50670,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_element] = ACTIONS(2047), [sym__pandoc_line_break] = ACTIONS(2047), }, - [STATE(291)] = { - [sym_pipe_table_cell] = STATE(2848), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), + [STATE(289)] = { + [sym_pipe_table_cell] = STATE(2882), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), [sym_entity_reference] = ACTIONS(2047), [sym_numeric_character_reference] = ACTIONS(2047), [anon_sym_LBRACK] = ACTIONS(2049), @@ -50466,10 +50706,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(2057), [aux_sym_pandoc_str_token1] = ACTIONS(2059), [anon_sym_PIPE] = ACTIONS(2061), - [sym__whitespace] = ACTIONS(2737), - [sym__line_ending] = ACTIONS(2745), - [sym__eof] = ACTIONS(2745), - [sym__pipe_table_line_ending] = ACTIONS(2745), + [sym__whitespace] = ACTIONS(2733), + [sym__line_ending] = ACTIONS(2741), + [sym__eof] = ACTIONS(2741), + [sym__pipe_table_line_ending] = ACTIONS(2741), [sym__code_span_start] = ACTIONS(2067), [sym__html_comment] = ACTIONS(2047), [sym__autolink] = ACTIONS(2047), @@ -50495,144 +50735,280 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__emphasis_open_underscore] = ACTIONS(2107), [sym_inline_note_reference] = ACTIONS(2047), [sym_html_element] = ACTIONS(2047), - [sym__pipe_table_delimiter] = ACTIONS(2741), + [sym__pipe_table_delimiter] = ACTIONS(2737), [sym__pandoc_line_break] = ACTIONS(2047), }, + [STATE(290)] = { + [sym_pipe_table_cell] = STATE(3493), + [sym_pandoc_span] = STATE(757), + [sym_pandoc_image] = STATE(757), + [sym_pandoc_math] = STATE(757), + [sym_pandoc_display_math] = STATE(757), + [sym_pandoc_code_span] = STATE(757), + [sym_pandoc_single_quote] = STATE(757), + [sym_pandoc_double_quote] = STATE(757), + [sym_insert] = STATE(757), + [sym_delete] = STATE(757), + [sym_edit_comment] = STATE(757), + [sym_highlight] = STATE(757), + [sym__pandoc_attr_specifier] = STATE(757), + [sym__line_with_maybe_spaces] = STATE(3440), + [sym__inline_element] = STATE(757), + [sym_shortcode_escaped] = STATE(757), + [sym_shortcode] = STATE(757), + [sym_citation] = STATE(757), + [sym_inline_note] = STATE(757), + [sym_pandoc_superscript] = STATE(757), + [sym_pandoc_subscript] = STATE(757), + [sym_pandoc_strikeout] = STATE(757), + [sym_pandoc_emph] = STATE(757), + [sym_pandoc_strong] = STATE(757), + [sym_pandoc_str] = STATE(757), + [aux_sym_pipe_table_row_repeat1] = STATE(290), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(757), + [sym_entity_reference] = ACTIONS(2747), + [sym_numeric_character_reference] = ACTIONS(2747), + [anon_sym_LBRACK] = ACTIONS(2750), + [anon_sym_BANG_LBRACK] = ACTIONS(2753), + [anon_sym_DOLLAR] = ACTIONS(2756), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2759), + [anon_sym_LBRACE] = ACTIONS(2762), + [aux_sym_pandoc_str_token1] = ACTIONS(2765), + [anon_sym_PIPE] = ACTIONS(2768), + [sym__whitespace] = ACTIONS(2771), + [sym__line_ending] = ACTIONS(2774), + [sym__eof] = ACTIONS(2774), + [sym__pipe_table_line_ending] = ACTIONS(2774), + [sym__code_span_start] = ACTIONS(2776), + [sym__html_comment] = ACTIONS(2747), + [sym__autolink] = ACTIONS(2747), + [sym__highlight_span_start] = ACTIONS(2779), + [sym__insert_span_start] = ACTIONS(2782), + [sym__delete_span_start] = ACTIONS(2785), + [sym__edit_comment_span_start] = ACTIONS(2788), + [sym__single_quote_span_open] = ACTIONS(2791), + [sym__double_quote_span_open] = ACTIONS(2794), + [sym__shortcode_open_escaped] = ACTIONS(2797), + [sym__shortcode_open] = ACTIONS(2800), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2803), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2806), + [sym__cite_author_in_text] = ACTIONS(2809), + [sym__cite_suppress_author] = ACTIONS(2812), + [sym__strikeout_open] = ACTIONS(2815), + [sym__subscript_open] = ACTIONS(2818), + [sym__superscript_open] = ACTIONS(2821), + [sym__inline_note_start_token] = ACTIONS(2824), + [sym__strong_emphasis_open_star] = ACTIONS(2827), + [sym__strong_emphasis_open_underscore] = ACTIONS(2830), + [sym__emphasis_open_star] = ACTIONS(2833), + [sym__emphasis_open_underscore] = ACTIONS(2836), + [sym_inline_note_reference] = ACTIONS(2747), + [sym_html_element] = ACTIONS(2747), + [sym__pandoc_line_break] = ACTIONS(2747), + }, + [STATE(291)] = { + [ts_builtin_sym_end] = ACTIONS(2245), + [sym_entity_reference] = ACTIONS(2245), + [sym_numeric_character_reference] = ACTIONS(2245), + [anon_sym_LBRACK] = ACTIONS(2245), + [anon_sym_BANG_LBRACK] = ACTIONS(2245), + [anon_sym_DOLLAR] = ACTIONS(2247), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2245), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2245), + [sym__whitespace] = ACTIONS(2245), + [sym__line_ending] = ACTIONS(2245), + [sym__soft_line_ending] = ACTIONS(2245), + [sym_block_continuation] = ACTIONS(2839), + [sym__block_quote_start] = ACTIONS(2245), + [sym_atx_h1_marker] = ACTIONS(2245), + [sym_atx_h2_marker] = ACTIONS(2245), + [sym_atx_h3_marker] = ACTIONS(2245), + [sym_atx_h4_marker] = ACTIONS(2245), + [sym_atx_h5_marker] = ACTIONS(2245), + [sym_atx_h6_marker] = ACTIONS(2245), + [sym__thematic_break] = ACTIONS(2245), + [sym__list_marker_minus] = ACTIONS(2245), + [sym__list_marker_plus] = ACTIONS(2245), + [sym__list_marker_star] = ACTIONS(2245), + [sym__list_marker_parenthesis] = ACTIONS(2245), + [sym__list_marker_dot] = ACTIONS(2245), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2245), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2245), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2245), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2245), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2245), + [sym__list_marker_example] = ACTIONS(2245), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2245), + [sym__fenced_code_block_start_backtick] = ACTIONS(2245), + [sym_minus_metadata] = ACTIONS(2245), + [sym__pipe_table_start] = ACTIONS(2245), + [sym__fenced_div_start] = ACTIONS(2245), + [sym_ref_id_specifier] = ACTIONS(2245), + [sym__code_span_start] = ACTIONS(2245), + [sym__html_comment] = ACTIONS(2245), + [sym__autolink] = ACTIONS(2245), + [sym__highlight_span_start] = ACTIONS(2245), + [sym__insert_span_start] = ACTIONS(2245), + [sym__delete_span_start] = ACTIONS(2245), + [sym__edit_comment_span_start] = ACTIONS(2245), + [sym__single_quote_span_open] = ACTIONS(2245), + [sym__double_quote_span_open] = ACTIONS(2245), + [sym__shortcode_open_escaped] = ACTIONS(2245), + [sym__shortcode_open] = ACTIONS(2245), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2245), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2245), + [sym__cite_author_in_text] = ACTIONS(2245), + [sym__cite_suppress_author] = ACTIONS(2245), + [sym__strikeout_open] = ACTIONS(2245), + [sym__subscript_open] = ACTIONS(2245), + [sym__superscript_open] = ACTIONS(2245), + [sym__inline_note_start_token] = ACTIONS(2245), + [sym__strong_emphasis_open_star] = ACTIONS(2245), + [sym__strong_emphasis_open_underscore] = ACTIONS(2245), + [sym__emphasis_open_star] = ACTIONS(2245), + [sym__emphasis_open_underscore] = ACTIONS(2245), + [sym_inline_note_reference] = ACTIONS(2245), + [sym_html_element] = ACTIONS(2245), + [sym__pandoc_line_break] = ACTIONS(2245), + [sym__caption_start] = ACTIONS(2245), + }, [STATE(292)] = { - [sym_pipe_table_cell] = STATE(3401), - [sym_pandoc_span] = STATE(702), - [sym_pandoc_image] = STATE(702), - [sym_pandoc_math] = STATE(702), - [sym_pandoc_display_math] = STATE(702), - [sym_pandoc_code_span] = STATE(702), - [sym_pandoc_single_quote] = STATE(702), - [sym_pandoc_double_quote] = STATE(702), - [sym_insert] = STATE(702), - [sym_delete] = STATE(702), - [sym_edit_comment] = STATE(702), - [sym_highlight] = STATE(702), - [sym__pandoc_attr_specifier] = STATE(702), - [sym__line_with_maybe_spaces] = STATE(3402), - [sym__inline_element] = STATE(702), - [sym_shortcode_escaped] = STATE(702), - [sym_shortcode] = STATE(702), - [sym_citation] = STATE(702), - [sym_inline_note] = STATE(702), - [sym_pandoc_superscript] = STATE(702), - [sym_pandoc_subscript] = STATE(702), - [sym_pandoc_strikeout] = STATE(702), - [sym_pandoc_emph] = STATE(702), - [sym_pandoc_strong] = STATE(702), - [sym_pandoc_str] = STATE(702), - [aux_sym_pipe_table_row_repeat1] = STATE(292), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(702), - [sym_entity_reference] = ACTIONS(2751), - [sym_numeric_character_reference] = ACTIONS(2751), - [anon_sym_LBRACK] = ACTIONS(2754), - [anon_sym_BANG_LBRACK] = ACTIONS(2757), - [anon_sym_DOLLAR] = ACTIONS(2760), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2763), - [anon_sym_LBRACE] = ACTIONS(2766), - [aux_sym_pandoc_str_token1] = ACTIONS(2769), - [anon_sym_PIPE] = ACTIONS(2772), - [sym__whitespace] = ACTIONS(2775), - [sym__line_ending] = ACTIONS(2778), - [sym__eof] = ACTIONS(2778), - [sym__pipe_table_line_ending] = ACTIONS(2778), - [sym__code_span_start] = ACTIONS(2780), - [sym__html_comment] = ACTIONS(2751), - [sym__autolink] = ACTIONS(2751), - [sym__highlight_span_start] = ACTIONS(2783), - [sym__insert_span_start] = ACTIONS(2786), - [sym__delete_span_start] = ACTIONS(2789), - [sym__edit_comment_span_start] = ACTIONS(2792), - [sym__single_quote_span_open] = ACTIONS(2795), - [sym__double_quote_span_open] = ACTIONS(2798), - [sym__shortcode_open_escaped] = ACTIONS(2801), - [sym__shortcode_open] = ACTIONS(2804), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2807), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2810), - [sym__cite_author_in_text] = ACTIONS(2813), - [sym__cite_suppress_author] = ACTIONS(2816), - [sym__strikeout_open] = ACTIONS(2819), - [sym__subscript_open] = ACTIONS(2822), - [sym__superscript_open] = ACTIONS(2825), - [sym__inline_note_start_token] = ACTIONS(2828), - [sym__strong_emphasis_open_star] = ACTIONS(2831), - [sym__strong_emphasis_open_underscore] = ACTIONS(2834), - [sym__emphasis_open_star] = ACTIONS(2837), - [sym__emphasis_open_underscore] = ACTIONS(2840), - [sym_inline_note_reference] = ACTIONS(2751), - [sym_html_element] = ACTIONS(2751), - [sym__pandoc_line_break] = ACTIONS(2751), + [sym_entity_reference] = ACTIONS(2245), + [sym_numeric_character_reference] = ACTIONS(2245), + [anon_sym_LBRACK] = ACTIONS(2245), + [anon_sym_BANG_LBRACK] = ACTIONS(2245), + [anon_sym_DOLLAR] = ACTIONS(2247), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2245), + [anon_sym_LBRACE] = ACTIONS(2245), + [aux_sym_pandoc_str_token1] = ACTIONS(2247), + [anon_sym_PIPE] = ACTIONS(2245), + [sym__whitespace] = ACTIONS(2245), + [sym__line_ending] = ACTIONS(2245), + [sym__soft_line_ending] = ACTIONS(2245), + [sym__block_close] = ACTIONS(2245), + [sym_block_continuation] = ACTIONS(2841), + [sym__block_quote_start] = ACTIONS(2245), + [sym_atx_h1_marker] = ACTIONS(2245), + [sym_atx_h2_marker] = ACTIONS(2245), + [sym_atx_h3_marker] = ACTIONS(2245), + [sym_atx_h4_marker] = ACTIONS(2245), + [sym_atx_h5_marker] = ACTIONS(2245), + [sym_atx_h6_marker] = ACTIONS(2245), + [sym__thematic_break] = ACTIONS(2245), + [sym__list_marker_minus] = ACTIONS(2245), + [sym__list_marker_plus] = ACTIONS(2245), + [sym__list_marker_star] = ACTIONS(2245), + [sym__list_marker_parenthesis] = ACTIONS(2245), + [sym__list_marker_dot] = ACTIONS(2245), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2245), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2245), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2245), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2245), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2245), + [sym__list_marker_example] = ACTIONS(2245), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2245), + [sym__fenced_code_block_start_backtick] = ACTIONS(2245), + [sym_minus_metadata] = ACTIONS(2245), + [sym__pipe_table_start] = ACTIONS(2245), + [sym__fenced_div_start] = ACTIONS(2245), + [sym_ref_id_specifier] = ACTIONS(2245), + [sym__code_span_start] = ACTIONS(2245), + [sym__html_comment] = ACTIONS(2245), + [sym__autolink] = ACTIONS(2245), + [sym__highlight_span_start] = ACTIONS(2245), + [sym__insert_span_start] = ACTIONS(2245), + [sym__delete_span_start] = ACTIONS(2245), + [sym__edit_comment_span_start] = ACTIONS(2245), + [sym__single_quote_span_open] = ACTIONS(2245), + [sym__double_quote_span_open] = ACTIONS(2245), + [sym__shortcode_open_escaped] = ACTIONS(2245), + [sym__shortcode_open] = ACTIONS(2245), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2245), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2245), + [sym__cite_author_in_text] = ACTIONS(2245), + [sym__cite_suppress_author] = ACTIONS(2245), + [sym__strikeout_open] = ACTIONS(2245), + [sym__subscript_open] = ACTIONS(2245), + [sym__superscript_open] = ACTIONS(2245), + [sym__inline_note_start_token] = ACTIONS(2245), + [sym__strong_emphasis_open_star] = ACTIONS(2245), + [sym__strong_emphasis_open_underscore] = ACTIONS(2245), + [sym__emphasis_open_star] = ACTIONS(2245), + [sym__emphasis_open_underscore] = ACTIONS(2245), + [sym_inline_note_reference] = ACTIONS(2245), + [sym_html_element] = ACTIONS(2245), + [sym__pandoc_line_break] = ACTIONS(2245), + [sym__caption_start] = ACTIONS(2245), }, [STATE(293)] = { - [ts_builtin_sym_end] = ACTIONS(2341), - [sym_entity_reference] = ACTIONS(2341), - [sym_numeric_character_reference] = ACTIONS(2341), - [anon_sym_LBRACK] = ACTIONS(2341), - [anon_sym_BANG_LBRACK] = ACTIONS(2341), - [anon_sym_DOLLAR] = ACTIONS(2343), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2341), - [anon_sym_LBRACE] = ACTIONS(2341), - [aux_sym_pandoc_str_token1] = ACTIONS(2343), - [anon_sym_PIPE] = ACTIONS(2341), - [sym__whitespace] = ACTIONS(2341), - [sym__line_ending] = ACTIONS(2341), - [sym__soft_line_ending] = ACTIONS(2341), + [sym_entity_reference] = ACTIONS(2251), + [sym_numeric_character_reference] = ACTIONS(2251), + [anon_sym_LBRACK] = ACTIONS(2251), + [anon_sym_BANG_LBRACK] = ACTIONS(2251), + [anon_sym_DOLLAR] = ACTIONS(2253), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2251), + [anon_sym_LBRACE] = ACTIONS(2251), + [aux_sym_pandoc_str_token1] = ACTIONS(2253), + [anon_sym_PIPE] = ACTIONS(2251), + [sym__whitespace] = ACTIONS(2251), + [sym__line_ending] = ACTIONS(2251), + [sym__soft_line_ending] = ACTIONS(2251), + [sym__block_close] = ACTIONS(2251), [sym_block_continuation] = ACTIONS(2843), - [sym__block_quote_start] = ACTIONS(2341), - [sym_atx_h1_marker] = ACTIONS(2341), - [sym_atx_h2_marker] = ACTIONS(2341), - [sym_atx_h3_marker] = ACTIONS(2341), - [sym_atx_h4_marker] = ACTIONS(2341), - [sym_atx_h5_marker] = ACTIONS(2341), - [sym_atx_h6_marker] = ACTIONS(2341), - [sym__thematic_break] = ACTIONS(2341), - [sym__list_marker_minus] = ACTIONS(2341), - [sym__list_marker_plus] = ACTIONS(2341), - [sym__list_marker_star] = ACTIONS(2341), - [sym__list_marker_parenthesis] = ACTIONS(2341), - [sym__list_marker_dot] = ACTIONS(2341), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2341), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2341), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2341), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2341), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2341), - [sym__list_marker_example] = ACTIONS(2341), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2341), - [sym__fenced_code_block_start_backtick] = ACTIONS(2341), - [sym_minus_metadata] = ACTIONS(2341), - [sym__pipe_table_start] = ACTIONS(2341), - [sym__fenced_div_start] = ACTIONS(2341), - [sym_ref_id_specifier] = ACTIONS(2341), - [sym__code_span_start] = ACTIONS(2341), - [sym__html_comment] = ACTIONS(2341), - [sym__autolink] = ACTIONS(2341), - [sym__highlight_span_start] = ACTIONS(2341), - [sym__insert_span_start] = ACTIONS(2341), - [sym__delete_span_start] = ACTIONS(2341), - [sym__edit_comment_span_start] = ACTIONS(2341), - [sym__single_quote_span_open] = ACTIONS(2341), - [sym__double_quote_span_open] = ACTIONS(2341), - [sym__shortcode_open_escaped] = ACTIONS(2341), - [sym__shortcode_open] = ACTIONS(2341), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2341), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2341), - [sym__cite_author_in_text] = ACTIONS(2341), - [sym__cite_suppress_author] = ACTIONS(2341), - [sym__strikeout_open] = ACTIONS(2341), - [sym__subscript_open] = ACTIONS(2341), - [sym__superscript_open] = ACTIONS(2341), - [sym__inline_note_start_token] = ACTIONS(2341), - [sym__strong_emphasis_open_star] = ACTIONS(2341), - [sym__strong_emphasis_open_underscore] = ACTIONS(2341), - [sym__emphasis_open_star] = ACTIONS(2341), - [sym__emphasis_open_underscore] = ACTIONS(2341), - [sym_inline_note_reference] = ACTIONS(2341), - [sym_html_element] = ACTIONS(2341), - [sym__pandoc_line_break] = ACTIONS(2341), - [sym__caption_start] = ACTIONS(2341), + [sym__block_quote_start] = ACTIONS(2251), + [sym_atx_h1_marker] = ACTIONS(2251), + [sym_atx_h2_marker] = ACTIONS(2251), + [sym_atx_h3_marker] = ACTIONS(2251), + [sym_atx_h4_marker] = ACTIONS(2251), + [sym_atx_h5_marker] = ACTIONS(2251), + [sym_atx_h6_marker] = ACTIONS(2251), + [sym__thematic_break] = ACTIONS(2251), + [sym__list_marker_minus] = ACTIONS(2251), + [sym__list_marker_plus] = ACTIONS(2251), + [sym__list_marker_star] = ACTIONS(2251), + [sym__list_marker_parenthesis] = ACTIONS(2251), + [sym__list_marker_dot] = ACTIONS(2251), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2251), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2251), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2251), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2251), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2251), + [sym__list_marker_example] = ACTIONS(2251), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2251), + [sym__fenced_code_block_start_backtick] = ACTIONS(2251), + [sym_minus_metadata] = ACTIONS(2251), + [sym__pipe_table_start] = ACTIONS(2251), + [sym__fenced_div_start] = ACTIONS(2251), + [sym_ref_id_specifier] = ACTIONS(2251), + [sym__code_span_start] = ACTIONS(2251), + [sym__html_comment] = ACTIONS(2251), + [sym__autolink] = ACTIONS(2251), + [sym__highlight_span_start] = ACTIONS(2251), + [sym__insert_span_start] = ACTIONS(2251), + [sym__delete_span_start] = ACTIONS(2251), + [sym__edit_comment_span_start] = ACTIONS(2251), + [sym__single_quote_span_open] = ACTIONS(2251), + [sym__double_quote_span_open] = ACTIONS(2251), + [sym__shortcode_open_escaped] = ACTIONS(2251), + [sym__shortcode_open] = ACTIONS(2251), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2251), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2251), + [sym__cite_author_in_text] = ACTIONS(2251), + [sym__cite_suppress_author] = ACTIONS(2251), + [sym__strikeout_open] = ACTIONS(2251), + [sym__subscript_open] = ACTIONS(2251), + [sym__superscript_open] = ACTIONS(2251), + [sym__inline_note_start_token] = ACTIONS(2251), + [sym__strong_emphasis_open_star] = ACTIONS(2251), + [sym__strong_emphasis_open_underscore] = ACTIONS(2251), + [sym__emphasis_open_star] = ACTIONS(2251), + [sym__emphasis_open_underscore] = ACTIONS(2251), + [sym_inline_note_reference] = ACTIONS(2251), + [sym_html_element] = ACTIONS(2251), + [sym__pandoc_line_break] = ACTIONS(2251), + [sym__caption_start] = ACTIONS(2251), }, [STATE(294)] = { [ts_builtin_sym_end] = ACTIONS(2251), @@ -50703,72 +51079,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2251), }, [STATE(295)] = { - [ts_builtin_sym_end] = ACTIONS(2293), - [sym_entity_reference] = ACTIONS(2293), - [sym_numeric_character_reference] = ACTIONS(2293), - [anon_sym_LBRACK] = ACTIONS(2293), - [anon_sym_BANG_LBRACK] = ACTIONS(2293), - [anon_sym_DOLLAR] = ACTIONS(2295), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2293), - [anon_sym_LBRACE] = ACTIONS(2293), - [aux_sym_pandoc_str_token1] = ACTIONS(2295), - [anon_sym_PIPE] = ACTIONS(2293), - [sym__whitespace] = ACTIONS(2293), - [sym__line_ending] = ACTIONS(2293), - [sym__soft_line_ending] = ACTIONS(2293), + [sym_entity_reference] = ACTIONS(2377), + [sym_numeric_character_reference] = ACTIONS(2377), + [anon_sym_LBRACK] = ACTIONS(2377), + [anon_sym_BANG_LBRACK] = ACTIONS(2377), + [anon_sym_DOLLAR] = ACTIONS(2379), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2377), + [anon_sym_LBRACE] = ACTIONS(2377), + [aux_sym_pandoc_str_token1] = ACTIONS(2379), + [anon_sym_PIPE] = ACTIONS(2377), + [sym__whitespace] = ACTIONS(2377), + [sym__line_ending] = ACTIONS(2377), + [sym__soft_line_ending] = ACTIONS(2377), + [sym__block_close] = ACTIONS(2377), [sym_block_continuation] = ACTIONS(2847), - [sym__block_quote_start] = ACTIONS(2293), - [sym_atx_h1_marker] = ACTIONS(2293), - [sym_atx_h2_marker] = ACTIONS(2293), - [sym_atx_h3_marker] = ACTIONS(2293), - [sym_atx_h4_marker] = ACTIONS(2293), - [sym_atx_h5_marker] = ACTIONS(2293), - [sym_atx_h6_marker] = ACTIONS(2293), - [sym__thematic_break] = ACTIONS(2293), - [sym__list_marker_minus] = ACTIONS(2293), - [sym__list_marker_plus] = ACTIONS(2293), - [sym__list_marker_star] = ACTIONS(2293), - [sym__list_marker_parenthesis] = ACTIONS(2293), - [sym__list_marker_dot] = ACTIONS(2293), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_example] = ACTIONS(2293), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2293), - [sym__fenced_code_block_start_backtick] = ACTIONS(2293), - [sym_minus_metadata] = ACTIONS(2293), - [sym__pipe_table_start] = ACTIONS(2293), - [sym__fenced_div_start] = ACTIONS(2293), - [sym_ref_id_specifier] = ACTIONS(2293), - [sym__code_span_start] = ACTIONS(2293), - [sym__html_comment] = ACTIONS(2293), - [sym__autolink] = ACTIONS(2293), - [sym__highlight_span_start] = ACTIONS(2293), - [sym__insert_span_start] = ACTIONS(2293), - [sym__delete_span_start] = ACTIONS(2293), - [sym__edit_comment_span_start] = ACTIONS(2293), - [sym__single_quote_span_open] = ACTIONS(2293), - [sym__double_quote_span_open] = ACTIONS(2293), - [sym__shortcode_open_escaped] = ACTIONS(2293), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2293), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2293), - [sym__cite_author_in_text] = ACTIONS(2293), - [sym__cite_suppress_author] = ACTIONS(2293), - [sym__strikeout_open] = ACTIONS(2293), - [sym__subscript_open] = ACTIONS(2293), - [sym__superscript_open] = ACTIONS(2293), - [sym__inline_note_start_token] = ACTIONS(2293), - [sym__strong_emphasis_open_star] = ACTIONS(2293), - [sym__strong_emphasis_open_underscore] = ACTIONS(2293), - [sym__emphasis_open_star] = ACTIONS(2293), - [sym__emphasis_open_underscore] = ACTIONS(2293), - [sym_inline_note_reference] = ACTIONS(2293), - [sym_html_element] = ACTIONS(2293), - [sym__pandoc_line_break] = ACTIONS(2293), - [sym__caption_start] = ACTIONS(2293), + [sym__block_quote_start] = ACTIONS(2377), + [sym_atx_h1_marker] = ACTIONS(2377), + [sym_atx_h2_marker] = ACTIONS(2377), + [sym_atx_h3_marker] = ACTIONS(2377), + [sym_atx_h4_marker] = ACTIONS(2377), + [sym_atx_h5_marker] = ACTIONS(2377), + [sym_atx_h6_marker] = ACTIONS(2377), + [sym__thematic_break] = ACTIONS(2377), + [sym__list_marker_minus] = ACTIONS(2377), + [sym__list_marker_plus] = ACTIONS(2377), + [sym__list_marker_star] = ACTIONS(2377), + [sym__list_marker_parenthesis] = ACTIONS(2377), + [sym__list_marker_dot] = ACTIONS(2377), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2377), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2377), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2377), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2377), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2377), + [sym__list_marker_example] = ACTIONS(2377), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2377), + [sym__fenced_code_block_start_backtick] = ACTIONS(2377), + [sym_minus_metadata] = ACTIONS(2377), + [sym__pipe_table_start] = ACTIONS(2377), + [sym__fenced_div_start] = ACTIONS(2377), + [sym_ref_id_specifier] = ACTIONS(2377), + [sym__code_span_start] = ACTIONS(2377), + [sym__html_comment] = ACTIONS(2377), + [sym__autolink] = ACTIONS(2377), + [sym__highlight_span_start] = ACTIONS(2377), + [sym__insert_span_start] = ACTIONS(2377), + [sym__delete_span_start] = ACTIONS(2377), + [sym__edit_comment_span_start] = ACTIONS(2377), + [sym__single_quote_span_open] = ACTIONS(2377), + [sym__double_quote_span_open] = ACTIONS(2377), + [sym__shortcode_open_escaped] = ACTIONS(2377), + [sym__shortcode_open] = ACTIONS(2377), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2377), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2377), + [sym__cite_author_in_text] = ACTIONS(2377), + [sym__cite_suppress_author] = ACTIONS(2377), + [sym__strikeout_open] = ACTIONS(2377), + [sym__subscript_open] = ACTIONS(2377), + [sym__superscript_open] = ACTIONS(2377), + [sym__inline_note_start_token] = ACTIONS(2377), + [sym__strong_emphasis_open_star] = ACTIONS(2377), + [sym__strong_emphasis_open_underscore] = ACTIONS(2377), + [sym__emphasis_open_star] = ACTIONS(2377), + [sym__emphasis_open_underscore] = ACTIONS(2377), + [sym_inline_note_reference] = ACTIONS(2377), + [sym_html_element] = ACTIONS(2377), + [sym__pandoc_line_break] = ACTIONS(2377), + [sym__caption_start] = ACTIONS(2377), }, [STATE(296)] = { [sym_entity_reference] = ACTIONS(2849), @@ -50839,142 +51215,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2849), }, [STATE(297)] = { - [sym_entity_reference] = ACTIONS(2377), - [sym_numeric_character_reference] = ACTIONS(2377), - [anon_sym_LBRACK] = ACTIONS(2377), - [anon_sym_BANG_LBRACK] = ACTIONS(2377), - [anon_sym_DOLLAR] = ACTIONS(2379), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2377), - [anon_sym_LBRACE] = ACTIONS(2377), - [aux_sym_pandoc_str_token1] = ACTIONS(2379), - [anon_sym_PIPE] = ACTIONS(2377), - [sym__whitespace] = ACTIONS(2377), - [sym__line_ending] = ACTIONS(2377), - [sym__soft_line_ending] = ACTIONS(2377), - [sym__block_close] = ACTIONS(2377), - [sym_block_continuation] = ACTIONS(2853), - [sym__block_quote_start] = ACTIONS(2377), - [sym_atx_h1_marker] = ACTIONS(2377), - [sym_atx_h2_marker] = ACTIONS(2377), - [sym_atx_h3_marker] = ACTIONS(2377), - [sym_atx_h4_marker] = ACTIONS(2377), - [sym_atx_h5_marker] = ACTIONS(2377), - [sym_atx_h6_marker] = ACTIONS(2377), - [sym__thematic_break] = ACTIONS(2377), - [sym__list_marker_minus] = ACTIONS(2377), - [sym__list_marker_plus] = ACTIONS(2377), - [sym__list_marker_star] = ACTIONS(2377), - [sym__list_marker_parenthesis] = ACTIONS(2377), - [sym__list_marker_dot] = ACTIONS(2377), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2377), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2377), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2377), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2377), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2377), - [sym__list_marker_example] = ACTIONS(2377), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2377), - [sym__fenced_code_block_start_backtick] = ACTIONS(2377), - [sym_minus_metadata] = ACTIONS(2377), - [sym__pipe_table_start] = ACTIONS(2377), - [sym__fenced_div_start] = ACTIONS(2377), - [sym_ref_id_specifier] = ACTIONS(2377), - [sym__code_span_start] = ACTIONS(2377), - [sym__html_comment] = ACTIONS(2377), - [sym__autolink] = ACTIONS(2377), - [sym__highlight_span_start] = ACTIONS(2377), - [sym__insert_span_start] = ACTIONS(2377), - [sym__delete_span_start] = ACTIONS(2377), - [sym__edit_comment_span_start] = ACTIONS(2377), - [sym__single_quote_span_open] = ACTIONS(2377), - [sym__double_quote_span_open] = ACTIONS(2377), - [sym__shortcode_open_escaped] = ACTIONS(2377), - [sym__shortcode_open] = ACTIONS(2377), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2377), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2377), - [sym__cite_author_in_text] = ACTIONS(2377), - [sym__cite_suppress_author] = ACTIONS(2377), - [sym__strikeout_open] = ACTIONS(2377), - [sym__subscript_open] = ACTIONS(2377), - [sym__superscript_open] = ACTIONS(2377), - [sym__inline_note_start_token] = ACTIONS(2377), - [sym__strong_emphasis_open_star] = ACTIONS(2377), - [sym__strong_emphasis_open_underscore] = ACTIONS(2377), - [sym__emphasis_open_star] = ACTIONS(2377), - [sym__emphasis_open_underscore] = ACTIONS(2377), - [sym_inline_note_reference] = ACTIONS(2377), - [sym_html_element] = ACTIONS(2377), - [sym__pandoc_line_break] = ACTIONS(2377), - [sym__caption_start] = ACTIONS(2377), - }, - [STATE(298)] = { - [sym_entity_reference] = ACTIONS(2299), - [sym_numeric_character_reference] = ACTIONS(2299), - [anon_sym_LBRACK] = ACTIONS(2299), - [anon_sym_BANG_LBRACK] = ACTIONS(2299), - [anon_sym_DOLLAR] = ACTIONS(2301), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2299), - [anon_sym_LBRACE] = ACTIONS(2299), - [aux_sym_pandoc_str_token1] = ACTIONS(2301), - [anon_sym_PIPE] = ACTIONS(2299), - [sym__whitespace] = ACTIONS(2299), - [sym__line_ending] = ACTIONS(2299), - [sym__soft_line_ending] = ACTIONS(2299), - [sym__block_close] = ACTIONS(2299), - [sym_block_continuation] = ACTIONS(2855), - [sym__block_quote_start] = ACTIONS(2299), - [sym_atx_h1_marker] = ACTIONS(2299), - [sym_atx_h2_marker] = ACTIONS(2299), - [sym_atx_h3_marker] = ACTIONS(2299), - [sym_atx_h4_marker] = ACTIONS(2299), - [sym_atx_h5_marker] = ACTIONS(2299), - [sym_atx_h6_marker] = ACTIONS(2299), - [sym__thematic_break] = ACTIONS(2299), - [sym__list_marker_minus] = ACTIONS(2299), - [sym__list_marker_plus] = ACTIONS(2299), - [sym__list_marker_star] = ACTIONS(2299), - [sym__list_marker_parenthesis] = ACTIONS(2299), - [sym__list_marker_dot] = ACTIONS(2299), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2299), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2299), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2299), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2299), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2299), - [sym__list_marker_example] = ACTIONS(2299), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2299), - [sym__fenced_code_block_start_backtick] = ACTIONS(2299), - [sym_minus_metadata] = ACTIONS(2299), - [sym__pipe_table_start] = ACTIONS(2299), - [sym__fenced_div_start] = ACTIONS(2299), - [sym_ref_id_specifier] = ACTIONS(2299), - [sym__code_span_start] = ACTIONS(2299), - [sym__html_comment] = ACTIONS(2299), - [sym__autolink] = ACTIONS(2299), - [sym__highlight_span_start] = ACTIONS(2299), - [sym__insert_span_start] = ACTIONS(2299), - [sym__delete_span_start] = ACTIONS(2299), - [sym__edit_comment_span_start] = ACTIONS(2299), - [sym__single_quote_span_open] = ACTIONS(2299), - [sym__double_quote_span_open] = ACTIONS(2299), - [sym__shortcode_open_escaped] = ACTIONS(2299), - [sym__shortcode_open] = ACTIONS(2299), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2299), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2299), - [sym__cite_author_in_text] = ACTIONS(2299), - [sym__cite_suppress_author] = ACTIONS(2299), - [sym__strikeout_open] = ACTIONS(2299), - [sym__subscript_open] = ACTIONS(2299), - [sym__superscript_open] = ACTIONS(2299), - [sym__inline_note_start_token] = ACTIONS(2299), - [sym__strong_emphasis_open_star] = ACTIONS(2299), - [sym__strong_emphasis_open_underscore] = ACTIONS(2299), - [sym__emphasis_open_star] = ACTIONS(2299), - [sym__emphasis_open_underscore] = ACTIONS(2299), - [sym_inline_note_reference] = ACTIONS(2299), - [sym_html_element] = ACTIONS(2299), - [sym__pandoc_line_break] = ACTIONS(2299), - [sym__caption_start] = ACTIONS(2299), - }, - [STATE(299)] = { [sym_entity_reference] = ACTIONS(2305), [sym_numeric_character_reference] = ACTIONS(2305), [anon_sym_LBRACK] = ACTIONS(2305), @@ -50988,7 +51228,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(2305), [sym__soft_line_ending] = ACTIONS(2305), [sym__block_close] = ACTIONS(2305), - [sym_block_continuation] = ACTIONS(2857), + [sym_block_continuation] = ACTIONS(2853), [sym__block_quote_start] = ACTIONS(2305), [sym_atx_h1_marker] = ACTIONS(2305), [sym_atx_h2_marker] = ACTIONS(2305), @@ -51042,143 +51282,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2305), [sym__caption_start] = ACTIONS(2305), }, - [STATE(300)] = { - [sym_entity_reference] = ACTIONS(2245), - [sym_numeric_character_reference] = ACTIONS(2245), - [anon_sym_LBRACK] = ACTIONS(2245), - [anon_sym_BANG_LBRACK] = ACTIONS(2245), - [anon_sym_DOLLAR] = ACTIONS(2247), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2245), - [anon_sym_LBRACE] = ACTIONS(2245), - [aux_sym_pandoc_str_token1] = ACTIONS(2247), - [anon_sym_PIPE] = ACTIONS(2245), - [sym__whitespace] = ACTIONS(2245), - [sym__line_ending] = ACTIONS(2245), - [sym__soft_line_ending] = ACTIONS(2245), - [sym__block_close] = ACTIONS(2245), - [sym_block_continuation] = ACTIONS(2859), - [sym__block_quote_start] = ACTIONS(2245), - [sym_atx_h1_marker] = ACTIONS(2245), - [sym_atx_h2_marker] = ACTIONS(2245), - [sym_atx_h3_marker] = ACTIONS(2245), - [sym_atx_h4_marker] = ACTIONS(2245), - [sym_atx_h5_marker] = ACTIONS(2245), - [sym_atx_h6_marker] = ACTIONS(2245), - [sym__thematic_break] = ACTIONS(2245), - [sym__list_marker_minus] = ACTIONS(2245), - [sym__list_marker_plus] = ACTIONS(2245), - [sym__list_marker_star] = ACTIONS(2245), - [sym__list_marker_parenthesis] = ACTIONS(2245), - [sym__list_marker_dot] = ACTIONS(2245), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2245), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2245), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2245), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2245), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2245), - [sym__list_marker_example] = ACTIONS(2245), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2245), - [sym__fenced_code_block_start_backtick] = ACTIONS(2245), - [sym_minus_metadata] = ACTIONS(2245), - [sym__pipe_table_start] = ACTIONS(2245), - [sym__fenced_div_start] = ACTIONS(2245), - [sym_ref_id_specifier] = ACTIONS(2245), - [sym__code_span_start] = ACTIONS(2245), - [sym__html_comment] = ACTIONS(2245), - [sym__autolink] = ACTIONS(2245), - [sym__highlight_span_start] = ACTIONS(2245), - [sym__insert_span_start] = ACTIONS(2245), - [sym__delete_span_start] = ACTIONS(2245), - [sym__edit_comment_span_start] = ACTIONS(2245), - [sym__single_quote_span_open] = ACTIONS(2245), - [sym__double_quote_span_open] = ACTIONS(2245), - [sym__shortcode_open_escaped] = ACTIONS(2245), - [sym__shortcode_open] = ACTIONS(2245), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2245), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2245), - [sym__cite_author_in_text] = ACTIONS(2245), - [sym__cite_suppress_author] = ACTIONS(2245), - [sym__strikeout_open] = ACTIONS(2245), - [sym__subscript_open] = ACTIONS(2245), - [sym__superscript_open] = ACTIONS(2245), - [sym__inline_note_start_token] = ACTIONS(2245), - [sym__strong_emphasis_open_star] = ACTIONS(2245), - [sym__strong_emphasis_open_underscore] = ACTIONS(2245), - [sym__emphasis_open_star] = ACTIONS(2245), - [sym__emphasis_open_underscore] = ACTIONS(2245), - [sym_inline_note_reference] = ACTIONS(2245), - [sym_html_element] = ACTIONS(2245), - [sym__pandoc_line_break] = ACTIONS(2245), - [sym__caption_start] = ACTIONS(2245), - }, - [STATE(301)] = { - [sym_entity_reference] = ACTIONS(2251), - [sym_numeric_character_reference] = ACTIONS(2251), - [anon_sym_LBRACK] = ACTIONS(2251), - [anon_sym_BANG_LBRACK] = ACTIONS(2251), - [anon_sym_DOLLAR] = ACTIONS(2253), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2251), - [anon_sym_LBRACE] = ACTIONS(2251), - [aux_sym_pandoc_str_token1] = ACTIONS(2253), - [anon_sym_PIPE] = ACTIONS(2251), - [sym__whitespace] = ACTIONS(2251), - [sym__line_ending] = ACTIONS(2251), - [sym__soft_line_ending] = ACTIONS(2251), - [sym__block_close] = ACTIONS(2251), - [sym_block_continuation] = ACTIONS(2861), - [sym__block_quote_start] = ACTIONS(2251), - [sym_atx_h1_marker] = ACTIONS(2251), - [sym_atx_h2_marker] = ACTIONS(2251), - [sym_atx_h3_marker] = ACTIONS(2251), - [sym_atx_h4_marker] = ACTIONS(2251), - [sym_atx_h5_marker] = ACTIONS(2251), - [sym_atx_h6_marker] = ACTIONS(2251), - [sym__thematic_break] = ACTIONS(2251), - [sym__list_marker_minus] = ACTIONS(2251), - [sym__list_marker_plus] = ACTIONS(2251), - [sym__list_marker_star] = ACTIONS(2251), - [sym__list_marker_parenthesis] = ACTIONS(2251), - [sym__list_marker_dot] = ACTIONS(2251), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2251), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2251), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2251), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2251), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2251), - [sym__list_marker_example] = ACTIONS(2251), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2251), - [sym__fenced_code_block_start_backtick] = ACTIONS(2251), - [sym_minus_metadata] = ACTIONS(2251), - [sym__pipe_table_start] = ACTIONS(2251), - [sym__fenced_div_start] = ACTIONS(2251), - [sym_ref_id_specifier] = ACTIONS(2251), - [sym__code_span_start] = ACTIONS(2251), - [sym__html_comment] = ACTIONS(2251), - [sym__autolink] = ACTIONS(2251), - [sym__highlight_span_start] = ACTIONS(2251), - [sym__insert_span_start] = ACTIONS(2251), - [sym__delete_span_start] = ACTIONS(2251), - [sym__edit_comment_span_start] = ACTIONS(2251), - [sym__single_quote_span_open] = ACTIONS(2251), - [sym__double_quote_span_open] = ACTIONS(2251), - [sym__shortcode_open_escaped] = ACTIONS(2251), - [sym__shortcode_open] = ACTIONS(2251), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2251), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2251), - [sym__cite_author_in_text] = ACTIONS(2251), - [sym__cite_suppress_author] = ACTIONS(2251), - [sym__strikeout_open] = ACTIONS(2251), - [sym__subscript_open] = ACTIONS(2251), - [sym__superscript_open] = ACTIONS(2251), - [sym__inline_note_start_token] = ACTIONS(2251), - [sym__strong_emphasis_open_star] = ACTIONS(2251), - [sym__strong_emphasis_open_underscore] = ACTIONS(2251), - [sym__emphasis_open_star] = ACTIONS(2251), - [sym__emphasis_open_underscore] = ACTIONS(2251), - [sym_inline_note_reference] = ACTIONS(2251), - [sym_html_element] = ACTIONS(2251), - [sym__pandoc_line_break] = ACTIONS(2251), - [sym__caption_start] = ACTIONS(2251), - }, - [STATE(302)] = { + [STATE(298)] = { [sym_entity_reference] = ACTIONS(2311), [sym_numeric_character_reference] = ACTIONS(2311), [anon_sym_LBRACK] = ACTIONS(2311), @@ -51192,7 +51296,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(2311), [sym__soft_line_ending] = ACTIONS(2311), [sym__block_close] = ACTIONS(2311), - [sym_block_continuation] = ACTIONS(2863), + [sym_block_continuation] = ACTIONS(2855), [sym__block_quote_start] = ACTIONS(2311), [sym_atx_h1_marker] = ACTIONS(2311), [sym_atx_h2_marker] = ACTIONS(2311), @@ -51246,7 +51350,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2311), [sym__caption_start] = ACTIONS(2311), }, - [STATE(303)] = { + [STATE(299)] = { + [sym_entity_reference] = ACTIONS(2257), + [sym_numeric_character_reference] = ACTIONS(2257), + [anon_sym_LBRACK] = ACTIONS(2257), + [anon_sym_BANG_LBRACK] = ACTIONS(2257), + [anon_sym_DOLLAR] = ACTIONS(2259), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2257), + [anon_sym_LBRACE] = ACTIONS(2257), + [aux_sym_pandoc_str_token1] = ACTIONS(2259), + [anon_sym_PIPE] = ACTIONS(2257), + [sym__whitespace] = ACTIONS(2257), + [sym__line_ending] = ACTIONS(2257), + [sym__soft_line_ending] = ACTIONS(2257), + [sym__block_close] = ACTIONS(2257), + [sym_block_continuation] = ACTIONS(2857), + [sym__block_quote_start] = ACTIONS(2257), + [sym_atx_h1_marker] = ACTIONS(2257), + [sym_atx_h2_marker] = ACTIONS(2257), + [sym_atx_h3_marker] = ACTIONS(2257), + [sym_atx_h4_marker] = ACTIONS(2257), + [sym_atx_h5_marker] = ACTIONS(2257), + [sym_atx_h6_marker] = ACTIONS(2257), + [sym__thematic_break] = ACTIONS(2257), + [sym__list_marker_minus] = ACTIONS(2257), + [sym__list_marker_plus] = ACTIONS(2257), + [sym__list_marker_star] = ACTIONS(2257), + [sym__list_marker_parenthesis] = ACTIONS(2257), + [sym__list_marker_dot] = ACTIONS(2257), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2257), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2257), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2257), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2257), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2257), + [sym__list_marker_example] = ACTIONS(2257), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2257), + [sym__fenced_code_block_start_backtick] = ACTIONS(2257), + [sym_minus_metadata] = ACTIONS(2257), + [sym__pipe_table_start] = ACTIONS(2257), + [sym__fenced_div_start] = ACTIONS(2257), + [sym_ref_id_specifier] = ACTIONS(2257), + [sym__code_span_start] = ACTIONS(2257), + [sym__html_comment] = ACTIONS(2257), + [sym__autolink] = ACTIONS(2257), + [sym__highlight_span_start] = ACTIONS(2257), + [sym__insert_span_start] = ACTIONS(2257), + [sym__delete_span_start] = ACTIONS(2257), + [sym__edit_comment_span_start] = ACTIONS(2257), + [sym__single_quote_span_open] = ACTIONS(2257), + [sym__double_quote_span_open] = ACTIONS(2257), + [sym__shortcode_open_escaped] = ACTIONS(2257), + [sym__shortcode_open] = ACTIONS(2257), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2257), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2257), + [sym__cite_author_in_text] = ACTIONS(2257), + [sym__cite_suppress_author] = ACTIONS(2257), + [sym__strikeout_open] = ACTIONS(2257), + [sym__subscript_open] = ACTIONS(2257), + [sym__superscript_open] = ACTIONS(2257), + [sym__inline_note_start_token] = ACTIONS(2257), + [sym__strong_emphasis_open_star] = ACTIONS(2257), + [sym__strong_emphasis_open_underscore] = ACTIONS(2257), + [sym__emphasis_open_star] = ACTIONS(2257), + [sym__emphasis_open_underscore] = ACTIONS(2257), + [sym_inline_note_reference] = ACTIONS(2257), + [sym_html_element] = ACTIONS(2257), + [sym__pandoc_line_break] = ACTIONS(2257), + [sym__caption_start] = ACTIONS(2257), + }, + [STATE(300)] = { + [sym_entity_reference] = ACTIONS(2289), + [sym_numeric_character_reference] = ACTIONS(2289), + [anon_sym_LBRACK] = ACTIONS(2289), + [anon_sym_BANG_LBRACK] = ACTIONS(2289), + [anon_sym_DOLLAR] = ACTIONS(2291), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2289), + [anon_sym_LBRACE] = ACTIONS(2289), + [aux_sym_pandoc_str_token1] = ACTIONS(2291), + [anon_sym_PIPE] = ACTIONS(2289), + [sym__whitespace] = ACTIONS(2289), + [sym__line_ending] = ACTIONS(2289), + [sym__soft_line_ending] = ACTIONS(2289), + [sym__block_close] = ACTIONS(2289), + [sym__block_quote_start] = ACTIONS(2289), + [sym_atx_h1_marker] = ACTIONS(2289), + [sym_atx_h2_marker] = ACTIONS(2289), + [sym_atx_h3_marker] = ACTIONS(2289), + [sym_atx_h4_marker] = ACTIONS(2289), + [sym_atx_h5_marker] = ACTIONS(2289), + [sym_atx_h6_marker] = ACTIONS(2289), + [sym__thematic_break] = ACTIONS(2289), + [sym__list_marker_minus] = ACTIONS(2289), + [sym__list_marker_plus] = ACTIONS(2289), + [sym__list_marker_star] = ACTIONS(2289), + [sym__list_marker_parenthesis] = ACTIONS(2289), + [sym__list_marker_dot] = ACTIONS(2289), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_example] = ACTIONS(2289), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2289), + [sym__fenced_code_block_start_backtick] = ACTIONS(2289), + [sym_minus_metadata] = ACTIONS(2289), + [sym__pipe_table_start] = ACTIONS(2289), + [sym__fenced_div_start] = ACTIONS(2289), + [sym__fenced_div_end] = ACTIONS(2289), + [sym_ref_id_specifier] = ACTIONS(2289), + [sym__code_span_start] = ACTIONS(2289), + [sym__html_comment] = ACTIONS(2289), + [sym__autolink] = ACTIONS(2289), + [sym__highlight_span_start] = ACTIONS(2289), + [sym__insert_span_start] = ACTIONS(2289), + [sym__delete_span_start] = ACTIONS(2289), + [sym__edit_comment_span_start] = ACTIONS(2289), + [sym__single_quote_span_open] = ACTIONS(2289), + [sym__double_quote_span_open] = ACTIONS(2289), + [sym__shortcode_open_escaped] = ACTIONS(2289), + [sym__shortcode_open] = ACTIONS(2289), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2289), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2289), + [sym__cite_author_in_text] = ACTIONS(2289), + [sym__cite_suppress_author] = ACTIONS(2289), + [sym__strikeout_open] = ACTIONS(2289), + [sym__subscript_open] = ACTIONS(2289), + [sym__superscript_open] = ACTIONS(2289), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2289), + [sym__strong_emphasis_open_underscore] = ACTIONS(2289), + [sym__emphasis_open_star] = ACTIONS(2289), + [sym__emphasis_open_underscore] = ACTIONS(2289), + [sym_inline_note_reference] = ACTIONS(2289), + [sym_html_element] = ACTIONS(2289), + [sym__pandoc_line_break] = ACTIONS(2289), + [sym__caption_start] = ACTIONS(2289), + }, + [STATE(301)] = { [sym_entity_reference] = ACTIONS(2317), [sym_numeric_character_reference] = ACTIONS(2317), [anon_sym_LBRACK] = ACTIONS(2317), @@ -51260,7 +51500,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(2317), [sym__soft_line_ending] = ACTIONS(2317), [sym__block_close] = ACTIONS(2317), - [sym_block_continuation] = ACTIONS(2865), + [sym_block_continuation] = ACTIONS(2859), [sym__block_quote_start] = ACTIONS(2317), [sym_atx_h1_marker] = ACTIONS(2317), [sym_atx_h2_marker] = ACTIONS(2317), @@ -51314,7 +51554,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2317), [sym__caption_start] = ACTIONS(2317), }, - [STATE(304)] = { + [STATE(302)] = { [sym_entity_reference] = ACTIONS(2323), [sym_numeric_character_reference] = ACTIONS(2323), [anon_sym_LBRACK] = ACTIONS(2323), @@ -51328,7 +51568,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(2323), [sym__soft_line_ending] = ACTIONS(2323), [sym__block_close] = ACTIONS(2323), - [sym_block_continuation] = ACTIONS(2867), + [sym_block_continuation] = ACTIONS(2861), [sym__block_quote_start] = ACTIONS(2323), [sym_atx_h1_marker] = ACTIONS(2323), [sym_atx_h2_marker] = ACTIONS(2323), @@ -51382,7 +51622,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2323), [sym__caption_start] = ACTIONS(2323), }, - [STATE(305)] = { + [STATE(303)] = { [sym_entity_reference] = ACTIONS(2329), [sym_numeric_character_reference] = ACTIONS(2329), [anon_sym_LBRACK] = ACTIONS(2329), @@ -51396,7 +51636,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(2329), [sym__soft_line_ending] = ACTIONS(2329), [sym__block_close] = ACTIONS(2329), - [sym_block_continuation] = ACTIONS(2869), + [sym_block_continuation] = ACTIONS(2863), [sym__block_quote_start] = ACTIONS(2329), [sym_atx_h1_marker] = ACTIONS(2329), [sym_atx_h2_marker] = ACTIONS(2329), @@ -51450,7 +51690,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2329), [sym__caption_start] = ACTIONS(2329), }, - [STATE(306)] = { + [STATE(304)] = { [sym_entity_reference] = ACTIONS(2335), [sym_numeric_character_reference] = ACTIONS(2335), [anon_sym_LBRACK] = ACTIONS(2335), @@ -51464,7 +51704,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(2335), [sym__soft_line_ending] = ACTIONS(2335), [sym__block_close] = ACTIONS(2335), - [sym_block_continuation] = ACTIONS(2871), + [sym_block_continuation] = ACTIONS(2865), [sym__block_quote_start] = ACTIONS(2335), [sym_atx_h1_marker] = ACTIONS(2335), [sym_atx_h2_marker] = ACTIONS(2335), @@ -51518,33 +51758,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2335), [sym__caption_start] = ACTIONS(2335), }, - [STATE(307)] = { - [sym_pipe_table_cell] = STATE(2896), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), + [STATE(305)] = { + [sym_pipe_table_cell] = STATE(2890), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), [sym_entity_reference] = ACTIONS(2047), [sym_numeric_character_reference] = ACTIONS(2047), [anon_sym_LBRACK] = ACTIONS(2049), @@ -51554,10 +51794,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(2057), [aux_sym_pandoc_str_token1] = ACTIONS(2059), [anon_sym_PIPE] = ACTIONS(2061), - [sym__whitespace] = ACTIONS(2737), - [sym__line_ending] = ACTIONS(2873), - [sym__eof] = ACTIONS(2873), - [sym__pipe_table_line_ending] = ACTIONS(2873), + [sym__whitespace] = ACTIONS(2733), + [sym__line_ending] = ACTIONS(2867), + [sym__eof] = ACTIONS(2867), + [sym__pipe_table_line_ending] = ACTIONS(2867), [sym__code_span_start] = ACTIONS(2067), [sym__html_comment] = ACTIONS(2047), [sym__autolink] = ACTIONS(2047), @@ -51583,36 +51823,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__emphasis_open_underscore] = ACTIONS(2107), [sym_inline_note_reference] = ACTIONS(2047), [sym_html_element] = ACTIONS(2047), - [sym__pipe_table_delimiter] = ACTIONS(2741), + [sym__pipe_table_delimiter] = ACTIONS(2737), [sym__pandoc_line_break] = ACTIONS(2047), }, - [STATE(308)] = { - [sym_pipe_table_cell] = STATE(2896), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), + [STATE(306)] = { + [sym_pipe_table_cell] = STATE(2890), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), [sym_entity_reference] = ACTIONS(2047), [sym_numeric_character_reference] = ACTIONS(2047), [anon_sym_LBRACK] = ACTIONS(2049), @@ -51622,10 +51862,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(2057), [aux_sym_pandoc_str_token1] = ACTIONS(2059), [anon_sym_PIPE] = ACTIONS(2061), - [sym__whitespace] = ACTIONS(2737), - [sym__line_ending] = ACTIONS(2739), - [sym__eof] = ACTIONS(2739), - [sym__pipe_table_line_ending] = ACTIONS(2739), + [sym__whitespace] = ACTIONS(2733), + [sym__line_ending] = ACTIONS(2735), + [sym__eof] = ACTIONS(2735), + [sym__pipe_table_line_ending] = ACTIONS(2735), [sym__code_span_start] = ACTIONS(2067), [sym__html_comment] = ACTIONS(2047), [sym__autolink] = ACTIONS(2047), @@ -51651,37 +51891,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__emphasis_open_underscore] = ACTIONS(2107), [sym_inline_note_reference] = ACTIONS(2047), [sym_html_element] = ACTIONS(2047), - [sym__pipe_table_delimiter] = ACTIONS(2741), + [sym__pipe_table_delimiter] = ACTIONS(2737), [sym__pandoc_line_break] = ACTIONS(2047), }, - [STATE(309)] = { - [sym_pipe_table_cell] = STATE(2900), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym_pipe_table_row_repeat1] = STATE(292), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), + [STATE(307)] = { + [sym_pipe_table_cell] = STATE(2892), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym_pipe_table_row_repeat1] = STATE(290), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), [sym_entity_reference] = ACTIONS(2047), [sym_numeric_character_reference] = ACTIONS(2047), [anon_sym_LBRACK] = ACTIONS(2049), @@ -51691,10 +51931,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(2057), [aux_sym_pandoc_str_token1] = ACTIONS(2059), [anon_sym_PIPE] = ACTIONS(2061), - [sym__whitespace] = ACTIONS(2875), - [sym__line_ending] = ACTIONS(2873), - [sym__eof] = ACTIONS(2873), - [sym__pipe_table_line_ending] = ACTIONS(2873), + [sym__whitespace] = ACTIONS(2869), + [sym__line_ending] = ACTIONS(2867), + [sym__eof] = ACTIONS(2867), + [sym__pipe_table_line_ending] = ACTIONS(2867), [sym__code_span_start] = ACTIONS(2067), [sym__html_comment] = ACTIONS(2047), [sym__autolink] = ACTIONS(2047), @@ -51722,7 +51962,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_element] = ACTIONS(2047), [sym__pandoc_line_break] = ACTIONS(2047), }, - [STATE(310)] = { + [STATE(308)] = { [sym_entity_reference] = ACTIONS(2341), [sym_numeric_character_reference] = ACTIONS(2341), [anon_sym_LBRACK] = ACTIONS(2341), @@ -51736,7 +51976,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(2341), [sym__soft_line_ending] = ACTIONS(2341), [sym__block_close] = ACTIONS(2341), - [sym_block_continuation] = ACTIONS(2877), + [sym_block_continuation] = ACTIONS(2871), [sym__block_quote_start] = ACTIONS(2341), [sym_atx_h1_marker] = ACTIONS(2341), [sym_atx_h2_marker] = ACTIONS(2341), @@ -51790,7 +52030,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2341), [sym__caption_start] = ACTIONS(2341), }, - [STATE(311)] = { + [STATE(309)] = { [sym_entity_reference] = ACTIONS(2347), [sym_numeric_character_reference] = ACTIONS(2347), [anon_sym_LBRACK] = ACTIONS(2347), @@ -51804,7 +52044,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(2347), [sym__soft_line_ending] = ACTIONS(2347), [sym__block_close] = ACTIONS(2347), - [sym_block_continuation] = ACTIONS(2879), + [sym_block_continuation] = ACTIONS(2873), [sym__block_quote_start] = ACTIONS(2347), [sym_atx_h1_marker] = ACTIONS(2347), [sym_atx_h2_marker] = ACTIONS(2347), @@ -51858,7 +52098,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2347), [sym__caption_start] = ACTIONS(2347), }, - [STATE(312)] = { + [STATE(310)] = { [sym_entity_reference] = ACTIONS(2353), [sym_numeric_character_reference] = ACTIONS(2353), [anon_sym_LBRACK] = ACTIONS(2353), @@ -51872,7 +52112,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(2353), [sym__soft_line_ending] = ACTIONS(2353), [sym__block_close] = ACTIONS(2353), - [sym_block_continuation] = ACTIONS(2881), + [sym_block_continuation] = ACTIONS(2875), [sym__block_quote_start] = ACTIONS(2353), [sym_atx_h1_marker] = ACTIONS(2353), [sym_atx_h2_marker] = ACTIONS(2353), @@ -51926,7 +52166,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2353), [sym__caption_start] = ACTIONS(2353), }, - [STATE(313)] = { + [STATE(311)] = { [sym_entity_reference] = ACTIONS(2359), [sym_numeric_character_reference] = ACTIONS(2359), [anon_sym_LBRACK] = ACTIONS(2359), @@ -51940,7 +52180,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(2359), [sym__soft_line_ending] = ACTIONS(2359), [sym__block_close] = ACTIONS(2359), - [sym_block_continuation] = ACTIONS(2883), + [sym_block_continuation] = ACTIONS(2877), [sym__block_quote_start] = ACTIONS(2359), [sym_atx_h1_marker] = ACTIONS(2359), [sym_atx_h2_marker] = ACTIONS(2359), @@ -51994,7 +52234,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2359), [sym__caption_start] = ACTIONS(2359), }, - [STATE(314)] = { + [STATE(312)] = { [sym_entity_reference] = ACTIONS(2365), [sym_numeric_character_reference] = ACTIONS(2365), [anon_sym_LBRACK] = ACTIONS(2365), @@ -52008,7 +52248,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(2365), [sym__soft_line_ending] = ACTIONS(2365), [sym__block_close] = ACTIONS(2365), - [sym_block_continuation] = ACTIONS(2885), + [sym_block_continuation] = ACTIONS(2879), [sym__block_quote_start] = ACTIONS(2365), [sym_atx_h1_marker] = ACTIONS(2365), [sym_atx_h2_marker] = ACTIONS(2365), @@ -52062,7 +52302,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2365), [sym__caption_start] = ACTIONS(2365), }, - [STATE(315)] = { + [STATE(313)] = { [sym_entity_reference] = ACTIONS(2371), [sym_numeric_character_reference] = ACTIONS(2371), [anon_sym_LBRACK] = ACTIONS(2371), @@ -52076,7 +52316,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(2371), [sym__soft_line_ending] = ACTIONS(2371), [sym__block_close] = ACTIONS(2371), - [sym_block_continuation] = ACTIONS(2887), + [sym_block_continuation] = ACTIONS(2881), [sym__block_quote_start] = ACTIONS(2371), [sym_atx_h1_marker] = ACTIONS(2371), [sym_atx_h2_marker] = ACTIONS(2371), @@ -52130,33 +52370,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2371), [sym__caption_start] = ACTIONS(2371), }, - [STATE(316)] = { - [sym_pipe_table_cell] = STATE(2827), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), + [STATE(314)] = { + [sym_pipe_table_cell] = STATE(2981), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), [sym_entity_reference] = ACTIONS(2047), [sym_numeric_character_reference] = ACTIONS(2047), [anon_sym_LBRACK] = ACTIONS(2049), @@ -52166,10 +52406,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(2057), [aux_sym_pandoc_str_token1] = ACTIONS(2059), [anon_sym_PIPE] = ACTIONS(2061), - [sym__whitespace] = ACTIONS(2737), - [sym__line_ending] = ACTIONS(2889), - [sym__eof] = ACTIONS(2889), - [sym__pipe_table_line_ending] = ACTIONS(2889), + [sym__whitespace] = ACTIONS(2733), + [sym__line_ending] = ACTIONS(2883), + [sym__eof] = ACTIONS(2883), + [sym__pipe_table_line_ending] = ACTIONS(2883), [sym__code_span_start] = ACTIONS(2067), [sym__html_comment] = ACTIONS(2047), [sym__autolink] = ACTIONS(2047), @@ -52195,282 +52435,350 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__emphasis_open_underscore] = ACTIONS(2107), [sym_inline_note_reference] = ACTIONS(2047), [sym_html_element] = ACTIONS(2047), - [sym__pipe_table_delimiter] = ACTIONS(2741), + [sym__pipe_table_delimiter] = ACTIONS(2737), [sym__pandoc_line_break] = ACTIONS(2047), }, - [STATE(317)] = { - [sym_entity_reference] = ACTIONS(2891), - [sym_numeric_character_reference] = ACTIONS(2891), - [anon_sym_LBRACK] = ACTIONS(2891), - [anon_sym_BANG_LBRACK] = ACTIONS(2891), - [anon_sym_DOLLAR] = ACTIONS(2893), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2891), - [anon_sym_LBRACE] = ACTIONS(2891), - [aux_sym_pandoc_str_token1] = ACTIONS(2893), - [anon_sym_PIPE] = ACTIONS(2891), - [sym__whitespace] = ACTIONS(2891), - [sym__line_ending] = ACTIONS(2891), - [sym__soft_line_ending] = ACTIONS(2891), - [sym__block_close] = ACTIONS(2891), - [sym__block_quote_start] = ACTIONS(2891), - [sym_atx_h1_marker] = ACTIONS(2891), - [sym_atx_h2_marker] = ACTIONS(2891), - [sym_atx_h3_marker] = ACTIONS(2891), - [sym_atx_h4_marker] = ACTIONS(2891), - [sym_atx_h5_marker] = ACTIONS(2891), - [sym_atx_h6_marker] = ACTIONS(2891), - [sym__thematic_break] = ACTIONS(2891), - [sym__list_marker_minus] = ACTIONS(2891), - [sym__list_marker_plus] = ACTIONS(2891), - [sym__list_marker_star] = ACTIONS(2891), - [sym__list_marker_parenthesis] = ACTIONS(2891), - [sym__list_marker_dot] = ACTIONS(2891), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2891), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2891), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2891), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2891), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2891), - [sym__list_marker_example] = ACTIONS(2891), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2891), - [sym__fenced_code_block_start_backtick] = ACTIONS(2891), - [sym_minus_metadata] = ACTIONS(2891), - [sym__pipe_table_start] = ACTIONS(2891), - [sym__fenced_div_start] = ACTIONS(2891), - [sym__fenced_div_end] = ACTIONS(2891), - [sym_ref_id_specifier] = ACTIONS(2891), - [sym__code_span_start] = ACTIONS(2891), - [sym__html_comment] = ACTIONS(2891), - [sym__autolink] = ACTIONS(2891), - [sym__highlight_span_start] = ACTIONS(2891), - [sym__insert_span_start] = ACTIONS(2891), - [sym__delete_span_start] = ACTIONS(2891), - [sym__edit_comment_span_start] = ACTIONS(2891), - [sym__single_quote_span_open] = ACTIONS(2891), - [sym__double_quote_span_open] = ACTIONS(2891), - [sym__shortcode_open_escaped] = ACTIONS(2891), - [sym__shortcode_open] = ACTIONS(2891), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2891), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2891), - [sym__cite_author_in_text] = ACTIONS(2891), - [sym__cite_suppress_author] = ACTIONS(2891), - [sym__strikeout_open] = ACTIONS(2891), - [sym__subscript_open] = ACTIONS(2891), - [sym__superscript_open] = ACTIONS(2891), - [sym__inline_note_start_token] = ACTIONS(2891), - [sym__strong_emphasis_open_star] = ACTIONS(2891), - [sym__strong_emphasis_open_underscore] = ACTIONS(2891), - [sym__emphasis_open_star] = ACTIONS(2891), - [sym__emphasis_open_underscore] = ACTIONS(2891), - [sym_inline_note_reference] = ACTIONS(2891), - [sym_html_element] = ACTIONS(2891), - [sym__pandoc_line_break] = ACTIONS(2891), - [sym__caption_start] = ACTIONS(2891), + [STATE(315)] = { + [sym_entity_reference] = ACTIONS(2885), + [sym_numeric_character_reference] = ACTIONS(2885), + [anon_sym_LBRACK] = ACTIONS(2885), + [anon_sym_BANG_LBRACK] = ACTIONS(2885), + [anon_sym_DOLLAR] = ACTIONS(2887), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2885), + [anon_sym_LBRACE] = ACTIONS(2885), + [aux_sym_pandoc_str_token1] = ACTIONS(2887), + [anon_sym_PIPE] = ACTIONS(2885), + [sym__whitespace] = ACTIONS(2885), + [sym__line_ending] = ACTIONS(2885), + [sym__soft_line_ending] = ACTIONS(2885), + [sym__block_close] = ACTIONS(2885), + [sym__block_quote_start] = ACTIONS(2885), + [sym_atx_h1_marker] = ACTIONS(2885), + [sym_atx_h2_marker] = ACTIONS(2885), + [sym_atx_h3_marker] = ACTIONS(2885), + [sym_atx_h4_marker] = ACTIONS(2885), + [sym_atx_h5_marker] = ACTIONS(2885), + [sym_atx_h6_marker] = ACTIONS(2885), + [sym__thematic_break] = ACTIONS(2885), + [sym__list_marker_minus] = ACTIONS(2885), + [sym__list_marker_plus] = ACTIONS(2885), + [sym__list_marker_star] = ACTIONS(2885), + [sym__list_marker_parenthesis] = ACTIONS(2885), + [sym__list_marker_dot] = ACTIONS(2885), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2885), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2885), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2885), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2885), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2885), + [sym__list_marker_example] = ACTIONS(2885), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2885), + [sym__fenced_code_block_start_backtick] = ACTIONS(2885), + [sym_minus_metadata] = ACTIONS(2885), + [sym__pipe_table_start] = ACTIONS(2885), + [sym__fenced_div_start] = ACTIONS(2885), + [sym__fenced_div_end] = ACTIONS(2885), + [sym_ref_id_specifier] = ACTIONS(2885), + [sym__code_span_start] = ACTIONS(2885), + [sym__html_comment] = ACTIONS(2885), + [sym__autolink] = ACTIONS(2885), + [sym__highlight_span_start] = ACTIONS(2885), + [sym__insert_span_start] = ACTIONS(2885), + [sym__delete_span_start] = ACTIONS(2885), + [sym__edit_comment_span_start] = ACTIONS(2885), + [sym__single_quote_span_open] = ACTIONS(2885), + [sym__double_quote_span_open] = ACTIONS(2885), + [sym__shortcode_open_escaped] = ACTIONS(2885), + [sym__shortcode_open] = ACTIONS(2885), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2885), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2885), + [sym__cite_author_in_text] = ACTIONS(2885), + [sym__cite_suppress_author] = ACTIONS(2885), + [sym__strikeout_open] = ACTIONS(2885), + [sym__subscript_open] = ACTIONS(2885), + [sym__superscript_open] = ACTIONS(2885), + [sym__inline_note_start_token] = ACTIONS(2885), + [sym__strong_emphasis_open_star] = ACTIONS(2885), + [sym__strong_emphasis_open_underscore] = ACTIONS(2885), + [sym__emphasis_open_star] = ACTIONS(2885), + [sym__emphasis_open_underscore] = ACTIONS(2885), + [sym_inline_note_reference] = ACTIONS(2885), + [sym_html_element] = ACTIONS(2885), + [sym__pandoc_line_break] = ACTIONS(2885), + [sym__caption_start] = ACTIONS(2885), }, - [STATE(318)] = { - [sym_entity_reference] = ACTIONS(2895), - [sym_numeric_character_reference] = ACTIONS(2895), - [anon_sym_LBRACK] = ACTIONS(2895), - [anon_sym_BANG_LBRACK] = ACTIONS(2895), - [anon_sym_DOLLAR] = ACTIONS(2897), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2895), - [anon_sym_LBRACE] = ACTIONS(2895), - [aux_sym_pandoc_str_token1] = ACTIONS(2897), - [anon_sym_PIPE] = ACTIONS(2895), - [sym__whitespace] = ACTIONS(2895), - [sym__line_ending] = ACTIONS(2895), - [sym__soft_line_ending] = ACTIONS(2895), - [sym__block_close] = ACTIONS(2895), - [sym__block_quote_start] = ACTIONS(2895), - [sym_atx_h1_marker] = ACTIONS(2895), - [sym_atx_h2_marker] = ACTIONS(2895), - [sym_atx_h3_marker] = ACTIONS(2895), - [sym_atx_h4_marker] = ACTIONS(2895), - [sym_atx_h5_marker] = ACTIONS(2895), - [sym_atx_h6_marker] = ACTIONS(2895), - [sym__thematic_break] = ACTIONS(2895), - [sym__list_marker_minus] = ACTIONS(2895), - [sym__list_marker_plus] = ACTIONS(2895), - [sym__list_marker_star] = ACTIONS(2895), - [sym__list_marker_parenthesis] = ACTIONS(2895), - [sym__list_marker_dot] = ACTIONS(2895), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2895), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2895), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2895), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2895), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2895), - [sym__list_marker_example] = ACTIONS(2895), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2895), - [sym__fenced_code_block_start_backtick] = ACTIONS(2895), - [sym_minus_metadata] = ACTIONS(2895), - [sym__pipe_table_start] = ACTIONS(2895), - [sym__fenced_div_start] = ACTIONS(2895), - [sym__fenced_div_end] = ACTIONS(2895), - [sym_ref_id_specifier] = ACTIONS(2895), - [sym__code_span_start] = ACTIONS(2895), - [sym__html_comment] = ACTIONS(2895), - [sym__autolink] = ACTIONS(2895), - [sym__highlight_span_start] = ACTIONS(2895), - [sym__insert_span_start] = ACTIONS(2895), - [sym__delete_span_start] = ACTIONS(2895), - [sym__edit_comment_span_start] = ACTIONS(2895), - [sym__single_quote_span_open] = ACTIONS(2895), - [sym__double_quote_span_open] = ACTIONS(2895), - [sym__shortcode_open_escaped] = ACTIONS(2895), - [sym__shortcode_open] = ACTIONS(2895), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2895), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2895), - [sym__cite_author_in_text] = ACTIONS(2895), - [sym__cite_suppress_author] = ACTIONS(2895), - [sym__strikeout_open] = ACTIONS(2895), - [sym__subscript_open] = ACTIONS(2895), - [sym__superscript_open] = ACTIONS(2895), - [sym__inline_note_start_token] = ACTIONS(2895), - [sym__strong_emphasis_open_star] = ACTIONS(2895), - [sym__strong_emphasis_open_underscore] = ACTIONS(2895), - [sym__emphasis_open_star] = ACTIONS(2895), - [sym__emphasis_open_underscore] = ACTIONS(2895), - [sym_inline_note_reference] = ACTIONS(2895), - [sym_html_element] = ACTIONS(2895), - [sym__pandoc_line_break] = ACTIONS(2895), - [sym__caption_start] = ACTIONS(2895), + [STATE(316)] = { + [sym_entity_reference] = ACTIONS(2889), + [sym_numeric_character_reference] = ACTIONS(2889), + [anon_sym_LBRACK] = ACTIONS(2889), + [anon_sym_BANG_LBRACK] = ACTIONS(2889), + [anon_sym_DOLLAR] = ACTIONS(2891), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2889), + [aux_sym_pandoc_str_token1] = ACTIONS(2891), + [anon_sym_PIPE] = ACTIONS(2889), + [sym__whitespace] = ACTIONS(2889), + [sym__line_ending] = ACTIONS(2889), + [sym__soft_line_ending] = ACTIONS(2889), + [sym__block_close] = ACTIONS(2889), + [sym__block_quote_start] = ACTIONS(2889), + [sym_atx_h1_marker] = ACTIONS(2889), + [sym_atx_h2_marker] = ACTIONS(2889), + [sym_atx_h3_marker] = ACTIONS(2889), + [sym_atx_h4_marker] = ACTIONS(2889), + [sym_atx_h5_marker] = ACTIONS(2889), + [sym_atx_h6_marker] = ACTIONS(2889), + [sym__thematic_break] = ACTIONS(2889), + [sym__list_marker_minus] = ACTIONS(2889), + [sym__list_marker_plus] = ACTIONS(2889), + [sym__list_marker_star] = ACTIONS(2889), + [sym__list_marker_parenthesis] = ACTIONS(2889), + [sym__list_marker_dot] = ACTIONS(2889), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2889), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2889), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2889), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2889), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2889), + [sym__list_marker_example] = ACTIONS(2889), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2889), + [sym__fenced_code_block_start_backtick] = ACTIONS(2889), + [sym_minus_metadata] = ACTIONS(2889), + [sym__pipe_table_start] = ACTIONS(2889), + [sym__fenced_div_start] = ACTIONS(2889), + [sym__fenced_div_end] = ACTIONS(2889), + [sym_ref_id_specifier] = ACTIONS(2889), + [sym__code_span_start] = ACTIONS(2889), + [sym__html_comment] = ACTIONS(2889), + [sym__autolink] = ACTIONS(2889), + [sym__highlight_span_start] = ACTIONS(2889), + [sym__insert_span_start] = ACTIONS(2889), + [sym__delete_span_start] = ACTIONS(2889), + [sym__edit_comment_span_start] = ACTIONS(2889), + [sym__single_quote_span_open] = ACTIONS(2889), + [sym__double_quote_span_open] = ACTIONS(2889), + [sym__shortcode_open_escaped] = ACTIONS(2889), + [sym__shortcode_open] = ACTIONS(2889), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2889), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2889), + [sym__cite_author_in_text] = ACTIONS(2889), + [sym__cite_suppress_author] = ACTIONS(2889), + [sym__strikeout_open] = ACTIONS(2889), + [sym__subscript_open] = ACTIONS(2889), + [sym__superscript_open] = ACTIONS(2889), + [sym__inline_note_start_token] = ACTIONS(2889), + [sym__strong_emphasis_open_star] = ACTIONS(2889), + [sym__strong_emphasis_open_underscore] = ACTIONS(2889), + [sym__emphasis_open_star] = ACTIONS(2889), + [sym__emphasis_open_underscore] = ACTIONS(2889), + [sym_inline_note_reference] = ACTIONS(2889), + [sym_html_element] = ACTIONS(2889), + [sym__pandoc_line_break] = ACTIONS(2889), + [sym__caption_start] = ACTIONS(2889), }, - [STATE(319)] = { - [sym_entity_reference] = ACTIONS(2257), - [sym_numeric_character_reference] = ACTIONS(2257), - [anon_sym_LBRACK] = ACTIONS(2257), - [anon_sym_BANG_LBRACK] = ACTIONS(2257), - [anon_sym_DOLLAR] = ACTIONS(2259), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2257), - [anon_sym_LBRACE] = ACTIONS(2257), - [aux_sym_pandoc_str_token1] = ACTIONS(2259), - [anon_sym_PIPE] = ACTIONS(2257), - [sym__whitespace] = ACTIONS(2257), - [sym__line_ending] = ACTIONS(2257), - [sym__soft_line_ending] = ACTIONS(2257), - [sym__block_close] = ACTIONS(2257), - [sym_block_continuation] = ACTIONS(2899), - [sym__block_quote_start] = ACTIONS(2257), - [sym_atx_h1_marker] = ACTIONS(2257), - [sym_atx_h2_marker] = ACTIONS(2257), - [sym_atx_h3_marker] = ACTIONS(2257), - [sym_atx_h4_marker] = ACTIONS(2257), - [sym_atx_h5_marker] = ACTIONS(2257), - [sym_atx_h6_marker] = ACTIONS(2257), - [sym__thematic_break] = ACTIONS(2257), - [sym__list_marker_minus] = ACTIONS(2257), - [sym__list_marker_plus] = ACTIONS(2257), - [sym__list_marker_star] = ACTIONS(2257), - [sym__list_marker_parenthesis] = ACTIONS(2257), - [sym__list_marker_dot] = ACTIONS(2257), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2257), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2257), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2257), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2257), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2257), - [sym__list_marker_example] = ACTIONS(2257), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2257), - [sym__fenced_code_block_start_backtick] = ACTIONS(2257), - [sym_minus_metadata] = ACTIONS(2257), - [sym__pipe_table_start] = ACTIONS(2257), - [sym__fenced_div_start] = ACTIONS(2257), - [sym_ref_id_specifier] = ACTIONS(2257), - [sym__code_span_start] = ACTIONS(2257), - [sym__html_comment] = ACTIONS(2257), - [sym__autolink] = ACTIONS(2257), - [sym__highlight_span_start] = ACTIONS(2257), - [sym__insert_span_start] = ACTIONS(2257), - [sym__delete_span_start] = ACTIONS(2257), - [sym__edit_comment_span_start] = ACTIONS(2257), - [sym__single_quote_span_open] = ACTIONS(2257), - [sym__double_quote_span_open] = ACTIONS(2257), - [sym__shortcode_open_escaped] = ACTIONS(2257), - [sym__shortcode_open] = ACTIONS(2257), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2257), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2257), - [sym__cite_author_in_text] = ACTIONS(2257), - [sym__cite_suppress_author] = ACTIONS(2257), - [sym__strikeout_open] = ACTIONS(2257), - [sym__subscript_open] = ACTIONS(2257), - [sym__superscript_open] = ACTIONS(2257), - [sym__inline_note_start_token] = ACTIONS(2257), - [sym__strong_emphasis_open_star] = ACTIONS(2257), - [sym__strong_emphasis_open_underscore] = ACTIONS(2257), - [sym__emphasis_open_star] = ACTIONS(2257), - [sym__emphasis_open_underscore] = ACTIONS(2257), - [sym_inline_note_reference] = ACTIONS(2257), - [sym_html_element] = ACTIONS(2257), - [sym__pandoc_line_break] = ACTIONS(2257), - [sym__caption_start] = ACTIONS(2257), + [STATE(317)] = { + [sym_entity_reference] = ACTIONS(2383), + [sym_numeric_character_reference] = ACTIONS(2383), + [anon_sym_LBRACK] = ACTIONS(2383), + [anon_sym_BANG_LBRACK] = ACTIONS(2383), + [anon_sym_DOLLAR] = ACTIONS(2385), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2383), + [anon_sym_LBRACE] = ACTIONS(2383), + [aux_sym_pandoc_str_token1] = ACTIONS(2385), + [anon_sym_PIPE] = ACTIONS(2383), + [sym__whitespace] = ACTIONS(2383), + [sym__line_ending] = ACTIONS(2383), + [sym__soft_line_ending] = ACTIONS(2383), + [sym__block_close] = ACTIONS(2383), + [sym_block_continuation] = ACTIONS(2893), + [sym__block_quote_start] = ACTIONS(2383), + [sym_atx_h1_marker] = ACTIONS(2383), + [sym_atx_h2_marker] = ACTIONS(2383), + [sym_atx_h3_marker] = ACTIONS(2383), + [sym_atx_h4_marker] = ACTIONS(2383), + [sym_atx_h5_marker] = ACTIONS(2383), + [sym_atx_h6_marker] = ACTIONS(2383), + [sym__thematic_break] = ACTIONS(2383), + [sym__list_marker_minus] = ACTIONS(2383), + [sym__list_marker_plus] = ACTIONS(2383), + [sym__list_marker_star] = ACTIONS(2383), + [sym__list_marker_parenthesis] = ACTIONS(2383), + [sym__list_marker_dot] = ACTIONS(2383), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2383), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2383), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2383), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2383), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2383), + [sym__list_marker_example] = ACTIONS(2383), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2383), + [sym__fenced_code_block_start_backtick] = ACTIONS(2383), + [sym_minus_metadata] = ACTIONS(2383), + [sym__pipe_table_start] = ACTIONS(2383), + [sym__fenced_div_start] = ACTIONS(2383), + [sym_ref_id_specifier] = ACTIONS(2383), + [sym__code_span_start] = ACTIONS(2383), + [sym__html_comment] = ACTIONS(2383), + [sym__autolink] = ACTIONS(2383), + [sym__highlight_span_start] = ACTIONS(2383), + [sym__insert_span_start] = ACTIONS(2383), + [sym__delete_span_start] = ACTIONS(2383), + [sym__edit_comment_span_start] = ACTIONS(2383), + [sym__single_quote_span_open] = ACTIONS(2383), + [sym__double_quote_span_open] = ACTIONS(2383), + [sym__shortcode_open_escaped] = ACTIONS(2383), + [sym__shortcode_open] = ACTIONS(2383), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2383), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2383), + [sym__cite_author_in_text] = ACTIONS(2383), + [sym__cite_suppress_author] = ACTIONS(2383), + [sym__strikeout_open] = ACTIONS(2383), + [sym__subscript_open] = ACTIONS(2383), + [sym__superscript_open] = ACTIONS(2383), + [sym__inline_note_start_token] = ACTIONS(2383), + [sym__strong_emphasis_open_star] = ACTIONS(2383), + [sym__strong_emphasis_open_underscore] = ACTIONS(2383), + [sym__emphasis_open_star] = ACTIONS(2383), + [sym__emphasis_open_underscore] = ACTIONS(2383), + [sym_inline_note_reference] = ACTIONS(2383), + [sym_html_element] = ACTIONS(2383), + [sym__pandoc_line_break] = ACTIONS(2383), + [sym__caption_start] = ACTIONS(2383), }, - [STATE(320)] = { - [sym_entity_reference] = ACTIONS(2293), - [sym_numeric_character_reference] = ACTIONS(2293), - [anon_sym_LBRACK] = ACTIONS(2293), - [anon_sym_BANG_LBRACK] = ACTIONS(2293), - [anon_sym_DOLLAR] = ACTIONS(2295), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2293), - [anon_sym_LBRACE] = ACTIONS(2293), - [aux_sym_pandoc_str_token1] = ACTIONS(2295), - [anon_sym_PIPE] = ACTIONS(2293), - [sym__whitespace] = ACTIONS(2293), - [sym__line_ending] = ACTIONS(2293), - [sym__soft_line_ending] = ACTIONS(2293), - [sym__block_close] = ACTIONS(2293), - [sym__block_quote_start] = ACTIONS(2293), - [sym_atx_h1_marker] = ACTIONS(2293), - [sym_atx_h2_marker] = ACTIONS(2293), - [sym_atx_h3_marker] = ACTIONS(2293), - [sym_atx_h4_marker] = ACTIONS(2293), - [sym_atx_h5_marker] = ACTIONS(2293), - [sym_atx_h6_marker] = ACTIONS(2293), - [sym__thematic_break] = ACTIONS(2293), - [sym__list_marker_minus] = ACTIONS(2293), - [sym__list_marker_plus] = ACTIONS(2293), - [sym__list_marker_star] = ACTIONS(2293), - [sym__list_marker_parenthesis] = ACTIONS(2293), - [sym__list_marker_dot] = ACTIONS(2293), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_example] = ACTIONS(2293), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2293), - [sym__fenced_code_block_start_backtick] = ACTIONS(2293), - [sym_minus_metadata] = ACTIONS(2293), - [sym__pipe_table_start] = ACTIONS(2293), - [sym__fenced_div_start] = ACTIONS(2293), - [sym__fenced_div_end] = ACTIONS(2293), - [sym_ref_id_specifier] = ACTIONS(2293), - [sym__code_span_start] = ACTIONS(2293), - [sym__html_comment] = ACTIONS(2293), - [sym__autolink] = ACTIONS(2293), - [sym__highlight_span_start] = ACTIONS(2293), - [sym__insert_span_start] = ACTIONS(2293), - [sym__delete_span_start] = ACTIONS(2293), - [sym__edit_comment_span_start] = ACTIONS(2293), - [sym__single_quote_span_open] = ACTIONS(2293), - [sym__double_quote_span_open] = ACTIONS(2293), - [sym__shortcode_open_escaped] = ACTIONS(2293), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2293), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2293), - [sym__cite_author_in_text] = ACTIONS(2293), - [sym__cite_suppress_author] = ACTIONS(2293), - [sym__strikeout_open] = ACTIONS(2293), - [sym__subscript_open] = ACTIONS(2293), - [sym__superscript_open] = ACTIONS(2293), - [sym__inline_note_start_token] = ACTIONS(2293), - [sym__strong_emphasis_open_star] = ACTIONS(2293), - [sym__strong_emphasis_open_underscore] = ACTIONS(2293), - [sym__emphasis_open_star] = ACTIONS(2293), - [sym__emphasis_open_underscore] = ACTIONS(2293), - [sym_inline_note_reference] = ACTIONS(2293), - [sym_html_element] = ACTIONS(2293), - [sym__pandoc_line_break] = ACTIONS(2293), - [sym__caption_start] = ACTIONS(2293), + [STATE(318)] = { + [sym_entity_reference] = ACTIONS(2399), + [sym_numeric_character_reference] = ACTIONS(2399), + [anon_sym_LBRACK] = ACTIONS(2399), + [anon_sym_BANG_LBRACK] = ACTIONS(2399), + [anon_sym_DOLLAR] = ACTIONS(2401), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2399), + [anon_sym_LBRACE] = ACTIONS(2399), + [aux_sym_pandoc_str_token1] = ACTIONS(2401), + [anon_sym_PIPE] = ACTIONS(2399), + [sym__whitespace] = ACTIONS(2399), + [sym__line_ending] = ACTIONS(2399), + [sym__soft_line_ending] = ACTIONS(2399), + [sym__block_close] = ACTIONS(2399), + [sym_block_continuation] = ACTIONS(2895), + [sym__block_quote_start] = ACTIONS(2399), + [sym_atx_h1_marker] = ACTIONS(2399), + [sym_atx_h2_marker] = ACTIONS(2399), + [sym_atx_h3_marker] = ACTIONS(2399), + [sym_atx_h4_marker] = ACTIONS(2399), + [sym_atx_h5_marker] = ACTIONS(2399), + [sym_atx_h6_marker] = ACTIONS(2399), + [sym__thematic_break] = ACTIONS(2399), + [sym__list_marker_minus] = ACTIONS(2399), + [sym__list_marker_plus] = ACTIONS(2399), + [sym__list_marker_star] = ACTIONS(2399), + [sym__list_marker_parenthesis] = ACTIONS(2399), + [sym__list_marker_dot] = ACTIONS(2399), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2399), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2399), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2399), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2399), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2399), + [sym__list_marker_example] = ACTIONS(2399), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2399), + [sym__fenced_code_block_start_backtick] = ACTIONS(2399), + [sym_minus_metadata] = ACTIONS(2399), + [sym__pipe_table_start] = ACTIONS(2399), + [sym__fenced_div_start] = ACTIONS(2399), + [sym_ref_id_specifier] = ACTIONS(2399), + [sym__code_span_start] = ACTIONS(2399), + [sym__html_comment] = ACTIONS(2399), + [sym__autolink] = ACTIONS(2399), + [sym__highlight_span_start] = ACTIONS(2399), + [sym__insert_span_start] = ACTIONS(2399), + [sym__delete_span_start] = ACTIONS(2399), + [sym__edit_comment_span_start] = ACTIONS(2399), + [sym__single_quote_span_open] = ACTIONS(2399), + [sym__double_quote_span_open] = ACTIONS(2399), + [sym__shortcode_open_escaped] = ACTIONS(2399), + [sym__shortcode_open] = ACTIONS(2399), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2399), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2399), + [sym__cite_author_in_text] = ACTIONS(2399), + [sym__cite_suppress_author] = ACTIONS(2399), + [sym__strikeout_open] = ACTIONS(2399), + [sym__subscript_open] = ACTIONS(2399), + [sym__superscript_open] = ACTIONS(2399), + [sym__inline_note_start_token] = ACTIONS(2399), + [sym__strong_emphasis_open_star] = ACTIONS(2399), + [sym__strong_emphasis_open_underscore] = ACTIONS(2399), + [sym__emphasis_open_star] = ACTIONS(2399), + [sym__emphasis_open_underscore] = ACTIONS(2399), + [sym_inline_note_reference] = ACTIONS(2399), + [sym_html_element] = ACTIONS(2399), + [sym__pandoc_line_break] = ACTIONS(2399), + [sym__caption_start] = ACTIONS(2399), }, - [STATE(321)] = { + [STATE(319)] = { + [sym_entity_reference] = ACTIONS(2897), + [sym_numeric_character_reference] = ACTIONS(2897), + [anon_sym_LBRACK] = ACTIONS(2897), + [anon_sym_BANG_LBRACK] = ACTIONS(2897), + [anon_sym_DOLLAR] = ACTIONS(2899), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2897), + [anon_sym_LBRACE] = ACTIONS(2897), + [aux_sym_pandoc_str_token1] = ACTIONS(2899), + [anon_sym_PIPE] = ACTIONS(2897), + [sym__whitespace] = ACTIONS(2897), + [sym__line_ending] = ACTIONS(2897), + [sym__soft_line_ending] = ACTIONS(2897), + [sym__block_close] = ACTIONS(2897), + [sym__block_quote_start] = ACTIONS(2897), + [sym_atx_h1_marker] = ACTIONS(2897), + [sym_atx_h2_marker] = ACTIONS(2897), + [sym_atx_h3_marker] = ACTIONS(2897), + [sym_atx_h4_marker] = ACTIONS(2897), + [sym_atx_h5_marker] = ACTIONS(2897), + [sym_atx_h6_marker] = ACTIONS(2897), + [sym__thematic_break] = ACTIONS(2897), + [sym__list_marker_minus] = ACTIONS(2897), + [sym__list_marker_plus] = ACTIONS(2897), + [sym__list_marker_star] = ACTIONS(2897), + [sym__list_marker_parenthesis] = ACTIONS(2897), + [sym__list_marker_dot] = ACTIONS(2897), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2897), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2897), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2897), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2897), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2897), + [sym__list_marker_example] = ACTIONS(2897), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2897), + [sym__fenced_code_block_start_backtick] = ACTIONS(2897), + [sym_minus_metadata] = ACTIONS(2897), + [sym__pipe_table_start] = ACTIONS(2897), + [sym__fenced_div_start] = ACTIONS(2897), + [sym__fenced_div_end] = ACTIONS(2897), + [sym_ref_id_specifier] = ACTIONS(2897), + [sym__code_span_start] = ACTIONS(2897), + [sym__html_comment] = ACTIONS(2897), + [sym__autolink] = ACTIONS(2897), + [sym__highlight_span_start] = ACTIONS(2897), + [sym__insert_span_start] = ACTIONS(2897), + [sym__delete_span_start] = ACTIONS(2897), + [sym__edit_comment_span_start] = ACTIONS(2897), + [sym__single_quote_span_open] = ACTIONS(2897), + [sym__double_quote_span_open] = ACTIONS(2897), + [sym__shortcode_open_escaped] = ACTIONS(2897), + [sym__shortcode_open] = ACTIONS(2897), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2897), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2897), + [sym__cite_author_in_text] = ACTIONS(2897), + [sym__cite_suppress_author] = ACTIONS(2897), + [sym__strikeout_open] = ACTIONS(2897), + [sym__subscript_open] = ACTIONS(2897), + [sym__superscript_open] = ACTIONS(2897), + [sym__inline_note_start_token] = ACTIONS(2897), + [sym__strong_emphasis_open_star] = ACTIONS(2897), + [sym__strong_emphasis_open_underscore] = ACTIONS(2897), + [sym__emphasis_open_star] = ACTIONS(2897), + [sym__emphasis_open_underscore] = ACTIONS(2897), + [sym_inline_note_reference] = ACTIONS(2897), + [sym_html_element] = ACTIONS(2897), + [sym__pandoc_line_break] = ACTIONS(2897), + [sym__caption_start] = ACTIONS(2897), + }, + [STATE(320)] = { [sym_entity_reference] = ACTIONS(2901), [sym_numeric_character_reference] = ACTIONS(2901), [anon_sym_LBRACK] = ACTIONS(2901), @@ -52538,7 +52846,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2901), [sym__caption_start] = ACTIONS(2901), }, - [STATE(322)] = { + [STATE(321)] = { [sym_entity_reference] = ACTIONS(2905), [sym_numeric_character_reference] = ACTIONS(2905), [anon_sym_LBRACK] = ACTIONS(2905), @@ -52606,7 +52914,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2905), [sym__caption_start] = ACTIONS(2905), }, - [STATE(323)] = { + [STATE(322)] = { [sym_entity_reference] = ACTIONS(2909), [sym_numeric_character_reference] = ACTIONS(2909), [anon_sym_LBRACK] = ACTIONS(2909), @@ -52674,7 +52982,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2909), [sym__caption_start] = ACTIONS(2909), }, - [STATE(324)] = { + [STATE(323)] = { [sym_entity_reference] = ACTIONS(2913), [sym_numeric_character_reference] = ACTIONS(2913), [anon_sym_LBRACK] = ACTIONS(2913), @@ -52742,7 +53050,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2913), [sym__caption_start] = ACTIONS(2913), }, - [STATE(325)] = { + [STATE(324)] = { [sym_entity_reference] = ACTIONS(2917), [sym_numeric_character_reference] = ACTIONS(2917), [anon_sym_LBRACK] = ACTIONS(2917), @@ -52810,7 +53118,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2917), [sym__caption_start] = ACTIONS(2917), }, - [STATE(326)] = { + [STATE(325)] = { [sym_entity_reference] = ACTIONS(2921), [sym_numeric_character_reference] = ACTIONS(2921), [anon_sym_LBRACK] = ACTIONS(2921), @@ -52878,7 +53186,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2921), [sym__caption_start] = ACTIONS(2921), }, - [STATE(327)] = { + [STATE(326)] = { [sym_entity_reference] = ACTIONS(2925), [sym_numeric_character_reference] = ACTIONS(2925), [anon_sym_LBRACK] = ACTIONS(2925), @@ -52946,143 +53254,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2925), [sym__caption_start] = ACTIONS(2925), }, - [STATE(328)] = { - [sym_entity_reference] = ACTIONS(2929), - [sym_numeric_character_reference] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_BANG_LBRACK] = ACTIONS(2929), - [anon_sym_DOLLAR] = ACTIONS(2931), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2929), - [anon_sym_LBRACE] = ACTIONS(2929), - [aux_sym_pandoc_str_token1] = ACTIONS(2931), - [anon_sym_PIPE] = ACTIONS(2929), - [sym__whitespace] = ACTIONS(2929), - [sym__line_ending] = ACTIONS(2929), - [sym__soft_line_ending] = ACTIONS(2929), - [sym__block_close] = ACTIONS(2929), - [sym__block_quote_start] = ACTIONS(2929), - [sym_atx_h1_marker] = ACTIONS(2929), - [sym_atx_h2_marker] = ACTIONS(2929), - [sym_atx_h3_marker] = ACTIONS(2929), - [sym_atx_h4_marker] = ACTIONS(2929), - [sym_atx_h5_marker] = ACTIONS(2929), - [sym_atx_h6_marker] = ACTIONS(2929), - [sym__thematic_break] = ACTIONS(2929), - [sym__list_marker_minus] = ACTIONS(2929), - [sym__list_marker_plus] = ACTIONS(2929), - [sym__list_marker_star] = ACTIONS(2929), - [sym__list_marker_parenthesis] = ACTIONS(2929), - [sym__list_marker_dot] = ACTIONS(2929), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2929), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2929), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2929), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2929), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2929), - [sym__list_marker_example] = ACTIONS(2929), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2929), - [sym__fenced_code_block_start_backtick] = ACTIONS(2929), - [sym_minus_metadata] = ACTIONS(2929), - [sym__pipe_table_start] = ACTIONS(2929), - [sym__fenced_div_start] = ACTIONS(2929), - [sym__fenced_div_end] = ACTIONS(2929), - [sym_ref_id_specifier] = ACTIONS(2929), - [sym__code_span_start] = ACTIONS(2929), - [sym__html_comment] = ACTIONS(2929), - [sym__autolink] = ACTIONS(2929), - [sym__highlight_span_start] = ACTIONS(2929), - [sym__insert_span_start] = ACTIONS(2929), - [sym__delete_span_start] = ACTIONS(2929), - [sym__edit_comment_span_start] = ACTIONS(2929), - [sym__single_quote_span_open] = ACTIONS(2929), - [sym__double_quote_span_open] = ACTIONS(2929), - [sym__shortcode_open_escaped] = ACTIONS(2929), - [sym__shortcode_open] = ACTIONS(2929), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2929), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2929), - [sym__cite_author_in_text] = ACTIONS(2929), - [sym__cite_suppress_author] = ACTIONS(2929), - [sym__strikeout_open] = ACTIONS(2929), - [sym__subscript_open] = ACTIONS(2929), - [sym__superscript_open] = ACTIONS(2929), - [sym__inline_note_start_token] = ACTIONS(2929), - [sym__strong_emphasis_open_star] = ACTIONS(2929), - [sym__strong_emphasis_open_underscore] = ACTIONS(2929), - [sym__emphasis_open_star] = ACTIONS(2929), - [sym__emphasis_open_underscore] = ACTIONS(2929), - [sym_inline_note_reference] = ACTIONS(2929), - [sym_html_element] = ACTIONS(2929), - [sym__pandoc_line_break] = ACTIONS(2929), - [sym__caption_start] = ACTIONS(2929), - }, - [STATE(329)] = { - [sym_entity_reference] = ACTIONS(2933), - [sym_numeric_character_reference] = ACTIONS(2933), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_BANG_LBRACK] = ACTIONS(2933), - [anon_sym_DOLLAR] = ACTIONS(2935), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2933), - [anon_sym_LBRACE] = ACTIONS(2933), - [aux_sym_pandoc_str_token1] = ACTIONS(2935), - [anon_sym_PIPE] = ACTIONS(2933), - [sym__whitespace] = ACTIONS(2933), - [sym__line_ending] = ACTIONS(2933), - [sym__soft_line_ending] = ACTIONS(2933), - [sym__block_close] = ACTIONS(2933), - [sym__block_quote_start] = ACTIONS(2933), - [sym_atx_h1_marker] = ACTIONS(2933), - [sym_atx_h2_marker] = ACTIONS(2933), - [sym_atx_h3_marker] = ACTIONS(2933), - [sym_atx_h4_marker] = ACTIONS(2933), - [sym_atx_h5_marker] = ACTIONS(2933), - [sym_atx_h6_marker] = ACTIONS(2933), - [sym__thematic_break] = ACTIONS(2933), - [sym__list_marker_minus] = ACTIONS(2933), - [sym__list_marker_plus] = ACTIONS(2933), - [sym__list_marker_star] = ACTIONS(2933), - [sym__list_marker_parenthesis] = ACTIONS(2933), - [sym__list_marker_dot] = ACTIONS(2933), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2933), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2933), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2933), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2933), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2933), - [sym__list_marker_example] = ACTIONS(2933), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2933), - [sym__fenced_code_block_start_backtick] = ACTIONS(2933), - [sym_minus_metadata] = ACTIONS(2933), - [sym__pipe_table_start] = ACTIONS(2933), - [sym__fenced_div_start] = ACTIONS(2933), - [sym__fenced_div_end] = ACTIONS(2933), - [sym_ref_id_specifier] = ACTIONS(2933), - [sym__code_span_start] = ACTIONS(2933), - [sym__html_comment] = ACTIONS(2933), - [sym__autolink] = ACTIONS(2933), - [sym__highlight_span_start] = ACTIONS(2933), - [sym__insert_span_start] = ACTIONS(2933), - [sym__delete_span_start] = ACTIONS(2933), - [sym__edit_comment_span_start] = ACTIONS(2933), - [sym__single_quote_span_open] = ACTIONS(2933), - [sym__double_quote_span_open] = ACTIONS(2933), - [sym__shortcode_open_escaped] = ACTIONS(2933), - [sym__shortcode_open] = ACTIONS(2933), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2933), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2933), - [sym__cite_author_in_text] = ACTIONS(2933), - [sym__cite_suppress_author] = ACTIONS(2933), - [sym__strikeout_open] = ACTIONS(2933), - [sym__subscript_open] = ACTIONS(2933), - [sym__superscript_open] = ACTIONS(2933), - [sym__inline_note_start_token] = ACTIONS(2933), - [sym__strong_emphasis_open_star] = ACTIONS(2933), - [sym__strong_emphasis_open_underscore] = ACTIONS(2933), - [sym__emphasis_open_star] = ACTIONS(2933), - [sym__emphasis_open_underscore] = ACTIONS(2933), - [sym_inline_note_reference] = ACTIONS(2933), - [sym_html_element] = ACTIONS(2933), - [sym__pandoc_line_break] = ACTIONS(2933), - [sym__caption_start] = ACTIONS(2933), - }, - [STATE(330)] = { + [STATE(327)] = { [sym_entity_reference] = ACTIONS(2263), [sym_numeric_character_reference] = ACTIONS(2263), [anon_sym_LBRACK] = ACTIONS(2263), @@ -53096,7 +53268,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(2263), [sym__soft_line_ending] = ACTIONS(2263), [sym__block_close] = ACTIONS(2263), - [sym_block_continuation] = ACTIONS(2937), + [sym_block_continuation] = ACTIONS(2929), [sym__block_quote_start] = ACTIONS(2263), [sym_atx_h1_marker] = ACTIONS(2263), [sym_atx_h2_marker] = ACTIONS(2263), @@ -53150,7 +53322,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2263), [sym__caption_start] = ACTIONS(2263), }, - [STATE(331)] = { + [STATE(328)] = { [sym_entity_reference] = ACTIONS(2269), [sym_numeric_character_reference] = ACTIONS(2269), [anon_sym_LBRACK] = ACTIONS(2269), @@ -53164,7 +53336,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(2269), [sym__soft_line_ending] = ACTIONS(2269), [sym__block_close] = ACTIONS(2269), - [sym_block_continuation] = ACTIONS(2939), + [sym_block_continuation] = ACTIONS(2931), [sym__block_quote_start] = ACTIONS(2269), [sym_atx_h1_marker] = ACTIONS(2269), [sym_atx_h2_marker] = ACTIONS(2269), @@ -53218,7 +53390,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2269), [sym__caption_start] = ACTIONS(2269), }, - [STATE(332)] = { + [STATE(329)] = { [sym_entity_reference] = ACTIONS(2275), [sym_numeric_character_reference] = ACTIONS(2275), [anon_sym_LBRACK] = ACTIONS(2275), @@ -53232,7 +53404,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__line_ending] = ACTIONS(2275), [sym__soft_line_ending] = ACTIONS(2275), [sym__block_close] = ACTIONS(2275), - [sym_block_continuation] = ACTIONS(2941), + [sym_block_continuation] = ACTIONS(2933), [sym__block_quote_start] = ACTIONS(2275), [sym_atx_h1_marker] = ACTIONS(2275), [sym_atx_h2_marker] = ACTIONS(2275), @@ -53286,143 +53458,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2275), [sym__caption_start] = ACTIONS(2275), }, - [STATE(333)] = { - [ts_builtin_sym_end] = ACTIONS(2347), - [sym_entity_reference] = ACTIONS(2347), - [sym_numeric_character_reference] = ACTIONS(2347), - [anon_sym_LBRACK] = ACTIONS(2347), - [anon_sym_BANG_LBRACK] = ACTIONS(2347), - [anon_sym_DOLLAR] = ACTIONS(2349), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2347), - [anon_sym_LBRACE] = ACTIONS(2347), - [aux_sym_pandoc_str_token1] = ACTIONS(2349), - [anon_sym_PIPE] = ACTIONS(2347), - [sym__whitespace] = ACTIONS(2347), - [sym__line_ending] = ACTIONS(2347), - [sym__soft_line_ending] = ACTIONS(2347), - [sym_block_continuation] = ACTIONS(2943), - [sym__block_quote_start] = ACTIONS(2347), - [sym_atx_h1_marker] = ACTIONS(2347), - [sym_atx_h2_marker] = ACTIONS(2347), - [sym_atx_h3_marker] = ACTIONS(2347), - [sym_atx_h4_marker] = ACTIONS(2347), - [sym_atx_h5_marker] = ACTIONS(2347), - [sym_atx_h6_marker] = ACTIONS(2347), - [sym__thematic_break] = ACTIONS(2347), - [sym__list_marker_minus] = ACTIONS(2347), - [sym__list_marker_plus] = ACTIONS(2347), - [sym__list_marker_star] = ACTIONS(2347), - [sym__list_marker_parenthesis] = ACTIONS(2347), - [sym__list_marker_dot] = ACTIONS(2347), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2347), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2347), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2347), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2347), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2347), - [sym__list_marker_example] = ACTIONS(2347), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2347), - [sym__fenced_code_block_start_backtick] = ACTIONS(2347), - [sym_minus_metadata] = ACTIONS(2347), - [sym__pipe_table_start] = ACTIONS(2347), - [sym__fenced_div_start] = ACTIONS(2347), - [sym_ref_id_specifier] = ACTIONS(2347), - [sym__code_span_start] = ACTIONS(2347), - [sym__html_comment] = ACTIONS(2347), - [sym__autolink] = ACTIONS(2347), - [sym__highlight_span_start] = ACTIONS(2347), - [sym__insert_span_start] = ACTIONS(2347), - [sym__delete_span_start] = ACTIONS(2347), - [sym__edit_comment_span_start] = ACTIONS(2347), - [sym__single_quote_span_open] = ACTIONS(2347), - [sym__double_quote_span_open] = ACTIONS(2347), - [sym__shortcode_open_escaped] = ACTIONS(2347), - [sym__shortcode_open] = ACTIONS(2347), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2347), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2347), - [sym__cite_author_in_text] = ACTIONS(2347), - [sym__cite_suppress_author] = ACTIONS(2347), - [sym__strikeout_open] = ACTIONS(2347), - [sym__subscript_open] = ACTIONS(2347), - [sym__superscript_open] = ACTIONS(2347), - [sym__inline_note_start_token] = ACTIONS(2347), - [sym__strong_emphasis_open_star] = ACTIONS(2347), - [sym__strong_emphasis_open_underscore] = ACTIONS(2347), - [sym__emphasis_open_star] = ACTIONS(2347), - [sym__emphasis_open_underscore] = ACTIONS(2347), - [sym_inline_note_reference] = ACTIONS(2347), - [sym_html_element] = ACTIONS(2347), - [sym__pandoc_line_break] = ACTIONS(2347), - [sym__caption_start] = ACTIONS(2347), + [STATE(330)] = { + [sym_entity_reference] = ACTIONS(2935), + [sym_numeric_character_reference] = ACTIONS(2935), + [anon_sym_LBRACK] = ACTIONS(2935), + [anon_sym_BANG_LBRACK] = ACTIONS(2935), + [anon_sym_DOLLAR] = ACTIONS(2937), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2935), + [anon_sym_LBRACE] = ACTIONS(2935), + [aux_sym_pandoc_str_token1] = ACTIONS(2937), + [anon_sym_PIPE] = ACTIONS(2935), + [sym__whitespace] = ACTIONS(2935), + [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), + [sym__pandoc_line_break] = ACTIONS(2935), + [sym__caption_start] = ACTIONS(2935), }, - [STATE(334)] = { - [ts_builtin_sym_end] = ACTIONS(2353), - [sym_entity_reference] = ACTIONS(2353), - [sym_numeric_character_reference] = ACTIONS(2353), - [anon_sym_LBRACK] = ACTIONS(2353), - [anon_sym_BANG_LBRACK] = ACTIONS(2353), - [anon_sym_DOLLAR] = ACTIONS(2355), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2353), - [anon_sym_LBRACE] = ACTIONS(2353), - [aux_sym_pandoc_str_token1] = ACTIONS(2355), - [anon_sym_PIPE] = ACTIONS(2353), - [sym__whitespace] = ACTIONS(2353), - [sym__line_ending] = ACTIONS(2353), - [sym__soft_line_ending] = ACTIONS(2353), - [sym_block_continuation] = ACTIONS(2945), - [sym__block_quote_start] = ACTIONS(2353), - [sym_atx_h1_marker] = ACTIONS(2353), - [sym_atx_h2_marker] = ACTIONS(2353), - [sym_atx_h3_marker] = ACTIONS(2353), - [sym_atx_h4_marker] = ACTIONS(2353), - [sym_atx_h5_marker] = ACTIONS(2353), - [sym_atx_h6_marker] = ACTIONS(2353), - [sym__thematic_break] = ACTIONS(2353), - [sym__list_marker_minus] = ACTIONS(2353), - [sym__list_marker_plus] = ACTIONS(2353), - [sym__list_marker_star] = ACTIONS(2353), - [sym__list_marker_parenthesis] = ACTIONS(2353), - [sym__list_marker_dot] = ACTIONS(2353), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2353), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2353), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2353), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2353), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2353), - [sym__list_marker_example] = ACTIONS(2353), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2353), - [sym__fenced_code_block_start_backtick] = ACTIONS(2353), - [sym_minus_metadata] = ACTIONS(2353), - [sym__pipe_table_start] = ACTIONS(2353), - [sym__fenced_div_start] = ACTIONS(2353), - [sym_ref_id_specifier] = ACTIONS(2353), - [sym__code_span_start] = ACTIONS(2353), - [sym__html_comment] = ACTIONS(2353), - [sym__autolink] = ACTIONS(2353), - [sym__highlight_span_start] = ACTIONS(2353), - [sym__insert_span_start] = ACTIONS(2353), - [sym__delete_span_start] = ACTIONS(2353), - [sym__edit_comment_span_start] = ACTIONS(2353), - [sym__single_quote_span_open] = ACTIONS(2353), - [sym__double_quote_span_open] = ACTIONS(2353), - [sym__shortcode_open_escaped] = ACTIONS(2353), - [sym__shortcode_open] = ACTIONS(2353), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2353), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2353), - [sym__cite_author_in_text] = ACTIONS(2353), - [sym__cite_suppress_author] = ACTIONS(2353), - [sym__strikeout_open] = ACTIONS(2353), - [sym__subscript_open] = ACTIONS(2353), - [sym__superscript_open] = ACTIONS(2353), - [sym__inline_note_start_token] = ACTIONS(2353), - [sym__strong_emphasis_open_star] = ACTIONS(2353), - [sym__strong_emphasis_open_underscore] = ACTIONS(2353), - [sym__emphasis_open_star] = ACTIONS(2353), - [sym__emphasis_open_underscore] = ACTIONS(2353), - [sym_inline_note_reference] = ACTIONS(2353), - [sym_html_element] = ACTIONS(2353), - [sym__pandoc_line_break] = ACTIONS(2353), - [sym__caption_start] = ACTIONS(2353), + [STATE(331)] = { + [ts_builtin_sym_end] = ACTIONS(2341), + [sym_entity_reference] = ACTIONS(2341), + [sym_numeric_character_reference] = ACTIONS(2341), + [anon_sym_LBRACK] = ACTIONS(2341), + [anon_sym_BANG_LBRACK] = ACTIONS(2341), + [anon_sym_DOLLAR] = ACTIONS(2343), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2341), + [anon_sym_LBRACE] = ACTIONS(2341), + [aux_sym_pandoc_str_token1] = ACTIONS(2343), + [anon_sym_PIPE] = ACTIONS(2341), + [sym__whitespace] = ACTIONS(2341), + [sym__line_ending] = ACTIONS(2341), + [sym__soft_line_ending] = ACTIONS(2341), + [sym_block_continuation] = ACTIONS(2939), + [sym__block_quote_start] = ACTIONS(2341), + [sym_atx_h1_marker] = ACTIONS(2341), + [sym_atx_h2_marker] = ACTIONS(2341), + [sym_atx_h3_marker] = ACTIONS(2341), + [sym_atx_h4_marker] = ACTIONS(2341), + [sym_atx_h5_marker] = ACTIONS(2341), + [sym_atx_h6_marker] = ACTIONS(2341), + [sym__thematic_break] = ACTIONS(2341), + [sym__list_marker_minus] = ACTIONS(2341), + [sym__list_marker_plus] = ACTIONS(2341), + [sym__list_marker_star] = ACTIONS(2341), + [sym__list_marker_parenthesis] = ACTIONS(2341), + [sym__list_marker_dot] = ACTIONS(2341), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2341), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2341), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2341), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2341), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2341), + [sym__list_marker_example] = ACTIONS(2341), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2341), + [sym__fenced_code_block_start_backtick] = ACTIONS(2341), + [sym_minus_metadata] = ACTIONS(2341), + [sym__pipe_table_start] = ACTIONS(2341), + [sym__fenced_div_start] = ACTIONS(2341), + [sym_ref_id_specifier] = ACTIONS(2341), + [sym__code_span_start] = ACTIONS(2341), + [sym__html_comment] = ACTIONS(2341), + [sym__autolink] = ACTIONS(2341), + [sym__highlight_span_start] = ACTIONS(2341), + [sym__insert_span_start] = ACTIONS(2341), + [sym__delete_span_start] = ACTIONS(2341), + [sym__edit_comment_span_start] = ACTIONS(2341), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2341), + [sym__shortcode_open_escaped] = ACTIONS(2341), + [sym__shortcode_open] = ACTIONS(2341), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2341), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2341), + [sym__cite_author_in_text] = ACTIONS(2341), + [sym__cite_suppress_author] = ACTIONS(2341), + [sym__strikeout_open] = ACTIONS(2341), + [sym__subscript_open] = ACTIONS(2341), + [sym__superscript_open] = ACTIONS(2341), + [sym__inline_note_start_token] = ACTIONS(2341), + [sym__strong_emphasis_open_star] = ACTIONS(2341), + [sym__strong_emphasis_open_underscore] = ACTIONS(2341), + [sym__emphasis_open_star] = ACTIONS(2341), + [sym__emphasis_open_underscore] = ACTIONS(2341), + [sym_inline_note_reference] = ACTIONS(2341), + [sym_html_element] = ACTIONS(2341), + [sym__pandoc_line_break] = ACTIONS(2341), + [sym__caption_start] = ACTIONS(2341), }, - [STATE(335)] = { + [STATE(332)] = { [sym_entity_reference] = ACTIONS(2299), [sym_numeric_character_reference] = ACTIONS(2299), [anon_sym_LBRACK] = ACTIONS(2299), @@ -53490,75 +53662,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2299), [sym__caption_start] = ACTIONS(2299), }, - [STATE(336)] = { - [sym_entity_reference] = ACTIONS(2399), - [sym_numeric_character_reference] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(2399), - [anon_sym_BANG_LBRACK] = ACTIONS(2399), - [anon_sym_DOLLAR] = ACTIONS(2401), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2399), - [anon_sym_LBRACE] = ACTIONS(2399), - [aux_sym_pandoc_str_token1] = ACTIONS(2401), - [anon_sym_PIPE] = ACTIONS(2399), - [sym__whitespace] = ACTIONS(2399), - [sym__line_ending] = ACTIONS(2399), - [sym__soft_line_ending] = ACTIONS(2399), - [sym__block_close] = ACTIONS(2399), - [sym_block_continuation] = ACTIONS(2947), - [sym__block_quote_start] = ACTIONS(2399), - [sym_atx_h1_marker] = ACTIONS(2399), - [sym_atx_h2_marker] = ACTIONS(2399), - [sym_atx_h3_marker] = ACTIONS(2399), - [sym_atx_h4_marker] = ACTIONS(2399), - [sym_atx_h5_marker] = ACTIONS(2399), - [sym_atx_h6_marker] = ACTIONS(2399), - [sym__thematic_break] = ACTIONS(2399), - [sym__list_marker_minus] = ACTIONS(2399), - [sym__list_marker_plus] = ACTIONS(2399), - [sym__list_marker_star] = ACTIONS(2399), - [sym__list_marker_parenthesis] = ACTIONS(2399), - [sym__list_marker_dot] = ACTIONS(2399), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2399), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2399), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2399), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2399), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2399), - [sym__list_marker_example] = ACTIONS(2399), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2399), - [sym__fenced_code_block_start_backtick] = ACTIONS(2399), - [sym_minus_metadata] = ACTIONS(2399), - [sym__pipe_table_start] = ACTIONS(2399), - [sym__fenced_div_start] = ACTIONS(2399), - [sym_ref_id_specifier] = ACTIONS(2399), - [sym__code_span_start] = ACTIONS(2399), - [sym__html_comment] = ACTIONS(2399), - [sym__autolink] = ACTIONS(2399), - [sym__highlight_span_start] = ACTIONS(2399), - [sym__insert_span_start] = ACTIONS(2399), - [sym__delete_span_start] = ACTIONS(2399), - [sym__edit_comment_span_start] = ACTIONS(2399), - [sym__single_quote_span_open] = ACTIONS(2399), - [sym__double_quote_span_open] = ACTIONS(2399), - [sym__shortcode_open_escaped] = ACTIONS(2399), - [sym__shortcode_open] = ACTIONS(2399), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2399), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2399), - [sym__cite_author_in_text] = ACTIONS(2399), - [sym__cite_suppress_author] = ACTIONS(2399), - [sym__strikeout_open] = ACTIONS(2399), - [sym__subscript_open] = ACTIONS(2399), - [sym__superscript_open] = ACTIONS(2399), - [sym__inline_note_start_token] = ACTIONS(2399), - [sym__strong_emphasis_open_star] = ACTIONS(2399), - [sym__strong_emphasis_open_underscore] = ACTIONS(2399), - [sym__emphasis_open_star] = ACTIONS(2399), - [sym__emphasis_open_underscore] = ACTIONS(2399), - [sym_inline_note_reference] = ACTIONS(2399), - [sym_html_element] = ACTIONS(2399), - [sym__pandoc_line_break] = ACTIONS(2399), - [sym__caption_start] = ACTIONS(2399), + [STATE(333)] = { + [sym_pipe_table_cell] = STATE(2916), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), + [sym_entity_reference] = ACTIONS(2047), + [sym_numeric_character_reference] = ACTIONS(2047), + [anon_sym_LBRACK] = ACTIONS(2049), + [anon_sym_BANG_LBRACK] = ACTIONS(2051), + [anon_sym_DOLLAR] = ACTIONS(2053), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2055), + [anon_sym_LBRACE] = ACTIONS(2057), + [aux_sym_pandoc_str_token1] = ACTIONS(2059), + [anon_sym_PIPE] = ACTIONS(2061), + [sym__whitespace] = ACTIONS(2733), + [sym__line_ending] = ACTIONS(2735), + [sym__eof] = ACTIONS(2735), + [sym__pipe_table_line_ending] = ACTIONS(2735), + [sym__code_span_start] = ACTIONS(2067), + [sym__html_comment] = ACTIONS(2047), + [sym__autolink] = ACTIONS(2047), + [sym__highlight_span_start] = ACTIONS(2069), + [sym__insert_span_start] = ACTIONS(2071), + [sym__delete_span_start] = ACTIONS(2073), + [sym__edit_comment_span_start] = ACTIONS(2075), + [sym__single_quote_span_open] = ACTIONS(2077), + [sym__double_quote_span_open] = ACTIONS(2079), + [sym__shortcode_open_escaped] = ACTIONS(2081), + [sym__shortcode_open] = ACTIONS(2083), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2085), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2087), + [sym__cite_author_in_text] = ACTIONS(2089), + [sym__cite_suppress_author] = ACTIONS(2091), + [sym__strikeout_open] = ACTIONS(2093), + [sym__subscript_open] = ACTIONS(2095), + [sym__superscript_open] = ACTIONS(2097), + [sym__inline_note_start_token] = ACTIONS(2099), + [sym__strong_emphasis_open_star] = ACTIONS(2101), + [sym__strong_emphasis_open_underscore] = ACTIONS(2103), + [sym__emphasis_open_star] = ACTIONS(2105), + [sym__emphasis_open_underscore] = ACTIONS(2107), + [sym_inline_note_reference] = ACTIONS(2047), + [sym_html_element] = ACTIONS(2047), + [sym__pipe_table_delimiter] = ACTIONS(2941), + [sym__pandoc_line_break] = ACTIONS(2047), }, - [STATE(337)] = { + [STATE(334)] = { [sym_entity_reference] = ACTIONS(2305), [sym_numeric_character_reference] = ACTIONS(2305), [anon_sym_LBRACK] = ACTIONS(2305), @@ -53626,75 +53798,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2305), [sym__caption_start] = ACTIONS(2305), }, - [STATE(338)] = { - [sym_entity_reference] = ACTIONS(2949), - [sym_numeric_character_reference] = ACTIONS(2949), - [anon_sym_LBRACK] = ACTIONS(2949), - [anon_sym_BANG_LBRACK] = ACTIONS(2949), - [anon_sym_DOLLAR] = ACTIONS(2951), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2949), - [anon_sym_LBRACE] = ACTIONS(2949), - [aux_sym_pandoc_str_token1] = ACTIONS(2951), - [anon_sym_PIPE] = ACTIONS(2949), - [sym__whitespace] = ACTIONS(2949), - [sym__line_ending] = ACTIONS(2949), - [sym__soft_line_ending] = ACTIONS(2949), - [sym__block_close] = ACTIONS(2949), - [sym__block_quote_start] = ACTIONS(2949), - [sym_atx_h1_marker] = ACTIONS(2949), - [sym_atx_h2_marker] = ACTIONS(2949), - [sym_atx_h3_marker] = ACTIONS(2949), - [sym_atx_h4_marker] = ACTIONS(2949), - [sym_atx_h5_marker] = ACTIONS(2949), - [sym_atx_h6_marker] = ACTIONS(2949), - [sym__thematic_break] = ACTIONS(2949), - [sym__list_marker_minus] = ACTIONS(2949), - [sym__list_marker_plus] = ACTIONS(2949), - [sym__list_marker_star] = ACTIONS(2949), - [sym__list_marker_parenthesis] = ACTIONS(2949), - [sym__list_marker_dot] = ACTIONS(2949), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2949), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2949), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2949), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2949), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2949), - [sym__list_marker_example] = ACTIONS(2949), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2949), - [sym__fenced_code_block_start_backtick] = ACTIONS(2949), - [sym_minus_metadata] = ACTIONS(2949), - [sym__pipe_table_start] = ACTIONS(2949), - [sym__fenced_div_start] = ACTIONS(2949), - [sym__fenced_div_end] = ACTIONS(2949), - [sym_ref_id_specifier] = ACTIONS(2949), - [sym__code_span_start] = ACTIONS(2949), - [sym__html_comment] = ACTIONS(2949), - [sym__autolink] = ACTIONS(2949), - [sym__highlight_span_start] = ACTIONS(2949), - [sym__insert_span_start] = ACTIONS(2949), - [sym__delete_span_start] = ACTIONS(2949), - [sym__edit_comment_span_start] = ACTIONS(2949), - [sym__single_quote_span_open] = ACTIONS(2949), - [sym__double_quote_span_open] = ACTIONS(2949), - [sym__shortcode_open_escaped] = ACTIONS(2949), - [sym__shortcode_open] = ACTIONS(2949), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2949), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2949), - [sym__cite_author_in_text] = ACTIONS(2949), - [sym__cite_suppress_author] = ACTIONS(2949), - [sym__strikeout_open] = ACTIONS(2949), - [sym__subscript_open] = ACTIONS(2949), - [sym__superscript_open] = ACTIONS(2949), - [sym__inline_note_start_token] = ACTIONS(2949), - [sym__strong_emphasis_open_star] = ACTIONS(2949), - [sym__strong_emphasis_open_underscore] = ACTIONS(2949), - [sym__emphasis_open_star] = ACTIONS(2949), - [sym__emphasis_open_underscore] = ACTIONS(2949), - [sym_inline_note_reference] = ACTIONS(2949), - [sym_html_element] = ACTIONS(2949), - [sym__pandoc_line_break] = ACTIONS(2949), - [sym__caption_start] = ACTIONS(2949), + [STATE(335)] = { + [sym_entity_reference] = ACTIONS(2943), + [sym_numeric_character_reference] = ACTIONS(2943), + [anon_sym_LBRACK] = ACTIONS(2943), + [anon_sym_BANG_LBRACK] = ACTIONS(2943), + [anon_sym_DOLLAR] = ACTIONS(2945), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2943), + [anon_sym_LBRACE] = ACTIONS(2943), + [aux_sym_pandoc_str_token1] = ACTIONS(2945), + [anon_sym_PIPE] = ACTIONS(2943), + [sym__whitespace] = ACTIONS(2943), + [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), + [sym__pandoc_line_break] = ACTIONS(2943), + [sym__caption_start] = ACTIONS(2943), }, - [STATE(339)] = { + [STATE(336)] = { [sym_entity_reference] = ACTIONS(2311), [sym_numeric_character_reference] = ACTIONS(2311), [anon_sym_LBRACK] = ACTIONS(2311), @@ -53762,33 +53934,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2311), [sym__caption_start] = ACTIONS(2311), }, - [STATE(340)] = { - [sym_pipe_table_cell] = STATE(2777), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), + [STATE(337)] = { + [sym_pipe_table_cell] = STATE(2894), + [sym_pandoc_span] = STATE(590), + [sym_pandoc_image] = STATE(590), + [sym_pandoc_math] = STATE(590), + [sym_pandoc_display_math] = STATE(590), + [sym_pandoc_code_span] = STATE(590), + [sym_pandoc_single_quote] = STATE(590), + [sym_pandoc_double_quote] = STATE(590), + [sym_insert] = STATE(590), + [sym_delete] = STATE(590), + [sym_edit_comment] = STATE(590), + [sym_highlight] = STATE(590), + [sym__pandoc_attr_specifier] = STATE(590), + [sym__line_with_maybe_spaces] = STATE(2875), + [sym__inline_element] = STATE(590), + [sym_shortcode_escaped] = STATE(590), + [sym_shortcode] = STATE(590), + [sym_citation] = STATE(590), + [sym_inline_note] = STATE(590), + [sym_pandoc_superscript] = STATE(590), + [sym_pandoc_subscript] = STATE(590), + [sym_pandoc_strikeout] = STATE(590), + [sym_pandoc_emph] = STATE(590), + [sym_pandoc_strong] = STATE(590), + [sym_pandoc_str] = STATE(590), + [aux_sym_pipe_table_row_repeat1] = STATE(290), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(590), [sym_entity_reference] = ACTIONS(2047), [sym_numeric_character_reference] = ACTIONS(2047), [anon_sym_LBRACK] = ACTIONS(2049), @@ -53798,10 +53971,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(2057), [aux_sym_pandoc_str_token1] = ACTIONS(2059), [anon_sym_PIPE] = ACTIONS(2061), - [sym__whitespace] = ACTIONS(2737), - [sym__line_ending] = ACTIONS(2739), - [sym__eof] = ACTIONS(2739), - [sym__pipe_table_line_ending] = ACTIONS(2739), + [sym__whitespace] = ACTIONS(2947), + [sym__line_ending] = ACTIONS(2949), + [sym__eof] = ACTIONS(2949), + [sym__pipe_table_line_ending] = ACTIONS(2949), [sym__code_span_start] = ACTIONS(2067), [sym__html_comment] = ACTIONS(2047), [sym__autolink] = ACTIONS(2047), @@ -53827,10 +54000,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__emphasis_open_underscore] = ACTIONS(2107), [sym_inline_note_reference] = ACTIONS(2047), [sym_html_element] = ACTIONS(2047), - [sym__pipe_table_delimiter] = ACTIONS(2953), [sym__pandoc_line_break] = ACTIONS(2047), }, - [STATE(341)] = { + [STATE(338)] = { [sym_entity_reference] = ACTIONS(2317), [sym_numeric_character_reference] = ACTIONS(2317), [anon_sym_LBRACK] = ACTIONS(2317), @@ -53898,143 +54070,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2317), [sym__caption_start] = ACTIONS(2317), }, - [STATE(342)] = { - [ts_builtin_sym_end] = ACTIONS(2383), - [sym_entity_reference] = ACTIONS(2383), - [sym_numeric_character_reference] = ACTIONS(2383), - [anon_sym_LBRACK] = ACTIONS(2383), - [anon_sym_BANG_LBRACK] = ACTIONS(2383), - [anon_sym_DOLLAR] = ACTIONS(2385), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2383), - [anon_sym_LBRACE] = ACTIONS(2383), - [aux_sym_pandoc_str_token1] = ACTIONS(2385), - [anon_sym_PIPE] = ACTIONS(2383), - [sym__whitespace] = ACTIONS(2383), - [sym__line_ending] = ACTIONS(2383), - [sym__soft_line_ending] = ACTIONS(2383), - [sym_block_continuation] = ACTIONS(2955), - [sym__block_quote_start] = ACTIONS(2383), - [sym_atx_h1_marker] = ACTIONS(2383), - [sym_atx_h2_marker] = ACTIONS(2383), - [sym_atx_h3_marker] = ACTIONS(2383), - [sym_atx_h4_marker] = ACTIONS(2383), - [sym_atx_h5_marker] = ACTIONS(2383), - [sym_atx_h6_marker] = ACTIONS(2383), - [sym__thematic_break] = ACTIONS(2383), - [sym__list_marker_minus] = ACTIONS(2383), - [sym__list_marker_plus] = ACTIONS(2383), - [sym__list_marker_star] = ACTIONS(2383), - [sym__list_marker_parenthesis] = ACTIONS(2383), - [sym__list_marker_dot] = ACTIONS(2383), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2383), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2383), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2383), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2383), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2383), - [sym__list_marker_example] = ACTIONS(2383), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2383), - [sym__fenced_code_block_start_backtick] = ACTIONS(2383), - [sym_minus_metadata] = ACTIONS(2383), - [sym__pipe_table_start] = ACTIONS(2383), - [sym__fenced_div_start] = ACTIONS(2383), - [sym_ref_id_specifier] = ACTIONS(2383), - [sym__code_span_start] = ACTIONS(2383), - [sym__html_comment] = ACTIONS(2383), - [sym__autolink] = ACTIONS(2383), - [sym__highlight_span_start] = ACTIONS(2383), - [sym__insert_span_start] = ACTIONS(2383), - [sym__delete_span_start] = ACTIONS(2383), - [sym__edit_comment_span_start] = ACTIONS(2383), - [sym__single_quote_span_open] = ACTIONS(2383), - [sym__double_quote_span_open] = ACTIONS(2383), - [sym__shortcode_open_escaped] = ACTIONS(2383), - [sym__shortcode_open] = ACTIONS(2383), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2383), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2383), - [sym__cite_author_in_text] = ACTIONS(2383), - [sym__cite_suppress_author] = ACTIONS(2383), - [sym__strikeout_open] = ACTIONS(2383), - [sym__subscript_open] = ACTIONS(2383), - [sym__superscript_open] = ACTIONS(2383), - [sym__inline_note_start_token] = ACTIONS(2383), - [sym__strong_emphasis_open_star] = ACTIONS(2383), - [sym__strong_emphasis_open_underscore] = ACTIONS(2383), - [sym__emphasis_open_star] = ACTIONS(2383), - [sym__emphasis_open_underscore] = ACTIONS(2383), - [sym_inline_note_reference] = ACTIONS(2383), - [sym_html_element] = ACTIONS(2383), - [sym__pandoc_line_break] = ACTIONS(2383), - [sym__caption_start] = ACTIONS(2383), - }, - [STATE(343)] = { - [sym_entity_reference] = ACTIONS(2957), - [sym_numeric_character_reference] = ACTIONS(2957), - [anon_sym_LBRACK] = ACTIONS(2957), - [anon_sym_BANG_LBRACK] = ACTIONS(2957), - [anon_sym_DOLLAR] = ACTIONS(2959), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2957), - [anon_sym_LBRACE] = ACTIONS(2957), - [aux_sym_pandoc_str_token1] = ACTIONS(2959), - [anon_sym_PIPE] = ACTIONS(2957), - [sym__whitespace] = ACTIONS(2957), - [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), - [sym__pandoc_line_break] = ACTIONS(2957), - [sym__caption_start] = ACTIONS(2957), + [STATE(339)] = { + [sym_entity_reference] = ACTIONS(2951), + [sym_numeric_character_reference] = ACTIONS(2951), + [anon_sym_LBRACK] = ACTIONS(2951), + [anon_sym_BANG_LBRACK] = ACTIONS(2951), + [anon_sym_DOLLAR] = ACTIONS(2953), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2951), + [anon_sym_LBRACE] = ACTIONS(2951), + [aux_sym_pandoc_str_token1] = ACTIONS(2953), + [anon_sym_PIPE] = ACTIONS(2951), + [sym__whitespace] = ACTIONS(2951), + [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), + [sym__pandoc_line_break] = ACTIONS(2951), + [sym__caption_start] = ACTIONS(2951), }, - [STATE(344)] = { + [STATE(340)] = { [sym_entity_reference] = ACTIONS(2323), [sym_numeric_character_reference] = ACTIONS(2323), [anon_sym_LBRACK] = ACTIONS(2323), @@ -54102,7 +54206,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2323), [sym__caption_start] = ACTIONS(2323), }, - [STATE(345)] = { + [STATE(341)] = { + [ts_builtin_sym_end] = ACTIONS(2317), + [sym_entity_reference] = ACTIONS(2317), + [sym_numeric_character_reference] = ACTIONS(2317), + [anon_sym_LBRACK] = ACTIONS(2317), + [anon_sym_BANG_LBRACK] = ACTIONS(2317), + [anon_sym_DOLLAR] = ACTIONS(2319), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2317), + [anon_sym_LBRACE] = ACTIONS(2317), + [aux_sym_pandoc_str_token1] = ACTIONS(2319), + [anon_sym_PIPE] = ACTIONS(2317), + [sym__whitespace] = ACTIONS(2317), + [sym__line_ending] = ACTIONS(2317), + [sym__soft_line_ending] = ACTIONS(2317), + [sym_block_continuation] = ACTIONS(2955), + [sym__block_quote_start] = ACTIONS(2317), + [sym_atx_h1_marker] = ACTIONS(2317), + [sym_atx_h2_marker] = ACTIONS(2317), + [sym_atx_h3_marker] = ACTIONS(2317), + [sym_atx_h4_marker] = ACTIONS(2317), + [sym_atx_h5_marker] = ACTIONS(2317), + [sym_atx_h6_marker] = ACTIONS(2317), + [sym__thematic_break] = ACTIONS(2317), + [sym__list_marker_minus] = ACTIONS(2317), + [sym__list_marker_plus] = ACTIONS(2317), + [sym__list_marker_star] = ACTIONS(2317), + [sym__list_marker_parenthesis] = ACTIONS(2317), + [sym__list_marker_dot] = ACTIONS(2317), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2317), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2317), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2317), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2317), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2317), + [sym__list_marker_example] = ACTIONS(2317), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2317), + [sym__fenced_code_block_start_backtick] = ACTIONS(2317), + [sym_minus_metadata] = ACTIONS(2317), + [sym__pipe_table_start] = ACTIONS(2317), + [sym__fenced_div_start] = ACTIONS(2317), + [sym_ref_id_specifier] = ACTIONS(2317), + [sym__code_span_start] = ACTIONS(2317), + [sym__html_comment] = ACTIONS(2317), + [sym__autolink] = ACTIONS(2317), + [sym__highlight_span_start] = ACTIONS(2317), + [sym__insert_span_start] = ACTIONS(2317), + [sym__delete_span_start] = ACTIONS(2317), + [sym__edit_comment_span_start] = ACTIONS(2317), + [sym__single_quote_span_open] = ACTIONS(2317), + [sym__double_quote_span_open] = ACTIONS(2317), + [sym__shortcode_open_escaped] = ACTIONS(2317), + [sym__shortcode_open] = ACTIONS(2317), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2317), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2317), + [sym__cite_author_in_text] = ACTIONS(2317), + [sym__cite_suppress_author] = ACTIONS(2317), + [sym__strikeout_open] = ACTIONS(2317), + [sym__subscript_open] = ACTIONS(2317), + [sym__superscript_open] = ACTIONS(2317), + [sym__inline_note_start_token] = ACTIONS(2317), + [sym__strong_emphasis_open_star] = ACTIONS(2317), + [sym__strong_emphasis_open_underscore] = ACTIONS(2317), + [sym__emphasis_open_star] = ACTIONS(2317), + [sym__emphasis_open_underscore] = ACTIONS(2317), + [sym_inline_note_reference] = ACTIONS(2317), + [sym_html_element] = ACTIONS(2317), + [sym__pandoc_line_break] = ACTIONS(2317), + [sym__caption_start] = ACTIONS(2317), + }, + [STATE(342)] = { + [ts_builtin_sym_end] = ACTIONS(2383), [sym_entity_reference] = ACTIONS(2383), [sym_numeric_character_reference] = ACTIONS(2383), [anon_sym_LBRACK] = ACTIONS(2383), @@ -54115,8 +54288,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2383), [sym__line_ending] = ACTIONS(2383), [sym__soft_line_ending] = ACTIONS(2383), - [sym__block_close] = ACTIONS(2383), - [sym_block_continuation] = ACTIONS(2961), + [sym_block_continuation] = ACTIONS(2957), [sym__block_quote_start] = ACTIONS(2383), [sym_atx_h1_marker] = ACTIONS(2383), [sym_atx_h2_marker] = ACTIONS(2383), @@ -54170,6 +54342,210 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2383), [sym__caption_start] = ACTIONS(2383), }, + [STATE(343)] = { + [sym_entity_reference] = ACTIONS(2329), + [sym_numeric_character_reference] = ACTIONS(2329), + [anon_sym_LBRACK] = ACTIONS(2329), + [anon_sym_BANG_LBRACK] = ACTIONS(2329), + [anon_sym_DOLLAR] = ACTIONS(2331), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2329), + [anon_sym_LBRACE] = ACTIONS(2329), + [aux_sym_pandoc_str_token1] = ACTIONS(2331), + [anon_sym_PIPE] = ACTIONS(2329), + [sym__whitespace] = ACTIONS(2329), + [sym__line_ending] = ACTIONS(2329), + [sym__soft_line_ending] = ACTIONS(2329), + [sym__block_close] = ACTIONS(2329), + [sym__block_quote_start] = ACTIONS(2329), + [sym_atx_h1_marker] = ACTIONS(2329), + [sym_atx_h2_marker] = ACTIONS(2329), + [sym_atx_h3_marker] = ACTIONS(2329), + [sym_atx_h4_marker] = ACTIONS(2329), + [sym_atx_h5_marker] = ACTIONS(2329), + [sym_atx_h6_marker] = ACTIONS(2329), + [sym__thematic_break] = ACTIONS(2329), + [sym__list_marker_minus] = ACTIONS(2329), + [sym__list_marker_plus] = ACTIONS(2329), + [sym__list_marker_star] = ACTIONS(2329), + [sym__list_marker_parenthesis] = ACTIONS(2329), + [sym__list_marker_dot] = ACTIONS(2329), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2329), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2329), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2329), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2329), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2329), + [sym__list_marker_example] = ACTIONS(2329), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2329), + [sym__fenced_code_block_start_backtick] = ACTIONS(2329), + [sym_minus_metadata] = ACTIONS(2329), + [sym__pipe_table_start] = ACTIONS(2329), + [sym__fenced_div_start] = ACTIONS(2329), + [sym__fenced_div_end] = ACTIONS(2329), + [sym_ref_id_specifier] = ACTIONS(2329), + [sym__code_span_start] = ACTIONS(2329), + [sym__html_comment] = ACTIONS(2329), + [sym__autolink] = ACTIONS(2329), + [sym__highlight_span_start] = ACTIONS(2329), + [sym__insert_span_start] = ACTIONS(2329), + [sym__delete_span_start] = ACTIONS(2329), + [sym__edit_comment_span_start] = ACTIONS(2329), + [sym__single_quote_span_open] = ACTIONS(2329), + [sym__double_quote_span_open] = ACTIONS(2329), + [sym__shortcode_open_escaped] = ACTIONS(2329), + [sym__shortcode_open] = ACTIONS(2329), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2329), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2329), + [sym__cite_author_in_text] = ACTIONS(2329), + [sym__cite_suppress_author] = ACTIONS(2329), + [sym__strikeout_open] = ACTIONS(2329), + [sym__subscript_open] = ACTIONS(2329), + [sym__superscript_open] = ACTIONS(2329), + [sym__inline_note_start_token] = ACTIONS(2329), + [sym__strong_emphasis_open_star] = ACTIONS(2329), + [sym__strong_emphasis_open_underscore] = ACTIONS(2329), + [sym__emphasis_open_star] = ACTIONS(2329), + [sym__emphasis_open_underscore] = ACTIONS(2329), + [sym_inline_note_reference] = ACTIONS(2329), + [sym_html_element] = ACTIONS(2329), + [sym__pandoc_line_break] = ACTIONS(2329), + [sym__caption_start] = ACTIONS(2329), + }, + [STATE(344)] = { + [ts_builtin_sym_end] = ACTIONS(2289), + [sym_entity_reference] = ACTIONS(2289), + [sym_numeric_character_reference] = ACTIONS(2289), + [anon_sym_LBRACK] = ACTIONS(2289), + [anon_sym_BANG_LBRACK] = ACTIONS(2289), + [anon_sym_DOLLAR] = ACTIONS(2291), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2289), + [anon_sym_LBRACE] = ACTIONS(2289), + [aux_sym_pandoc_str_token1] = ACTIONS(2291), + [anon_sym_PIPE] = ACTIONS(2289), + [sym__whitespace] = ACTIONS(2289), + [sym__line_ending] = ACTIONS(2289), + [sym__soft_line_ending] = ACTIONS(2289), + [sym_block_continuation] = ACTIONS(2959), + [sym__block_quote_start] = ACTIONS(2289), + [sym_atx_h1_marker] = ACTIONS(2289), + [sym_atx_h2_marker] = ACTIONS(2289), + [sym_atx_h3_marker] = ACTIONS(2289), + [sym_atx_h4_marker] = ACTIONS(2289), + [sym_atx_h5_marker] = ACTIONS(2289), + [sym_atx_h6_marker] = ACTIONS(2289), + [sym__thematic_break] = ACTIONS(2289), + [sym__list_marker_minus] = ACTIONS(2289), + [sym__list_marker_plus] = ACTIONS(2289), + [sym__list_marker_star] = ACTIONS(2289), + [sym__list_marker_parenthesis] = ACTIONS(2289), + [sym__list_marker_dot] = ACTIONS(2289), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_example] = ACTIONS(2289), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2289), + [sym__fenced_code_block_start_backtick] = ACTIONS(2289), + [sym_minus_metadata] = ACTIONS(2289), + [sym__pipe_table_start] = ACTIONS(2289), + [sym__fenced_div_start] = ACTIONS(2289), + [sym_ref_id_specifier] = ACTIONS(2289), + [sym__code_span_start] = ACTIONS(2289), + [sym__html_comment] = ACTIONS(2289), + [sym__autolink] = ACTIONS(2289), + [sym__highlight_span_start] = ACTIONS(2289), + [sym__insert_span_start] = ACTIONS(2289), + [sym__delete_span_start] = ACTIONS(2289), + [sym__edit_comment_span_start] = ACTIONS(2289), + [sym__single_quote_span_open] = ACTIONS(2289), + [sym__double_quote_span_open] = ACTIONS(2289), + [sym__shortcode_open_escaped] = ACTIONS(2289), + [sym__shortcode_open] = ACTIONS(2289), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2289), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2289), + [sym__cite_author_in_text] = ACTIONS(2289), + [sym__cite_suppress_author] = ACTIONS(2289), + [sym__strikeout_open] = ACTIONS(2289), + [sym__subscript_open] = ACTIONS(2289), + [sym__superscript_open] = ACTIONS(2289), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2289), + [sym__strong_emphasis_open_underscore] = ACTIONS(2289), + [sym__emphasis_open_star] = ACTIONS(2289), + [sym__emphasis_open_underscore] = ACTIONS(2289), + [sym_inline_note_reference] = ACTIONS(2289), + [sym_html_element] = ACTIONS(2289), + [sym__pandoc_line_break] = ACTIONS(2289), + [sym__caption_start] = ACTIONS(2289), + }, + [STATE(345)] = { + [ts_builtin_sym_end] = ACTIONS(2377), + [sym_entity_reference] = ACTIONS(2377), + [sym_numeric_character_reference] = ACTIONS(2377), + [anon_sym_LBRACK] = ACTIONS(2377), + [anon_sym_BANG_LBRACK] = ACTIONS(2377), + [anon_sym_DOLLAR] = ACTIONS(2379), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2377), + [anon_sym_LBRACE] = ACTIONS(2377), + [aux_sym_pandoc_str_token1] = ACTIONS(2379), + [anon_sym_PIPE] = ACTIONS(2377), + [sym__whitespace] = ACTIONS(2377), + [sym__line_ending] = ACTIONS(2377), + [sym__soft_line_ending] = ACTIONS(2377), + [sym_block_continuation] = ACTIONS(2961), + [sym__block_quote_start] = ACTIONS(2377), + [sym_atx_h1_marker] = ACTIONS(2377), + [sym_atx_h2_marker] = ACTIONS(2377), + [sym_atx_h3_marker] = ACTIONS(2377), + [sym_atx_h4_marker] = ACTIONS(2377), + [sym_atx_h5_marker] = ACTIONS(2377), + [sym_atx_h6_marker] = ACTIONS(2377), + [sym__thematic_break] = ACTIONS(2377), + [sym__list_marker_minus] = ACTIONS(2377), + [sym__list_marker_plus] = ACTIONS(2377), + [sym__list_marker_star] = ACTIONS(2377), + [sym__list_marker_parenthesis] = ACTIONS(2377), + [sym__list_marker_dot] = ACTIONS(2377), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2377), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2377), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2377), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2377), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2377), + [sym__list_marker_example] = ACTIONS(2377), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2377), + [sym__fenced_code_block_start_backtick] = ACTIONS(2377), + [sym_minus_metadata] = ACTIONS(2377), + [sym__pipe_table_start] = ACTIONS(2377), + [sym__fenced_div_start] = ACTIONS(2377), + [sym_ref_id_specifier] = ACTIONS(2377), + [sym__code_span_start] = ACTIONS(2377), + [sym__html_comment] = ACTIONS(2377), + [sym__autolink] = ACTIONS(2377), + [sym__highlight_span_start] = ACTIONS(2377), + [sym__insert_span_start] = ACTIONS(2377), + [sym__delete_span_start] = ACTIONS(2377), + [sym__edit_comment_span_start] = ACTIONS(2377), + [sym__single_quote_span_open] = ACTIONS(2377), + [sym__double_quote_span_open] = ACTIONS(2377), + [sym__shortcode_open_escaped] = ACTIONS(2377), + [sym__shortcode_open] = ACTIONS(2377), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2377), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2377), + [sym__cite_author_in_text] = ACTIONS(2377), + [sym__cite_suppress_author] = ACTIONS(2377), + [sym__strikeout_open] = ACTIONS(2377), + [sym__subscript_open] = ACTIONS(2377), + [sym__superscript_open] = ACTIONS(2377), + [sym__inline_note_start_token] = ACTIONS(2377), + [sym__strong_emphasis_open_star] = ACTIONS(2377), + [sym__strong_emphasis_open_underscore] = ACTIONS(2377), + [sym__emphasis_open_star] = ACTIONS(2377), + [sym__emphasis_open_underscore] = ACTIONS(2377), + [sym_inline_note_reference] = ACTIONS(2377), + [sym_html_element] = ACTIONS(2377), + [sym__pandoc_line_break] = ACTIONS(2377), + [sym__caption_start] = ACTIONS(2377), + }, [STATE(346)] = { [ts_builtin_sym_end] = ACTIONS(2257), [sym_entity_reference] = ACTIONS(2257), @@ -54239,72 +54615,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2257), }, [STATE(347)] = { - [sym_pipe_table_cell] = STATE(2775), - [sym_pandoc_span] = STATE(591), - [sym_pandoc_image] = STATE(591), - [sym_pandoc_math] = STATE(591), - [sym_pandoc_display_math] = STATE(591), - [sym_pandoc_code_span] = STATE(591), - [sym_pandoc_single_quote] = STATE(591), - [sym_pandoc_double_quote] = STATE(591), - [sym_insert] = STATE(591), - [sym_delete] = STATE(591), - [sym_edit_comment] = STATE(591), - [sym_highlight] = STATE(591), - [sym__pandoc_attr_specifier] = STATE(591), - [sym__line_with_maybe_spaces] = STATE(2766), - [sym__inline_element] = STATE(591), - [sym_shortcode_escaped] = STATE(591), - [sym_shortcode] = STATE(591), - [sym_citation] = STATE(591), - [sym_inline_note] = STATE(591), - [sym_pandoc_superscript] = STATE(591), - [sym_pandoc_subscript] = STATE(591), - [sym_pandoc_strikeout] = STATE(591), - [sym_pandoc_emph] = STATE(591), - [sym_pandoc_strong] = STATE(591), - [sym_pandoc_str] = STATE(591), - [aux_sym_pipe_table_row_repeat1] = STATE(292), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(591), - [sym_entity_reference] = ACTIONS(2047), - [sym_numeric_character_reference] = ACTIONS(2047), - [anon_sym_LBRACK] = ACTIONS(2049), - [anon_sym_BANG_LBRACK] = ACTIONS(2051), - [anon_sym_DOLLAR] = ACTIONS(2053), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2055), - [anon_sym_LBRACE] = ACTIONS(2057), - [aux_sym_pandoc_str_token1] = ACTIONS(2059), - [anon_sym_PIPE] = ACTIONS(2061), - [sym__whitespace] = ACTIONS(2965), - [sym__line_ending] = ACTIONS(2967), - [sym__eof] = ACTIONS(2967), - [sym__pipe_table_line_ending] = ACTIONS(2967), - [sym__code_span_start] = ACTIONS(2067), - [sym__html_comment] = ACTIONS(2047), - [sym__autolink] = ACTIONS(2047), - [sym__highlight_span_start] = ACTIONS(2069), - [sym__insert_span_start] = ACTIONS(2071), - [sym__delete_span_start] = ACTIONS(2073), - [sym__edit_comment_span_start] = ACTIONS(2075), - [sym__single_quote_span_open] = ACTIONS(2077), - [sym__double_quote_span_open] = ACTIONS(2079), - [sym__shortcode_open_escaped] = ACTIONS(2081), - [sym__shortcode_open] = ACTIONS(2083), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2085), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2087), - [sym__cite_author_in_text] = ACTIONS(2089), - [sym__cite_suppress_author] = ACTIONS(2091), - [sym__strikeout_open] = ACTIONS(2093), - [sym__subscript_open] = ACTIONS(2095), - [sym__superscript_open] = ACTIONS(2097), - [sym__inline_note_start_token] = ACTIONS(2099), - [sym__strong_emphasis_open_star] = ACTIONS(2101), - [sym__strong_emphasis_open_underscore] = ACTIONS(2103), - [sym__emphasis_open_star] = ACTIONS(2105), - [sym__emphasis_open_underscore] = ACTIONS(2107), - [sym_inline_note_reference] = ACTIONS(2047), - [sym_html_element] = ACTIONS(2047), - [sym__pandoc_line_break] = ACTIONS(2047), + [ts_builtin_sym_end] = ACTIONS(2323), + [sym_entity_reference] = ACTIONS(2323), + [sym_numeric_character_reference] = ACTIONS(2323), + [anon_sym_LBRACK] = ACTIONS(2323), + [anon_sym_BANG_LBRACK] = ACTIONS(2323), + [anon_sym_DOLLAR] = ACTIONS(2325), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2323), + [anon_sym_LBRACE] = ACTIONS(2323), + [aux_sym_pandoc_str_token1] = ACTIONS(2325), + [anon_sym_PIPE] = ACTIONS(2323), + [sym__whitespace] = ACTIONS(2323), + [sym__line_ending] = ACTIONS(2323), + [sym__soft_line_ending] = ACTIONS(2323), + [sym_block_continuation] = ACTIONS(2965), + [sym__block_quote_start] = ACTIONS(2323), + [sym_atx_h1_marker] = ACTIONS(2323), + [sym_atx_h2_marker] = ACTIONS(2323), + [sym_atx_h3_marker] = ACTIONS(2323), + [sym_atx_h4_marker] = ACTIONS(2323), + [sym_atx_h5_marker] = ACTIONS(2323), + [sym_atx_h6_marker] = ACTIONS(2323), + [sym__thematic_break] = ACTIONS(2323), + [sym__list_marker_minus] = ACTIONS(2323), + [sym__list_marker_plus] = ACTIONS(2323), + [sym__list_marker_star] = ACTIONS(2323), + [sym__list_marker_parenthesis] = ACTIONS(2323), + [sym__list_marker_dot] = ACTIONS(2323), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2323), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2323), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2323), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2323), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2323), + [sym__list_marker_example] = ACTIONS(2323), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2323), + [sym__fenced_code_block_start_backtick] = ACTIONS(2323), + [sym_minus_metadata] = ACTIONS(2323), + [sym__pipe_table_start] = ACTIONS(2323), + [sym__fenced_div_start] = ACTIONS(2323), + [sym_ref_id_specifier] = ACTIONS(2323), + [sym__code_span_start] = ACTIONS(2323), + [sym__html_comment] = ACTIONS(2323), + [sym__autolink] = ACTIONS(2323), + [sym__highlight_span_start] = ACTIONS(2323), + [sym__insert_span_start] = ACTIONS(2323), + [sym__delete_span_start] = ACTIONS(2323), + [sym__edit_comment_span_start] = ACTIONS(2323), + [sym__single_quote_span_open] = ACTIONS(2323), + [sym__double_quote_span_open] = ACTIONS(2323), + [sym__shortcode_open_escaped] = ACTIONS(2323), + [sym__shortcode_open] = ACTIONS(2323), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2323), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2323), + [sym__cite_author_in_text] = ACTIONS(2323), + [sym__cite_suppress_author] = ACTIONS(2323), + [sym__strikeout_open] = ACTIONS(2323), + [sym__subscript_open] = ACTIONS(2323), + [sym__superscript_open] = ACTIONS(2323), + [sym__inline_note_start_token] = ACTIONS(2323), + [sym__strong_emphasis_open_star] = ACTIONS(2323), + [sym__strong_emphasis_open_underscore] = ACTIONS(2323), + [sym__emphasis_open_star] = ACTIONS(2323), + [sym__emphasis_open_underscore] = ACTIONS(2323), + [sym_inline_note_reference] = ACTIONS(2323), + [sym_html_element] = ACTIONS(2323), + [sym__pandoc_line_break] = ACTIONS(2323), + [sym__caption_start] = ACTIONS(2323), }, [STATE(348)] = { [ts_builtin_sym_end] = ACTIONS(2263), @@ -54320,7 +54696,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2263), [sym__line_ending] = ACTIONS(2263), [sym__soft_line_ending] = ACTIONS(2263), - [sym_block_continuation] = ACTIONS(2969), + [sym_block_continuation] = ACTIONS(2967), [sym__block_quote_start] = ACTIONS(2263), [sym_atx_h1_marker] = ACTIONS(2263), [sym_atx_h2_marker] = ACTIONS(2263), @@ -54375,142 +54751,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2263), }, [STATE(349)] = { - [sym_entity_reference] = ACTIONS(2329), - [sym_numeric_character_reference] = ACTIONS(2329), - [anon_sym_LBRACK] = ACTIONS(2329), - [anon_sym_BANG_LBRACK] = ACTIONS(2329), - [anon_sym_DOLLAR] = ACTIONS(2331), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2329), - [anon_sym_LBRACE] = ACTIONS(2329), - [aux_sym_pandoc_str_token1] = ACTIONS(2331), - [anon_sym_PIPE] = ACTIONS(2329), - [sym__whitespace] = ACTIONS(2329), - [sym__line_ending] = ACTIONS(2329), - [sym__soft_line_ending] = ACTIONS(2329), - [sym__block_close] = ACTIONS(2329), - [sym__block_quote_start] = ACTIONS(2329), - [sym_atx_h1_marker] = ACTIONS(2329), - [sym_atx_h2_marker] = ACTIONS(2329), - [sym_atx_h3_marker] = ACTIONS(2329), - [sym_atx_h4_marker] = ACTIONS(2329), - [sym_atx_h5_marker] = ACTIONS(2329), - [sym_atx_h6_marker] = ACTIONS(2329), - [sym__thematic_break] = ACTIONS(2329), - [sym__list_marker_minus] = ACTIONS(2329), - [sym__list_marker_plus] = ACTIONS(2329), - [sym__list_marker_star] = ACTIONS(2329), - [sym__list_marker_parenthesis] = ACTIONS(2329), - [sym__list_marker_dot] = ACTIONS(2329), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2329), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2329), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2329), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2329), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2329), - [sym__list_marker_example] = ACTIONS(2329), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2329), - [sym__fenced_code_block_start_backtick] = ACTIONS(2329), - [sym_minus_metadata] = ACTIONS(2329), - [sym__pipe_table_start] = ACTIONS(2329), - [sym__fenced_div_start] = ACTIONS(2329), - [sym__fenced_div_end] = ACTIONS(2329), - [sym_ref_id_specifier] = ACTIONS(2329), - [sym__code_span_start] = ACTIONS(2329), - [sym__html_comment] = ACTIONS(2329), - [sym__autolink] = ACTIONS(2329), - [sym__highlight_span_start] = ACTIONS(2329), - [sym__insert_span_start] = ACTIONS(2329), - [sym__delete_span_start] = ACTIONS(2329), - [sym__edit_comment_span_start] = ACTIONS(2329), - [sym__single_quote_span_open] = ACTIONS(2329), - [sym__double_quote_span_open] = ACTIONS(2329), - [sym__shortcode_open_escaped] = ACTIONS(2329), - [sym__shortcode_open] = ACTIONS(2329), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2329), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2329), - [sym__cite_author_in_text] = ACTIONS(2329), - [sym__cite_suppress_author] = ACTIONS(2329), - [sym__strikeout_open] = ACTIONS(2329), - [sym__subscript_open] = ACTIONS(2329), - [sym__superscript_open] = ACTIONS(2329), - [sym__inline_note_start_token] = ACTIONS(2329), - [sym__strong_emphasis_open_star] = ACTIONS(2329), - [sym__strong_emphasis_open_underscore] = ACTIONS(2329), - [sym__emphasis_open_star] = ACTIONS(2329), - [sym__emphasis_open_underscore] = ACTIONS(2329), - [sym_inline_note_reference] = ACTIONS(2329), - [sym_html_element] = ACTIONS(2329), - [sym__pandoc_line_break] = ACTIONS(2329), - [sym__caption_start] = ACTIONS(2329), + [sym_entity_reference] = ACTIONS(2969), + [sym_numeric_character_reference] = ACTIONS(2969), + [anon_sym_LBRACK] = ACTIONS(2969), + [anon_sym_BANG_LBRACK] = ACTIONS(2969), + [anon_sym_DOLLAR] = ACTIONS(2971), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2969), + [anon_sym_LBRACE] = ACTIONS(2969), + [aux_sym_pandoc_str_token1] = ACTIONS(2971), + [anon_sym_PIPE] = ACTIONS(2969), + [sym__whitespace] = ACTIONS(2969), + [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), + [sym__pandoc_line_break] = ACTIONS(2969), + [sym__caption_start] = ACTIONS(2969), }, [STATE(350)] = { - [ts_builtin_sym_end] = ACTIONS(2269), - [sym_entity_reference] = ACTIONS(2269), - [sym_numeric_character_reference] = ACTIONS(2269), - [anon_sym_LBRACK] = ACTIONS(2269), - [anon_sym_BANG_LBRACK] = ACTIONS(2269), - [anon_sym_DOLLAR] = ACTIONS(2271), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2269), - [anon_sym_LBRACE] = ACTIONS(2269), - [aux_sym_pandoc_str_token1] = ACTIONS(2271), - [anon_sym_PIPE] = ACTIONS(2269), - [sym__whitespace] = ACTIONS(2269), - [sym__line_ending] = ACTIONS(2269), - [sym__soft_line_ending] = ACTIONS(2269), - [sym_block_continuation] = ACTIONS(2971), - [sym__block_quote_start] = ACTIONS(2269), - [sym_atx_h1_marker] = ACTIONS(2269), - [sym_atx_h2_marker] = ACTIONS(2269), - [sym_atx_h3_marker] = ACTIONS(2269), - [sym_atx_h4_marker] = ACTIONS(2269), - [sym_atx_h5_marker] = ACTIONS(2269), - [sym_atx_h6_marker] = ACTIONS(2269), - [sym__thematic_break] = ACTIONS(2269), - [sym__list_marker_minus] = ACTIONS(2269), - [sym__list_marker_plus] = ACTIONS(2269), - [sym__list_marker_star] = ACTIONS(2269), - [sym__list_marker_parenthesis] = ACTIONS(2269), - [sym__list_marker_dot] = ACTIONS(2269), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2269), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2269), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2269), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2269), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2269), - [sym__list_marker_example] = ACTIONS(2269), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2269), - [sym__fenced_code_block_start_backtick] = ACTIONS(2269), - [sym_minus_metadata] = ACTIONS(2269), - [sym__pipe_table_start] = ACTIONS(2269), - [sym__fenced_div_start] = ACTIONS(2269), - [sym_ref_id_specifier] = ACTIONS(2269), - [sym__code_span_start] = ACTIONS(2269), - [sym__html_comment] = ACTIONS(2269), - [sym__autolink] = ACTIONS(2269), - [sym__highlight_span_start] = ACTIONS(2269), - [sym__insert_span_start] = ACTIONS(2269), - [sym__delete_span_start] = ACTIONS(2269), - [sym__edit_comment_span_start] = ACTIONS(2269), - [sym__single_quote_span_open] = ACTIONS(2269), - [sym__double_quote_span_open] = ACTIONS(2269), - [sym__shortcode_open_escaped] = ACTIONS(2269), - [sym__shortcode_open] = ACTIONS(2269), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2269), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2269), - [sym__cite_author_in_text] = ACTIONS(2269), - [sym__cite_suppress_author] = ACTIONS(2269), - [sym__strikeout_open] = ACTIONS(2269), - [sym__subscript_open] = ACTIONS(2269), - [sym__superscript_open] = ACTIONS(2269), - [sym__inline_note_start_token] = ACTIONS(2269), - [sym__strong_emphasis_open_star] = ACTIONS(2269), - [sym__strong_emphasis_open_underscore] = ACTIONS(2269), - [sym__emphasis_open_star] = ACTIONS(2269), - [sym__emphasis_open_underscore] = ACTIONS(2269), - [sym_inline_note_reference] = ACTIONS(2269), - [sym_html_element] = ACTIONS(2269), - [sym__pandoc_line_break] = ACTIONS(2269), - [sym__caption_start] = ACTIONS(2269), - }, - [STATE(351)] = { [sym_entity_reference] = ACTIONS(2973), [sym_numeric_character_reference] = ACTIONS(2973), [anon_sym_LBRACK] = ACTIONS(2973), @@ -54578,73 +54886,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2973), [sym__caption_start] = ACTIONS(2973), }, + [STATE(351)] = { + [ts_builtin_sym_end] = ACTIONS(2269), + [sym_entity_reference] = ACTIONS(2269), + [sym_numeric_character_reference] = ACTIONS(2269), + [anon_sym_LBRACK] = ACTIONS(2269), + [anon_sym_BANG_LBRACK] = ACTIONS(2269), + [anon_sym_DOLLAR] = ACTIONS(2271), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2269), + [anon_sym_LBRACE] = ACTIONS(2269), + [aux_sym_pandoc_str_token1] = ACTIONS(2271), + [anon_sym_PIPE] = ACTIONS(2269), + [sym__whitespace] = ACTIONS(2269), + [sym__line_ending] = ACTIONS(2269), + [sym__soft_line_ending] = ACTIONS(2269), + [sym_block_continuation] = ACTIONS(2977), + [sym__block_quote_start] = ACTIONS(2269), + [sym_atx_h1_marker] = ACTIONS(2269), + [sym_atx_h2_marker] = ACTIONS(2269), + [sym_atx_h3_marker] = ACTIONS(2269), + [sym_atx_h4_marker] = ACTIONS(2269), + [sym_atx_h5_marker] = ACTIONS(2269), + [sym_atx_h6_marker] = ACTIONS(2269), + [sym__thematic_break] = ACTIONS(2269), + [sym__list_marker_minus] = ACTIONS(2269), + [sym__list_marker_plus] = ACTIONS(2269), + [sym__list_marker_star] = ACTIONS(2269), + [sym__list_marker_parenthesis] = ACTIONS(2269), + [sym__list_marker_dot] = ACTIONS(2269), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2269), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2269), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2269), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2269), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2269), + [sym__list_marker_example] = ACTIONS(2269), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2269), + [sym__fenced_code_block_start_backtick] = ACTIONS(2269), + [sym_minus_metadata] = ACTIONS(2269), + [sym__pipe_table_start] = ACTIONS(2269), + [sym__fenced_div_start] = ACTIONS(2269), + [sym_ref_id_specifier] = ACTIONS(2269), + [sym__code_span_start] = ACTIONS(2269), + [sym__html_comment] = ACTIONS(2269), + [sym__autolink] = ACTIONS(2269), + [sym__highlight_span_start] = ACTIONS(2269), + [sym__insert_span_start] = ACTIONS(2269), + [sym__delete_span_start] = ACTIONS(2269), + [sym__edit_comment_span_start] = ACTIONS(2269), + [sym__single_quote_span_open] = ACTIONS(2269), + [sym__double_quote_span_open] = ACTIONS(2269), + [sym__shortcode_open_escaped] = ACTIONS(2269), + [sym__shortcode_open] = ACTIONS(2269), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2269), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2269), + [sym__cite_author_in_text] = ACTIONS(2269), + [sym__cite_suppress_author] = ACTIONS(2269), + [sym__strikeout_open] = ACTIONS(2269), + [sym__subscript_open] = ACTIONS(2269), + [sym__superscript_open] = ACTIONS(2269), + [sym__inline_note_start_token] = ACTIONS(2269), + [sym__strong_emphasis_open_star] = ACTIONS(2269), + [sym__strong_emphasis_open_underscore] = ACTIONS(2269), + [sym__emphasis_open_star] = ACTIONS(2269), + [sym__emphasis_open_underscore] = ACTIONS(2269), + [sym_inline_note_reference] = ACTIONS(2269), + [sym_html_element] = ACTIONS(2269), + [sym__pandoc_line_break] = ACTIONS(2269), + [sym__caption_start] = ACTIONS(2269), + }, [STATE(352)] = { - [sym_entity_reference] = ACTIONS(2977), - [sym_numeric_character_reference] = ACTIONS(2977), - [anon_sym_LBRACK] = ACTIONS(2977), - [anon_sym_BANG_LBRACK] = ACTIONS(2977), - [anon_sym_DOLLAR] = ACTIONS(2979), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2977), - [anon_sym_LBRACE] = ACTIONS(2977), - [aux_sym_pandoc_str_token1] = ACTIONS(2979), - [anon_sym_PIPE] = ACTIONS(2977), - [sym__whitespace] = ACTIONS(2977), - [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), - [sym__pandoc_line_break] = ACTIONS(2977), - [sym__caption_start] = ACTIONS(2977), + [sym_entity_reference] = ACTIONS(2335), + [sym_numeric_character_reference] = ACTIONS(2335), + [anon_sym_LBRACK] = ACTIONS(2335), + [anon_sym_BANG_LBRACK] = ACTIONS(2335), + [anon_sym_DOLLAR] = ACTIONS(2337), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2335), + [anon_sym_LBRACE] = ACTIONS(2335), + [aux_sym_pandoc_str_token1] = ACTIONS(2337), + [anon_sym_PIPE] = ACTIONS(2335), + [sym__whitespace] = ACTIONS(2335), + [sym__line_ending] = ACTIONS(2335), + [sym__soft_line_ending] = ACTIONS(2335), + [sym__block_close] = ACTIONS(2335), + [sym__block_quote_start] = ACTIONS(2335), + [sym_atx_h1_marker] = ACTIONS(2335), + [sym_atx_h2_marker] = ACTIONS(2335), + [sym_atx_h3_marker] = ACTIONS(2335), + [sym_atx_h4_marker] = ACTIONS(2335), + [sym_atx_h5_marker] = ACTIONS(2335), + [sym_atx_h6_marker] = ACTIONS(2335), + [sym__thematic_break] = ACTIONS(2335), + [sym__list_marker_minus] = ACTIONS(2335), + [sym__list_marker_plus] = ACTIONS(2335), + [sym__list_marker_star] = ACTIONS(2335), + [sym__list_marker_parenthesis] = ACTIONS(2335), + [sym__list_marker_dot] = ACTIONS(2335), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_example] = ACTIONS(2335), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2335), + [sym__fenced_code_block_start_backtick] = ACTIONS(2335), + [sym_minus_metadata] = ACTIONS(2335), + [sym__pipe_table_start] = ACTIONS(2335), + [sym__fenced_div_start] = ACTIONS(2335), + [sym__fenced_div_end] = ACTIONS(2335), + [sym_ref_id_specifier] = ACTIONS(2335), + [sym__code_span_start] = ACTIONS(2335), + [sym__html_comment] = ACTIONS(2335), + [sym__autolink] = ACTIONS(2335), + [sym__highlight_span_start] = ACTIONS(2335), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2335), + [sym__edit_comment_span_start] = ACTIONS(2335), + [sym__single_quote_span_open] = ACTIONS(2335), + [sym__double_quote_span_open] = ACTIONS(2335), + [sym__shortcode_open_escaped] = ACTIONS(2335), + [sym__shortcode_open] = ACTIONS(2335), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2335), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2335), + [sym__cite_author_in_text] = ACTIONS(2335), + [sym__cite_suppress_author] = ACTIONS(2335), + [sym__strikeout_open] = ACTIONS(2335), + [sym__subscript_open] = ACTIONS(2335), + [sym__superscript_open] = ACTIONS(2335), + [sym__inline_note_start_token] = ACTIONS(2335), + [sym__strong_emphasis_open_star] = ACTIONS(2335), + [sym__strong_emphasis_open_underscore] = ACTIONS(2335), + [sym__emphasis_open_star] = ACTIONS(2335), + [sym__emphasis_open_underscore] = ACTIONS(2335), + [sym_inline_note_reference] = ACTIONS(2335), + [sym_html_element] = ACTIONS(2335), + [sym__pandoc_line_break] = ACTIONS(2335), + [sym__caption_start] = ACTIONS(2335), }, [STATE(353)] = { [ts_builtin_sym_end] = ACTIONS(2275), @@ -54660,7 +55036,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2275), [sym__line_ending] = ACTIONS(2275), [sym__soft_line_ending] = ACTIONS(2275), - [sym_block_continuation] = ACTIONS(2981), + [sym_block_continuation] = ACTIONS(2979), [sym__block_quote_start] = ACTIONS(2275), [sym_atx_h1_marker] = ACTIONS(2275), [sym_atx_h2_marker] = ACTIONS(2275), @@ -54728,7 +55104,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2299), [sym__line_ending] = ACTIONS(2299), [sym__soft_line_ending] = ACTIONS(2299), - [sym_block_continuation] = ACTIONS(2983), + [sym_block_continuation] = ACTIONS(2981), [sym__block_quote_start] = ACTIONS(2299), [sym_atx_h1_marker] = ACTIONS(2299), [sym_atx_h2_marker] = ACTIONS(2299), @@ -54796,7 +55172,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2305), [sym__line_ending] = ACTIONS(2305), [sym__soft_line_ending] = ACTIONS(2305), - [sym_block_continuation] = ACTIONS(2985), + [sym_block_continuation] = ACTIONS(2983), [sym__block_quote_start] = ACTIONS(2305), [sym_atx_h1_marker] = ACTIONS(2305), [sym_atx_h2_marker] = ACTIONS(2305), @@ -54851,1482 +55227,209 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__caption_start] = ACTIONS(2305), }, [STATE(356)] = { - [ts_builtin_sym_end] = ACTIONS(2311), - [sym_entity_reference] = ACTIONS(2311), - [sym_numeric_character_reference] = ACTIONS(2311), - [anon_sym_LBRACK] = ACTIONS(2311), - [anon_sym_BANG_LBRACK] = ACTIONS(2311), - [anon_sym_DOLLAR] = ACTIONS(2313), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2311), - [anon_sym_LBRACE] = ACTIONS(2311), - [aux_sym_pandoc_str_token1] = ACTIONS(2313), - [anon_sym_PIPE] = ACTIONS(2311), - [sym__whitespace] = ACTIONS(2311), - [sym__line_ending] = ACTIONS(2311), - [sym__soft_line_ending] = ACTIONS(2311), - [sym_block_continuation] = ACTIONS(2987), - [sym__block_quote_start] = ACTIONS(2311), - [sym_atx_h1_marker] = ACTIONS(2311), - [sym_atx_h2_marker] = ACTIONS(2311), - [sym_atx_h3_marker] = ACTIONS(2311), - [sym_atx_h4_marker] = ACTIONS(2311), - [sym_atx_h5_marker] = ACTIONS(2311), - [sym_atx_h6_marker] = ACTIONS(2311), - [sym__thematic_break] = ACTIONS(2311), - [sym__list_marker_minus] = ACTIONS(2311), - [sym__list_marker_plus] = ACTIONS(2311), - [sym__list_marker_star] = ACTIONS(2311), - [sym__list_marker_parenthesis] = ACTIONS(2311), - [sym__list_marker_dot] = ACTIONS(2311), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2311), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2311), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2311), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2311), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2311), - [sym__list_marker_example] = ACTIONS(2311), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2311), - [sym__fenced_code_block_start_backtick] = ACTIONS(2311), - [sym_minus_metadata] = ACTIONS(2311), - [sym__pipe_table_start] = ACTIONS(2311), - [sym__fenced_div_start] = ACTIONS(2311), - [sym_ref_id_specifier] = ACTIONS(2311), - [sym__code_span_start] = ACTIONS(2311), - [sym__html_comment] = ACTIONS(2311), - [sym__autolink] = ACTIONS(2311), - [sym__highlight_span_start] = ACTIONS(2311), - [sym__insert_span_start] = ACTIONS(2311), - [sym__delete_span_start] = ACTIONS(2311), - [sym__edit_comment_span_start] = ACTIONS(2311), - [sym__single_quote_span_open] = ACTIONS(2311), - [sym__double_quote_span_open] = ACTIONS(2311), - [sym__shortcode_open_escaped] = ACTIONS(2311), - [sym__shortcode_open] = ACTIONS(2311), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2311), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2311), - [sym__cite_author_in_text] = ACTIONS(2311), - [sym__cite_suppress_author] = ACTIONS(2311), - [sym__strikeout_open] = ACTIONS(2311), - [sym__subscript_open] = ACTIONS(2311), - [sym__superscript_open] = ACTIONS(2311), - [sym__inline_note_start_token] = ACTIONS(2311), - [sym__strong_emphasis_open_star] = ACTIONS(2311), - [sym__strong_emphasis_open_underscore] = ACTIONS(2311), - [sym__emphasis_open_star] = ACTIONS(2311), - [sym__emphasis_open_underscore] = ACTIONS(2311), - [sym_inline_note_reference] = ACTIONS(2311), - [sym_html_element] = ACTIONS(2311), - [sym__pandoc_line_break] = ACTIONS(2311), - [sym__caption_start] = ACTIONS(2311), + [sym_entity_reference] = ACTIONS(2985), + [sym_numeric_character_reference] = ACTIONS(2985), + [anon_sym_LBRACK] = ACTIONS(2985), + [anon_sym_BANG_LBRACK] = ACTIONS(2985), + [anon_sym_DOLLAR] = ACTIONS(2987), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2985), + [anon_sym_LBRACE] = ACTIONS(2985), + [aux_sym_pandoc_str_token1] = ACTIONS(2987), + [anon_sym_PIPE] = ACTIONS(2985), + [sym__whitespace] = ACTIONS(2985), + [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), + [sym__pandoc_line_break] = ACTIONS(2985), + [sym__caption_start] = ACTIONS(2985), }, [STATE(357)] = { - [ts_builtin_sym_end] = ACTIONS(2377), - [sym_entity_reference] = ACTIONS(2377), - [sym_numeric_character_reference] = ACTIONS(2377), - [anon_sym_LBRACK] = ACTIONS(2377), - [anon_sym_BANG_LBRACK] = ACTIONS(2377), - [anon_sym_DOLLAR] = ACTIONS(2379), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2377), - [anon_sym_LBRACE] = ACTIONS(2377), - [aux_sym_pandoc_str_token1] = ACTIONS(2379), - [anon_sym_PIPE] = ACTIONS(2377), - [sym__whitespace] = ACTIONS(2377), - [sym__line_ending] = ACTIONS(2377), - [sym__soft_line_ending] = ACTIONS(2377), + [sym_entity_reference] = ACTIONS(2299), + [sym_numeric_character_reference] = ACTIONS(2299), + [anon_sym_LBRACK] = ACTIONS(2299), + [anon_sym_BANG_LBRACK] = ACTIONS(2299), + [anon_sym_DOLLAR] = ACTIONS(2301), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2299), + [anon_sym_LBRACE] = ACTIONS(2299), + [aux_sym_pandoc_str_token1] = ACTIONS(2301), + [anon_sym_PIPE] = ACTIONS(2299), + [sym__whitespace] = ACTIONS(2299), + [sym__line_ending] = ACTIONS(2299), + [sym__soft_line_ending] = ACTIONS(2299), + [sym__block_close] = ACTIONS(2299), [sym_block_continuation] = ACTIONS(2989), - [sym__block_quote_start] = ACTIONS(2377), - [sym_atx_h1_marker] = ACTIONS(2377), - [sym_atx_h2_marker] = ACTIONS(2377), - [sym_atx_h3_marker] = ACTIONS(2377), - [sym_atx_h4_marker] = ACTIONS(2377), - [sym_atx_h5_marker] = ACTIONS(2377), - [sym_atx_h6_marker] = ACTIONS(2377), - [sym__thematic_break] = ACTIONS(2377), - [sym__list_marker_minus] = ACTIONS(2377), - [sym__list_marker_plus] = ACTIONS(2377), - [sym__list_marker_star] = ACTIONS(2377), - [sym__list_marker_parenthesis] = ACTIONS(2377), - [sym__list_marker_dot] = ACTIONS(2377), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2377), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2377), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2377), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2377), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2377), - [sym__list_marker_example] = ACTIONS(2377), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2377), - [sym__fenced_code_block_start_backtick] = ACTIONS(2377), - [sym_minus_metadata] = ACTIONS(2377), - [sym__pipe_table_start] = ACTIONS(2377), - [sym__fenced_div_start] = ACTIONS(2377), - [sym_ref_id_specifier] = ACTIONS(2377), - [sym__code_span_start] = ACTIONS(2377), - [sym__html_comment] = ACTIONS(2377), - [sym__autolink] = ACTIONS(2377), - [sym__highlight_span_start] = ACTIONS(2377), - [sym__insert_span_start] = ACTIONS(2377), - [sym__delete_span_start] = ACTIONS(2377), - [sym__edit_comment_span_start] = ACTIONS(2377), - [sym__single_quote_span_open] = ACTIONS(2377), - [sym__double_quote_span_open] = ACTIONS(2377), - [sym__shortcode_open_escaped] = ACTIONS(2377), - [sym__shortcode_open] = ACTIONS(2377), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2377), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2377), - [sym__cite_author_in_text] = ACTIONS(2377), - [sym__cite_suppress_author] = ACTIONS(2377), - [sym__strikeout_open] = ACTIONS(2377), - [sym__subscript_open] = ACTIONS(2377), - [sym__superscript_open] = ACTIONS(2377), - [sym__inline_note_start_token] = ACTIONS(2377), - [sym__strong_emphasis_open_star] = ACTIONS(2377), - [sym__strong_emphasis_open_underscore] = ACTIONS(2377), - [sym__emphasis_open_star] = ACTIONS(2377), - [sym__emphasis_open_underscore] = ACTIONS(2377), - [sym_inline_note_reference] = ACTIONS(2377), - [sym_html_element] = ACTIONS(2377), - [sym__pandoc_line_break] = ACTIONS(2377), - [sym__caption_start] = ACTIONS(2377), - }, - [STATE(358)] = { - [ts_builtin_sym_end] = ACTIONS(2589), - [sym_entity_reference] = ACTIONS(2589), - [sym_numeric_character_reference] = ACTIONS(2589), - [anon_sym_LBRACK] = ACTIONS(2589), - [anon_sym_BANG_LBRACK] = ACTIONS(2589), - [anon_sym_DOLLAR] = ACTIONS(2591), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2589), - [anon_sym_LBRACE] = ACTIONS(2589), - [aux_sym_pandoc_str_token1] = ACTIONS(2591), - [anon_sym_PIPE] = ACTIONS(2589), - [sym__whitespace] = ACTIONS(2589), - [sym__line_ending] = ACTIONS(2589), - [sym__soft_line_ending] = ACTIONS(2589), - [sym__block_quote_start] = ACTIONS(2589), - [sym_atx_h1_marker] = ACTIONS(2589), - [sym_atx_h2_marker] = ACTIONS(2589), - [sym_atx_h3_marker] = ACTIONS(2589), - [sym_atx_h4_marker] = ACTIONS(2589), - [sym_atx_h5_marker] = ACTIONS(2589), - [sym_atx_h6_marker] = ACTIONS(2589), - [sym__thematic_break] = ACTIONS(2589), - [sym__list_marker_minus] = ACTIONS(2589), - [sym__list_marker_plus] = ACTIONS(2589), - [sym__list_marker_star] = ACTIONS(2589), - [sym__list_marker_parenthesis] = ACTIONS(2589), - [sym__list_marker_dot] = ACTIONS(2589), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2589), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2589), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2589), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2589), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2589), - [sym__list_marker_example] = ACTIONS(2589), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2589), - [sym__fenced_code_block_start_backtick] = ACTIONS(2589), - [sym_minus_metadata] = ACTIONS(2589), - [sym__pipe_table_start] = ACTIONS(2589), - [sym__fenced_div_start] = ACTIONS(2589), - [sym_ref_id_specifier] = ACTIONS(2589), - [sym__code_span_start] = ACTIONS(2589), - [sym__html_comment] = ACTIONS(2589), - [sym__autolink] = ACTIONS(2589), - [sym__highlight_span_start] = ACTIONS(2589), - [sym__insert_span_start] = ACTIONS(2589), - [sym__delete_span_start] = ACTIONS(2589), - [sym__edit_comment_span_start] = ACTIONS(2589), - [sym__single_quote_span_open] = ACTIONS(2589), - [sym__double_quote_span_open] = ACTIONS(2589), - [sym__shortcode_open_escaped] = ACTIONS(2589), - [sym__shortcode_open] = ACTIONS(2589), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2589), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2589), - [sym__cite_author_in_text] = ACTIONS(2589), - [sym__cite_suppress_author] = ACTIONS(2589), - [sym__strikeout_open] = ACTIONS(2589), - [sym__subscript_open] = ACTIONS(2589), - [sym__superscript_open] = ACTIONS(2589), - [sym__inline_note_start_token] = ACTIONS(2589), - [sym__strong_emphasis_open_star] = ACTIONS(2589), - [sym__strong_emphasis_open_underscore] = ACTIONS(2589), - [sym__emphasis_open_star] = ACTIONS(2589), - [sym__emphasis_open_underscore] = ACTIONS(2589), - [sym_inline_note_reference] = ACTIONS(2589), - [sym_html_element] = ACTIONS(2589), - [sym__pandoc_line_break] = ACTIONS(2589), - [sym__caption_start] = ACTIONS(2589), - }, - [STATE(359)] = { - [sym_entity_reference] = ACTIONS(2695), - [sym_numeric_character_reference] = ACTIONS(2695), - [anon_sym_LBRACK] = ACTIONS(2695), - [anon_sym_BANG_LBRACK] = ACTIONS(2695), - [anon_sym_DOLLAR] = ACTIONS(2697), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2695), - [anon_sym_LBRACE] = ACTIONS(2695), - [aux_sym_pandoc_str_token1] = ACTIONS(2697), - [anon_sym_PIPE] = ACTIONS(2695), - [sym__whitespace] = ACTIONS(2695), - [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_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), - [sym__pandoc_line_break] = ACTIONS(2695), - [sym__caption_start] = ACTIONS(2695), - }, - [STATE(360)] = { - [sym__atx_heading_content] = STATE(3276), - [sym__inlines] = STATE(3276), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(242), - [sym_entity_reference] = ACTIONS(5), - [sym_numeric_character_reference] = ACTIONS(5), - [anon_sym_LBRACK] = ACTIONS(7), - [anon_sym_BANG_LBRACK] = ACTIONS(9), - [anon_sym_DOLLAR] = ACTIONS(11), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [aux_sym_pandoc_str_token1] = ACTIONS(17), - [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(2991), - [sym__line_ending] = ACTIONS(227), - [sym__eof] = ACTIONS(2993), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(5), - [sym__autolink] = ACTIONS(5), - [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(5), - [sym_html_element] = ACTIONS(5), - [sym__pandoc_line_break] = ACTIONS(5), - }, - [STATE(361)] = { - [sym__atx_heading_content] = STATE(3277), - [sym__inlines] = STATE(3277), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(244), - [sym_entity_reference] = ACTIONS(5), - [sym_numeric_character_reference] = ACTIONS(5), - [anon_sym_LBRACK] = ACTIONS(7), - [anon_sym_BANG_LBRACK] = ACTIONS(9), - [anon_sym_DOLLAR] = ACTIONS(11), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [aux_sym_pandoc_str_token1] = ACTIONS(17), - [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(2991), - [sym__line_ending] = ACTIONS(227), - [sym__eof] = ACTIONS(2995), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(5), - [sym__autolink] = ACTIONS(5), - [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(5), - [sym_html_element] = ACTIONS(5), - [sym__pandoc_line_break] = ACTIONS(5), - }, - [STATE(362)] = { - [sym__atx_heading_content] = STATE(3190), - [sym__inlines] = STATE(3190), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(246), - [sym_entity_reference] = ACTIONS(5), - [sym_numeric_character_reference] = ACTIONS(5), - [anon_sym_LBRACK] = ACTIONS(7), - [anon_sym_BANG_LBRACK] = ACTIONS(9), - [anon_sym_DOLLAR] = ACTIONS(11), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [aux_sym_pandoc_str_token1] = ACTIONS(17), - [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(2991), - [sym__line_ending] = ACTIONS(227), - [sym__eof] = ACTIONS(2997), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(5), - [sym__autolink] = ACTIONS(5), - [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(5), - [sym_html_element] = ACTIONS(5), - [sym__pandoc_line_break] = ACTIONS(5), - }, - [STATE(363)] = { - [sym__atx_heading_content] = STATE(3296), - [sym__inlines] = STATE(3296), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(248), - [sym_entity_reference] = ACTIONS(5), - [sym_numeric_character_reference] = ACTIONS(5), - [anon_sym_LBRACK] = ACTIONS(7), - [anon_sym_BANG_LBRACK] = ACTIONS(9), - [anon_sym_DOLLAR] = ACTIONS(11), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [aux_sym_pandoc_str_token1] = ACTIONS(17), - [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(2991), - [sym__line_ending] = ACTIONS(227), - [sym__eof] = ACTIONS(2999), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(5), - [sym__autolink] = ACTIONS(5), - [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(5), - [sym_html_element] = ACTIONS(5), - [sym__pandoc_line_break] = ACTIONS(5), - }, - [STATE(364)] = { - [sym__atx_heading_content] = STATE(3065), - [sym__inlines] = STATE(3065), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(275), - [sym_entity_reference] = ACTIONS(5), - [sym_numeric_character_reference] = ACTIONS(5), - [anon_sym_LBRACK] = ACTIONS(7), - [anon_sym_BANG_LBRACK] = ACTIONS(9), - [anon_sym_DOLLAR] = ACTIONS(11), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [aux_sym_pandoc_str_token1] = ACTIONS(17), - [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(2991), - [sym__line_ending] = ACTIONS(227), - [sym__eof] = ACTIONS(3001), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(5), - [sym__autolink] = ACTIONS(5), - [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(5), - [sym_html_element] = ACTIONS(5), - [sym__pandoc_line_break] = ACTIONS(5), - }, - [STATE(365)] = { - [sym__atx_heading_content] = STATE(3080), - [sym__inlines] = STATE(3080), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(277), - [sym_entity_reference] = ACTIONS(5), - [sym_numeric_character_reference] = ACTIONS(5), - [anon_sym_LBRACK] = ACTIONS(7), - [anon_sym_BANG_LBRACK] = ACTIONS(9), - [anon_sym_DOLLAR] = ACTIONS(11), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [aux_sym_pandoc_str_token1] = ACTIONS(17), - [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(2991), - [sym__line_ending] = ACTIONS(227), - [sym__eof] = ACTIONS(3003), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(5), - [sym__autolink] = ACTIONS(5), - [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(5), - [sym_html_element] = ACTIONS(5), - [sym__pandoc_line_break] = ACTIONS(5), - }, - [STATE(366)] = { - [ts_builtin_sym_end] = ACTIONS(2571), - [sym_entity_reference] = ACTIONS(2571), - [sym_numeric_character_reference] = ACTIONS(2571), - [anon_sym_LBRACK] = ACTIONS(2571), - [anon_sym_BANG_LBRACK] = ACTIONS(2571), - [anon_sym_DOLLAR] = ACTIONS(2573), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2571), - [anon_sym_LBRACE] = ACTIONS(2571), - [aux_sym_pandoc_str_token1] = ACTIONS(2573), - [anon_sym_PIPE] = ACTIONS(2571), - [sym__whitespace] = ACTIONS(2571), - [sym__line_ending] = ACTIONS(2571), - [sym__soft_line_ending] = ACTIONS(2571), - [sym__block_quote_start] = ACTIONS(2571), - [sym_atx_h1_marker] = ACTIONS(2571), - [sym_atx_h2_marker] = ACTIONS(2571), - [sym_atx_h3_marker] = ACTIONS(2571), - [sym_atx_h4_marker] = ACTIONS(2571), - [sym_atx_h5_marker] = ACTIONS(2571), - [sym_atx_h6_marker] = ACTIONS(2571), - [sym__thematic_break] = ACTIONS(2571), - [sym__list_marker_minus] = ACTIONS(2571), - [sym__list_marker_plus] = ACTIONS(2571), - [sym__list_marker_star] = ACTIONS(2571), - [sym__list_marker_parenthesis] = ACTIONS(2571), - [sym__list_marker_dot] = ACTIONS(2571), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2571), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2571), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2571), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2571), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2571), - [sym__list_marker_example] = ACTIONS(2571), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2571), - [sym__fenced_code_block_start_backtick] = ACTIONS(2571), - [sym_minus_metadata] = ACTIONS(2571), - [sym__pipe_table_start] = ACTIONS(2571), - [sym__fenced_div_start] = ACTIONS(2571), - [sym_ref_id_specifier] = ACTIONS(2571), - [sym__code_span_start] = ACTIONS(2571), - [sym__html_comment] = ACTIONS(2571), - [sym__autolink] = ACTIONS(2571), - [sym__highlight_span_start] = ACTIONS(2571), - [sym__insert_span_start] = ACTIONS(2571), - [sym__delete_span_start] = ACTIONS(2571), - [sym__edit_comment_span_start] = ACTIONS(2571), - [sym__single_quote_span_open] = ACTIONS(2571), - [sym__double_quote_span_open] = ACTIONS(2571), - [sym__shortcode_open_escaped] = ACTIONS(2571), - [sym__shortcode_open] = ACTIONS(2571), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2571), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2571), - [sym__cite_author_in_text] = ACTIONS(2571), - [sym__cite_suppress_author] = ACTIONS(2571), - [sym__strikeout_open] = ACTIONS(2571), - [sym__subscript_open] = ACTIONS(2571), - [sym__superscript_open] = ACTIONS(2571), - [sym__inline_note_start_token] = ACTIONS(2571), - [sym__strong_emphasis_open_star] = ACTIONS(2571), - [sym__strong_emphasis_open_underscore] = ACTIONS(2571), - [sym__emphasis_open_star] = ACTIONS(2571), - [sym__emphasis_open_underscore] = ACTIONS(2571), - [sym_inline_note_reference] = ACTIONS(2571), - [sym_html_element] = ACTIONS(2571), - [sym__pandoc_line_break] = ACTIONS(2571), - [sym__caption_start] = ACTIONS(2571), - }, - [STATE(367)] = { - [ts_builtin_sym_end] = ACTIONS(2575), - [sym_entity_reference] = ACTIONS(2575), - [sym_numeric_character_reference] = ACTIONS(2575), - [anon_sym_LBRACK] = ACTIONS(2575), - [anon_sym_BANG_LBRACK] = ACTIONS(2575), - [anon_sym_DOLLAR] = ACTIONS(2577), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2575), - [anon_sym_LBRACE] = ACTIONS(2575), - [aux_sym_pandoc_str_token1] = ACTIONS(2577), - [anon_sym_PIPE] = ACTIONS(2575), - [sym__whitespace] = ACTIONS(2575), - [sym__line_ending] = ACTIONS(2575), - [sym__soft_line_ending] = ACTIONS(2575), - [sym__block_quote_start] = ACTIONS(2575), - [sym_atx_h1_marker] = ACTIONS(2575), - [sym_atx_h2_marker] = ACTIONS(2575), - [sym_atx_h3_marker] = ACTIONS(2575), - [sym_atx_h4_marker] = ACTIONS(2575), - [sym_atx_h5_marker] = ACTIONS(2575), - [sym_atx_h6_marker] = ACTIONS(2575), - [sym__thematic_break] = ACTIONS(2575), - [sym__list_marker_minus] = ACTIONS(2575), - [sym__list_marker_plus] = ACTIONS(2575), - [sym__list_marker_star] = ACTIONS(2575), - [sym__list_marker_parenthesis] = ACTIONS(2575), - [sym__list_marker_dot] = ACTIONS(2575), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2575), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2575), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2575), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2575), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2575), - [sym__list_marker_example] = ACTIONS(2575), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2575), - [sym__fenced_code_block_start_backtick] = ACTIONS(2575), - [sym_minus_metadata] = ACTIONS(2575), - [sym__pipe_table_start] = ACTIONS(2575), - [sym__fenced_div_start] = ACTIONS(2575), - [sym_ref_id_specifier] = ACTIONS(2575), - [sym__code_span_start] = ACTIONS(2575), - [sym__html_comment] = ACTIONS(2575), - [sym__autolink] = ACTIONS(2575), - [sym__highlight_span_start] = ACTIONS(2575), - [sym__insert_span_start] = ACTIONS(2575), - [sym__delete_span_start] = ACTIONS(2575), - [sym__edit_comment_span_start] = ACTIONS(2575), - [sym__single_quote_span_open] = ACTIONS(2575), - [sym__double_quote_span_open] = ACTIONS(2575), - [sym__shortcode_open_escaped] = ACTIONS(2575), - [sym__shortcode_open] = ACTIONS(2575), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2575), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2575), - [sym__cite_author_in_text] = ACTIONS(2575), - [sym__cite_suppress_author] = ACTIONS(2575), - [sym__strikeout_open] = ACTIONS(2575), - [sym__subscript_open] = ACTIONS(2575), - [sym__superscript_open] = ACTIONS(2575), - [sym__inline_note_start_token] = ACTIONS(2575), - [sym__strong_emphasis_open_star] = ACTIONS(2575), - [sym__strong_emphasis_open_underscore] = ACTIONS(2575), - [sym__emphasis_open_star] = ACTIONS(2575), - [sym__emphasis_open_underscore] = ACTIONS(2575), - [sym_inline_note_reference] = ACTIONS(2575), - [sym_html_element] = ACTIONS(2575), - [sym__pandoc_line_break] = ACTIONS(2575), - [sym__caption_start] = ACTIONS(2575), - }, - [STATE(368)] = { - [ts_builtin_sym_end] = ACTIONS(2341), - [sym_entity_reference] = ACTIONS(2341), - [sym_numeric_character_reference] = ACTIONS(2341), - [anon_sym_LBRACK] = ACTIONS(2341), - [anon_sym_BANG_LBRACK] = ACTIONS(2341), - [anon_sym_DOLLAR] = ACTIONS(2343), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2341), - [anon_sym_LBRACE] = ACTIONS(2341), - [aux_sym_pandoc_str_token1] = ACTIONS(2343), - [anon_sym_PIPE] = ACTIONS(2341), - [sym__whitespace] = ACTIONS(2341), - [sym__line_ending] = ACTIONS(2341), - [sym__soft_line_ending] = ACTIONS(2341), - [sym__block_quote_start] = ACTIONS(2341), - [sym_atx_h1_marker] = ACTIONS(2341), - [sym_atx_h2_marker] = ACTIONS(2341), - [sym_atx_h3_marker] = ACTIONS(2341), - [sym_atx_h4_marker] = ACTIONS(2341), - [sym_atx_h5_marker] = ACTIONS(2341), - [sym_atx_h6_marker] = ACTIONS(2341), - [sym__thematic_break] = ACTIONS(2341), - [sym__list_marker_minus] = ACTIONS(2341), - [sym__list_marker_plus] = ACTIONS(2341), - [sym__list_marker_star] = ACTIONS(2341), - [sym__list_marker_parenthesis] = ACTIONS(2341), - [sym__list_marker_dot] = ACTIONS(2341), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2341), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2341), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2341), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2341), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2341), - [sym__list_marker_example] = ACTIONS(2341), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2341), - [sym__fenced_code_block_start_backtick] = ACTIONS(2341), - [sym_minus_metadata] = ACTIONS(2341), - [sym__pipe_table_start] = ACTIONS(2341), - [sym__fenced_div_start] = ACTIONS(2341), - [sym_ref_id_specifier] = ACTIONS(2341), - [sym__code_span_start] = ACTIONS(2341), - [sym__html_comment] = ACTIONS(2341), - [sym__autolink] = ACTIONS(2341), - [sym__highlight_span_start] = ACTIONS(2341), - [sym__insert_span_start] = ACTIONS(2341), - [sym__delete_span_start] = ACTIONS(2341), - [sym__edit_comment_span_start] = ACTIONS(2341), - [sym__single_quote_span_open] = ACTIONS(2341), - [sym__double_quote_span_open] = ACTIONS(2341), - [sym__shortcode_open_escaped] = ACTIONS(2341), - [sym__shortcode_open] = ACTIONS(2341), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2341), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2341), - [sym__cite_author_in_text] = ACTIONS(2341), - [sym__cite_suppress_author] = ACTIONS(2341), - [sym__strikeout_open] = ACTIONS(2341), - [sym__subscript_open] = ACTIONS(2341), - [sym__superscript_open] = ACTIONS(2341), - [sym__inline_note_start_token] = ACTIONS(2341), - [sym__strong_emphasis_open_star] = ACTIONS(2341), - [sym__strong_emphasis_open_underscore] = ACTIONS(2341), - [sym__emphasis_open_star] = ACTIONS(2341), - [sym__emphasis_open_underscore] = ACTIONS(2341), - [sym_inline_note_reference] = ACTIONS(2341), - [sym_html_element] = ACTIONS(2341), - [sym__pandoc_line_break] = ACTIONS(2341), - [sym__caption_start] = ACTIONS(2341), - }, - [STATE(369)] = { - [ts_builtin_sym_end] = ACTIONS(2347), - [sym_entity_reference] = ACTIONS(2347), - [sym_numeric_character_reference] = ACTIONS(2347), - [anon_sym_LBRACK] = ACTIONS(2347), - [anon_sym_BANG_LBRACK] = ACTIONS(2347), - [anon_sym_DOLLAR] = ACTIONS(2349), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2347), - [anon_sym_LBRACE] = ACTIONS(2347), - [aux_sym_pandoc_str_token1] = ACTIONS(2349), - [anon_sym_PIPE] = ACTIONS(2347), - [sym__whitespace] = ACTIONS(2347), - [sym__line_ending] = ACTIONS(2347), - [sym__soft_line_ending] = ACTIONS(2347), - [sym__block_quote_start] = ACTIONS(2347), - [sym_atx_h1_marker] = ACTIONS(2347), - [sym_atx_h2_marker] = ACTIONS(2347), - [sym_atx_h3_marker] = ACTIONS(2347), - [sym_atx_h4_marker] = ACTIONS(2347), - [sym_atx_h5_marker] = ACTIONS(2347), - [sym_atx_h6_marker] = ACTIONS(2347), - [sym__thematic_break] = ACTIONS(2347), - [sym__list_marker_minus] = ACTIONS(2347), - [sym__list_marker_plus] = ACTIONS(2347), - [sym__list_marker_star] = ACTIONS(2347), - [sym__list_marker_parenthesis] = ACTIONS(2347), - [sym__list_marker_dot] = ACTIONS(2347), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2347), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2347), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2347), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2347), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2347), - [sym__list_marker_example] = ACTIONS(2347), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2347), - [sym__fenced_code_block_start_backtick] = ACTIONS(2347), - [sym_minus_metadata] = ACTIONS(2347), - [sym__pipe_table_start] = ACTIONS(2347), - [sym__fenced_div_start] = ACTIONS(2347), - [sym_ref_id_specifier] = ACTIONS(2347), - [sym__code_span_start] = ACTIONS(2347), - [sym__html_comment] = ACTIONS(2347), - [sym__autolink] = ACTIONS(2347), - [sym__highlight_span_start] = ACTIONS(2347), - [sym__insert_span_start] = ACTIONS(2347), - [sym__delete_span_start] = ACTIONS(2347), - [sym__edit_comment_span_start] = ACTIONS(2347), - [sym__single_quote_span_open] = ACTIONS(2347), - [sym__double_quote_span_open] = ACTIONS(2347), - [sym__shortcode_open_escaped] = ACTIONS(2347), - [sym__shortcode_open] = ACTIONS(2347), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2347), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2347), - [sym__cite_author_in_text] = ACTIONS(2347), - [sym__cite_suppress_author] = ACTIONS(2347), - [sym__strikeout_open] = ACTIONS(2347), - [sym__subscript_open] = ACTIONS(2347), - [sym__superscript_open] = ACTIONS(2347), - [sym__inline_note_start_token] = ACTIONS(2347), - [sym__strong_emphasis_open_star] = ACTIONS(2347), - [sym__strong_emphasis_open_underscore] = ACTIONS(2347), - [sym__emphasis_open_star] = ACTIONS(2347), - [sym__emphasis_open_underscore] = ACTIONS(2347), - [sym_inline_note_reference] = ACTIONS(2347), - [sym_html_element] = ACTIONS(2347), - [sym__pandoc_line_break] = ACTIONS(2347), - [sym__caption_start] = ACTIONS(2347), - }, - [STATE(370)] = { - [ts_builtin_sym_end] = ACTIONS(2721), - [sym_entity_reference] = ACTIONS(2721), - [sym_numeric_character_reference] = ACTIONS(2721), - [anon_sym_LBRACK] = ACTIONS(2721), - [anon_sym_BANG_LBRACK] = ACTIONS(2721), - [anon_sym_DOLLAR] = ACTIONS(2723), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2721), - [anon_sym_LBRACE] = ACTIONS(2721), - [aux_sym_pandoc_str_token1] = ACTIONS(2723), - [anon_sym_PIPE] = ACTIONS(2721), - [sym__whitespace] = ACTIONS(2721), - [sym__line_ending] = ACTIONS(2721), - [sym__soft_line_ending] = ACTIONS(2721), - [sym__block_quote_start] = ACTIONS(2721), - [sym_atx_h1_marker] = ACTIONS(2721), - [sym_atx_h2_marker] = ACTIONS(2721), - [sym_atx_h3_marker] = ACTIONS(2721), - [sym_atx_h4_marker] = ACTIONS(2721), - [sym_atx_h5_marker] = ACTIONS(2721), - [sym_atx_h6_marker] = ACTIONS(2721), - [sym__thematic_break] = ACTIONS(2721), - [sym__list_marker_minus] = ACTIONS(2721), - [sym__list_marker_plus] = ACTIONS(2721), - [sym__list_marker_star] = ACTIONS(2721), - [sym__list_marker_parenthesis] = ACTIONS(2721), - [sym__list_marker_dot] = ACTIONS(2721), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2721), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2721), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2721), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2721), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2721), - [sym__list_marker_example] = ACTIONS(2721), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2721), - [sym__fenced_code_block_start_backtick] = ACTIONS(2721), - [sym_minus_metadata] = ACTIONS(2721), - [sym__pipe_table_start] = ACTIONS(2721), - [sym__fenced_div_start] = ACTIONS(2721), - [sym_ref_id_specifier] = ACTIONS(2721), - [sym__code_span_start] = ACTIONS(2721), - [sym__html_comment] = ACTIONS(2721), - [sym__autolink] = ACTIONS(2721), - [sym__highlight_span_start] = ACTIONS(2721), - [sym__insert_span_start] = ACTIONS(2721), - [sym__delete_span_start] = ACTIONS(2721), - [sym__edit_comment_span_start] = ACTIONS(2721), - [sym__single_quote_span_open] = ACTIONS(2721), - [sym__double_quote_span_open] = ACTIONS(2721), - [sym__shortcode_open_escaped] = ACTIONS(2721), - [sym__shortcode_open] = ACTIONS(2721), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2721), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2721), - [sym__cite_author_in_text] = ACTIONS(2721), - [sym__cite_suppress_author] = ACTIONS(2721), - [sym__strikeout_open] = ACTIONS(2721), - [sym__subscript_open] = ACTIONS(2721), - [sym__superscript_open] = ACTIONS(2721), - [sym__inline_note_start_token] = ACTIONS(2721), - [sym__strong_emphasis_open_star] = ACTIONS(2721), - [sym__strong_emphasis_open_underscore] = ACTIONS(2721), - [sym__emphasis_open_star] = ACTIONS(2721), - [sym__emphasis_open_underscore] = ACTIONS(2721), - [sym_inline_note_reference] = ACTIONS(2721), - [sym_html_element] = ACTIONS(2721), - [sym__pandoc_line_break] = ACTIONS(2721), - [sym__caption_start] = ACTIONS(2721), - }, - [STATE(371)] = { - [ts_builtin_sym_end] = ACTIONS(2353), - [sym_entity_reference] = ACTIONS(2353), - [sym_numeric_character_reference] = ACTIONS(2353), - [anon_sym_LBRACK] = ACTIONS(2353), - [anon_sym_BANG_LBRACK] = ACTIONS(2353), - [anon_sym_DOLLAR] = ACTIONS(2355), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2353), - [anon_sym_LBRACE] = ACTIONS(2353), - [aux_sym_pandoc_str_token1] = ACTIONS(2355), - [anon_sym_PIPE] = ACTIONS(2353), - [sym__whitespace] = ACTIONS(2353), - [sym__line_ending] = ACTIONS(2353), - [sym__soft_line_ending] = ACTIONS(2353), - [sym__block_quote_start] = ACTIONS(2353), - [sym_atx_h1_marker] = ACTIONS(2353), - [sym_atx_h2_marker] = ACTIONS(2353), - [sym_atx_h3_marker] = ACTIONS(2353), - [sym_atx_h4_marker] = ACTIONS(2353), - [sym_atx_h5_marker] = ACTIONS(2353), - [sym_atx_h6_marker] = ACTIONS(2353), - [sym__thematic_break] = ACTIONS(2353), - [sym__list_marker_minus] = ACTIONS(2353), - [sym__list_marker_plus] = ACTIONS(2353), - [sym__list_marker_star] = ACTIONS(2353), - [sym__list_marker_parenthesis] = ACTIONS(2353), - [sym__list_marker_dot] = ACTIONS(2353), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2353), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2353), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2353), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2353), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2353), - [sym__list_marker_example] = ACTIONS(2353), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2353), - [sym__fenced_code_block_start_backtick] = ACTIONS(2353), - [sym_minus_metadata] = ACTIONS(2353), - [sym__pipe_table_start] = ACTIONS(2353), - [sym__fenced_div_start] = ACTIONS(2353), - [sym_ref_id_specifier] = ACTIONS(2353), - [sym__code_span_start] = ACTIONS(2353), - [sym__html_comment] = ACTIONS(2353), - [sym__autolink] = ACTIONS(2353), - [sym__highlight_span_start] = ACTIONS(2353), - [sym__insert_span_start] = ACTIONS(2353), - [sym__delete_span_start] = ACTIONS(2353), - [sym__edit_comment_span_start] = ACTIONS(2353), - [sym__single_quote_span_open] = ACTIONS(2353), - [sym__double_quote_span_open] = ACTIONS(2353), - [sym__shortcode_open_escaped] = ACTIONS(2353), - [sym__shortcode_open] = ACTIONS(2353), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2353), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2353), - [sym__cite_author_in_text] = ACTIONS(2353), - [sym__cite_suppress_author] = ACTIONS(2353), - [sym__strikeout_open] = ACTIONS(2353), - [sym__subscript_open] = ACTIONS(2353), - [sym__superscript_open] = ACTIONS(2353), - [sym__inline_note_start_token] = ACTIONS(2353), - [sym__strong_emphasis_open_star] = ACTIONS(2353), - [sym__strong_emphasis_open_underscore] = ACTIONS(2353), - [sym__emphasis_open_star] = ACTIONS(2353), - [sym__emphasis_open_underscore] = ACTIONS(2353), - [sym_inline_note_reference] = ACTIONS(2353), - [sym_html_element] = ACTIONS(2353), - [sym__pandoc_line_break] = ACTIONS(2353), - [sym__caption_start] = ACTIONS(2353), - }, - [STATE(372)] = { - [sym__atx_heading_content] = STATE(3201), - [sym__inlines] = STATE(3201), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(470), - [sym_entity_reference] = ACTIONS(5), - [sym_numeric_character_reference] = ACTIONS(5), - [anon_sym_LBRACK] = ACTIONS(7), - [anon_sym_BANG_LBRACK] = ACTIONS(9), - [anon_sym_DOLLAR] = ACTIONS(11), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [aux_sym_pandoc_str_token1] = ACTIONS(17), - [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(2991), - [sym__line_ending] = ACTIONS(23), - [sym__eof] = ACTIONS(3005), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(5), - [sym__autolink] = ACTIONS(5), - [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(5), - [sym_html_element] = ACTIONS(5), - [sym__pandoc_line_break] = ACTIONS(5), - }, - [STATE(373)] = { - [ts_builtin_sym_end] = ACTIONS(2359), - [sym_entity_reference] = ACTIONS(2359), - [sym_numeric_character_reference] = ACTIONS(2359), - [anon_sym_LBRACK] = ACTIONS(2359), - [anon_sym_BANG_LBRACK] = ACTIONS(2359), - [anon_sym_DOLLAR] = ACTIONS(2361), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2359), - [anon_sym_LBRACE] = ACTIONS(2359), - [aux_sym_pandoc_str_token1] = ACTIONS(2361), - [anon_sym_PIPE] = ACTIONS(2359), - [sym__whitespace] = ACTIONS(2359), - [sym__line_ending] = ACTIONS(2359), - [sym__soft_line_ending] = ACTIONS(2359), - [sym__block_quote_start] = ACTIONS(2359), - [sym_atx_h1_marker] = ACTIONS(2359), - [sym_atx_h2_marker] = ACTIONS(2359), - [sym_atx_h3_marker] = ACTIONS(2359), - [sym_atx_h4_marker] = ACTIONS(2359), - [sym_atx_h5_marker] = ACTIONS(2359), - [sym_atx_h6_marker] = ACTIONS(2359), - [sym__thematic_break] = ACTIONS(2359), - [sym__list_marker_minus] = ACTIONS(2359), - [sym__list_marker_plus] = ACTIONS(2359), - [sym__list_marker_star] = ACTIONS(2359), - [sym__list_marker_parenthesis] = ACTIONS(2359), - [sym__list_marker_dot] = ACTIONS(2359), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2359), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2359), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2359), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2359), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2359), - [sym__list_marker_example] = ACTIONS(2359), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2359), - [sym__fenced_code_block_start_backtick] = ACTIONS(2359), - [sym_minus_metadata] = ACTIONS(2359), - [sym__pipe_table_start] = ACTIONS(2359), - [sym__fenced_div_start] = ACTIONS(2359), - [sym_ref_id_specifier] = ACTIONS(2359), - [sym__code_span_start] = ACTIONS(2359), - [sym__html_comment] = ACTIONS(2359), - [sym__autolink] = ACTIONS(2359), - [sym__highlight_span_start] = ACTIONS(2359), - [sym__insert_span_start] = ACTIONS(2359), - [sym__delete_span_start] = ACTIONS(2359), - [sym__edit_comment_span_start] = ACTIONS(2359), - [sym__single_quote_span_open] = ACTIONS(2359), - [sym__double_quote_span_open] = ACTIONS(2359), - [sym__shortcode_open_escaped] = ACTIONS(2359), - [sym__shortcode_open] = ACTIONS(2359), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2359), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2359), - [sym__cite_author_in_text] = ACTIONS(2359), - [sym__cite_suppress_author] = ACTIONS(2359), - [sym__strikeout_open] = ACTIONS(2359), - [sym__subscript_open] = ACTIONS(2359), - [sym__superscript_open] = ACTIONS(2359), - [sym__inline_note_start_token] = ACTIONS(2359), - [sym__strong_emphasis_open_star] = ACTIONS(2359), - [sym__strong_emphasis_open_underscore] = ACTIONS(2359), - [sym__emphasis_open_star] = ACTIONS(2359), - [sym__emphasis_open_underscore] = ACTIONS(2359), - [sym_inline_note_reference] = ACTIONS(2359), - [sym_html_element] = ACTIONS(2359), - [sym__pandoc_line_break] = ACTIONS(2359), - [sym__caption_start] = ACTIONS(2359), - }, - [STATE(374)] = { - [ts_builtin_sym_end] = ACTIONS(2901), - [sym_entity_reference] = ACTIONS(2901), - [sym_numeric_character_reference] = ACTIONS(2901), - [anon_sym_LBRACK] = ACTIONS(2901), - [anon_sym_BANG_LBRACK] = ACTIONS(2901), - [anon_sym_DOLLAR] = ACTIONS(2903), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2901), - [anon_sym_LBRACE] = ACTIONS(2901), - [aux_sym_pandoc_str_token1] = ACTIONS(2903), - [anon_sym_PIPE] = ACTIONS(2901), - [sym__whitespace] = ACTIONS(2901), - [sym__line_ending] = ACTIONS(2901), - [sym__soft_line_ending] = ACTIONS(2901), - [sym__block_quote_start] = ACTIONS(2901), - [sym_atx_h1_marker] = ACTIONS(2901), - [sym_atx_h2_marker] = ACTIONS(2901), - [sym_atx_h3_marker] = ACTIONS(2901), - [sym_atx_h4_marker] = ACTIONS(2901), - [sym_atx_h5_marker] = ACTIONS(2901), - [sym_atx_h6_marker] = ACTIONS(2901), - [sym__thematic_break] = ACTIONS(2901), - [sym__list_marker_minus] = ACTIONS(2901), - [sym__list_marker_plus] = ACTIONS(2901), - [sym__list_marker_star] = ACTIONS(2901), - [sym__list_marker_parenthesis] = ACTIONS(2901), - [sym__list_marker_dot] = ACTIONS(2901), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2901), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2901), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2901), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2901), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2901), - [sym__list_marker_example] = ACTIONS(2901), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2901), - [sym__fenced_code_block_start_backtick] = ACTIONS(2901), - [sym_minus_metadata] = ACTIONS(2901), - [sym__pipe_table_start] = ACTIONS(2901), - [sym__fenced_div_start] = ACTIONS(2901), - [sym_ref_id_specifier] = ACTIONS(2901), - [sym__code_span_start] = ACTIONS(2901), - [sym__html_comment] = ACTIONS(2901), - [sym__autolink] = ACTIONS(2901), - [sym__highlight_span_start] = ACTIONS(2901), - [sym__insert_span_start] = ACTIONS(2901), - [sym__delete_span_start] = ACTIONS(2901), - [sym__edit_comment_span_start] = ACTIONS(2901), - [sym__single_quote_span_open] = ACTIONS(2901), - [sym__double_quote_span_open] = ACTIONS(2901), - [sym__shortcode_open_escaped] = ACTIONS(2901), - [sym__shortcode_open] = ACTIONS(2901), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2901), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2901), - [sym__cite_author_in_text] = ACTIONS(2901), - [sym__cite_suppress_author] = ACTIONS(2901), - [sym__strikeout_open] = ACTIONS(2901), - [sym__subscript_open] = ACTIONS(2901), - [sym__superscript_open] = ACTIONS(2901), - [sym__inline_note_start_token] = ACTIONS(2901), - [sym__strong_emphasis_open_star] = ACTIONS(2901), - [sym__strong_emphasis_open_underscore] = ACTIONS(2901), - [sym__emphasis_open_star] = ACTIONS(2901), - [sym__emphasis_open_underscore] = ACTIONS(2901), - [sym_inline_note_reference] = ACTIONS(2901), - [sym_html_element] = ACTIONS(2901), - [sym__pandoc_line_break] = ACTIONS(2901), - [sym__caption_start] = ACTIONS(2901), - }, - [STATE(375)] = { - [ts_builtin_sym_end] = ACTIONS(2365), - [sym_entity_reference] = ACTIONS(2365), - [sym_numeric_character_reference] = ACTIONS(2365), - [anon_sym_LBRACK] = ACTIONS(2365), - [anon_sym_BANG_LBRACK] = ACTIONS(2365), - [anon_sym_DOLLAR] = ACTIONS(2367), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2365), - [anon_sym_LBRACE] = ACTIONS(2365), - [aux_sym_pandoc_str_token1] = ACTIONS(2367), - [anon_sym_PIPE] = ACTIONS(2365), - [sym__whitespace] = ACTIONS(2365), - [sym__line_ending] = ACTIONS(2365), - [sym__soft_line_ending] = ACTIONS(2365), - [sym__block_quote_start] = ACTIONS(2365), - [sym_atx_h1_marker] = ACTIONS(2365), - [sym_atx_h2_marker] = ACTIONS(2365), - [sym_atx_h3_marker] = ACTIONS(2365), - [sym_atx_h4_marker] = ACTIONS(2365), - [sym_atx_h5_marker] = ACTIONS(2365), - [sym_atx_h6_marker] = ACTIONS(2365), - [sym__thematic_break] = ACTIONS(2365), - [sym__list_marker_minus] = ACTIONS(2365), - [sym__list_marker_plus] = ACTIONS(2365), - [sym__list_marker_star] = ACTIONS(2365), - [sym__list_marker_parenthesis] = ACTIONS(2365), - [sym__list_marker_dot] = ACTIONS(2365), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2365), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2365), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2365), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2365), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2365), - [sym__list_marker_example] = ACTIONS(2365), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2365), - [sym__fenced_code_block_start_backtick] = ACTIONS(2365), - [sym_minus_metadata] = ACTIONS(2365), - [sym__pipe_table_start] = ACTIONS(2365), - [sym__fenced_div_start] = ACTIONS(2365), - [sym_ref_id_specifier] = ACTIONS(2365), - [sym__code_span_start] = ACTIONS(2365), - [sym__html_comment] = ACTIONS(2365), - [sym__autolink] = ACTIONS(2365), - [sym__highlight_span_start] = ACTIONS(2365), - [sym__insert_span_start] = ACTIONS(2365), - [sym__delete_span_start] = ACTIONS(2365), - [sym__edit_comment_span_start] = ACTIONS(2365), - [sym__single_quote_span_open] = ACTIONS(2365), - [sym__double_quote_span_open] = ACTIONS(2365), - [sym__shortcode_open_escaped] = ACTIONS(2365), - [sym__shortcode_open] = ACTIONS(2365), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2365), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2365), - [sym__cite_author_in_text] = ACTIONS(2365), - [sym__cite_suppress_author] = ACTIONS(2365), - [sym__strikeout_open] = ACTIONS(2365), - [sym__subscript_open] = ACTIONS(2365), - [sym__superscript_open] = ACTIONS(2365), - [sym__inline_note_start_token] = ACTIONS(2365), - [sym__strong_emphasis_open_star] = ACTIONS(2365), - [sym__strong_emphasis_open_underscore] = ACTIONS(2365), - [sym__emphasis_open_star] = ACTIONS(2365), - [sym__emphasis_open_underscore] = ACTIONS(2365), - [sym_inline_note_reference] = ACTIONS(2365), - [sym_html_element] = ACTIONS(2365), - [sym__pandoc_line_break] = ACTIONS(2365), - [sym__caption_start] = ACTIONS(2365), - }, - [STATE(376)] = { - [sym__atx_heading_content] = STATE(3255), - [sym__inlines] = STATE(3255), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(442), - [sym_entity_reference] = ACTIONS(5), - [sym_numeric_character_reference] = ACTIONS(5), - [anon_sym_LBRACK] = ACTIONS(7), - [anon_sym_BANG_LBRACK] = ACTIONS(9), - [anon_sym_DOLLAR] = ACTIONS(11), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [aux_sym_pandoc_str_token1] = ACTIONS(17), - [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(2991), - [sym__line_ending] = ACTIONS(23), - [sym__eof] = ACTIONS(3007), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(5), - [sym__autolink] = ACTIONS(5), - [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(5), - [sym_html_element] = ACTIONS(5), - [sym__pandoc_line_break] = ACTIONS(5), + [sym__block_quote_start] = ACTIONS(2299), + [sym_atx_h1_marker] = ACTIONS(2299), + [sym_atx_h2_marker] = ACTIONS(2299), + [sym_atx_h3_marker] = ACTIONS(2299), + [sym_atx_h4_marker] = ACTIONS(2299), + [sym_atx_h5_marker] = ACTIONS(2299), + [sym_atx_h6_marker] = ACTIONS(2299), + [sym__thematic_break] = ACTIONS(2299), + [sym__list_marker_minus] = ACTIONS(2299), + [sym__list_marker_plus] = ACTIONS(2299), + [sym__list_marker_star] = ACTIONS(2299), + [sym__list_marker_parenthesis] = ACTIONS(2299), + [sym__list_marker_dot] = ACTIONS(2299), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2299), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2299), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2299), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2299), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2299), + [sym__list_marker_example] = ACTIONS(2299), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2299), + [sym__fenced_code_block_start_backtick] = ACTIONS(2299), + [sym_minus_metadata] = ACTIONS(2299), + [sym__pipe_table_start] = ACTIONS(2299), + [sym__fenced_div_start] = ACTIONS(2299), + [sym_ref_id_specifier] = ACTIONS(2299), + [sym__code_span_start] = ACTIONS(2299), + [sym__html_comment] = ACTIONS(2299), + [sym__autolink] = ACTIONS(2299), + [sym__highlight_span_start] = ACTIONS(2299), + [sym__insert_span_start] = ACTIONS(2299), + [sym__delete_span_start] = ACTIONS(2299), + [sym__edit_comment_span_start] = ACTIONS(2299), + [sym__single_quote_span_open] = ACTIONS(2299), + [sym__double_quote_span_open] = ACTIONS(2299), + [sym__shortcode_open_escaped] = ACTIONS(2299), + [sym__shortcode_open] = ACTIONS(2299), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2299), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2299), + [sym__cite_author_in_text] = ACTIONS(2299), + [sym__cite_suppress_author] = ACTIONS(2299), + [sym__strikeout_open] = ACTIONS(2299), + [sym__subscript_open] = ACTIONS(2299), + [sym__superscript_open] = ACTIONS(2299), + [sym__inline_note_start_token] = ACTIONS(2299), + [sym__strong_emphasis_open_star] = ACTIONS(2299), + [sym__strong_emphasis_open_underscore] = ACTIONS(2299), + [sym__emphasis_open_star] = ACTIONS(2299), + [sym__emphasis_open_underscore] = ACTIONS(2299), + [sym_inline_note_reference] = ACTIONS(2299), + [sym_html_element] = ACTIONS(2299), + [sym__pandoc_line_break] = ACTIONS(2299), + [sym__caption_start] = ACTIONS(2299), }, - [STATE(377)] = { - [ts_builtin_sym_end] = ACTIONS(2371), - [sym_entity_reference] = ACTIONS(2371), - [sym_numeric_character_reference] = ACTIONS(2371), - [anon_sym_LBRACK] = ACTIONS(2371), - [anon_sym_BANG_LBRACK] = ACTIONS(2371), - [anon_sym_DOLLAR] = ACTIONS(2373), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2371), - [anon_sym_LBRACE] = ACTIONS(2371), - [aux_sym_pandoc_str_token1] = ACTIONS(2373), - [anon_sym_PIPE] = ACTIONS(2371), - [sym__whitespace] = ACTIONS(2371), - [sym__line_ending] = ACTIONS(2371), - [sym__soft_line_ending] = ACTIONS(2371), - [sym__block_quote_start] = ACTIONS(2371), - [sym_atx_h1_marker] = ACTIONS(2371), - [sym_atx_h2_marker] = ACTIONS(2371), - [sym_atx_h3_marker] = ACTIONS(2371), - [sym_atx_h4_marker] = ACTIONS(2371), - [sym_atx_h5_marker] = ACTIONS(2371), - [sym_atx_h6_marker] = ACTIONS(2371), - [sym__thematic_break] = ACTIONS(2371), - [sym__list_marker_minus] = ACTIONS(2371), - [sym__list_marker_plus] = ACTIONS(2371), - [sym__list_marker_star] = ACTIONS(2371), - [sym__list_marker_parenthesis] = ACTIONS(2371), - [sym__list_marker_dot] = ACTIONS(2371), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2371), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2371), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2371), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2371), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2371), - [sym__list_marker_example] = ACTIONS(2371), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2371), - [sym__fenced_code_block_start_backtick] = ACTIONS(2371), - [sym_minus_metadata] = ACTIONS(2371), - [sym__pipe_table_start] = ACTIONS(2371), - [sym__fenced_div_start] = ACTIONS(2371), - [sym_ref_id_specifier] = ACTIONS(2371), - [sym__code_span_start] = ACTIONS(2371), - [sym__html_comment] = ACTIONS(2371), - [sym__autolink] = ACTIONS(2371), - [sym__highlight_span_start] = ACTIONS(2371), - [sym__insert_span_start] = ACTIONS(2371), - [sym__delete_span_start] = ACTIONS(2371), - [sym__edit_comment_span_start] = ACTIONS(2371), - [sym__single_quote_span_open] = ACTIONS(2371), - [sym__double_quote_span_open] = ACTIONS(2371), - [sym__shortcode_open_escaped] = ACTIONS(2371), - [sym__shortcode_open] = ACTIONS(2371), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2371), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2371), - [sym__cite_author_in_text] = ACTIONS(2371), - [sym__cite_suppress_author] = ACTIONS(2371), - [sym__strikeout_open] = ACTIONS(2371), - [sym__subscript_open] = ACTIONS(2371), - [sym__superscript_open] = ACTIONS(2371), - [sym__inline_note_start_token] = ACTIONS(2371), - [sym__strong_emphasis_open_star] = ACTIONS(2371), - [sym__strong_emphasis_open_underscore] = ACTIONS(2371), - [sym__emphasis_open_star] = ACTIONS(2371), - [sym__emphasis_open_underscore] = ACTIONS(2371), - [sym_inline_note_reference] = ACTIONS(2371), - [sym_html_element] = ACTIONS(2371), - [sym__pandoc_line_break] = ACTIONS(2371), - [sym__caption_start] = ACTIONS(2371), + [STATE(358)] = { + [ts_builtin_sym_end] = ACTIONS(2577), + [sym_entity_reference] = ACTIONS(2577), + [sym_numeric_character_reference] = ACTIONS(2577), + [anon_sym_LBRACK] = ACTIONS(2577), + [anon_sym_BANG_LBRACK] = ACTIONS(2577), + [anon_sym_DOLLAR] = ACTIONS(2579), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2577), + [anon_sym_LBRACE] = ACTIONS(2577), + [aux_sym_pandoc_str_token1] = ACTIONS(2579), + [anon_sym_PIPE] = ACTIONS(2577), + [sym__whitespace] = ACTIONS(2577), + [sym__line_ending] = ACTIONS(2577), + [sym__soft_line_ending] = ACTIONS(2577), + [sym__block_quote_start] = ACTIONS(2577), + [sym_atx_h1_marker] = ACTIONS(2577), + [sym_atx_h2_marker] = ACTIONS(2577), + [sym_atx_h3_marker] = ACTIONS(2577), + [sym_atx_h4_marker] = ACTIONS(2577), + [sym_atx_h5_marker] = ACTIONS(2577), + [sym_atx_h6_marker] = ACTIONS(2577), + [sym__thematic_break] = ACTIONS(2577), + [sym__list_marker_minus] = ACTIONS(2577), + [sym__list_marker_plus] = ACTIONS(2577), + [sym__list_marker_star] = ACTIONS(2577), + [sym__list_marker_parenthesis] = ACTIONS(2577), + [sym__list_marker_dot] = ACTIONS(2577), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2577), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2577), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2577), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2577), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2577), + [sym__list_marker_example] = ACTIONS(2577), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2577), + [sym__fenced_code_block_start_backtick] = ACTIONS(2577), + [sym_minus_metadata] = ACTIONS(2577), + [sym__pipe_table_start] = ACTIONS(2577), + [sym__fenced_div_start] = ACTIONS(2577), + [sym_ref_id_specifier] = ACTIONS(2577), + [sym__code_span_start] = ACTIONS(2577), + [sym__html_comment] = ACTIONS(2577), + [sym__autolink] = ACTIONS(2577), + [sym__highlight_span_start] = ACTIONS(2577), + [sym__insert_span_start] = ACTIONS(2577), + [sym__delete_span_start] = ACTIONS(2577), + [sym__edit_comment_span_start] = ACTIONS(2577), + [sym__single_quote_span_open] = ACTIONS(2577), + [sym__double_quote_span_open] = ACTIONS(2577), + [sym__shortcode_open_escaped] = ACTIONS(2577), + [sym__shortcode_open] = ACTIONS(2577), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2577), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2577), + [sym__cite_author_in_text] = ACTIONS(2577), + [sym__cite_suppress_author] = ACTIONS(2577), + [sym__strikeout_open] = ACTIONS(2577), + [sym__subscript_open] = ACTIONS(2577), + [sym__superscript_open] = ACTIONS(2577), + [sym__inline_note_start_token] = ACTIONS(2577), + [sym__strong_emphasis_open_star] = ACTIONS(2577), + [sym__strong_emphasis_open_underscore] = ACTIONS(2577), + [sym__emphasis_open_star] = ACTIONS(2577), + [sym__emphasis_open_underscore] = ACTIONS(2577), + [sym_inline_note_reference] = ACTIONS(2577), + [sym_html_element] = ACTIONS(2577), + [sym__pandoc_line_break] = ACTIONS(2577), + [sym__caption_start] = ACTIONS(2577), }, - [STATE(378)] = { + [STATE(359)] = { [ts_builtin_sym_end] = ACTIONS(2601), [sym_entity_reference] = ACTIONS(2601), [sym_numeric_character_reference] = ACTIONS(2601), @@ -56393,7 +55496,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2601), [sym__caption_start] = ACTIONS(2601), }, - [STATE(379)] = { + [STATE(360)] = { [ts_builtin_sym_end] = ACTIONS(2605), [sym_entity_reference] = ACTIONS(2605), [sym_numeric_character_reference] = ACTIONS(2605), @@ -56460,7 +55563,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2605), [sym__caption_start] = ACTIONS(2605), }, - [STATE(380)] = { + [STATE(361)] = { [ts_builtin_sym_end] = ACTIONS(2609), [sym_entity_reference] = ACTIONS(2609), [sym_numeric_character_reference] = ACTIONS(2609), @@ -56527,141 +55630,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2609), [sym__caption_start] = ACTIONS(2609), }, - [STATE(381)] = { - [ts_builtin_sym_end] = ACTIONS(2949), - [sym_entity_reference] = ACTIONS(2949), - [sym_numeric_character_reference] = ACTIONS(2949), - [anon_sym_LBRACK] = ACTIONS(2949), - [anon_sym_BANG_LBRACK] = ACTIONS(2949), - [anon_sym_DOLLAR] = ACTIONS(2951), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2949), - [anon_sym_LBRACE] = ACTIONS(2949), - [aux_sym_pandoc_str_token1] = ACTIONS(2951), - [anon_sym_PIPE] = ACTIONS(2949), - [sym__whitespace] = ACTIONS(2949), - [sym__line_ending] = ACTIONS(2949), - [sym__soft_line_ending] = ACTIONS(2949), - [sym__block_quote_start] = ACTIONS(2949), - [sym_atx_h1_marker] = ACTIONS(2949), - [sym_atx_h2_marker] = ACTIONS(2949), - [sym_atx_h3_marker] = ACTIONS(2949), - [sym_atx_h4_marker] = ACTIONS(2949), - [sym_atx_h5_marker] = ACTIONS(2949), - [sym_atx_h6_marker] = ACTIONS(2949), - [sym__thematic_break] = ACTIONS(2949), - [sym__list_marker_minus] = ACTIONS(2949), - [sym__list_marker_plus] = ACTIONS(2949), - [sym__list_marker_star] = ACTIONS(2949), - [sym__list_marker_parenthesis] = ACTIONS(2949), - [sym__list_marker_dot] = ACTIONS(2949), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2949), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2949), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2949), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2949), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2949), - [sym__list_marker_example] = ACTIONS(2949), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2949), - [sym__fenced_code_block_start_backtick] = ACTIONS(2949), - [sym_minus_metadata] = ACTIONS(2949), - [sym__pipe_table_start] = ACTIONS(2949), - [sym__fenced_div_start] = ACTIONS(2949), - [sym_ref_id_specifier] = ACTIONS(2949), - [sym__code_span_start] = ACTIONS(2949), - [sym__html_comment] = ACTIONS(2949), - [sym__autolink] = ACTIONS(2949), - [sym__highlight_span_start] = ACTIONS(2949), - [sym__insert_span_start] = ACTIONS(2949), - [sym__delete_span_start] = ACTIONS(2949), - [sym__edit_comment_span_start] = ACTIONS(2949), - [sym__single_quote_span_open] = ACTIONS(2949), - [sym__double_quote_span_open] = ACTIONS(2949), - [sym__shortcode_open_escaped] = ACTIONS(2949), - [sym__shortcode_open] = ACTIONS(2949), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2949), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2949), - [sym__cite_author_in_text] = ACTIONS(2949), - [sym__cite_suppress_author] = ACTIONS(2949), - [sym__strikeout_open] = ACTIONS(2949), - [sym__subscript_open] = ACTIONS(2949), - [sym__superscript_open] = ACTIONS(2949), - [sym__inline_note_start_token] = ACTIONS(2949), - [sym__strong_emphasis_open_star] = ACTIONS(2949), - [sym__strong_emphasis_open_underscore] = ACTIONS(2949), - [sym__emphasis_open_star] = ACTIONS(2949), - [sym__emphasis_open_underscore] = ACTIONS(2949), - [sym_inline_note_reference] = ACTIONS(2949), - [sym_html_element] = ACTIONS(2949), - [sym__pandoc_line_break] = ACTIONS(2949), - [sym__caption_start] = ACTIONS(2949), - }, - [STATE(382)] = { - [sym_pipe_table_row] = STATE(3404), - [sym_pipe_table_cell] = STATE(3192), - [sym_pandoc_span] = STATE(669), - [sym_pandoc_image] = STATE(669), - [sym_pandoc_math] = STATE(669), - [sym_pandoc_display_math] = STATE(669), - [sym_pandoc_code_span] = STATE(669), - [sym_pandoc_single_quote] = STATE(669), - [sym_pandoc_double_quote] = STATE(669), - [sym_insert] = STATE(669), - [sym_delete] = STATE(669), - [sym_edit_comment] = STATE(669), - [sym_highlight] = STATE(669), - [sym__pandoc_attr_specifier] = STATE(669), - [sym__line_with_maybe_spaces] = STATE(3193), - [sym__inline_element] = STATE(669), - [sym_shortcode_escaped] = STATE(669), - [sym_shortcode] = STATE(669), - [sym_citation] = STATE(669), - [sym_inline_note] = STATE(669), - [sym_pandoc_superscript] = STATE(669), - [sym_pandoc_subscript] = STATE(669), - [sym_pandoc_strikeout] = STATE(669), - [sym_pandoc_emph] = STATE(669), - [sym_pandoc_strong] = STATE(669), - [sym_pandoc_str] = STATE(669), - [aux_sym_pipe_table_row_repeat1] = STATE(599), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(669), - [sym_entity_reference] = ACTIONS(3009), - [sym_numeric_character_reference] = ACTIONS(3009), - [anon_sym_LBRACK] = ACTIONS(3011), - [anon_sym_BANG_LBRACK] = ACTIONS(3013), - [anon_sym_DOLLAR] = ACTIONS(3015), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3019), - [aux_sym_pandoc_str_token1] = ACTIONS(3021), - [anon_sym_PIPE] = ACTIONS(3023), - [sym__whitespace] = ACTIONS(3025), - [sym__code_span_start] = ACTIONS(3027), - [sym__html_comment] = ACTIONS(3009), - [sym__autolink] = ACTIONS(3009), - [sym__highlight_span_start] = ACTIONS(3029), - [sym__insert_span_start] = ACTIONS(3031), - [sym__delete_span_start] = ACTIONS(3033), - [sym__edit_comment_span_start] = ACTIONS(3035), - [sym__single_quote_span_open] = ACTIONS(3037), - [sym__double_quote_span_open] = ACTIONS(3039), - [sym__shortcode_open_escaped] = ACTIONS(3041), - [sym__shortcode_open] = ACTIONS(3043), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3045), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3047), - [sym__cite_author_in_text] = ACTIONS(3049), - [sym__cite_suppress_author] = ACTIONS(3051), - [sym__strikeout_open] = ACTIONS(3053), - [sym__subscript_open] = ACTIONS(3055), - [sym__superscript_open] = ACTIONS(3057), - [sym__inline_note_start_token] = ACTIONS(3059), - [sym__strong_emphasis_open_star] = ACTIONS(3061), - [sym__strong_emphasis_open_underscore] = ACTIONS(3063), - [sym__emphasis_open_star] = ACTIONS(3065), - [sym__emphasis_open_underscore] = ACTIONS(3067), - [sym_inline_note_reference] = ACTIONS(3009), - [sym_html_element] = ACTIONS(3009), - [sym__pipe_table_delimiter] = ACTIONS(3069), - [sym__pandoc_line_break] = ACTIONS(3009), + [STATE(362)] = { + [sym__atx_heading_content] = STATE(3241), + [sym__inlines] = STATE(3241), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(403), + [sym_entity_reference] = ACTIONS(5), + [sym_numeric_character_reference] = ACTIONS(5), + [anon_sym_LBRACK] = ACTIONS(7), + [anon_sym_BANG_LBRACK] = ACTIONS(9), + [anon_sym_DOLLAR] = ACTIONS(11), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [aux_sym_pandoc_str_token1] = ACTIONS(17), + [anon_sym_PIPE] = ACTIONS(19), + [sym__whitespace] = ACTIONS(2991), + [sym__line_ending] = ACTIONS(23), + [sym__eof] = ACTIONS(2993), + [sym__code_span_start] = ACTIONS(65), + [sym__html_comment] = ACTIONS(5), + [sym__autolink] = ACTIONS(5), + [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(5), + [sym_html_element] = ACTIONS(5), + [sym__pandoc_line_break] = ACTIONS(5), }, - [STATE(383)] = { + [STATE(363)] = { [ts_builtin_sym_end] = ACTIONS(2613), [sym_entity_reference] = ACTIONS(2613), [sym_numeric_character_reference] = ACTIONS(2613), @@ -56728,7 +55764,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2613), [sym__caption_start] = ACTIONS(2613), }, - [STATE(384)] = { + [STATE(364)] = { [ts_builtin_sym_end] = ACTIONS(2617), [sym_entity_reference] = ACTIONS(2617), [sym_numeric_character_reference] = ACTIONS(2617), @@ -56795,208 +55831,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2617), [sym__caption_start] = ACTIONS(2617), }, - [STATE(385)] = { - [ts_builtin_sym_end] = ACTIONS(2957), - [sym_entity_reference] = ACTIONS(2957), - [sym_numeric_character_reference] = ACTIONS(2957), - [anon_sym_LBRACK] = ACTIONS(2957), - [anon_sym_BANG_LBRACK] = ACTIONS(2957), - [anon_sym_DOLLAR] = ACTIONS(2959), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2957), - [anon_sym_LBRACE] = ACTIONS(2957), - [aux_sym_pandoc_str_token1] = ACTIONS(2959), - [anon_sym_PIPE] = ACTIONS(2957), - [sym__whitespace] = ACTIONS(2957), - [sym__line_ending] = ACTIONS(2957), - [sym__soft_line_ending] = 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_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), - [sym__pandoc_line_break] = ACTIONS(2957), - [sym__caption_start] = ACTIONS(2957), - }, - [STATE(386)] = { - [sym_entity_reference] = ACTIONS(2691), - [sym_numeric_character_reference] = ACTIONS(2691), - [anon_sym_LBRACK] = ACTIONS(2691), - [anon_sym_BANG_LBRACK] = ACTIONS(2691), - [anon_sym_DOLLAR] = ACTIONS(2693), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2691), - [anon_sym_LBRACE] = ACTIONS(2691), - [aux_sym_pandoc_str_token1] = ACTIONS(2693), - [anon_sym_PIPE] = ACTIONS(2691), - [sym__whitespace] = ACTIONS(2691), - [sym__line_ending] = ACTIONS(2691), - [sym__soft_line_ending] = ACTIONS(2691), - [sym__block_close] = ACTIONS(2691), - [sym__block_quote_start] = ACTIONS(2691), - [sym_atx_h1_marker] = ACTIONS(2691), - [sym_atx_h2_marker] = ACTIONS(2691), - [sym_atx_h3_marker] = ACTIONS(2691), - [sym_atx_h4_marker] = ACTIONS(2691), - [sym_atx_h5_marker] = ACTIONS(2691), - [sym_atx_h6_marker] = ACTIONS(2691), - [sym__thematic_break] = ACTIONS(2691), - [sym__list_marker_minus] = ACTIONS(2691), - [sym__list_marker_plus] = ACTIONS(2691), - [sym__list_marker_star] = ACTIONS(2691), - [sym__list_marker_parenthesis] = ACTIONS(2691), - [sym__list_marker_dot] = ACTIONS(2691), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2691), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2691), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2691), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2691), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2691), - [sym__list_marker_example] = ACTIONS(2691), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2691), - [sym__fenced_code_block_start_backtick] = ACTIONS(2691), - [sym_minus_metadata] = ACTIONS(2691), - [sym__pipe_table_start] = ACTIONS(2691), - [sym__fenced_div_start] = ACTIONS(2691), - [sym_ref_id_specifier] = ACTIONS(2691), - [sym__code_span_start] = ACTIONS(2691), - [sym__html_comment] = ACTIONS(2691), - [sym__autolink] = ACTIONS(2691), - [sym__highlight_span_start] = ACTIONS(2691), - [sym__insert_span_start] = ACTIONS(2691), - [sym__delete_span_start] = ACTIONS(2691), - [sym__edit_comment_span_start] = ACTIONS(2691), - [sym__single_quote_span_open] = ACTIONS(2691), - [sym__double_quote_span_open] = ACTIONS(2691), - [sym__shortcode_open_escaped] = ACTIONS(2691), - [sym__shortcode_open] = ACTIONS(2691), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2691), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2691), - [sym__cite_author_in_text] = ACTIONS(2691), - [sym__cite_suppress_author] = ACTIONS(2691), - [sym__strikeout_open] = ACTIONS(2691), - [sym__subscript_open] = ACTIONS(2691), - [sym__superscript_open] = ACTIONS(2691), - [sym__inline_note_start_token] = ACTIONS(2691), - [sym__strong_emphasis_open_star] = ACTIONS(2691), - [sym__strong_emphasis_open_underscore] = ACTIONS(2691), - [sym__emphasis_open_star] = ACTIONS(2691), - [sym__emphasis_open_underscore] = ACTIONS(2691), - [sym_inline_note_reference] = ACTIONS(2691), - [sym_html_element] = ACTIONS(2691), - [sym__pandoc_line_break] = ACTIONS(2691), - [sym__caption_start] = ACTIONS(2691), + [STATE(365)] = { + [sym__atx_heading_content] = STATE(3246), + [sym__inlines] = STATE(3246), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(405), + [sym_entity_reference] = ACTIONS(5), + [sym_numeric_character_reference] = ACTIONS(5), + [anon_sym_LBRACK] = ACTIONS(7), + [anon_sym_BANG_LBRACK] = ACTIONS(9), + [anon_sym_DOLLAR] = ACTIONS(11), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [aux_sym_pandoc_str_token1] = ACTIONS(17), + [anon_sym_PIPE] = ACTIONS(19), + [sym__whitespace] = ACTIONS(2991), + [sym__line_ending] = ACTIONS(23), + [sym__eof] = ACTIONS(2995), + [sym__code_span_start] = ACTIONS(65), + [sym__html_comment] = ACTIONS(5), + [sym__autolink] = ACTIONS(5), + [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(5), + [sym_html_element] = ACTIONS(5), + [sym__pandoc_line_break] = ACTIONS(5), }, - [STATE(387)] = { - [ts_builtin_sym_end] = ACTIONS(2977), - [sym_entity_reference] = ACTIONS(2977), - [sym_numeric_character_reference] = ACTIONS(2977), - [anon_sym_LBRACK] = ACTIONS(2977), - [anon_sym_BANG_LBRACK] = ACTIONS(2977), - [anon_sym_DOLLAR] = ACTIONS(2979), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2977), - [anon_sym_LBRACE] = ACTIONS(2977), - [aux_sym_pandoc_str_token1] = ACTIONS(2979), - [anon_sym_PIPE] = ACTIONS(2977), - [sym__whitespace] = ACTIONS(2977), - [sym__line_ending] = ACTIONS(2977), - [sym__soft_line_ending] = 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_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), - [sym__pandoc_line_break] = ACTIONS(2977), - [sym__caption_start] = ACTIONS(2977), + [STATE(366)] = { + [sym__atx_heading_content] = STATE(3328), + [sym__inlines] = STATE(3328), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(406), + [sym_entity_reference] = ACTIONS(5), + [sym_numeric_character_reference] = ACTIONS(5), + [anon_sym_LBRACK] = ACTIONS(7), + [anon_sym_BANG_LBRACK] = ACTIONS(9), + [anon_sym_DOLLAR] = ACTIONS(11), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [aux_sym_pandoc_str_token1] = ACTIONS(17), + [anon_sym_PIPE] = ACTIONS(19), + [sym__whitespace] = ACTIONS(2991), + [sym__line_ending] = ACTIONS(23), + [sym__eof] = ACTIONS(2997), + [sym__code_span_start] = ACTIONS(65), + [sym__html_comment] = ACTIONS(5), + [sym__autolink] = ACTIONS(5), + [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(5), + [sym_html_element] = ACTIONS(5), + [sym__pandoc_line_break] = ACTIONS(5), }, - [STATE(388)] = { + [STATE(367)] = { [ts_builtin_sym_end] = ACTIONS(2621), [sym_entity_reference] = ACTIONS(2621), [sym_numeric_character_reference] = ACTIONS(2621), @@ -57063,7 +56032,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2621), [sym__caption_start] = ACTIONS(2621), }, - [STATE(389)] = { + [STATE(368)] = { [ts_builtin_sym_end] = ACTIONS(2625), [sym_entity_reference] = ACTIONS(2625), [sym_numeric_character_reference] = ACTIONS(2625), @@ -57130,7 +56099,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2625), [sym__caption_start] = ACTIONS(2625), }, - [STATE(390)] = { + [STATE(369)] = { [ts_builtin_sym_end] = ACTIONS(2629), [sym_entity_reference] = ACTIONS(2629), [sym_numeric_character_reference] = ACTIONS(2629), @@ -57197,7 +56166,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2629), [sym__caption_start] = ACTIONS(2629), }, - [STATE(391)] = { + [STATE(370)] = { [ts_builtin_sym_end] = ACTIONS(2633), [sym_entity_reference] = ACTIONS(2633), [sym_numeric_character_reference] = ACTIONS(2633), @@ -57264,7 +56233,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2633), [sym__caption_start] = ACTIONS(2633), }, - [STATE(392)] = { + [STATE(371)] = { [ts_builtin_sym_end] = ACTIONS(2637), [sym_entity_reference] = ACTIONS(2637), [sym_numeric_character_reference] = ACTIONS(2637), @@ -57331,7 +56300,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2637), [sym__caption_start] = ACTIONS(2637), }, - [STATE(393)] = { + [STATE(372)] = { [ts_builtin_sym_end] = ACTIONS(2641), [sym_entity_reference] = ACTIONS(2641), [sym_numeric_character_reference] = ACTIONS(2641), @@ -57398,7 +56367,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2641), [sym__caption_start] = ACTIONS(2641), }, - [STATE(394)] = { + [STATE(373)] = { [ts_builtin_sym_end] = ACTIONS(2645), [sym_entity_reference] = ACTIONS(2645), [sym_numeric_character_reference] = ACTIONS(2645), @@ -57465,7 +56434,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2645), [sym__caption_start] = ACTIONS(2645), }, - [STATE(395)] = { + [STATE(374)] = { [ts_builtin_sym_end] = ACTIONS(2649), [sym_entity_reference] = ACTIONS(2649), [sym_numeric_character_reference] = ACTIONS(2649), @@ -57532,15 +56501,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2649), [sym__caption_start] = ACTIONS(2649), }, - [STATE(396)] = { - [ts_builtin_sym_end] = ACTIONS(2653), - [sym_entity_reference] = ACTIONS(2653), - [sym_numeric_character_reference] = ACTIONS(2653), - [anon_sym_LBRACK] = ACTIONS(2653), - [anon_sym_BANG_LBRACK] = ACTIONS(2653), - [anon_sym_DOLLAR] = ACTIONS(2655), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2653), - [anon_sym_LBRACE] = ACTIONS(2653), + [STATE(375)] = { + [sym__atx_heading_content] = STATE(3180), + [sym__inlines] = STATE(3180), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(400), + [sym_entity_reference] = ACTIONS(5), + [sym_numeric_character_reference] = ACTIONS(5), + [anon_sym_LBRACK] = ACTIONS(7), + [anon_sym_BANG_LBRACK] = ACTIONS(9), + [anon_sym_DOLLAR] = ACTIONS(11), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [aux_sym_pandoc_str_token1] = ACTIONS(17), + [anon_sym_PIPE] = ACTIONS(19), + [sym__whitespace] = ACTIONS(2991), + [sym__line_ending] = ACTIONS(23), + [sym__eof] = ACTIONS(2999), + [sym__code_span_start] = ACTIONS(65), + [sym__html_comment] = ACTIONS(5), + [sym__autolink] = ACTIONS(5), + [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(5), + [sym_html_element] = ACTIONS(5), + [sym__pandoc_line_break] = ACTIONS(5), + }, + [STATE(376)] = { + [ts_builtin_sym_end] = ACTIONS(2653), + [sym_entity_reference] = ACTIONS(2653), + [sym_numeric_character_reference] = ACTIONS(2653), + [anon_sym_LBRACK] = ACTIONS(2653), + [anon_sym_BANG_LBRACK] = ACTIONS(2653), + [anon_sym_DOLLAR] = ACTIONS(2655), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2653), + [anon_sym_LBRACE] = ACTIONS(2653), [aux_sym_pandoc_str_token1] = ACTIONS(2655), [anon_sym_PIPE] = ACTIONS(2653), [sym__whitespace] = ACTIONS(2653), @@ -57599,7 +56635,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2653), [sym__caption_start] = ACTIONS(2653), }, - [STATE(397)] = { + [STATE(377)] = { [ts_builtin_sym_end] = ACTIONS(2657), [sym_entity_reference] = ACTIONS(2657), [sym_numeric_character_reference] = ACTIONS(2657), @@ -57666,7 +56702,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2657), [sym__caption_start] = ACTIONS(2657), }, - [STATE(398)] = { + [STATE(378)] = { [ts_builtin_sym_end] = ACTIONS(2661), [sym_entity_reference] = ACTIONS(2661), [sym_numeric_character_reference] = ACTIONS(2661), @@ -57733,7 +56769,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2661), [sym__caption_start] = ACTIONS(2661), }, - [STATE(399)] = { + [STATE(379)] = { [ts_builtin_sym_end] = ACTIONS(2665), [sym_entity_reference] = ACTIONS(2665), [sym_numeric_character_reference] = ACTIONS(2665), @@ -57800,74 +56836,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2665), [sym__caption_start] = ACTIONS(2665), }, - [STATE(400)] = { - [ts_builtin_sym_end] = ACTIONS(2973), - [sym_entity_reference] = ACTIONS(2973), - [sym_numeric_character_reference] = ACTIONS(2973), - [anon_sym_LBRACK] = ACTIONS(2973), - [anon_sym_BANG_LBRACK] = ACTIONS(2973), - [anon_sym_DOLLAR] = ACTIONS(2975), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2973), - [anon_sym_LBRACE] = ACTIONS(2973), - [aux_sym_pandoc_str_token1] = ACTIONS(2975), - [anon_sym_PIPE] = ACTIONS(2973), - [sym__whitespace] = ACTIONS(2973), - [sym__line_ending] = ACTIONS(2973), - [sym__soft_line_ending] = 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_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), - [sym__pandoc_line_break] = ACTIONS(2973), - [sym__caption_start] = ACTIONS(2973), + [STATE(380)] = { + [ts_builtin_sym_end] = ACTIONS(2703), + [sym_entity_reference] = ACTIONS(2703), + [sym_numeric_character_reference] = ACTIONS(2703), + [anon_sym_LBRACK] = ACTIONS(2703), + [anon_sym_BANG_LBRACK] = ACTIONS(2703), + [anon_sym_DOLLAR] = ACTIONS(2705), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2703), + [anon_sym_LBRACE] = ACTIONS(2703), + [aux_sym_pandoc_str_token1] = ACTIONS(2705), + [anon_sym_PIPE] = ACTIONS(2703), + [sym__whitespace] = ACTIONS(2703), + [sym__line_ending] = ACTIONS(2703), + [sym__soft_line_ending] = ACTIONS(2703), + [sym__block_quote_start] = ACTIONS(2703), + [sym_atx_h1_marker] = ACTIONS(2703), + [sym_atx_h2_marker] = ACTIONS(2703), + [sym_atx_h3_marker] = ACTIONS(2703), + [sym_atx_h4_marker] = ACTIONS(2703), + [sym_atx_h5_marker] = ACTIONS(2703), + [sym_atx_h6_marker] = ACTIONS(2703), + [sym__thematic_break] = ACTIONS(2703), + [sym__list_marker_minus] = ACTIONS(2703), + [sym__list_marker_plus] = ACTIONS(2703), + [sym__list_marker_star] = ACTIONS(2703), + [sym__list_marker_parenthesis] = ACTIONS(2703), + [sym__list_marker_dot] = ACTIONS(2703), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2703), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2703), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2703), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2703), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2703), + [sym__list_marker_example] = ACTIONS(2703), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2703), + [sym__fenced_code_block_start_backtick] = ACTIONS(2703), + [sym_minus_metadata] = ACTIONS(2703), + [sym__pipe_table_start] = ACTIONS(2703), + [sym__fenced_div_start] = ACTIONS(2703), + [sym_ref_id_specifier] = ACTIONS(2703), + [sym__code_span_start] = ACTIONS(2703), + [sym__html_comment] = ACTIONS(2703), + [sym__autolink] = ACTIONS(2703), + [sym__highlight_span_start] = ACTIONS(2703), + [sym__insert_span_start] = ACTIONS(2703), + [sym__delete_span_start] = ACTIONS(2703), + [sym__edit_comment_span_start] = ACTIONS(2703), + [sym__single_quote_span_open] = ACTIONS(2703), + [sym__double_quote_span_open] = ACTIONS(2703), + [sym__shortcode_open_escaped] = ACTIONS(2703), + [sym__shortcode_open] = ACTIONS(2703), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2703), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2703), + [sym__cite_author_in_text] = ACTIONS(2703), + [sym__cite_suppress_author] = ACTIONS(2703), + [sym__strikeout_open] = ACTIONS(2703), + [sym__subscript_open] = ACTIONS(2703), + [sym__superscript_open] = ACTIONS(2703), + [sym__inline_note_start_token] = ACTIONS(2703), + [sym__strong_emphasis_open_star] = ACTIONS(2703), + [sym__strong_emphasis_open_underscore] = ACTIONS(2703), + [sym__emphasis_open_star] = ACTIONS(2703), + [sym__emphasis_open_underscore] = ACTIONS(2703), + [sym_inline_note_reference] = ACTIONS(2703), + [sym_html_element] = ACTIONS(2703), + [sym__pandoc_line_break] = ACTIONS(2703), + [sym__caption_start] = ACTIONS(2703), }, - [STATE(401)] = { + [STATE(381)] = { [ts_builtin_sym_end] = ACTIONS(2669), [sym_entity_reference] = ACTIONS(2669), [sym_numeric_character_reference] = ACTIONS(2669), @@ -57934,7 +56970,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2669), [sym__caption_start] = ACTIONS(2669), }, - [STATE(402)] = { + [STATE(382)] = { [ts_builtin_sym_end] = ACTIONS(2673), [sym_entity_reference] = ACTIONS(2673), [sym_numeric_character_reference] = ACTIONS(2673), @@ -58001,7 +57037,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2673), [sym__caption_start] = ACTIONS(2673), }, - [STATE(403)] = { + [STATE(383)] = { [ts_builtin_sym_end] = ACTIONS(2677), [sym_entity_reference] = ACTIONS(2677), [sym_numeric_character_reference] = ACTIONS(2677), @@ -58068,7 +57104,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2677), [sym__caption_start] = ACTIONS(2677), }, - [STATE(404)] = { + [STATE(384)] = { [ts_builtin_sym_end] = ACTIONS(2681), [sym_entity_reference] = ACTIONS(2681), [sym_numeric_character_reference] = ACTIONS(2681), @@ -58135,7 +57171,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2681), [sym__caption_start] = ACTIONS(2681), }, - [STATE(405)] = { + [STATE(385)] = { + [ts_builtin_sym_end] = ACTIONS(2685), + [sym_entity_reference] = ACTIONS(2685), + [sym_numeric_character_reference] = ACTIONS(2685), + [anon_sym_LBRACK] = ACTIONS(2685), + [anon_sym_BANG_LBRACK] = ACTIONS(2685), + [anon_sym_DOLLAR] = ACTIONS(2687), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2685), + [aux_sym_pandoc_str_token1] = ACTIONS(2687), + [anon_sym_PIPE] = ACTIONS(2685), + [sym__whitespace] = ACTIONS(2685), + [sym__line_ending] = ACTIONS(2685), + [sym__soft_line_ending] = ACTIONS(2685), + [sym__block_quote_start] = ACTIONS(2685), + [sym_atx_h1_marker] = ACTIONS(2685), + [sym_atx_h2_marker] = ACTIONS(2685), + [sym_atx_h3_marker] = ACTIONS(2685), + [sym_atx_h4_marker] = ACTIONS(2685), + [sym_atx_h5_marker] = ACTIONS(2685), + [sym_atx_h6_marker] = ACTIONS(2685), + [sym__thematic_break] = ACTIONS(2685), + [sym__list_marker_minus] = ACTIONS(2685), + [sym__list_marker_plus] = ACTIONS(2685), + [sym__list_marker_star] = ACTIONS(2685), + [sym__list_marker_parenthesis] = ACTIONS(2685), + [sym__list_marker_dot] = ACTIONS(2685), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2685), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2685), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2685), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2685), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2685), + [sym__list_marker_example] = ACTIONS(2685), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2685), + [sym__fenced_code_block_start_backtick] = ACTIONS(2685), + [sym_minus_metadata] = ACTIONS(2685), + [sym__pipe_table_start] = ACTIONS(2685), + [sym__fenced_div_start] = ACTIONS(2685), + [sym_ref_id_specifier] = ACTIONS(2685), + [sym__code_span_start] = ACTIONS(2685), + [sym__html_comment] = ACTIONS(2685), + [sym__autolink] = ACTIONS(2685), + [sym__highlight_span_start] = ACTIONS(2685), + [sym__insert_span_start] = ACTIONS(2685), + [sym__delete_span_start] = ACTIONS(2685), + [sym__edit_comment_span_start] = ACTIONS(2685), + [sym__single_quote_span_open] = ACTIONS(2685), + [sym__double_quote_span_open] = ACTIONS(2685), + [sym__shortcode_open_escaped] = ACTIONS(2685), + [sym__shortcode_open] = ACTIONS(2685), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2685), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2685), + [sym__cite_author_in_text] = ACTIONS(2685), + [sym__cite_suppress_author] = ACTIONS(2685), + [sym__strikeout_open] = ACTIONS(2685), + [sym__subscript_open] = ACTIONS(2685), + [sym__superscript_open] = ACTIONS(2685), + [sym__inline_note_start_token] = ACTIONS(2685), + [sym__strong_emphasis_open_star] = ACTIONS(2685), + [sym__strong_emphasis_open_underscore] = ACTIONS(2685), + [sym__emphasis_open_star] = ACTIONS(2685), + [sym__emphasis_open_underscore] = ACTIONS(2685), + [sym_inline_note_reference] = ACTIONS(2685), + [sym_html_element] = ACTIONS(2685), + [sym__pandoc_line_break] = ACTIONS(2685), + [sym__caption_start] = ACTIONS(2685), + }, + [STATE(386)] = { + [ts_builtin_sym_end] = ACTIONS(2689), + [sym_entity_reference] = ACTIONS(2689), + [sym_numeric_character_reference] = ACTIONS(2689), + [anon_sym_LBRACK] = ACTIONS(2689), + [anon_sym_BANG_LBRACK] = ACTIONS(2689), + [anon_sym_DOLLAR] = ACTIONS(2691), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2689), + [anon_sym_LBRACE] = ACTIONS(2689), + [aux_sym_pandoc_str_token1] = ACTIONS(2691), + [anon_sym_PIPE] = ACTIONS(2689), + [sym__whitespace] = ACTIONS(2689), + [sym__line_ending] = ACTIONS(2689), + [sym__soft_line_ending] = ACTIONS(2689), + [sym__block_quote_start] = ACTIONS(2689), + [sym_atx_h1_marker] = ACTIONS(2689), + [sym_atx_h2_marker] = ACTIONS(2689), + [sym_atx_h3_marker] = ACTIONS(2689), + [sym_atx_h4_marker] = ACTIONS(2689), + [sym_atx_h5_marker] = ACTIONS(2689), + [sym_atx_h6_marker] = ACTIONS(2689), + [sym__thematic_break] = ACTIONS(2689), + [sym__list_marker_minus] = ACTIONS(2689), + [sym__list_marker_plus] = ACTIONS(2689), + [sym__list_marker_star] = ACTIONS(2689), + [sym__list_marker_parenthesis] = ACTIONS(2689), + [sym__list_marker_dot] = ACTIONS(2689), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2689), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2689), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2689), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2689), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2689), + [sym__list_marker_example] = ACTIONS(2689), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2689), + [sym__fenced_code_block_start_backtick] = ACTIONS(2689), + [sym_minus_metadata] = ACTIONS(2689), + [sym__pipe_table_start] = ACTIONS(2689), + [sym__fenced_div_start] = ACTIONS(2689), + [sym_ref_id_specifier] = ACTIONS(2689), + [sym__code_span_start] = ACTIONS(2689), + [sym__html_comment] = ACTIONS(2689), + [sym__autolink] = ACTIONS(2689), + [sym__highlight_span_start] = ACTIONS(2689), + [sym__insert_span_start] = ACTIONS(2689), + [sym__delete_span_start] = ACTIONS(2689), + [sym__edit_comment_span_start] = ACTIONS(2689), + [sym__single_quote_span_open] = ACTIONS(2689), + [sym__double_quote_span_open] = ACTIONS(2689), + [sym__shortcode_open_escaped] = ACTIONS(2689), + [sym__shortcode_open] = ACTIONS(2689), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2689), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2689), + [sym__cite_author_in_text] = ACTIONS(2689), + [sym__cite_suppress_author] = ACTIONS(2689), + [sym__strikeout_open] = ACTIONS(2689), + [sym__subscript_open] = ACTIONS(2689), + [sym__superscript_open] = ACTIONS(2689), + [sym__inline_note_start_token] = ACTIONS(2689), + [sym__strong_emphasis_open_star] = ACTIONS(2689), + [sym__strong_emphasis_open_underscore] = ACTIONS(2689), + [sym__emphasis_open_star] = ACTIONS(2689), + [sym__emphasis_open_underscore] = ACTIONS(2689), + [sym_inline_note_reference] = ACTIONS(2689), + [sym_html_element] = ACTIONS(2689), + [sym__pandoc_line_break] = ACTIONS(2689), + [sym__caption_start] = ACTIONS(2689), + }, + [STATE(387)] = { [ts_builtin_sym_end] = ACTIONS(2561), [sym_entity_reference] = ACTIONS(2561), [sym_numeric_character_reference] = ACTIONS(2561), @@ -58202,302 +57372,235 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2561), [sym__caption_start] = ACTIONS(2561), }, - [STATE(406)] = { - [ts_builtin_sym_end] = ACTIONS(2687), - [sym_entity_reference] = ACTIONS(2687), - [sym_numeric_character_reference] = ACTIONS(2687), - [anon_sym_LBRACK] = ACTIONS(2687), - [anon_sym_BANG_LBRACK] = ACTIONS(2687), - [anon_sym_DOLLAR] = ACTIONS(2689), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2687), - [anon_sym_LBRACE] = ACTIONS(2687), - [aux_sym_pandoc_str_token1] = ACTIONS(2689), - [anon_sym_PIPE] = ACTIONS(2687), - [sym__whitespace] = ACTIONS(2687), - [sym__line_ending] = ACTIONS(2687), - [sym__soft_line_ending] = ACTIONS(2687), - [sym__block_quote_start] = ACTIONS(2687), - [sym_atx_h1_marker] = ACTIONS(2687), - [sym_atx_h2_marker] = ACTIONS(2687), - [sym_atx_h3_marker] = ACTIONS(2687), - [sym_atx_h4_marker] = ACTIONS(2687), - [sym_atx_h5_marker] = ACTIONS(2687), - [sym_atx_h6_marker] = ACTIONS(2687), - [sym__thematic_break] = ACTIONS(2687), - [sym__list_marker_minus] = ACTIONS(2687), - [sym__list_marker_plus] = ACTIONS(2687), - [sym__list_marker_star] = ACTIONS(2687), - [sym__list_marker_parenthesis] = ACTIONS(2687), - [sym__list_marker_dot] = ACTIONS(2687), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2687), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2687), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2687), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2687), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2687), - [sym__list_marker_example] = ACTIONS(2687), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2687), - [sym__fenced_code_block_start_backtick] = ACTIONS(2687), - [sym_minus_metadata] = ACTIONS(2687), - [sym__pipe_table_start] = ACTIONS(2687), - [sym__fenced_div_start] = ACTIONS(2687), - [sym_ref_id_specifier] = ACTIONS(2687), - [sym__code_span_start] = ACTIONS(2687), - [sym__html_comment] = ACTIONS(2687), - [sym__autolink] = ACTIONS(2687), - [sym__highlight_span_start] = ACTIONS(2687), - [sym__insert_span_start] = ACTIONS(2687), - [sym__delete_span_start] = ACTIONS(2687), - [sym__edit_comment_span_start] = ACTIONS(2687), - [sym__single_quote_span_open] = ACTIONS(2687), - [sym__double_quote_span_open] = ACTIONS(2687), - [sym__shortcode_open_escaped] = ACTIONS(2687), - [sym__shortcode_open] = ACTIONS(2687), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2687), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2687), - [sym__cite_author_in_text] = ACTIONS(2687), - [sym__cite_suppress_author] = ACTIONS(2687), - [sym__strikeout_open] = ACTIONS(2687), - [sym__subscript_open] = ACTIONS(2687), - [sym__superscript_open] = ACTIONS(2687), - [sym__inline_note_start_token] = ACTIONS(2687), - [sym__strong_emphasis_open_star] = ACTIONS(2687), - [sym__strong_emphasis_open_underscore] = ACTIONS(2687), - [sym__emphasis_open_star] = ACTIONS(2687), - [sym__emphasis_open_underscore] = ACTIONS(2687), - [sym_inline_note_reference] = ACTIONS(2687), - [sym_html_element] = ACTIONS(2687), - [sym__pandoc_line_break] = ACTIONS(2687), - [sym__caption_start] = ACTIONS(2687), - }, - [STATE(407)] = { - [ts_builtin_sym_end] = ACTIONS(2691), - [sym_entity_reference] = ACTIONS(2691), - [sym_numeric_character_reference] = ACTIONS(2691), - [anon_sym_LBRACK] = ACTIONS(2691), - [anon_sym_BANG_LBRACK] = ACTIONS(2691), - [anon_sym_DOLLAR] = ACTIONS(2693), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2691), - [anon_sym_LBRACE] = ACTIONS(2691), - [aux_sym_pandoc_str_token1] = ACTIONS(2693), - [anon_sym_PIPE] = ACTIONS(2691), - [sym__whitespace] = ACTIONS(2691), - [sym__line_ending] = ACTIONS(2691), - [sym__soft_line_ending] = ACTIONS(2691), - [sym__block_quote_start] = ACTIONS(2691), - [sym_atx_h1_marker] = ACTIONS(2691), - [sym_atx_h2_marker] = ACTIONS(2691), - [sym_atx_h3_marker] = ACTIONS(2691), - [sym_atx_h4_marker] = ACTIONS(2691), - [sym_atx_h5_marker] = ACTIONS(2691), - [sym_atx_h6_marker] = ACTIONS(2691), - [sym__thematic_break] = ACTIONS(2691), - [sym__list_marker_minus] = ACTIONS(2691), - [sym__list_marker_plus] = ACTIONS(2691), - [sym__list_marker_star] = ACTIONS(2691), - [sym__list_marker_parenthesis] = ACTIONS(2691), - [sym__list_marker_dot] = ACTIONS(2691), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2691), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2691), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2691), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2691), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2691), - [sym__list_marker_example] = ACTIONS(2691), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2691), - [sym__fenced_code_block_start_backtick] = ACTIONS(2691), - [sym_minus_metadata] = ACTIONS(2691), - [sym__pipe_table_start] = ACTIONS(2691), - [sym__fenced_div_start] = ACTIONS(2691), - [sym_ref_id_specifier] = ACTIONS(2691), - [sym__code_span_start] = ACTIONS(2691), - [sym__html_comment] = ACTIONS(2691), - [sym__autolink] = ACTIONS(2691), - [sym__highlight_span_start] = ACTIONS(2691), - [sym__insert_span_start] = ACTIONS(2691), - [sym__delete_span_start] = ACTIONS(2691), - [sym__edit_comment_span_start] = ACTIONS(2691), - [sym__single_quote_span_open] = ACTIONS(2691), - [sym__double_quote_span_open] = ACTIONS(2691), - [sym__shortcode_open_escaped] = ACTIONS(2691), - [sym__shortcode_open] = ACTIONS(2691), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2691), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2691), - [sym__cite_author_in_text] = ACTIONS(2691), - [sym__cite_suppress_author] = ACTIONS(2691), - [sym__strikeout_open] = ACTIONS(2691), - [sym__subscript_open] = ACTIONS(2691), - [sym__superscript_open] = ACTIONS(2691), - [sym__inline_note_start_token] = ACTIONS(2691), - [sym__strong_emphasis_open_star] = ACTIONS(2691), - [sym__strong_emphasis_open_underscore] = ACTIONS(2691), - [sym__emphasis_open_star] = ACTIONS(2691), - [sym__emphasis_open_underscore] = ACTIONS(2691), - [sym_inline_note_reference] = ACTIONS(2691), - [sym_html_element] = ACTIONS(2691), - [sym__pandoc_line_break] = ACTIONS(2691), - [sym__caption_start] = ACTIONS(2691), + [STATE(388)] = { + [ts_builtin_sym_end] = ACTIONS(2697), + [sym_entity_reference] = ACTIONS(2697), + [sym_numeric_character_reference] = ACTIONS(2697), + [anon_sym_LBRACK] = ACTIONS(2697), + [anon_sym_BANG_LBRACK] = ACTIONS(2697), + [anon_sym_DOLLAR] = ACTIONS(2699), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2697), + [anon_sym_LBRACE] = ACTIONS(2697), + [aux_sym_pandoc_str_token1] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2697), + [sym__whitespace] = ACTIONS(2697), + [sym__line_ending] = ACTIONS(2697), + [sym__soft_line_ending] = ACTIONS(2697), + [sym__block_quote_start] = ACTIONS(2697), + [sym_atx_h1_marker] = ACTIONS(2697), + [sym_atx_h2_marker] = ACTIONS(2697), + [sym_atx_h3_marker] = ACTIONS(2697), + [sym_atx_h4_marker] = ACTIONS(2697), + [sym_atx_h5_marker] = ACTIONS(2697), + [sym_atx_h6_marker] = ACTIONS(2697), + [sym__thematic_break] = ACTIONS(2697), + [sym__list_marker_minus] = ACTIONS(2697), + [sym__list_marker_plus] = ACTIONS(2697), + [sym__list_marker_star] = ACTIONS(2697), + [sym__list_marker_parenthesis] = ACTIONS(2697), + [sym__list_marker_dot] = ACTIONS(2697), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2697), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2697), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2697), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2697), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2697), + [sym__list_marker_example] = ACTIONS(2697), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2697), + [sym__fenced_code_block_start_backtick] = ACTIONS(2697), + [sym_minus_metadata] = ACTIONS(2697), + [sym__pipe_table_start] = ACTIONS(2697), + [sym__fenced_div_start] = ACTIONS(2697), + [sym_ref_id_specifier] = ACTIONS(2697), + [sym__code_span_start] = ACTIONS(2697), + [sym__html_comment] = ACTIONS(2697), + [sym__autolink] = ACTIONS(2697), + [sym__highlight_span_start] = ACTIONS(2697), + [sym__insert_span_start] = ACTIONS(2697), + [sym__delete_span_start] = ACTIONS(2697), + [sym__edit_comment_span_start] = ACTIONS(2697), + [sym__single_quote_span_open] = ACTIONS(2697), + [sym__double_quote_span_open] = ACTIONS(2697), + [sym__shortcode_open_escaped] = ACTIONS(2697), + [sym__shortcode_open] = ACTIONS(2697), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2697), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2697), + [sym__cite_author_in_text] = ACTIONS(2697), + [sym__cite_suppress_author] = ACTIONS(2697), + [sym__strikeout_open] = ACTIONS(2697), + [sym__subscript_open] = ACTIONS(2697), + [sym__superscript_open] = ACTIONS(2697), + [sym__inline_note_start_token] = ACTIONS(2697), + [sym__strong_emphasis_open_star] = ACTIONS(2697), + [sym__strong_emphasis_open_underscore] = ACTIONS(2697), + [sym__emphasis_open_star] = ACTIONS(2697), + [sym__emphasis_open_underscore] = ACTIONS(2697), + [sym_inline_note_reference] = ACTIONS(2697), + [sym_html_element] = ACTIONS(2697), + [sym__pandoc_line_break] = ACTIONS(2697), + [sym__caption_start] = ACTIONS(2697), }, - [STATE(408)] = { - [ts_builtin_sym_end] = ACTIONS(2695), - [sym_entity_reference] = ACTIONS(2695), - [sym_numeric_character_reference] = ACTIONS(2695), - [anon_sym_LBRACK] = ACTIONS(2695), - [anon_sym_BANG_LBRACK] = ACTIONS(2695), - [anon_sym_DOLLAR] = ACTIONS(2697), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2695), - [anon_sym_LBRACE] = ACTIONS(2695), - [aux_sym_pandoc_str_token1] = ACTIONS(2697), - [anon_sym_PIPE] = ACTIONS(2695), - [sym__whitespace] = ACTIONS(2695), - [sym__line_ending] = ACTIONS(2695), - [sym__soft_line_ending] = 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_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), - [sym__pandoc_line_break] = ACTIONS(2695), - [sym__caption_start] = ACTIONS(2695), + [STATE(389)] = { + [ts_builtin_sym_end] = ACTIONS(2709), + [sym_entity_reference] = ACTIONS(2709), + [sym_numeric_character_reference] = ACTIONS(2709), + [anon_sym_LBRACK] = ACTIONS(2709), + [anon_sym_BANG_LBRACK] = ACTIONS(2709), + [anon_sym_DOLLAR] = ACTIONS(2711), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2709), + [anon_sym_LBRACE] = ACTIONS(2709), + [aux_sym_pandoc_str_token1] = ACTIONS(2711), + [anon_sym_PIPE] = ACTIONS(2709), + [sym__whitespace] = ACTIONS(2709), + [sym__line_ending] = ACTIONS(2709), + [sym__soft_line_ending] = ACTIONS(2709), + [sym__block_quote_start] = ACTIONS(2709), + [sym_atx_h1_marker] = ACTIONS(2709), + [sym_atx_h2_marker] = ACTIONS(2709), + [sym_atx_h3_marker] = ACTIONS(2709), + [sym_atx_h4_marker] = ACTIONS(2709), + [sym_atx_h5_marker] = ACTIONS(2709), + [sym_atx_h6_marker] = ACTIONS(2709), + [sym__thematic_break] = ACTIONS(2709), + [sym__list_marker_minus] = ACTIONS(2709), + [sym__list_marker_plus] = ACTIONS(2709), + [sym__list_marker_star] = ACTIONS(2709), + [sym__list_marker_parenthesis] = ACTIONS(2709), + [sym__list_marker_dot] = ACTIONS(2709), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2709), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2709), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2709), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2709), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2709), + [sym__list_marker_example] = ACTIONS(2709), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2709), + [sym__fenced_code_block_start_backtick] = ACTIONS(2709), + [sym_minus_metadata] = ACTIONS(2709), + [sym__pipe_table_start] = ACTIONS(2709), + [sym__fenced_div_start] = ACTIONS(2709), + [sym_ref_id_specifier] = ACTIONS(2709), + [sym__code_span_start] = ACTIONS(2709), + [sym__html_comment] = ACTIONS(2709), + [sym__autolink] = ACTIONS(2709), + [sym__highlight_span_start] = ACTIONS(2709), + [sym__insert_span_start] = ACTIONS(2709), + [sym__delete_span_start] = ACTIONS(2709), + [sym__edit_comment_span_start] = ACTIONS(2709), + [sym__single_quote_span_open] = ACTIONS(2709), + [sym__double_quote_span_open] = ACTIONS(2709), + [sym__shortcode_open_escaped] = ACTIONS(2709), + [sym__shortcode_open] = ACTIONS(2709), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2709), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2709), + [sym__cite_author_in_text] = ACTIONS(2709), + [sym__cite_suppress_author] = ACTIONS(2709), + [sym__strikeout_open] = ACTIONS(2709), + [sym__subscript_open] = ACTIONS(2709), + [sym__superscript_open] = ACTIONS(2709), + [sym__inline_note_start_token] = ACTIONS(2709), + [sym__strong_emphasis_open_star] = ACTIONS(2709), + [sym__strong_emphasis_open_underscore] = ACTIONS(2709), + [sym__emphasis_open_star] = ACTIONS(2709), + [sym__emphasis_open_underscore] = ACTIONS(2709), + [sym_inline_note_reference] = ACTIONS(2709), + [sym_html_element] = ACTIONS(2709), + [sym__pandoc_line_break] = ACTIONS(2709), + [sym__caption_start] = ACTIONS(2709), }, - [STATE(409)] = { - [ts_builtin_sym_end] = ACTIONS(2581), - [sym_entity_reference] = ACTIONS(2581), - [sym_numeric_character_reference] = ACTIONS(2581), - [anon_sym_LBRACK] = ACTIONS(2581), - [anon_sym_BANG_LBRACK] = ACTIONS(2581), - [anon_sym_DOLLAR] = ACTIONS(2583), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2581), - [anon_sym_LBRACE] = ACTIONS(2581), - [aux_sym_pandoc_str_token1] = ACTIONS(2583), - [anon_sym_PIPE] = ACTIONS(2581), - [sym__whitespace] = ACTIONS(2581), - [sym__line_ending] = ACTIONS(2581), - [sym__soft_line_ending] = ACTIONS(2581), - [sym__block_quote_start] = ACTIONS(2581), - [sym_atx_h1_marker] = ACTIONS(2581), - [sym_atx_h2_marker] = ACTIONS(2581), - [sym_atx_h3_marker] = ACTIONS(2581), - [sym_atx_h4_marker] = ACTIONS(2581), - [sym_atx_h5_marker] = ACTIONS(2581), - [sym_atx_h6_marker] = ACTIONS(2581), - [sym__thematic_break] = ACTIONS(2581), - [sym__list_marker_minus] = ACTIONS(2581), - [sym__list_marker_plus] = ACTIONS(2581), - [sym__list_marker_star] = ACTIONS(2581), - [sym__list_marker_parenthesis] = ACTIONS(2581), - [sym__list_marker_dot] = ACTIONS(2581), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2581), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2581), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2581), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2581), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2581), - [sym__list_marker_example] = ACTIONS(2581), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2581), - [sym__fenced_code_block_start_backtick] = ACTIONS(2581), - [sym_minus_metadata] = ACTIONS(2581), - [sym__pipe_table_start] = ACTIONS(2581), - [sym__fenced_div_start] = ACTIONS(2581), - [sym_ref_id_specifier] = ACTIONS(2581), - [sym__code_span_start] = ACTIONS(2581), - [sym__html_comment] = ACTIONS(2581), - [sym__autolink] = ACTIONS(2581), - [sym__highlight_span_start] = ACTIONS(2581), - [sym__insert_span_start] = ACTIONS(2581), - [sym__delete_span_start] = ACTIONS(2581), - [sym__edit_comment_span_start] = ACTIONS(2581), - [sym__single_quote_span_open] = ACTIONS(2581), - [sym__double_quote_span_open] = ACTIONS(2581), - [sym__shortcode_open_escaped] = ACTIONS(2581), - [sym__shortcode_open] = ACTIONS(2581), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2581), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2581), - [sym__cite_author_in_text] = ACTIONS(2581), - [sym__cite_suppress_author] = ACTIONS(2581), - [sym__strikeout_open] = ACTIONS(2581), - [sym__subscript_open] = ACTIONS(2581), - [sym__superscript_open] = ACTIONS(2581), - [sym__inline_note_start_token] = ACTIONS(2581), - [sym__strong_emphasis_open_star] = ACTIONS(2581), - [sym__strong_emphasis_open_underscore] = ACTIONS(2581), - [sym__emphasis_open_star] = ACTIONS(2581), - [sym__emphasis_open_underscore] = ACTIONS(2581), - [sym_inline_note_reference] = ACTIONS(2581), - [sym_html_element] = ACTIONS(2581), - [sym__pandoc_line_break] = ACTIONS(2581), - [sym__caption_start] = ACTIONS(2581), + [STATE(390)] = { + [sym_pipe_table_row] = STATE(3435), + [sym_pipe_table_cell] = STATE(3210), + [sym_pandoc_span] = STATE(656), + [sym_pandoc_image] = STATE(656), + [sym_pandoc_math] = STATE(656), + [sym_pandoc_display_math] = STATE(656), + [sym_pandoc_code_span] = STATE(656), + [sym_pandoc_single_quote] = STATE(656), + [sym_pandoc_double_quote] = STATE(656), + [sym_insert] = STATE(656), + [sym_delete] = STATE(656), + [sym_edit_comment] = STATE(656), + [sym_highlight] = STATE(656), + [sym__pandoc_attr_specifier] = STATE(656), + [sym__line_with_maybe_spaces] = STATE(3285), + [sym__inline_element] = STATE(656), + [sym_shortcode_escaped] = STATE(656), + [sym_shortcode] = STATE(656), + [sym_citation] = STATE(656), + [sym_inline_note] = STATE(656), + [sym_pandoc_superscript] = STATE(656), + [sym_pandoc_subscript] = STATE(656), + [sym_pandoc_strikeout] = STATE(656), + [sym_pandoc_emph] = STATE(656), + [sym_pandoc_strong] = STATE(656), + [sym_pandoc_str] = STATE(656), + [aux_sym_pipe_table_row_repeat1] = STATE(611), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(656), + [sym_entity_reference] = ACTIONS(3001), + [sym_numeric_character_reference] = ACTIONS(3001), + [anon_sym_LBRACK] = ACTIONS(3003), + [anon_sym_BANG_LBRACK] = ACTIONS(3005), + [anon_sym_DOLLAR] = ACTIONS(3007), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3009), + [anon_sym_LBRACE] = ACTIONS(3011), + [aux_sym_pandoc_str_token1] = ACTIONS(3013), + [anon_sym_PIPE] = ACTIONS(3015), + [sym__whitespace] = ACTIONS(3017), + [sym__code_span_start] = ACTIONS(3019), + [sym__html_comment] = ACTIONS(3001), + [sym__autolink] = ACTIONS(3001), + [sym__highlight_span_start] = ACTIONS(3021), + [sym__insert_span_start] = ACTIONS(3023), + [sym__delete_span_start] = ACTIONS(3025), + [sym__edit_comment_span_start] = ACTIONS(3027), + [sym__single_quote_span_open] = ACTIONS(3029), + [sym__double_quote_span_open] = ACTIONS(3031), + [sym__shortcode_open_escaped] = ACTIONS(3033), + [sym__shortcode_open] = ACTIONS(3035), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3037), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3039), + [sym__cite_author_in_text] = ACTIONS(3041), + [sym__cite_suppress_author] = ACTIONS(3043), + [sym__strikeout_open] = ACTIONS(3045), + [sym__subscript_open] = ACTIONS(3047), + [sym__superscript_open] = ACTIONS(3049), + [sym__inline_note_start_token] = ACTIONS(3051), + [sym__strong_emphasis_open_star] = ACTIONS(3053), + [sym__strong_emphasis_open_underscore] = ACTIONS(3055), + [sym__emphasis_open_star] = ACTIONS(3057), + [sym__emphasis_open_underscore] = ACTIONS(3059), + [sym_inline_note_reference] = ACTIONS(3001), + [sym_html_element] = ACTIONS(3001), + [sym__pipe_table_delimiter] = ACTIONS(3061), + [sym__pandoc_line_break] = ACTIONS(3001), }, - [STATE(410)] = { - [sym__atx_heading_content] = STATE(3097), - [sym__inlines] = STATE(3097), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(424), + [STATE(391)] = { + [sym__atx_heading_content] = STATE(3419), + [sym__inlines] = STATE(3419), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(412), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -58509,7 +57612,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(19), [sym__whitespace] = ACTIONS(2991), [sym__line_ending] = ACTIONS(111), - [sym__eof] = ACTIONS(3071), + [sym__eof] = ACTIONS(3063), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), [sym__autolink] = ACTIONS(5), @@ -58537,34 +57640,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), }, - [STATE(411)] = { - [sym__atx_heading_content] = STATE(3099), - [sym__inlines] = STATE(3099), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(425), + [STATE(392)] = { + [sym__atx_heading_content] = STATE(3220), + [sym__inlines] = STATE(3220), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(413), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -58576,7 +57679,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(19), [sym__whitespace] = ACTIONS(2991), [sym__line_ending] = ACTIONS(111), - [sym__eof] = ACTIONS(3073), + [sym__eof] = ACTIONS(3065), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), [sym__autolink] = ACTIONS(5), @@ -58604,34 +57707,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), }, - [STATE(412)] = { - [sym__atx_heading_content] = STATE(3102), - [sym__inlines] = STATE(3102), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(426), + [STATE(393)] = { + [sym__atx_heading_content] = STATE(3242), + [sym__inlines] = STATE(3242), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(414), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -58643,7 +57746,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(19), [sym__whitespace] = ACTIONS(2991), [sym__line_ending] = ACTIONS(111), - [sym__eof] = ACTIONS(3075), + [sym__eof] = ACTIONS(3067), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), [sym__autolink] = ACTIONS(5), @@ -58671,34 +57774,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), }, - [STATE(413)] = { - [sym__atx_heading_content] = STATE(3104), - [sym__inlines] = STATE(3104), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(427), + [STATE(394)] = { + [sym__atx_heading_content] = STATE(3278), + [sym__inlines] = STATE(3278), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(415), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -58710,7 +57813,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(19), [sym__whitespace] = ACTIONS(2991), [sym__line_ending] = ACTIONS(111), - [sym__eof] = ACTIONS(3077), + [sym__eof] = ACTIONS(3069), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), [sym__autolink] = ACTIONS(5), @@ -58738,34 +57841,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), }, - [STATE(414)] = { - [sym__atx_heading_content] = STATE(3106), - [sym__inlines] = STATE(3106), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(428), + [STATE(395)] = { + [sym__atx_heading_content] = STATE(3320), + [sym__inlines] = STATE(3320), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(416), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -58777,7 +57880,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(19), [sym__whitespace] = ACTIONS(2991), [sym__line_ending] = ACTIONS(111), - [sym__eof] = ACTIONS(3079), + [sym__eof] = ACTIONS(3071), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), [sym__autolink] = ACTIONS(5), @@ -58805,34 +57908,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), }, - [STATE(415)] = { - [sym__atx_heading_content] = STATE(3122), - [sym__inlines] = STATE(3122), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(429), + [STATE(396)] = { + [sym__atx_heading_content] = STATE(3396), + [sym__inlines] = STATE(3396), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(417), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -58844,7 +57947,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(19), [sym__whitespace] = ACTIONS(2991), [sym__line_ending] = ACTIONS(111), - [sym__eof] = ACTIONS(3081), + [sym__eof] = ACTIONS(3073), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), [sym__autolink] = ACTIONS(5), @@ -58872,543 +57975,544 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), }, - [STATE(416)] = { - [sym_entity_reference] = ACTIONS(2891), - [sym_numeric_character_reference] = ACTIONS(2891), - [anon_sym_LBRACK] = ACTIONS(2891), - [anon_sym_BANG_LBRACK] = ACTIONS(2891), - [anon_sym_DOLLAR] = ACTIONS(2893), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2891), - [anon_sym_LBRACE] = ACTIONS(2891), - [aux_sym_pandoc_str_token1] = ACTIONS(2893), - [anon_sym_PIPE] = ACTIONS(2891), - [sym__whitespace] = ACTIONS(2891), - [sym__line_ending] = ACTIONS(2891), - [sym__soft_line_ending] = ACTIONS(2891), - [sym__block_close] = ACTIONS(2891), - [sym__block_quote_start] = ACTIONS(2891), - [sym_atx_h1_marker] = ACTIONS(2891), - [sym_atx_h2_marker] = ACTIONS(2891), - [sym_atx_h3_marker] = ACTIONS(2891), - [sym_atx_h4_marker] = ACTIONS(2891), - [sym_atx_h5_marker] = ACTIONS(2891), - [sym_atx_h6_marker] = ACTIONS(2891), - [sym__thematic_break] = ACTIONS(2891), - [sym__list_marker_minus] = ACTIONS(2891), - [sym__list_marker_plus] = ACTIONS(2891), - [sym__list_marker_star] = ACTIONS(2891), - [sym__list_marker_parenthesis] = ACTIONS(2891), - [sym__list_marker_dot] = ACTIONS(2891), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2891), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2891), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2891), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2891), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2891), - [sym__list_marker_example] = ACTIONS(2891), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2891), - [sym__fenced_code_block_start_backtick] = ACTIONS(2891), - [sym_minus_metadata] = ACTIONS(2891), - [sym__pipe_table_start] = ACTIONS(2891), - [sym__fenced_div_start] = ACTIONS(2891), - [sym_ref_id_specifier] = ACTIONS(2891), - [sym__code_span_start] = ACTIONS(2891), - [sym__html_comment] = ACTIONS(2891), - [sym__autolink] = ACTIONS(2891), - [sym__highlight_span_start] = ACTIONS(2891), - [sym__insert_span_start] = ACTIONS(2891), - [sym__delete_span_start] = ACTIONS(2891), - [sym__edit_comment_span_start] = ACTIONS(2891), - [sym__single_quote_span_open] = ACTIONS(2891), - [sym__double_quote_span_open] = ACTIONS(2891), - [sym__shortcode_open_escaped] = ACTIONS(2891), - [sym__shortcode_open] = ACTIONS(2891), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2891), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2891), - [sym__cite_author_in_text] = ACTIONS(2891), - [sym__cite_suppress_author] = ACTIONS(2891), - [sym__strikeout_open] = ACTIONS(2891), - [sym__subscript_open] = ACTIONS(2891), - [sym__superscript_open] = ACTIONS(2891), - [sym__inline_note_start_token] = ACTIONS(2891), - [sym__strong_emphasis_open_star] = ACTIONS(2891), - [sym__strong_emphasis_open_underscore] = ACTIONS(2891), - [sym__emphasis_open_star] = ACTIONS(2891), - [sym__emphasis_open_underscore] = ACTIONS(2891), - [sym_inline_note_reference] = ACTIONS(2891), - [sym_html_element] = ACTIONS(2891), - [sym__pandoc_line_break] = ACTIONS(2891), - [sym__caption_start] = ACTIONS(2891), + [STATE(397)] = { + [sym_entity_reference] = ACTIONS(2885), + [sym_numeric_character_reference] = ACTIONS(2885), + [anon_sym_LBRACK] = ACTIONS(2885), + [anon_sym_BANG_LBRACK] = ACTIONS(2885), + [anon_sym_DOLLAR] = ACTIONS(2887), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2885), + [anon_sym_LBRACE] = ACTIONS(2885), + [aux_sym_pandoc_str_token1] = ACTIONS(2887), + [anon_sym_PIPE] = ACTIONS(2885), + [sym__whitespace] = ACTIONS(2885), + [sym__line_ending] = ACTIONS(2885), + [sym__soft_line_ending] = ACTIONS(2885), + [sym__block_close] = ACTIONS(2885), + [sym__block_quote_start] = ACTIONS(2885), + [sym_atx_h1_marker] = ACTIONS(2885), + [sym_atx_h2_marker] = ACTIONS(2885), + [sym_atx_h3_marker] = ACTIONS(2885), + [sym_atx_h4_marker] = ACTIONS(2885), + [sym_atx_h5_marker] = ACTIONS(2885), + [sym_atx_h6_marker] = ACTIONS(2885), + [sym__thematic_break] = ACTIONS(2885), + [sym__list_marker_minus] = ACTIONS(2885), + [sym__list_marker_plus] = ACTIONS(2885), + [sym__list_marker_star] = ACTIONS(2885), + [sym__list_marker_parenthesis] = ACTIONS(2885), + [sym__list_marker_dot] = ACTIONS(2885), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2885), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2885), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2885), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2885), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2885), + [sym__list_marker_example] = ACTIONS(2885), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2885), + [sym__fenced_code_block_start_backtick] = ACTIONS(2885), + [sym_minus_metadata] = ACTIONS(2885), + [sym__pipe_table_start] = ACTIONS(2885), + [sym__fenced_div_start] = ACTIONS(2885), + [sym_ref_id_specifier] = ACTIONS(2885), + [sym__code_span_start] = ACTIONS(2885), + [sym__html_comment] = ACTIONS(2885), + [sym__autolink] = ACTIONS(2885), + [sym__highlight_span_start] = ACTIONS(2885), + [sym__insert_span_start] = ACTIONS(2885), + [sym__delete_span_start] = ACTIONS(2885), + [sym__edit_comment_span_start] = ACTIONS(2885), + [sym__single_quote_span_open] = ACTIONS(2885), + [sym__double_quote_span_open] = ACTIONS(2885), + [sym__shortcode_open_escaped] = ACTIONS(2885), + [sym__shortcode_open] = ACTIONS(2885), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2885), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2885), + [sym__cite_author_in_text] = ACTIONS(2885), + [sym__cite_suppress_author] = ACTIONS(2885), + [sym__strikeout_open] = ACTIONS(2885), + [sym__subscript_open] = ACTIONS(2885), + [sym__superscript_open] = ACTIONS(2885), + [sym__inline_note_start_token] = ACTIONS(2885), + [sym__strong_emphasis_open_star] = ACTIONS(2885), + [sym__strong_emphasis_open_underscore] = ACTIONS(2885), + [sym__emphasis_open_star] = ACTIONS(2885), + [sym__emphasis_open_underscore] = ACTIONS(2885), + [sym_inline_note_reference] = ACTIONS(2885), + [sym_html_element] = ACTIONS(2885), + [sym__pandoc_line_break] = ACTIONS(2885), + [sym__caption_start] = ACTIONS(2885), }, - [STATE(417)] = { - [sym_entity_reference] = ACTIONS(2895), - [sym_numeric_character_reference] = ACTIONS(2895), - [anon_sym_LBRACK] = ACTIONS(2895), - [anon_sym_BANG_LBRACK] = ACTIONS(2895), - [anon_sym_DOLLAR] = ACTIONS(2897), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2895), - [anon_sym_LBRACE] = ACTIONS(2895), - [aux_sym_pandoc_str_token1] = ACTIONS(2897), - [anon_sym_PIPE] = ACTIONS(2895), - [sym__whitespace] = ACTIONS(2895), - [sym__line_ending] = ACTIONS(2895), - [sym__soft_line_ending] = ACTIONS(2895), - [sym__block_close] = ACTIONS(2895), - [sym__block_quote_start] = ACTIONS(2895), - [sym_atx_h1_marker] = ACTIONS(2895), - [sym_atx_h2_marker] = ACTIONS(2895), - [sym_atx_h3_marker] = ACTIONS(2895), - [sym_atx_h4_marker] = ACTIONS(2895), - [sym_atx_h5_marker] = ACTIONS(2895), - [sym_atx_h6_marker] = ACTIONS(2895), - [sym__thematic_break] = ACTIONS(2895), - [sym__list_marker_minus] = ACTIONS(2895), - [sym__list_marker_plus] = ACTIONS(2895), - [sym__list_marker_star] = ACTIONS(2895), - [sym__list_marker_parenthesis] = ACTIONS(2895), - [sym__list_marker_dot] = ACTIONS(2895), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2895), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2895), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2895), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2895), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2895), - [sym__list_marker_example] = ACTIONS(2895), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2895), - [sym__fenced_code_block_start_backtick] = ACTIONS(2895), - [sym_minus_metadata] = ACTIONS(2895), - [sym__pipe_table_start] = ACTIONS(2895), - [sym__fenced_div_start] = ACTIONS(2895), - [sym_ref_id_specifier] = ACTIONS(2895), - [sym__code_span_start] = ACTIONS(2895), - [sym__html_comment] = ACTIONS(2895), - [sym__autolink] = ACTIONS(2895), - [sym__highlight_span_start] = ACTIONS(2895), - [sym__insert_span_start] = ACTIONS(2895), - [sym__delete_span_start] = ACTIONS(2895), - [sym__edit_comment_span_start] = ACTIONS(2895), - [sym__single_quote_span_open] = ACTIONS(2895), - [sym__double_quote_span_open] = ACTIONS(2895), - [sym__shortcode_open_escaped] = ACTIONS(2895), - [sym__shortcode_open] = ACTIONS(2895), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2895), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2895), - [sym__cite_author_in_text] = ACTIONS(2895), - [sym__cite_suppress_author] = ACTIONS(2895), - [sym__strikeout_open] = ACTIONS(2895), - [sym__subscript_open] = ACTIONS(2895), - [sym__superscript_open] = ACTIONS(2895), - [sym__inline_note_start_token] = ACTIONS(2895), - [sym__strong_emphasis_open_star] = ACTIONS(2895), - [sym__strong_emphasis_open_underscore] = ACTIONS(2895), - [sym__emphasis_open_star] = ACTIONS(2895), - [sym__emphasis_open_underscore] = ACTIONS(2895), - [sym_inline_note_reference] = ACTIONS(2895), - [sym_html_element] = ACTIONS(2895), - [sym__pandoc_line_break] = ACTIONS(2895), - [sym__caption_start] = ACTIONS(2895), + [STATE(398)] = { + [sym_entity_reference] = ACTIONS(2889), + [sym_numeric_character_reference] = ACTIONS(2889), + [anon_sym_LBRACK] = ACTIONS(2889), + [anon_sym_BANG_LBRACK] = ACTIONS(2889), + [anon_sym_DOLLAR] = ACTIONS(2891), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2889), + [anon_sym_LBRACE] = ACTIONS(2889), + [aux_sym_pandoc_str_token1] = ACTIONS(2891), + [anon_sym_PIPE] = ACTIONS(2889), + [sym__whitespace] = ACTIONS(2889), + [sym__line_ending] = ACTIONS(2889), + [sym__soft_line_ending] = ACTIONS(2889), + [sym__block_close] = ACTIONS(2889), + [sym__block_quote_start] = ACTIONS(2889), + [sym_atx_h1_marker] = ACTIONS(2889), + [sym_atx_h2_marker] = ACTIONS(2889), + [sym_atx_h3_marker] = ACTIONS(2889), + [sym_atx_h4_marker] = ACTIONS(2889), + [sym_atx_h5_marker] = ACTIONS(2889), + [sym_atx_h6_marker] = ACTIONS(2889), + [sym__thematic_break] = ACTIONS(2889), + [sym__list_marker_minus] = ACTIONS(2889), + [sym__list_marker_plus] = ACTIONS(2889), + [sym__list_marker_star] = ACTIONS(2889), + [sym__list_marker_parenthesis] = ACTIONS(2889), + [sym__list_marker_dot] = ACTIONS(2889), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2889), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2889), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2889), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2889), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2889), + [sym__list_marker_example] = ACTIONS(2889), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2889), + [sym__fenced_code_block_start_backtick] = ACTIONS(2889), + [sym_minus_metadata] = ACTIONS(2889), + [sym__pipe_table_start] = ACTIONS(2889), + [sym__fenced_div_start] = ACTIONS(2889), + [sym_ref_id_specifier] = ACTIONS(2889), + [sym__code_span_start] = ACTIONS(2889), + [sym__html_comment] = ACTIONS(2889), + [sym__autolink] = ACTIONS(2889), + [sym__highlight_span_start] = ACTIONS(2889), + [sym__insert_span_start] = ACTIONS(2889), + [sym__delete_span_start] = ACTIONS(2889), + [sym__edit_comment_span_start] = ACTIONS(2889), + [sym__single_quote_span_open] = ACTIONS(2889), + [sym__double_quote_span_open] = ACTIONS(2889), + [sym__shortcode_open_escaped] = ACTIONS(2889), + [sym__shortcode_open] = ACTIONS(2889), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2889), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2889), + [sym__cite_author_in_text] = ACTIONS(2889), + [sym__cite_suppress_author] = ACTIONS(2889), + [sym__strikeout_open] = ACTIONS(2889), + [sym__subscript_open] = ACTIONS(2889), + [sym__superscript_open] = ACTIONS(2889), + [sym__inline_note_start_token] = ACTIONS(2889), + [sym__strong_emphasis_open_star] = ACTIONS(2889), + [sym__strong_emphasis_open_underscore] = ACTIONS(2889), + [sym__emphasis_open_star] = ACTIONS(2889), + [sym__emphasis_open_underscore] = ACTIONS(2889), + [sym_inline_note_reference] = ACTIONS(2889), + [sym_html_element] = ACTIONS(2889), + [sym__pandoc_line_break] = ACTIONS(2889), + [sym__caption_start] = ACTIONS(2889), }, - [STATE(418)] = { - [sym__inlines] = STATE(3857), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(722), - [sym__inline_whitespace] = STATE(722), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3093), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3101), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(399)] = { + [sym__inlines] = STATE(3621), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(771), + [sym__inline_whitespace] = STATE(771), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3085), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3093), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(419)] = { - [sym__inlines] = STATE(3993), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(695), - [sym__inline_whitespace] = STATE(695), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3147), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3149), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(400)] = { + [ts_builtin_sym_end] = ACTIONS(2693), + [sym_entity_reference] = ACTIONS(2693), + [sym_numeric_character_reference] = ACTIONS(2693), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_BANG_LBRACK] = ACTIONS(2693), + [anon_sym_DOLLAR] = ACTIONS(2695), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2693), + [anon_sym_LBRACE] = ACTIONS(2693), + [aux_sym_pandoc_str_token1] = ACTIONS(2695), + [anon_sym_PIPE] = ACTIONS(2693), + [sym__whitespace] = ACTIONS(2693), + [sym__line_ending] = ACTIONS(2693), + [sym__soft_line_ending] = ACTIONS(2693), + [sym__block_quote_start] = ACTIONS(2693), + [sym_atx_h1_marker] = ACTIONS(2693), + [sym_atx_h2_marker] = ACTIONS(2693), + [sym_atx_h3_marker] = ACTIONS(2693), + [sym_atx_h4_marker] = ACTIONS(2693), + [sym_atx_h5_marker] = ACTIONS(2693), + [sym_atx_h6_marker] = ACTIONS(2693), + [sym__thematic_break] = ACTIONS(2693), + [sym__list_marker_minus] = ACTIONS(2693), + [sym__list_marker_plus] = ACTIONS(2693), + [sym__list_marker_star] = ACTIONS(2693), + [sym__list_marker_parenthesis] = ACTIONS(2693), + [sym__list_marker_dot] = ACTIONS(2693), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2693), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2693), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2693), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2693), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2693), + [sym__list_marker_example] = ACTIONS(2693), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2693), + [sym__fenced_code_block_start_backtick] = ACTIONS(2693), + [sym_minus_metadata] = ACTIONS(2693), + [sym__pipe_table_start] = ACTIONS(2693), + [sym__fenced_div_start] = ACTIONS(2693), + [sym_ref_id_specifier] = ACTIONS(2693), + [sym__code_span_start] = ACTIONS(2693), + [sym__html_comment] = ACTIONS(2693), + [sym__autolink] = ACTIONS(2693), + [sym__highlight_span_start] = ACTIONS(2693), + [sym__insert_span_start] = ACTIONS(2693), + [sym__delete_span_start] = ACTIONS(2693), + [sym__edit_comment_span_start] = ACTIONS(2693), + [sym__single_quote_span_open] = ACTIONS(2693), + [sym__double_quote_span_open] = ACTIONS(2693), + [sym__shortcode_open_escaped] = ACTIONS(2693), + [sym__shortcode_open] = ACTIONS(2693), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2693), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2693), + [sym__cite_author_in_text] = ACTIONS(2693), + [sym__cite_suppress_author] = ACTIONS(2693), + [sym__strikeout_open] = ACTIONS(2693), + [sym__subscript_open] = ACTIONS(2693), + [sym__superscript_open] = ACTIONS(2693), + [sym__inline_note_start_token] = ACTIONS(2693), + [sym__strong_emphasis_open_star] = ACTIONS(2693), + [sym__strong_emphasis_open_underscore] = ACTIONS(2693), + [sym__emphasis_open_star] = ACTIONS(2693), + [sym__emphasis_open_underscore] = ACTIONS(2693), + [sym_inline_note_reference] = ACTIONS(2693), + [sym_html_element] = ACTIONS(2693), + [sym__pandoc_line_break] = ACTIONS(2693), + [sym__caption_start] = ACTIONS(2693), }, - [STATE(420)] = { - [sym__inlines] = STATE(4018), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(786), - [sym__inline_whitespace] = STATE(786), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3151), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3153), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(401)] = { + [ts_builtin_sym_end] = ACTIONS(2849), + [sym_entity_reference] = ACTIONS(2849), + [sym_numeric_character_reference] = ACTIONS(2849), + [anon_sym_LBRACK] = ACTIONS(2849), + [anon_sym_BANG_LBRACK] = ACTIONS(2849), + [anon_sym_DOLLAR] = ACTIONS(2851), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2849), + [anon_sym_LBRACE] = ACTIONS(2849), + [aux_sym_pandoc_str_token1] = ACTIONS(2851), + [anon_sym_PIPE] = ACTIONS(2849), + [sym__whitespace] = ACTIONS(2849), + [sym__line_ending] = ACTIONS(2849), + [sym__soft_line_ending] = ACTIONS(2849), + [sym__block_quote_start] = ACTIONS(2849), + [sym_atx_h1_marker] = ACTIONS(2849), + [sym_atx_h2_marker] = ACTIONS(2849), + [sym_atx_h3_marker] = ACTIONS(2849), + [sym_atx_h4_marker] = ACTIONS(2849), + [sym_atx_h5_marker] = ACTIONS(2849), + [sym_atx_h6_marker] = ACTIONS(2849), + [sym__thematic_break] = ACTIONS(2849), + [sym__list_marker_minus] = ACTIONS(2849), + [sym__list_marker_plus] = ACTIONS(2849), + [sym__list_marker_star] = ACTIONS(2849), + [sym__list_marker_parenthesis] = ACTIONS(2849), + [sym__list_marker_dot] = ACTIONS(2849), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2849), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2849), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2849), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2849), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2849), + [sym__list_marker_example] = ACTIONS(2849), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2849), + [sym__fenced_code_block_start_backtick] = ACTIONS(2849), + [sym_minus_metadata] = ACTIONS(2849), + [sym__pipe_table_start] = ACTIONS(2849), + [sym__fenced_div_start] = ACTIONS(2849), + [sym_ref_id_specifier] = ACTIONS(2849), + [sym__code_span_start] = ACTIONS(2849), + [sym__html_comment] = ACTIONS(2849), + [sym__autolink] = ACTIONS(2849), + [sym__highlight_span_start] = ACTIONS(2849), + [sym__insert_span_start] = ACTIONS(2849), + [sym__delete_span_start] = ACTIONS(2849), + [sym__edit_comment_span_start] = ACTIONS(2849), + [sym__single_quote_span_open] = ACTIONS(2849), + [sym__double_quote_span_open] = ACTIONS(2849), + [sym__shortcode_open_escaped] = ACTIONS(2849), + [sym__shortcode_open] = ACTIONS(2849), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2849), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2849), + [sym__cite_author_in_text] = ACTIONS(2849), + [sym__cite_suppress_author] = ACTIONS(2849), + [sym__strikeout_open] = ACTIONS(2849), + [sym__subscript_open] = ACTIONS(2849), + [sym__superscript_open] = ACTIONS(2849), + [sym__inline_note_start_token] = ACTIONS(2849), + [sym__strong_emphasis_open_star] = ACTIONS(2849), + [sym__strong_emphasis_open_underscore] = ACTIONS(2849), + [sym__emphasis_open_star] = ACTIONS(2849), + [sym__emphasis_open_underscore] = ACTIONS(2849), + [sym_inline_note_reference] = ACTIONS(2849), + [sym_html_element] = ACTIONS(2849), + [sym__pandoc_line_break] = ACTIONS(2849), + [sym__caption_start] = ACTIONS(2849), }, - [STATE(421)] = { - [sym_entity_reference] = ACTIONS(2973), - [sym_numeric_character_reference] = ACTIONS(2973), - [anon_sym_LBRACK] = ACTIONS(2973), - [anon_sym_BANG_LBRACK] = ACTIONS(2973), - [anon_sym_DOLLAR] = ACTIONS(2975), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2973), - [anon_sym_LBRACE] = ACTIONS(2973), - [aux_sym_pandoc_str_token1] = ACTIONS(2975), - [anon_sym_PIPE] = ACTIONS(2973), - [sym__whitespace] = ACTIONS(2973), - [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_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), - [sym__pandoc_line_break] = ACTIONS(2973), - [sym__caption_start] = ACTIONS(2973), + [STATE(402)] = { + [ts_builtin_sym_end] = ACTIONS(2969), + [sym_entity_reference] = ACTIONS(2969), + [sym_numeric_character_reference] = ACTIONS(2969), + [anon_sym_LBRACK] = ACTIONS(2969), + [anon_sym_BANG_LBRACK] = ACTIONS(2969), + [anon_sym_DOLLAR] = ACTIONS(2971), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2969), + [anon_sym_LBRACE] = ACTIONS(2969), + [aux_sym_pandoc_str_token1] = ACTIONS(2971), + [anon_sym_PIPE] = ACTIONS(2969), + [sym__whitespace] = ACTIONS(2969), + [sym__line_ending] = ACTIONS(2969), + [sym__soft_line_ending] = 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_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), + [sym__pandoc_line_break] = ACTIONS(2969), + [sym__caption_start] = ACTIONS(2969), }, - [STATE(422)] = { - [sym_entity_reference] = ACTIONS(2703), - [sym_numeric_character_reference] = ACTIONS(2703), - [anon_sym_LBRACK] = ACTIONS(2703), - [anon_sym_BANG_LBRACK] = ACTIONS(2703), - [anon_sym_DOLLAR] = ACTIONS(2705), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2703), - [anon_sym_LBRACE] = ACTIONS(2703), - [aux_sym_pandoc_str_token1] = ACTIONS(2705), - [anon_sym_PIPE] = ACTIONS(2703), - [sym__whitespace] = ACTIONS(2703), - [sym__line_ending] = ACTIONS(2703), - [sym__soft_line_ending] = ACTIONS(2703), - [sym__block_close] = ACTIONS(2703), - [sym__block_quote_start] = ACTIONS(2703), - [sym_atx_h1_marker] = ACTIONS(2703), - [sym_atx_h2_marker] = ACTIONS(2703), - [sym_atx_h3_marker] = ACTIONS(2703), - [sym_atx_h4_marker] = ACTIONS(2703), - [sym_atx_h5_marker] = ACTIONS(2703), - [sym_atx_h6_marker] = ACTIONS(2703), - [sym__thematic_break] = ACTIONS(2703), - [sym__list_marker_minus] = ACTIONS(2703), - [sym__list_marker_plus] = ACTIONS(2703), - [sym__list_marker_star] = ACTIONS(2703), - [sym__list_marker_parenthesis] = ACTIONS(2703), - [sym__list_marker_dot] = ACTIONS(2703), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2703), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2703), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2703), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2703), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2703), - [sym__list_marker_example] = ACTIONS(2703), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2703), - [sym__fenced_code_block_start_backtick] = ACTIONS(2703), - [sym_minus_metadata] = ACTIONS(2703), - [sym__pipe_table_start] = ACTIONS(2703), - [sym__fenced_div_start] = ACTIONS(2703), - [sym_ref_id_specifier] = ACTIONS(2703), - [sym__code_span_start] = ACTIONS(2703), - [sym__html_comment] = ACTIONS(2703), - [sym__autolink] = ACTIONS(2703), - [sym__highlight_span_start] = ACTIONS(2703), - [sym__insert_span_start] = ACTIONS(2703), - [sym__delete_span_start] = ACTIONS(2703), - [sym__edit_comment_span_start] = ACTIONS(2703), - [sym__single_quote_span_open] = ACTIONS(2703), - [sym__double_quote_span_open] = ACTIONS(2703), - [sym__shortcode_open_escaped] = ACTIONS(2703), - [sym__shortcode_open] = ACTIONS(2703), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2703), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2703), - [sym__cite_author_in_text] = ACTIONS(2703), - [sym__cite_suppress_author] = ACTIONS(2703), - [sym__strikeout_open] = ACTIONS(2703), - [sym__subscript_open] = ACTIONS(2703), - [sym__superscript_open] = ACTIONS(2703), - [sym__inline_note_start_token] = ACTIONS(2703), - [sym__strong_emphasis_open_star] = ACTIONS(2703), - [sym__strong_emphasis_open_underscore] = ACTIONS(2703), - [sym__emphasis_open_star] = ACTIONS(2703), - [sym__emphasis_open_underscore] = ACTIONS(2703), - [sym_inline_note_reference] = ACTIONS(2703), - [sym_html_element] = ACTIONS(2703), - [sym__pandoc_line_break] = ACTIONS(2703), - [sym__caption_start] = ACTIONS(2703), + [STATE(403)] = { + [ts_builtin_sym_end] = ACTIONS(2581), + [sym_entity_reference] = ACTIONS(2581), + [sym_numeric_character_reference] = ACTIONS(2581), + [anon_sym_LBRACK] = ACTIONS(2581), + [anon_sym_BANG_LBRACK] = ACTIONS(2581), + [anon_sym_DOLLAR] = ACTIONS(2583), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2581), + [anon_sym_LBRACE] = ACTIONS(2581), + [aux_sym_pandoc_str_token1] = ACTIONS(2583), + [anon_sym_PIPE] = ACTIONS(2581), + [sym__whitespace] = ACTIONS(2581), + [sym__line_ending] = ACTIONS(2581), + [sym__soft_line_ending] = ACTIONS(2581), + [sym__block_quote_start] = ACTIONS(2581), + [sym_atx_h1_marker] = ACTIONS(2581), + [sym_atx_h2_marker] = ACTIONS(2581), + [sym_atx_h3_marker] = ACTIONS(2581), + [sym_atx_h4_marker] = ACTIONS(2581), + [sym_atx_h5_marker] = ACTIONS(2581), + [sym_atx_h6_marker] = ACTIONS(2581), + [sym__thematic_break] = ACTIONS(2581), + [sym__list_marker_minus] = ACTIONS(2581), + [sym__list_marker_plus] = ACTIONS(2581), + [sym__list_marker_star] = ACTIONS(2581), + [sym__list_marker_parenthesis] = ACTIONS(2581), + [sym__list_marker_dot] = ACTIONS(2581), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2581), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2581), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2581), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2581), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2581), + [sym__list_marker_example] = ACTIONS(2581), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2581), + [sym__fenced_code_block_start_backtick] = ACTIONS(2581), + [sym_minus_metadata] = ACTIONS(2581), + [sym__pipe_table_start] = ACTIONS(2581), + [sym__fenced_div_start] = ACTIONS(2581), + [sym_ref_id_specifier] = ACTIONS(2581), + [sym__code_span_start] = ACTIONS(2581), + [sym__html_comment] = ACTIONS(2581), + [sym__autolink] = ACTIONS(2581), + [sym__highlight_span_start] = ACTIONS(2581), + [sym__insert_span_start] = ACTIONS(2581), + [sym__delete_span_start] = ACTIONS(2581), + [sym__edit_comment_span_start] = ACTIONS(2581), + [sym__single_quote_span_open] = ACTIONS(2581), + [sym__double_quote_span_open] = ACTIONS(2581), + [sym__shortcode_open_escaped] = ACTIONS(2581), + [sym__shortcode_open] = ACTIONS(2581), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2581), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2581), + [sym__cite_author_in_text] = ACTIONS(2581), + [sym__cite_suppress_author] = ACTIONS(2581), + [sym__strikeout_open] = ACTIONS(2581), + [sym__subscript_open] = ACTIONS(2581), + [sym__superscript_open] = ACTIONS(2581), + [sym__inline_note_start_token] = ACTIONS(2581), + [sym__strong_emphasis_open_star] = ACTIONS(2581), + [sym__strong_emphasis_open_underscore] = ACTIONS(2581), + [sym__emphasis_open_star] = ACTIONS(2581), + [sym__emphasis_open_underscore] = ACTIONS(2581), + [sym_inline_note_reference] = ACTIONS(2581), + [sym_html_element] = ACTIONS(2581), + [sym__pandoc_line_break] = ACTIONS(2581), + [sym__caption_start] = ACTIONS(2581), }, - [STATE(423)] = { - [sym_entity_reference] = ACTIONS(2711), - [sym_numeric_character_reference] = ACTIONS(2711), - [anon_sym_LBRACK] = ACTIONS(2711), - [anon_sym_BANG_LBRACK] = ACTIONS(2711), - [anon_sym_DOLLAR] = ACTIONS(2713), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2711), - [anon_sym_LBRACE] = ACTIONS(2711), - [aux_sym_pandoc_str_token1] = ACTIONS(2713), - [anon_sym_PIPE] = ACTIONS(2711), - [sym__whitespace] = ACTIONS(2711), - [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_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), - [sym__pandoc_line_break] = ACTIONS(2711), - [sym__caption_start] = ACTIONS(2711), + [STATE(404)] = { + [sym_entity_reference] = ACTIONS(2969), + [sym_numeric_character_reference] = ACTIONS(2969), + [anon_sym_LBRACK] = ACTIONS(2969), + [anon_sym_BANG_LBRACK] = ACTIONS(2969), + [anon_sym_DOLLAR] = ACTIONS(2971), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2969), + [anon_sym_LBRACE] = ACTIONS(2969), + [aux_sym_pandoc_str_token1] = ACTIONS(2971), + [anon_sym_PIPE] = ACTIONS(2969), + [sym__whitespace] = ACTIONS(2969), + [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_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), + [sym__pandoc_line_break] = ACTIONS(2969), + [sym__caption_start] = ACTIONS(2969), }, - [STATE(424)] = { + [STATE(405)] = { + [ts_builtin_sym_end] = ACTIONS(2585), [sym_entity_reference] = ACTIONS(2585), [sym_numeric_character_reference] = ACTIONS(2585), [anon_sym_LBRACK] = ACTIONS(2585), @@ -59421,7 +58525,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2585), [sym__line_ending] = ACTIONS(2585), [sym__soft_line_ending] = ACTIONS(2585), - [sym__block_close] = ACTIONS(2585), [sym__block_quote_start] = ACTIONS(2585), [sym_atx_h1_marker] = ACTIONS(2585), [sym_atx_h2_marker] = ACTIONS(2585), @@ -59475,7 +58578,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2585), [sym__caption_start] = ACTIONS(2585), }, - [STATE(425)] = { + [STATE(406)] = { + [ts_builtin_sym_end] = ACTIONS(2589), [sym_entity_reference] = ACTIONS(2589), [sym_numeric_character_reference] = ACTIONS(2589), [anon_sym_LBRACK] = ACTIONS(2589), @@ -59488,7 +58592,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2589), [sym__line_ending] = ACTIONS(2589), [sym__soft_line_ending] = ACTIONS(2589), - [sym__block_close] = ACTIONS(2589), [sym__block_quote_start] = ACTIONS(2589), [sym_atx_h1_marker] = ACTIONS(2589), [sym_atx_h2_marker] = ACTIONS(2589), @@ -59542,7 +58645,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2589), [sym__caption_start] = ACTIONS(2589), }, - [STATE(426)] = { + [STATE(407)] = { + [ts_builtin_sym_end] = ACTIONS(2593), [sym_entity_reference] = ACTIONS(2593), [sym_numeric_character_reference] = ACTIONS(2593), [anon_sym_LBRACK] = ACTIONS(2593), @@ -59555,7 +58659,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2593), [sym__line_ending] = ACTIONS(2593), [sym__soft_line_ending] = ACTIONS(2593), - [sym__block_close] = ACTIONS(2593), [sym__block_quote_start] = ACTIONS(2593), [sym_atx_h1_marker] = ACTIONS(2593), [sym_atx_h2_marker] = ACTIONS(2593), @@ -59609,410 +58712,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2593), [sym__caption_start] = ACTIONS(2593), }, - [STATE(427)] = { - [sym_entity_reference] = ACTIONS(2597), - [sym_numeric_character_reference] = ACTIONS(2597), - [anon_sym_LBRACK] = ACTIONS(2597), - [anon_sym_BANG_LBRACK] = ACTIONS(2597), - [anon_sym_DOLLAR] = ACTIONS(2599), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2597), - [anon_sym_LBRACE] = ACTIONS(2597), - [aux_sym_pandoc_str_token1] = ACTIONS(2599), - [anon_sym_PIPE] = ACTIONS(2597), - [sym__whitespace] = ACTIONS(2597), - [sym__line_ending] = ACTIONS(2597), - [sym__soft_line_ending] = ACTIONS(2597), - [sym__block_close] = ACTIONS(2597), - [sym__block_quote_start] = ACTIONS(2597), - [sym_atx_h1_marker] = ACTIONS(2597), - [sym_atx_h2_marker] = ACTIONS(2597), - [sym_atx_h3_marker] = ACTIONS(2597), - [sym_atx_h4_marker] = ACTIONS(2597), - [sym_atx_h5_marker] = ACTIONS(2597), - [sym_atx_h6_marker] = ACTIONS(2597), - [sym__thematic_break] = ACTIONS(2597), - [sym__list_marker_minus] = ACTIONS(2597), - [sym__list_marker_plus] = ACTIONS(2597), - [sym__list_marker_star] = ACTIONS(2597), - [sym__list_marker_parenthesis] = ACTIONS(2597), - [sym__list_marker_dot] = ACTIONS(2597), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2597), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2597), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2597), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2597), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2597), - [sym__list_marker_example] = ACTIONS(2597), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2597), - [sym__fenced_code_block_start_backtick] = ACTIONS(2597), - [sym_minus_metadata] = ACTIONS(2597), - [sym__pipe_table_start] = ACTIONS(2597), - [sym__fenced_div_start] = ACTIONS(2597), - [sym_ref_id_specifier] = ACTIONS(2597), - [sym__code_span_start] = ACTIONS(2597), - [sym__html_comment] = ACTIONS(2597), - [sym__autolink] = ACTIONS(2597), - [sym__highlight_span_start] = ACTIONS(2597), - [sym__insert_span_start] = ACTIONS(2597), - [sym__delete_span_start] = ACTIONS(2597), - [sym__edit_comment_span_start] = ACTIONS(2597), - [sym__single_quote_span_open] = ACTIONS(2597), - [sym__double_quote_span_open] = ACTIONS(2597), - [sym__shortcode_open_escaped] = ACTIONS(2597), - [sym__shortcode_open] = ACTIONS(2597), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2597), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2597), - [sym__cite_author_in_text] = ACTIONS(2597), - [sym__cite_suppress_author] = ACTIONS(2597), - [sym__strikeout_open] = ACTIONS(2597), - [sym__subscript_open] = ACTIONS(2597), - [sym__superscript_open] = ACTIONS(2597), - [sym__inline_note_start_token] = ACTIONS(2597), - [sym__strong_emphasis_open_star] = ACTIONS(2597), - [sym__strong_emphasis_open_underscore] = ACTIONS(2597), - [sym__emphasis_open_star] = ACTIONS(2597), - [sym__emphasis_open_underscore] = ACTIONS(2597), - [sym_inline_note_reference] = ACTIONS(2597), - [sym_html_element] = ACTIONS(2597), - [sym__pandoc_line_break] = ACTIONS(2597), - [sym__caption_start] = ACTIONS(2597), - }, - [STATE(428)] = { - [sym_entity_reference] = ACTIONS(2699), - [sym_numeric_character_reference] = ACTIONS(2699), - [anon_sym_LBRACK] = ACTIONS(2699), - [anon_sym_BANG_LBRACK] = ACTIONS(2699), - [anon_sym_DOLLAR] = ACTIONS(2701), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2699), - [anon_sym_LBRACE] = ACTIONS(2699), - [aux_sym_pandoc_str_token1] = ACTIONS(2701), - [anon_sym_PIPE] = ACTIONS(2699), - [sym__whitespace] = ACTIONS(2699), - [sym__line_ending] = ACTIONS(2699), - [sym__soft_line_ending] = ACTIONS(2699), - [sym__block_close] = ACTIONS(2699), - [sym__block_quote_start] = ACTIONS(2699), - [sym_atx_h1_marker] = ACTIONS(2699), - [sym_atx_h2_marker] = ACTIONS(2699), - [sym_atx_h3_marker] = ACTIONS(2699), - [sym_atx_h4_marker] = ACTIONS(2699), - [sym_atx_h5_marker] = ACTIONS(2699), - [sym_atx_h6_marker] = ACTIONS(2699), - [sym__thematic_break] = ACTIONS(2699), - [sym__list_marker_minus] = ACTIONS(2699), - [sym__list_marker_plus] = ACTIONS(2699), - [sym__list_marker_star] = ACTIONS(2699), - [sym__list_marker_parenthesis] = ACTIONS(2699), - [sym__list_marker_dot] = ACTIONS(2699), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2699), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2699), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2699), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2699), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2699), - [sym__list_marker_example] = ACTIONS(2699), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2699), - [sym__fenced_code_block_start_backtick] = ACTIONS(2699), - [sym_minus_metadata] = ACTIONS(2699), - [sym__pipe_table_start] = ACTIONS(2699), - [sym__fenced_div_start] = ACTIONS(2699), - [sym_ref_id_specifier] = ACTIONS(2699), - [sym__code_span_start] = ACTIONS(2699), - [sym__html_comment] = ACTIONS(2699), - [sym__autolink] = ACTIONS(2699), - [sym__highlight_span_start] = ACTIONS(2699), - [sym__insert_span_start] = ACTIONS(2699), - [sym__delete_span_start] = ACTIONS(2699), - [sym__edit_comment_span_start] = ACTIONS(2699), - [sym__single_quote_span_open] = ACTIONS(2699), - [sym__double_quote_span_open] = ACTIONS(2699), - [sym__shortcode_open_escaped] = ACTIONS(2699), - [sym__shortcode_open] = ACTIONS(2699), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2699), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2699), - [sym__cite_author_in_text] = ACTIONS(2699), - [sym__cite_suppress_author] = ACTIONS(2699), - [sym__strikeout_open] = ACTIONS(2699), - [sym__subscript_open] = ACTIONS(2699), - [sym__superscript_open] = ACTIONS(2699), - [sym__inline_note_start_token] = ACTIONS(2699), - [sym__strong_emphasis_open_star] = ACTIONS(2699), - [sym__strong_emphasis_open_underscore] = ACTIONS(2699), - [sym__emphasis_open_star] = ACTIONS(2699), - [sym__emphasis_open_underscore] = ACTIONS(2699), - [sym_inline_note_reference] = ACTIONS(2699), - [sym_html_element] = ACTIONS(2699), - [sym__pandoc_line_break] = ACTIONS(2699), - [sym__caption_start] = ACTIONS(2699), - }, - [STATE(429)] = { - [sym_entity_reference] = ACTIONS(2707), - [sym_numeric_character_reference] = ACTIONS(2707), - [anon_sym_LBRACK] = ACTIONS(2707), - [anon_sym_BANG_LBRACK] = ACTIONS(2707), - [anon_sym_DOLLAR] = ACTIONS(2709), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2707), - [anon_sym_LBRACE] = ACTIONS(2707), - [aux_sym_pandoc_str_token1] = ACTIONS(2709), - [anon_sym_PIPE] = ACTIONS(2707), - [sym__whitespace] = ACTIONS(2707), - [sym__line_ending] = ACTIONS(2707), - [sym__soft_line_ending] = ACTIONS(2707), - [sym__block_close] = ACTIONS(2707), - [sym__block_quote_start] = ACTIONS(2707), - [sym_atx_h1_marker] = ACTIONS(2707), - [sym_atx_h2_marker] = ACTIONS(2707), - [sym_atx_h3_marker] = ACTIONS(2707), - [sym_atx_h4_marker] = ACTIONS(2707), - [sym_atx_h5_marker] = ACTIONS(2707), - [sym_atx_h6_marker] = ACTIONS(2707), - [sym__thematic_break] = ACTIONS(2707), - [sym__list_marker_minus] = ACTIONS(2707), - [sym__list_marker_plus] = ACTIONS(2707), - [sym__list_marker_star] = ACTIONS(2707), - [sym__list_marker_parenthesis] = ACTIONS(2707), - [sym__list_marker_dot] = ACTIONS(2707), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2707), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2707), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2707), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2707), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2707), - [sym__list_marker_example] = ACTIONS(2707), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2707), - [sym__fenced_code_block_start_backtick] = ACTIONS(2707), - [sym_minus_metadata] = ACTIONS(2707), - [sym__pipe_table_start] = ACTIONS(2707), - [sym__fenced_div_start] = ACTIONS(2707), - [sym_ref_id_specifier] = ACTIONS(2707), - [sym__code_span_start] = ACTIONS(2707), - [sym__html_comment] = ACTIONS(2707), - [sym__autolink] = ACTIONS(2707), - [sym__highlight_span_start] = ACTIONS(2707), - [sym__insert_span_start] = ACTIONS(2707), - [sym__delete_span_start] = ACTIONS(2707), - [sym__edit_comment_span_start] = ACTIONS(2707), - [sym__single_quote_span_open] = ACTIONS(2707), - [sym__double_quote_span_open] = ACTIONS(2707), - [sym__shortcode_open_escaped] = ACTIONS(2707), - [sym__shortcode_open] = ACTIONS(2707), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2707), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2707), - [sym__cite_author_in_text] = ACTIONS(2707), - [sym__cite_suppress_author] = ACTIONS(2707), - [sym__strikeout_open] = ACTIONS(2707), - [sym__subscript_open] = ACTIONS(2707), - [sym__superscript_open] = ACTIONS(2707), - [sym__inline_note_start_token] = ACTIONS(2707), - [sym__strong_emphasis_open_star] = ACTIONS(2707), - [sym__strong_emphasis_open_underscore] = ACTIONS(2707), - [sym__emphasis_open_star] = ACTIONS(2707), - [sym__emphasis_open_underscore] = ACTIONS(2707), - [sym_inline_note_reference] = ACTIONS(2707), - [sym_html_element] = ACTIONS(2707), - [sym__pandoc_line_break] = ACTIONS(2707), - [sym__caption_start] = ACTIONS(2707), - }, - [STATE(430)] = { - [sym_entity_reference] = ACTIONS(2717), - [sym_numeric_character_reference] = ACTIONS(2717), - [anon_sym_LBRACK] = ACTIONS(2717), - [anon_sym_BANG_LBRACK] = ACTIONS(2717), - [anon_sym_DOLLAR] = ACTIONS(2719), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2717), - [aux_sym_pandoc_str_token1] = ACTIONS(2719), - [anon_sym_PIPE] = ACTIONS(2717), - [sym__whitespace] = ACTIONS(2717), - [sym__line_ending] = ACTIONS(2717), - [sym__soft_line_ending] = ACTIONS(2717), - [sym__block_close] = ACTIONS(2717), - [sym__block_quote_start] = ACTIONS(2717), - [sym_atx_h1_marker] = ACTIONS(2717), - [sym_atx_h2_marker] = ACTIONS(2717), - [sym_atx_h3_marker] = ACTIONS(2717), - [sym_atx_h4_marker] = ACTIONS(2717), - [sym_atx_h5_marker] = ACTIONS(2717), - [sym_atx_h6_marker] = ACTIONS(2717), - [sym__thematic_break] = ACTIONS(2717), - [sym__list_marker_minus] = ACTIONS(2717), - [sym__list_marker_plus] = ACTIONS(2717), - [sym__list_marker_star] = ACTIONS(2717), - [sym__list_marker_parenthesis] = ACTIONS(2717), - [sym__list_marker_dot] = ACTIONS(2717), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2717), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2717), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2717), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2717), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2717), - [sym__list_marker_example] = ACTIONS(2717), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2717), - [sym__fenced_code_block_start_backtick] = ACTIONS(2717), - [sym_minus_metadata] = ACTIONS(2717), - [sym__pipe_table_start] = ACTIONS(2717), - [sym__fenced_div_start] = ACTIONS(2717), - [sym_ref_id_specifier] = ACTIONS(2717), - [sym__code_span_start] = ACTIONS(2717), - [sym__html_comment] = ACTIONS(2717), - [sym__autolink] = ACTIONS(2717), - [sym__highlight_span_start] = ACTIONS(2717), - [sym__insert_span_start] = ACTIONS(2717), - [sym__delete_span_start] = ACTIONS(2717), - [sym__edit_comment_span_start] = ACTIONS(2717), - [sym__single_quote_span_open] = ACTIONS(2717), - [sym__double_quote_span_open] = ACTIONS(2717), - [sym__shortcode_open_escaped] = ACTIONS(2717), - [sym__shortcode_open] = ACTIONS(2717), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2717), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2717), - [sym__cite_author_in_text] = ACTIONS(2717), - [sym__cite_suppress_author] = ACTIONS(2717), - [sym__strikeout_open] = ACTIONS(2717), - [sym__subscript_open] = ACTIONS(2717), - [sym__superscript_open] = ACTIONS(2717), - [sym__inline_note_start_token] = ACTIONS(2717), - [sym__strong_emphasis_open_star] = ACTIONS(2717), - [sym__strong_emphasis_open_underscore] = ACTIONS(2717), - [sym__emphasis_open_star] = ACTIONS(2717), - [sym__emphasis_open_underscore] = ACTIONS(2717), - [sym_inline_note_reference] = ACTIONS(2717), - [sym_html_element] = ACTIONS(2717), - [sym__pandoc_line_break] = ACTIONS(2717), - [sym__caption_start] = ACTIONS(2717), - }, - [STATE(431)] = { - [sym_entity_reference] = ACTIONS(2721), - [sym_numeric_character_reference] = ACTIONS(2721), - [anon_sym_LBRACK] = ACTIONS(2721), - [anon_sym_BANG_LBRACK] = ACTIONS(2721), - [anon_sym_DOLLAR] = ACTIONS(2723), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2721), - [anon_sym_LBRACE] = ACTIONS(2721), - [aux_sym_pandoc_str_token1] = ACTIONS(2723), - [anon_sym_PIPE] = ACTIONS(2721), - [sym__whitespace] = ACTIONS(2721), - [sym__line_ending] = ACTIONS(2721), - [sym__soft_line_ending] = ACTIONS(2721), - [sym__block_close] = ACTIONS(2721), - [sym__block_quote_start] = ACTIONS(2721), - [sym_atx_h1_marker] = ACTIONS(2721), - [sym_atx_h2_marker] = ACTIONS(2721), - [sym_atx_h3_marker] = ACTIONS(2721), - [sym_atx_h4_marker] = ACTIONS(2721), - [sym_atx_h5_marker] = ACTIONS(2721), - [sym_atx_h6_marker] = ACTIONS(2721), - [sym__thematic_break] = ACTIONS(2721), - [sym__list_marker_minus] = ACTIONS(2721), - [sym__list_marker_plus] = ACTIONS(2721), - [sym__list_marker_star] = ACTIONS(2721), - [sym__list_marker_parenthesis] = ACTIONS(2721), - [sym__list_marker_dot] = ACTIONS(2721), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2721), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2721), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2721), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2721), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2721), - [sym__list_marker_example] = ACTIONS(2721), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2721), - [sym__fenced_code_block_start_backtick] = ACTIONS(2721), - [sym_minus_metadata] = ACTIONS(2721), - [sym__pipe_table_start] = ACTIONS(2721), - [sym__fenced_div_start] = ACTIONS(2721), - [sym_ref_id_specifier] = ACTIONS(2721), - [sym__code_span_start] = ACTIONS(2721), - [sym__html_comment] = ACTIONS(2721), - [sym__autolink] = ACTIONS(2721), - [sym__highlight_span_start] = ACTIONS(2721), - [sym__insert_span_start] = ACTIONS(2721), - [sym__delete_span_start] = ACTIONS(2721), - [sym__edit_comment_span_start] = ACTIONS(2721), - [sym__single_quote_span_open] = ACTIONS(2721), - [sym__double_quote_span_open] = ACTIONS(2721), - [sym__shortcode_open_escaped] = ACTIONS(2721), - [sym__shortcode_open] = ACTIONS(2721), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2721), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2721), - [sym__cite_author_in_text] = ACTIONS(2721), - [sym__cite_suppress_author] = ACTIONS(2721), - [sym__strikeout_open] = ACTIONS(2721), - [sym__subscript_open] = ACTIONS(2721), - [sym__superscript_open] = ACTIONS(2721), - [sym__inline_note_start_token] = ACTIONS(2721), - [sym__strong_emphasis_open_star] = ACTIONS(2721), - [sym__strong_emphasis_open_underscore] = ACTIONS(2721), - [sym__emphasis_open_star] = ACTIONS(2721), - [sym__emphasis_open_underscore] = ACTIONS(2721), - [sym_inline_note_reference] = ACTIONS(2721), - [sym_html_element] = ACTIONS(2721), - [sym__pandoc_line_break] = ACTIONS(2721), - [sym__caption_start] = ACTIONS(2721), + [STATE(408)] = { + [sym__inlines] = STATE(4007), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(698), + [sym__inline_whitespace] = STATE(698), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3139), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3141), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(432)] = { - [sym_entity_reference] = ACTIONS(2901), - [sym_numeric_character_reference] = ACTIONS(2901), - [anon_sym_LBRACK] = ACTIONS(2901), - [anon_sym_BANG_LBRACK] = ACTIONS(2901), - [anon_sym_DOLLAR] = ACTIONS(2903), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2901), - [anon_sym_LBRACE] = ACTIONS(2901), - [aux_sym_pandoc_str_token1] = ACTIONS(2903), - [anon_sym_PIPE] = ACTIONS(2901), - [sym__whitespace] = ACTIONS(2901), - [sym__line_ending] = ACTIONS(2901), - [sym__soft_line_ending] = ACTIONS(2901), - [sym__block_close] = ACTIONS(2901), - [sym__block_quote_start] = ACTIONS(2901), - [sym_atx_h1_marker] = ACTIONS(2901), - [sym_atx_h2_marker] = ACTIONS(2901), - [sym_atx_h3_marker] = ACTIONS(2901), - [sym_atx_h4_marker] = ACTIONS(2901), - [sym_atx_h5_marker] = ACTIONS(2901), - [sym_atx_h6_marker] = ACTIONS(2901), - [sym__thematic_break] = ACTIONS(2901), - [sym__list_marker_minus] = ACTIONS(2901), - [sym__list_marker_plus] = ACTIONS(2901), - [sym__list_marker_star] = ACTIONS(2901), - [sym__list_marker_parenthesis] = ACTIONS(2901), - [sym__list_marker_dot] = ACTIONS(2901), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2901), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2901), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2901), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2901), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2901), - [sym__list_marker_example] = ACTIONS(2901), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2901), - [sym__fenced_code_block_start_backtick] = ACTIONS(2901), - [sym_minus_metadata] = ACTIONS(2901), - [sym__pipe_table_start] = ACTIONS(2901), - [sym__fenced_div_start] = ACTIONS(2901), - [sym_ref_id_specifier] = ACTIONS(2901), - [sym__code_span_start] = ACTIONS(2901), - [sym__html_comment] = ACTIONS(2901), - [sym__autolink] = ACTIONS(2901), - [sym__highlight_span_start] = ACTIONS(2901), - [sym__insert_span_start] = ACTIONS(2901), - [sym__delete_span_start] = ACTIONS(2901), - [sym__edit_comment_span_start] = ACTIONS(2901), - [sym__single_quote_span_open] = ACTIONS(2901), - [sym__double_quote_span_open] = ACTIONS(2901), - [sym__shortcode_open_escaped] = ACTIONS(2901), - [sym__shortcode_open] = ACTIONS(2901), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2901), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2901), - [sym__cite_author_in_text] = ACTIONS(2901), - [sym__cite_suppress_author] = ACTIONS(2901), - [sym__strikeout_open] = ACTIONS(2901), - [sym__subscript_open] = ACTIONS(2901), - [sym__superscript_open] = ACTIONS(2901), - [sym__inline_note_start_token] = ACTIONS(2901), - [sym__strong_emphasis_open_star] = ACTIONS(2901), - [sym__strong_emphasis_open_underscore] = ACTIONS(2901), - [sym__emphasis_open_star] = ACTIONS(2901), - [sym__emphasis_open_underscore] = ACTIONS(2901), - [sym_inline_note_reference] = ACTIONS(2901), - [sym_html_element] = ACTIONS(2901), - [sym__pandoc_line_break] = ACTIONS(2901), - [sym__caption_start] = ACTIONS(2901), + [STATE(409)] = { + [ts_builtin_sym_end] = ACTIONS(2289), + [sym_entity_reference] = ACTIONS(2289), + [sym_numeric_character_reference] = ACTIONS(2289), + [anon_sym_LBRACK] = ACTIONS(2289), + [anon_sym_BANG_LBRACK] = ACTIONS(2289), + [anon_sym_DOLLAR] = ACTIONS(2291), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2289), + [anon_sym_LBRACE] = ACTIONS(2289), + [aux_sym_pandoc_str_token1] = ACTIONS(2291), + [anon_sym_PIPE] = ACTIONS(2289), + [sym__whitespace] = ACTIONS(2289), + [sym__line_ending] = ACTIONS(2289), + [sym__soft_line_ending] = ACTIONS(2289), + [sym__block_quote_start] = ACTIONS(2289), + [sym_atx_h1_marker] = ACTIONS(2289), + [sym_atx_h2_marker] = ACTIONS(2289), + [sym_atx_h3_marker] = ACTIONS(2289), + [sym_atx_h4_marker] = ACTIONS(2289), + [sym_atx_h5_marker] = ACTIONS(2289), + [sym_atx_h6_marker] = ACTIONS(2289), + [sym__thematic_break] = ACTIONS(2289), + [sym__list_marker_minus] = ACTIONS(2289), + [sym__list_marker_plus] = ACTIONS(2289), + [sym__list_marker_star] = ACTIONS(2289), + [sym__list_marker_parenthesis] = ACTIONS(2289), + [sym__list_marker_dot] = ACTIONS(2289), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_example] = ACTIONS(2289), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2289), + [sym__fenced_code_block_start_backtick] = ACTIONS(2289), + [sym_minus_metadata] = ACTIONS(2289), + [sym__pipe_table_start] = ACTIONS(2289), + [sym__fenced_div_start] = ACTIONS(2289), + [sym_ref_id_specifier] = ACTIONS(2289), + [sym__code_span_start] = ACTIONS(2289), + [sym__html_comment] = ACTIONS(2289), + [sym__autolink] = ACTIONS(2289), + [sym__highlight_span_start] = ACTIONS(2289), + [sym__insert_span_start] = ACTIONS(2289), + [sym__delete_span_start] = ACTIONS(2289), + [sym__edit_comment_span_start] = ACTIONS(2289), + [sym__single_quote_span_open] = ACTIONS(2289), + [sym__double_quote_span_open] = ACTIONS(2289), + [sym__shortcode_open_escaped] = ACTIONS(2289), + [sym__shortcode_open] = ACTIONS(2289), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2289), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2289), + [sym__cite_author_in_text] = ACTIONS(2289), + [sym__cite_suppress_author] = ACTIONS(2289), + [sym__strikeout_open] = ACTIONS(2289), + [sym__subscript_open] = ACTIONS(2289), + [sym__superscript_open] = ACTIONS(2289), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2289), + [sym__strong_emphasis_open_underscore] = ACTIONS(2289), + [sym__emphasis_open_star] = ACTIONS(2289), + [sym__emphasis_open_underscore] = ACTIONS(2289), + [sym_inline_note_reference] = ACTIONS(2289), + [sym_html_element] = ACTIONS(2289), + [sym__pandoc_line_break] = ACTIONS(2289), + [sym__caption_start] = ACTIONS(2289), }, - [STATE(433)] = { - [ts_builtin_sym_end] = ACTIONS(2703), + [STATE(410)] = { [sym_entity_reference] = ACTIONS(2703), [sym_numeric_character_reference] = ACTIONS(2703), [anon_sym_LBRACK] = ACTIONS(2703), @@ -60025,6 +58859,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2703), [sym__line_ending] = ACTIONS(2703), [sym__soft_line_ending] = ACTIONS(2703), + [sym__block_close] = ACTIONS(2703), [sym__block_quote_start] = ACTIONS(2703), [sym_atx_h1_marker] = ACTIONS(2703), [sym_atx_h2_marker] = ACTIONS(2703), @@ -60078,476 +58913,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2703), [sym__caption_start] = ACTIONS(2703), }, - [STATE(434)] = { - [sym_entity_reference] = ACTIONS(2949), - [sym_numeric_character_reference] = ACTIONS(2949), - [anon_sym_LBRACK] = ACTIONS(2949), - [anon_sym_BANG_LBRACK] = ACTIONS(2949), - [anon_sym_DOLLAR] = ACTIONS(2951), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2949), - [anon_sym_LBRACE] = ACTIONS(2949), - [aux_sym_pandoc_str_token1] = ACTIONS(2951), - [anon_sym_PIPE] = ACTIONS(2949), - [sym__whitespace] = ACTIONS(2949), - [sym__line_ending] = ACTIONS(2949), - [sym__soft_line_ending] = ACTIONS(2949), - [sym__block_close] = ACTIONS(2949), - [sym__block_quote_start] = ACTIONS(2949), - [sym_atx_h1_marker] = ACTIONS(2949), - [sym_atx_h2_marker] = ACTIONS(2949), - [sym_atx_h3_marker] = ACTIONS(2949), - [sym_atx_h4_marker] = ACTIONS(2949), - [sym_atx_h5_marker] = ACTIONS(2949), - [sym_atx_h6_marker] = ACTIONS(2949), - [sym__thematic_break] = ACTIONS(2949), - [sym__list_marker_minus] = ACTIONS(2949), - [sym__list_marker_plus] = ACTIONS(2949), - [sym__list_marker_star] = ACTIONS(2949), - [sym__list_marker_parenthesis] = ACTIONS(2949), - [sym__list_marker_dot] = ACTIONS(2949), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2949), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2949), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2949), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2949), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2949), - [sym__list_marker_example] = ACTIONS(2949), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2949), - [sym__fenced_code_block_start_backtick] = ACTIONS(2949), - [sym_minus_metadata] = ACTIONS(2949), - [sym__pipe_table_start] = ACTIONS(2949), - [sym__fenced_div_start] = ACTIONS(2949), - [sym_ref_id_specifier] = ACTIONS(2949), - [sym__code_span_start] = ACTIONS(2949), - [sym__html_comment] = ACTIONS(2949), - [sym__autolink] = ACTIONS(2949), - [sym__highlight_span_start] = ACTIONS(2949), - [sym__insert_span_start] = ACTIONS(2949), - [sym__delete_span_start] = ACTIONS(2949), - [sym__edit_comment_span_start] = ACTIONS(2949), - [sym__single_quote_span_open] = ACTIONS(2949), - [sym__double_quote_span_open] = ACTIONS(2949), - [sym__shortcode_open_escaped] = ACTIONS(2949), - [sym__shortcode_open] = ACTIONS(2949), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2949), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2949), - [sym__cite_author_in_text] = ACTIONS(2949), - [sym__cite_suppress_author] = ACTIONS(2949), - [sym__strikeout_open] = ACTIONS(2949), - [sym__subscript_open] = ACTIONS(2949), - [sym__superscript_open] = ACTIONS(2949), - [sym__inline_note_start_token] = ACTIONS(2949), - [sym__strong_emphasis_open_star] = ACTIONS(2949), - [sym__strong_emphasis_open_underscore] = ACTIONS(2949), - [sym__emphasis_open_star] = ACTIONS(2949), - [sym__emphasis_open_underscore] = ACTIONS(2949), - [sym_inline_note_reference] = ACTIONS(2949), - [sym_html_element] = ACTIONS(2949), - [sym__pandoc_line_break] = ACTIONS(2949), - [sym__caption_start] = ACTIONS(2949), - }, - [STATE(435)] = { - [ts_builtin_sym_end] = ACTIONS(2711), - [sym_entity_reference] = ACTIONS(2711), - [sym_numeric_character_reference] = ACTIONS(2711), - [anon_sym_LBRACK] = ACTIONS(2711), - [anon_sym_BANG_LBRACK] = ACTIONS(2711), - [anon_sym_DOLLAR] = ACTIONS(2713), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2711), - [anon_sym_LBRACE] = ACTIONS(2711), - [aux_sym_pandoc_str_token1] = ACTIONS(2713), - [anon_sym_PIPE] = ACTIONS(2711), - [sym__whitespace] = ACTIONS(2711), - [sym__line_ending] = ACTIONS(2711), - [sym__soft_line_ending] = 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_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), - [sym__pandoc_line_break] = ACTIONS(2711), - [sym__caption_start] = ACTIONS(2711), - }, - [STATE(436)] = { - [sym_entity_reference] = ACTIONS(2957), - [sym_numeric_character_reference] = ACTIONS(2957), - [anon_sym_LBRACK] = ACTIONS(2957), - [anon_sym_BANG_LBRACK] = ACTIONS(2957), - [anon_sym_DOLLAR] = ACTIONS(2959), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2957), - [anon_sym_LBRACE] = ACTIONS(2957), - [aux_sym_pandoc_str_token1] = ACTIONS(2959), - [anon_sym_PIPE] = ACTIONS(2957), - [sym__whitespace] = ACTIONS(2957), - [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_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), - [sym__pandoc_line_break] = ACTIONS(2957), - [sym__caption_start] = ACTIONS(2957), - }, - [STATE(437)] = { - [sym__atx_heading_content] = STATE(3275), - [sym__inlines] = STATE(3275), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(358), - [sym_entity_reference] = ACTIONS(5), - [sym_numeric_character_reference] = ACTIONS(5), - [anon_sym_LBRACK] = ACTIONS(7), - [anon_sym_BANG_LBRACK] = ACTIONS(9), - [anon_sym_DOLLAR] = ACTIONS(11), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [aux_sym_pandoc_str_token1] = ACTIONS(17), - [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(2991), - [sym__line_ending] = ACTIONS(23), - [sym__eof] = ACTIONS(3155), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(5), - [sym__autolink] = ACTIONS(5), - [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(5), - [sym_html_element] = ACTIONS(5), - [sym__pandoc_line_break] = ACTIONS(5), + [STATE(411)] = { + [sym_entity_reference] = ACTIONS(2709), + [sym_numeric_character_reference] = ACTIONS(2709), + [anon_sym_LBRACK] = ACTIONS(2709), + [anon_sym_BANG_LBRACK] = ACTIONS(2709), + [anon_sym_DOLLAR] = ACTIONS(2711), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2709), + [anon_sym_LBRACE] = ACTIONS(2709), + [aux_sym_pandoc_str_token1] = ACTIONS(2711), + [anon_sym_PIPE] = ACTIONS(2709), + [sym__whitespace] = ACTIONS(2709), + [sym__line_ending] = ACTIONS(2709), + [sym__soft_line_ending] = ACTIONS(2709), + [sym__block_close] = ACTIONS(2709), + [sym__block_quote_start] = ACTIONS(2709), + [sym_atx_h1_marker] = ACTIONS(2709), + [sym_atx_h2_marker] = ACTIONS(2709), + [sym_atx_h3_marker] = ACTIONS(2709), + [sym_atx_h4_marker] = ACTIONS(2709), + [sym_atx_h5_marker] = ACTIONS(2709), + [sym_atx_h6_marker] = ACTIONS(2709), + [sym__thematic_break] = ACTIONS(2709), + [sym__list_marker_minus] = ACTIONS(2709), + [sym__list_marker_plus] = ACTIONS(2709), + [sym__list_marker_star] = ACTIONS(2709), + [sym__list_marker_parenthesis] = ACTIONS(2709), + [sym__list_marker_dot] = ACTIONS(2709), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2709), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2709), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2709), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2709), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2709), + [sym__list_marker_example] = ACTIONS(2709), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2709), + [sym__fenced_code_block_start_backtick] = ACTIONS(2709), + [sym_minus_metadata] = ACTIONS(2709), + [sym__pipe_table_start] = ACTIONS(2709), + [sym__fenced_div_start] = ACTIONS(2709), + [sym_ref_id_specifier] = ACTIONS(2709), + [sym__code_span_start] = ACTIONS(2709), + [sym__html_comment] = ACTIONS(2709), + [sym__autolink] = ACTIONS(2709), + [sym__highlight_span_start] = ACTIONS(2709), + [sym__insert_span_start] = ACTIONS(2709), + [sym__delete_span_start] = ACTIONS(2709), + [sym__edit_comment_span_start] = ACTIONS(2709), + [sym__single_quote_span_open] = ACTIONS(2709), + [sym__double_quote_span_open] = ACTIONS(2709), + [sym__shortcode_open_escaped] = ACTIONS(2709), + [sym__shortcode_open] = ACTIONS(2709), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2709), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2709), + [sym__cite_author_in_text] = ACTIONS(2709), + [sym__cite_suppress_author] = ACTIONS(2709), + [sym__strikeout_open] = ACTIONS(2709), + [sym__subscript_open] = ACTIONS(2709), + [sym__superscript_open] = ACTIONS(2709), + [sym__inline_note_start_token] = ACTIONS(2709), + [sym__strong_emphasis_open_star] = ACTIONS(2709), + [sym__strong_emphasis_open_underscore] = ACTIONS(2709), + [sym__emphasis_open_star] = ACTIONS(2709), + [sym__emphasis_open_underscore] = ACTIONS(2709), + [sym_inline_note_reference] = ACTIONS(2709), + [sym_html_element] = ACTIONS(2709), + [sym__pandoc_line_break] = ACTIONS(2709), + [sym__caption_start] = ACTIONS(2709), }, - [STATE(438)] = { - [sym_entity_reference] = ACTIONS(2977), - [sym_numeric_character_reference] = ACTIONS(2977), - [anon_sym_LBRACK] = ACTIONS(2977), - [anon_sym_BANG_LBRACK] = ACTIONS(2977), - [anon_sym_DOLLAR] = ACTIONS(2979), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2977), - [anon_sym_LBRACE] = ACTIONS(2977), - [aux_sym_pandoc_str_token1] = ACTIONS(2979), - [anon_sym_PIPE] = ACTIONS(2977), - [sym__whitespace] = ACTIONS(2977), - [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_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), - [sym__pandoc_line_break] = ACTIONS(2977), - [sym__caption_start] = ACTIONS(2977), + [STATE(412)] = { + [sym_entity_reference] = ACTIONS(2693), + [sym_numeric_character_reference] = ACTIONS(2693), + [anon_sym_LBRACK] = ACTIONS(2693), + [anon_sym_BANG_LBRACK] = ACTIONS(2693), + [anon_sym_DOLLAR] = ACTIONS(2695), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2693), + [anon_sym_LBRACE] = ACTIONS(2693), + [aux_sym_pandoc_str_token1] = ACTIONS(2695), + [anon_sym_PIPE] = ACTIONS(2693), + [sym__whitespace] = ACTIONS(2693), + [sym__line_ending] = ACTIONS(2693), + [sym__soft_line_ending] = ACTIONS(2693), + [sym__block_close] = ACTIONS(2693), + [sym__block_quote_start] = ACTIONS(2693), + [sym_atx_h1_marker] = ACTIONS(2693), + [sym_atx_h2_marker] = ACTIONS(2693), + [sym_atx_h3_marker] = ACTIONS(2693), + [sym_atx_h4_marker] = ACTIONS(2693), + [sym_atx_h5_marker] = ACTIONS(2693), + [sym_atx_h6_marker] = ACTIONS(2693), + [sym__thematic_break] = ACTIONS(2693), + [sym__list_marker_minus] = ACTIONS(2693), + [sym__list_marker_plus] = ACTIONS(2693), + [sym__list_marker_star] = ACTIONS(2693), + [sym__list_marker_parenthesis] = ACTIONS(2693), + [sym__list_marker_dot] = ACTIONS(2693), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2693), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2693), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2693), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2693), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2693), + [sym__list_marker_example] = ACTIONS(2693), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2693), + [sym__fenced_code_block_start_backtick] = ACTIONS(2693), + [sym_minus_metadata] = ACTIONS(2693), + [sym__pipe_table_start] = ACTIONS(2693), + [sym__fenced_div_start] = ACTIONS(2693), + [sym_ref_id_specifier] = ACTIONS(2693), + [sym__code_span_start] = ACTIONS(2693), + [sym__html_comment] = ACTIONS(2693), + [sym__autolink] = ACTIONS(2693), + [sym__highlight_span_start] = ACTIONS(2693), + [sym__insert_span_start] = ACTIONS(2693), + [sym__delete_span_start] = ACTIONS(2693), + [sym__edit_comment_span_start] = ACTIONS(2693), + [sym__single_quote_span_open] = ACTIONS(2693), + [sym__double_quote_span_open] = ACTIONS(2693), + [sym__shortcode_open_escaped] = ACTIONS(2693), + [sym__shortcode_open] = ACTIONS(2693), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2693), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2693), + [sym__cite_author_in_text] = ACTIONS(2693), + [sym__cite_suppress_author] = ACTIONS(2693), + [sym__strikeout_open] = ACTIONS(2693), + [sym__subscript_open] = ACTIONS(2693), + [sym__superscript_open] = ACTIONS(2693), + [sym__inline_note_start_token] = ACTIONS(2693), + [sym__strong_emphasis_open_star] = ACTIONS(2693), + [sym__strong_emphasis_open_underscore] = ACTIONS(2693), + [sym__emphasis_open_star] = ACTIONS(2693), + [sym__emphasis_open_underscore] = ACTIONS(2693), + [sym_inline_note_reference] = ACTIONS(2693), + [sym_html_element] = ACTIONS(2693), + [sym__pandoc_line_break] = ACTIONS(2693), + [sym__caption_start] = ACTIONS(2693), }, - [STATE(439)] = { - [sym__atx_heading_content] = STATE(3071), - [sym__inlines] = STATE(3071), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(445), - [sym_entity_reference] = ACTIONS(5), - [sym_numeric_character_reference] = ACTIONS(5), - [anon_sym_LBRACK] = ACTIONS(7), - [anon_sym_BANG_LBRACK] = ACTIONS(9), - [anon_sym_DOLLAR] = ACTIONS(11), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [aux_sym_pandoc_str_token1] = ACTIONS(17), - [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(2991), - [sym__line_ending] = ACTIONS(23), - [sym__eof] = ACTIONS(3157), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(5), - [sym__autolink] = ACTIONS(5), - [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(5), - [sym_html_element] = ACTIONS(5), - [sym__pandoc_line_break] = ACTIONS(5), + [STATE(413)] = { + [sym_entity_reference] = ACTIONS(2849), + [sym_numeric_character_reference] = ACTIONS(2849), + [anon_sym_LBRACK] = ACTIONS(2849), + [anon_sym_BANG_LBRACK] = ACTIONS(2849), + [anon_sym_DOLLAR] = ACTIONS(2851), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2849), + [anon_sym_LBRACE] = ACTIONS(2849), + [aux_sym_pandoc_str_token1] = ACTIONS(2851), + [anon_sym_PIPE] = ACTIONS(2849), + [sym__whitespace] = ACTIONS(2849), + [sym__line_ending] = ACTIONS(2849), + [sym__soft_line_ending] = ACTIONS(2849), + [sym__block_close] = ACTIONS(2849), + [sym__block_quote_start] = ACTIONS(2849), + [sym_atx_h1_marker] = ACTIONS(2849), + [sym_atx_h2_marker] = ACTIONS(2849), + [sym_atx_h3_marker] = ACTIONS(2849), + [sym_atx_h4_marker] = ACTIONS(2849), + [sym_atx_h5_marker] = ACTIONS(2849), + [sym_atx_h6_marker] = ACTIONS(2849), + [sym__thematic_break] = ACTIONS(2849), + [sym__list_marker_minus] = ACTIONS(2849), + [sym__list_marker_plus] = ACTIONS(2849), + [sym__list_marker_star] = ACTIONS(2849), + [sym__list_marker_parenthesis] = ACTIONS(2849), + [sym__list_marker_dot] = ACTIONS(2849), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2849), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2849), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2849), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2849), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2849), + [sym__list_marker_example] = ACTIONS(2849), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2849), + [sym__fenced_code_block_start_backtick] = ACTIONS(2849), + [sym_minus_metadata] = ACTIONS(2849), + [sym__pipe_table_start] = ACTIONS(2849), + [sym__fenced_div_start] = ACTIONS(2849), + [sym_ref_id_specifier] = ACTIONS(2849), + [sym__code_span_start] = ACTIONS(2849), + [sym__html_comment] = ACTIONS(2849), + [sym__autolink] = ACTIONS(2849), + [sym__highlight_span_start] = ACTIONS(2849), + [sym__insert_span_start] = ACTIONS(2849), + [sym__delete_span_start] = ACTIONS(2849), + [sym__edit_comment_span_start] = ACTIONS(2849), + [sym__single_quote_span_open] = ACTIONS(2849), + [sym__double_quote_span_open] = ACTIONS(2849), + [sym__shortcode_open_escaped] = ACTIONS(2849), + [sym__shortcode_open] = ACTIONS(2849), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2849), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2849), + [sym__cite_author_in_text] = ACTIONS(2849), + [sym__cite_suppress_author] = ACTIONS(2849), + [sym__strikeout_open] = ACTIONS(2849), + [sym__subscript_open] = ACTIONS(2849), + [sym__superscript_open] = ACTIONS(2849), + [sym__inline_note_start_token] = ACTIONS(2849), + [sym__strong_emphasis_open_star] = ACTIONS(2849), + [sym__strong_emphasis_open_underscore] = ACTIONS(2849), + [sym__emphasis_open_star] = ACTIONS(2849), + [sym__emphasis_open_underscore] = ACTIONS(2849), + [sym_inline_note_reference] = ACTIONS(2849), + [sym_html_element] = ACTIONS(2849), + [sym__pandoc_line_break] = ACTIONS(2849), + [sym__caption_start] = ACTIONS(2849), }, - [STATE(440)] = { - [ts_builtin_sym_end] = ACTIONS(2891), - [sym_entity_reference] = ACTIONS(2891), - [sym_numeric_character_reference] = ACTIONS(2891), - [anon_sym_LBRACK] = ACTIONS(2891), - [anon_sym_BANG_LBRACK] = ACTIONS(2891), - [anon_sym_DOLLAR] = ACTIONS(2893), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2891), - [anon_sym_LBRACE] = ACTIONS(2891), - [aux_sym_pandoc_str_token1] = ACTIONS(2893), - [anon_sym_PIPE] = ACTIONS(2891), - [sym__whitespace] = ACTIONS(2891), - [sym__line_ending] = ACTIONS(2891), - [sym__soft_line_ending] = ACTIONS(2891), - [sym__block_quote_start] = ACTIONS(2891), - [sym_atx_h1_marker] = ACTIONS(2891), - [sym_atx_h2_marker] = ACTIONS(2891), - [sym_atx_h3_marker] = ACTIONS(2891), - [sym_atx_h4_marker] = ACTIONS(2891), - [sym_atx_h5_marker] = ACTIONS(2891), - [sym_atx_h6_marker] = ACTIONS(2891), - [sym__thematic_break] = ACTIONS(2891), - [sym__list_marker_minus] = ACTIONS(2891), - [sym__list_marker_plus] = ACTIONS(2891), - [sym__list_marker_star] = ACTIONS(2891), - [sym__list_marker_parenthesis] = ACTIONS(2891), - [sym__list_marker_dot] = ACTIONS(2891), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2891), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2891), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2891), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2891), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2891), - [sym__list_marker_example] = ACTIONS(2891), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2891), - [sym__fenced_code_block_start_backtick] = ACTIONS(2891), - [sym_minus_metadata] = ACTIONS(2891), - [sym__pipe_table_start] = ACTIONS(2891), - [sym__fenced_div_start] = ACTIONS(2891), - [sym_ref_id_specifier] = ACTIONS(2891), - [sym__code_span_start] = ACTIONS(2891), - [sym__html_comment] = ACTIONS(2891), - [sym__autolink] = ACTIONS(2891), - [sym__highlight_span_start] = ACTIONS(2891), - [sym__insert_span_start] = ACTIONS(2891), - [sym__delete_span_start] = ACTIONS(2891), - [sym__edit_comment_span_start] = ACTIONS(2891), - [sym__single_quote_span_open] = ACTIONS(2891), - [sym__double_quote_span_open] = ACTIONS(2891), - [sym__shortcode_open_escaped] = ACTIONS(2891), - [sym__shortcode_open] = ACTIONS(2891), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2891), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2891), - [sym__cite_author_in_text] = ACTIONS(2891), - [sym__cite_suppress_author] = ACTIONS(2891), - [sym__strikeout_open] = ACTIONS(2891), - [sym__subscript_open] = ACTIONS(2891), - [sym__superscript_open] = ACTIONS(2891), - [sym__inline_note_start_token] = ACTIONS(2891), - [sym__strong_emphasis_open_star] = ACTIONS(2891), - [sym__strong_emphasis_open_underscore] = ACTIONS(2891), - [sym__emphasis_open_star] = ACTIONS(2891), - [sym__emphasis_open_underscore] = ACTIONS(2891), - [sym_inline_note_reference] = ACTIONS(2891), - [sym_html_element] = ACTIONS(2891), - [sym__pandoc_line_break] = ACTIONS(2891), - [sym__caption_start] = ACTIONS(2891), + [STATE(414)] = { + [sym_entity_reference] = ACTIONS(2577), + [sym_numeric_character_reference] = ACTIONS(2577), + [anon_sym_LBRACK] = ACTIONS(2577), + [anon_sym_BANG_LBRACK] = ACTIONS(2577), + [anon_sym_DOLLAR] = ACTIONS(2579), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2577), + [anon_sym_LBRACE] = ACTIONS(2577), + [aux_sym_pandoc_str_token1] = ACTIONS(2579), + [anon_sym_PIPE] = ACTIONS(2577), + [sym__whitespace] = ACTIONS(2577), + [sym__line_ending] = ACTIONS(2577), + [sym__soft_line_ending] = ACTIONS(2577), + [sym__block_close] = ACTIONS(2577), + [sym__block_quote_start] = ACTIONS(2577), + [sym_atx_h1_marker] = ACTIONS(2577), + [sym_atx_h2_marker] = ACTIONS(2577), + [sym_atx_h3_marker] = ACTIONS(2577), + [sym_atx_h4_marker] = ACTIONS(2577), + [sym_atx_h5_marker] = ACTIONS(2577), + [sym_atx_h6_marker] = ACTIONS(2577), + [sym__thematic_break] = ACTIONS(2577), + [sym__list_marker_minus] = ACTIONS(2577), + [sym__list_marker_plus] = ACTIONS(2577), + [sym__list_marker_star] = ACTIONS(2577), + [sym__list_marker_parenthesis] = ACTIONS(2577), + [sym__list_marker_dot] = ACTIONS(2577), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2577), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2577), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2577), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2577), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2577), + [sym__list_marker_example] = ACTIONS(2577), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2577), + [sym__fenced_code_block_start_backtick] = ACTIONS(2577), + [sym_minus_metadata] = ACTIONS(2577), + [sym__pipe_table_start] = ACTIONS(2577), + [sym__fenced_div_start] = ACTIONS(2577), + [sym_ref_id_specifier] = ACTIONS(2577), + [sym__code_span_start] = ACTIONS(2577), + [sym__html_comment] = ACTIONS(2577), + [sym__autolink] = ACTIONS(2577), + [sym__highlight_span_start] = ACTIONS(2577), + [sym__insert_span_start] = ACTIONS(2577), + [sym__delete_span_start] = ACTIONS(2577), + [sym__edit_comment_span_start] = ACTIONS(2577), + [sym__single_quote_span_open] = ACTIONS(2577), + [sym__double_quote_span_open] = ACTIONS(2577), + [sym__shortcode_open_escaped] = ACTIONS(2577), + [sym__shortcode_open] = ACTIONS(2577), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2577), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2577), + [sym__cite_author_in_text] = ACTIONS(2577), + [sym__cite_suppress_author] = ACTIONS(2577), + [sym__strikeout_open] = ACTIONS(2577), + [sym__subscript_open] = ACTIONS(2577), + [sym__superscript_open] = ACTIONS(2577), + [sym__inline_note_start_token] = ACTIONS(2577), + [sym__strong_emphasis_open_star] = ACTIONS(2577), + [sym__strong_emphasis_open_underscore] = ACTIONS(2577), + [sym__emphasis_open_star] = ACTIONS(2577), + [sym__emphasis_open_underscore] = ACTIONS(2577), + [sym_inline_note_reference] = ACTIONS(2577), + [sym_html_element] = ACTIONS(2577), + [sym__pandoc_line_break] = ACTIONS(2577), + [sym__caption_start] = ACTIONS(2577), }, - [STATE(441)] = { + [STATE(415)] = { [sym_entity_reference] = ACTIONS(2581), [sym_numeric_character_reference] = ACTIONS(2581), [anon_sym_LBRACK] = ACTIONS(2581), @@ -60614,8 +59248,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2581), [sym__caption_start] = ACTIONS(2581), }, - [STATE(442)] = { - [ts_builtin_sym_end] = ACTIONS(2585), + [STATE(416)] = { [sym_entity_reference] = ACTIONS(2585), [sym_numeric_character_reference] = ACTIONS(2585), [anon_sym_LBRACK] = ACTIONS(2585), @@ -60628,6 +59261,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2585), [sym__line_ending] = ACTIONS(2585), [sym__soft_line_ending] = ACTIONS(2585), + [sym__block_close] = ACTIONS(2585), [sym__block_quote_start] = ACTIONS(2585), [sym_atx_h1_marker] = ACTIONS(2585), [sym_atx_h2_marker] = ACTIONS(2585), @@ -60681,142 +59315,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2585), [sym__caption_start] = ACTIONS(2585), }, - [STATE(443)] = { - [ts_builtin_sym_end] = ACTIONS(2293), - [sym_entity_reference] = ACTIONS(2293), - [sym_numeric_character_reference] = ACTIONS(2293), - [anon_sym_LBRACK] = ACTIONS(2293), - [anon_sym_BANG_LBRACK] = ACTIONS(2293), - [anon_sym_DOLLAR] = ACTIONS(2295), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2293), - [anon_sym_LBRACE] = ACTIONS(2293), - [aux_sym_pandoc_str_token1] = ACTIONS(2295), - [anon_sym_PIPE] = ACTIONS(2293), - [sym__whitespace] = ACTIONS(2293), - [sym__line_ending] = ACTIONS(2293), - [sym__soft_line_ending] = ACTIONS(2293), - [sym__block_quote_start] = ACTIONS(2293), - [sym_atx_h1_marker] = ACTIONS(2293), - [sym_atx_h2_marker] = ACTIONS(2293), - [sym_atx_h3_marker] = ACTIONS(2293), - [sym_atx_h4_marker] = ACTIONS(2293), - [sym_atx_h5_marker] = ACTIONS(2293), - [sym_atx_h6_marker] = ACTIONS(2293), - [sym__thematic_break] = ACTIONS(2293), - [sym__list_marker_minus] = ACTIONS(2293), - [sym__list_marker_plus] = ACTIONS(2293), - [sym__list_marker_star] = ACTIONS(2293), - [sym__list_marker_parenthesis] = ACTIONS(2293), - [sym__list_marker_dot] = ACTIONS(2293), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_example] = ACTIONS(2293), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2293), - [sym__fenced_code_block_start_backtick] = ACTIONS(2293), - [sym_minus_metadata] = ACTIONS(2293), - [sym__pipe_table_start] = ACTIONS(2293), - [sym__fenced_div_start] = ACTIONS(2293), - [sym_ref_id_specifier] = ACTIONS(2293), - [sym__code_span_start] = ACTIONS(2293), - [sym__html_comment] = ACTIONS(2293), - [sym__autolink] = ACTIONS(2293), - [sym__highlight_span_start] = ACTIONS(2293), - [sym__insert_span_start] = ACTIONS(2293), - [sym__delete_span_start] = ACTIONS(2293), - [sym__edit_comment_span_start] = ACTIONS(2293), - [sym__single_quote_span_open] = ACTIONS(2293), - [sym__double_quote_span_open] = ACTIONS(2293), - [sym__shortcode_open_escaped] = ACTIONS(2293), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2293), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2293), - [sym__cite_author_in_text] = ACTIONS(2293), - [sym__cite_suppress_author] = ACTIONS(2293), - [sym__strikeout_open] = ACTIONS(2293), - [sym__subscript_open] = ACTIONS(2293), - [sym__superscript_open] = ACTIONS(2293), - [sym__inline_note_start_token] = ACTIONS(2293), - [sym__strong_emphasis_open_star] = ACTIONS(2293), - [sym__strong_emphasis_open_underscore] = ACTIONS(2293), - [sym__emphasis_open_star] = ACTIONS(2293), - [sym__emphasis_open_underscore] = ACTIONS(2293), - [sym_inline_note_reference] = ACTIONS(2293), - [sym_html_element] = ACTIONS(2293), - [sym__pandoc_line_break] = ACTIONS(2293), - [sym__caption_start] = ACTIONS(2293), - }, - [STATE(444)] = { - [sym__atx_heading_content] = STATE(3253), - [sym__inlines] = STATE(3253), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(465), - [sym_entity_reference] = ACTIONS(5), - [sym_numeric_character_reference] = ACTIONS(5), - [anon_sym_LBRACK] = ACTIONS(7), - [anon_sym_BANG_LBRACK] = ACTIONS(9), - [anon_sym_DOLLAR] = ACTIONS(11), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [aux_sym_pandoc_str_token1] = ACTIONS(17), - [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(2991), - [sym__line_ending] = ACTIONS(23), - [sym__eof] = ACTIONS(3159), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(5), - [sym__autolink] = ACTIONS(5), - [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(5), - [sym_html_element] = ACTIONS(5), - [sym__pandoc_line_break] = ACTIONS(5), + [STATE(417)] = { + [sym_entity_reference] = ACTIONS(2589), + [sym_numeric_character_reference] = ACTIONS(2589), + [anon_sym_LBRACK] = ACTIONS(2589), + [anon_sym_BANG_LBRACK] = ACTIONS(2589), + [anon_sym_DOLLAR] = ACTIONS(2591), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2589), + [anon_sym_LBRACE] = ACTIONS(2589), + [aux_sym_pandoc_str_token1] = ACTIONS(2591), + [anon_sym_PIPE] = ACTIONS(2589), + [sym__whitespace] = ACTIONS(2589), + [sym__line_ending] = ACTIONS(2589), + [sym__soft_line_ending] = ACTIONS(2589), + [sym__block_close] = ACTIONS(2589), + [sym__block_quote_start] = ACTIONS(2589), + [sym_atx_h1_marker] = ACTIONS(2589), + [sym_atx_h2_marker] = ACTIONS(2589), + [sym_atx_h3_marker] = ACTIONS(2589), + [sym_atx_h4_marker] = ACTIONS(2589), + [sym_atx_h5_marker] = ACTIONS(2589), + [sym_atx_h6_marker] = ACTIONS(2589), + [sym__thematic_break] = ACTIONS(2589), + [sym__list_marker_minus] = ACTIONS(2589), + [sym__list_marker_plus] = ACTIONS(2589), + [sym__list_marker_star] = ACTIONS(2589), + [sym__list_marker_parenthesis] = ACTIONS(2589), + [sym__list_marker_dot] = ACTIONS(2589), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2589), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2589), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2589), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2589), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2589), + [sym__list_marker_example] = ACTIONS(2589), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2589), + [sym__fenced_code_block_start_backtick] = ACTIONS(2589), + [sym_minus_metadata] = ACTIONS(2589), + [sym__pipe_table_start] = ACTIONS(2589), + [sym__fenced_div_start] = ACTIONS(2589), + [sym_ref_id_specifier] = ACTIONS(2589), + [sym__code_span_start] = ACTIONS(2589), + [sym__html_comment] = ACTIONS(2589), + [sym__autolink] = ACTIONS(2589), + [sym__highlight_span_start] = ACTIONS(2589), + [sym__insert_span_start] = ACTIONS(2589), + [sym__delete_span_start] = ACTIONS(2589), + [sym__edit_comment_span_start] = ACTIONS(2589), + [sym__single_quote_span_open] = ACTIONS(2589), + [sym__double_quote_span_open] = ACTIONS(2589), + [sym__shortcode_open_escaped] = ACTIONS(2589), + [sym__shortcode_open] = ACTIONS(2589), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2589), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2589), + [sym__cite_author_in_text] = ACTIONS(2589), + [sym__cite_suppress_author] = ACTIONS(2589), + [sym__strikeout_open] = ACTIONS(2589), + [sym__subscript_open] = ACTIONS(2589), + [sym__superscript_open] = ACTIONS(2589), + [sym__inline_note_start_token] = ACTIONS(2589), + [sym__strong_emphasis_open_star] = ACTIONS(2589), + [sym__strong_emphasis_open_underscore] = ACTIONS(2589), + [sym__emphasis_open_star] = ACTIONS(2589), + [sym__emphasis_open_underscore] = ACTIONS(2589), + [sym_inline_note_reference] = ACTIONS(2589), + [sym_html_element] = ACTIONS(2589), + [sym__pandoc_line_break] = ACTIONS(2589), + [sym__caption_start] = ACTIONS(2589), }, - [STATE(445)] = { - [ts_builtin_sym_end] = ACTIONS(2593), + [STATE(418)] = { [sym_entity_reference] = ACTIONS(2593), [sym_numeric_character_reference] = ACTIONS(2593), [anon_sym_LBRACK] = ACTIONS(2593), @@ -60829,6 +59395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2593), [sym__line_ending] = ACTIONS(2593), [sym__soft_line_ending] = ACTIONS(2593), + [sym__block_close] = ACTIONS(2593), [sym__block_quote_start] = ACTIONS(2593), [sym_atx_h1_marker] = ACTIONS(2593), [sym_atx_h2_marker] = ACTIONS(2593), @@ -60882,7 +59449,342 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2593), [sym__caption_start] = ACTIONS(2593), }, - [STATE(446)] = { + [STATE(419)] = { + [sym_entity_reference] = ACTIONS(2597), + [sym_numeric_character_reference] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_BANG_LBRACK] = ACTIONS(2597), + [anon_sym_DOLLAR] = ACTIONS(2599), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [aux_sym_pandoc_str_token1] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2597), + [sym__whitespace] = ACTIONS(2597), + [sym__line_ending] = ACTIONS(2597), + [sym__soft_line_ending] = ACTIONS(2597), + [sym__block_close] = ACTIONS(2597), + [sym__block_quote_start] = ACTIONS(2597), + [sym_atx_h1_marker] = ACTIONS(2597), + [sym_atx_h2_marker] = ACTIONS(2597), + [sym_atx_h3_marker] = ACTIONS(2597), + [sym_atx_h4_marker] = ACTIONS(2597), + [sym_atx_h5_marker] = ACTIONS(2597), + [sym_atx_h6_marker] = ACTIONS(2597), + [sym__thematic_break] = ACTIONS(2597), + [sym__list_marker_minus] = ACTIONS(2597), + [sym__list_marker_plus] = ACTIONS(2597), + [sym__list_marker_star] = ACTIONS(2597), + [sym__list_marker_parenthesis] = ACTIONS(2597), + [sym__list_marker_dot] = ACTIONS(2597), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2597), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2597), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2597), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2597), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2597), + [sym__list_marker_example] = ACTIONS(2597), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2597), + [sym__fenced_code_block_start_backtick] = ACTIONS(2597), + [sym_minus_metadata] = ACTIONS(2597), + [sym__pipe_table_start] = ACTIONS(2597), + [sym__fenced_div_start] = ACTIONS(2597), + [sym_ref_id_specifier] = ACTIONS(2597), + [sym__code_span_start] = ACTIONS(2597), + [sym__html_comment] = ACTIONS(2597), + [sym__autolink] = ACTIONS(2597), + [sym__highlight_span_start] = ACTIONS(2597), + [sym__insert_span_start] = ACTIONS(2597), + [sym__delete_span_start] = ACTIONS(2597), + [sym__edit_comment_span_start] = ACTIONS(2597), + [sym__single_quote_span_open] = ACTIONS(2597), + [sym__double_quote_span_open] = ACTIONS(2597), + [sym__shortcode_open_escaped] = ACTIONS(2597), + [sym__shortcode_open] = ACTIONS(2597), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2597), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2597), + [sym__cite_author_in_text] = ACTIONS(2597), + [sym__cite_suppress_author] = ACTIONS(2597), + [sym__strikeout_open] = ACTIONS(2597), + [sym__subscript_open] = ACTIONS(2597), + [sym__superscript_open] = ACTIONS(2597), + [sym__inline_note_start_token] = ACTIONS(2597), + [sym__strong_emphasis_open_star] = ACTIONS(2597), + [sym__strong_emphasis_open_underscore] = ACTIONS(2597), + [sym__emphasis_open_star] = ACTIONS(2597), + [sym__emphasis_open_underscore] = ACTIONS(2597), + [sym_inline_note_reference] = ACTIONS(2597), + [sym_html_element] = ACTIONS(2597), + [sym__pandoc_line_break] = ACTIONS(2597), + [sym__caption_start] = ACTIONS(2597), + }, + [STATE(420)] = { + [ts_builtin_sym_end] = ACTIONS(2897), + [sym_entity_reference] = ACTIONS(2897), + [sym_numeric_character_reference] = ACTIONS(2897), + [anon_sym_LBRACK] = ACTIONS(2897), + [anon_sym_BANG_LBRACK] = ACTIONS(2897), + [anon_sym_DOLLAR] = ACTIONS(2899), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2897), + [anon_sym_LBRACE] = ACTIONS(2897), + [aux_sym_pandoc_str_token1] = ACTIONS(2899), + [anon_sym_PIPE] = ACTIONS(2897), + [sym__whitespace] = ACTIONS(2897), + [sym__line_ending] = ACTIONS(2897), + [sym__soft_line_ending] = ACTIONS(2897), + [sym__block_quote_start] = ACTIONS(2897), + [sym_atx_h1_marker] = ACTIONS(2897), + [sym_atx_h2_marker] = ACTIONS(2897), + [sym_atx_h3_marker] = ACTIONS(2897), + [sym_atx_h4_marker] = ACTIONS(2897), + [sym_atx_h5_marker] = ACTIONS(2897), + [sym_atx_h6_marker] = ACTIONS(2897), + [sym__thematic_break] = ACTIONS(2897), + [sym__list_marker_minus] = ACTIONS(2897), + [sym__list_marker_plus] = ACTIONS(2897), + [sym__list_marker_star] = ACTIONS(2897), + [sym__list_marker_parenthesis] = ACTIONS(2897), + [sym__list_marker_dot] = ACTIONS(2897), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2897), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2897), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2897), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2897), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2897), + [sym__list_marker_example] = ACTIONS(2897), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2897), + [sym__fenced_code_block_start_backtick] = ACTIONS(2897), + [sym_minus_metadata] = ACTIONS(2897), + [sym__pipe_table_start] = ACTIONS(2897), + [sym__fenced_div_start] = ACTIONS(2897), + [sym_ref_id_specifier] = ACTIONS(2897), + [sym__code_span_start] = ACTIONS(2897), + [sym__html_comment] = ACTIONS(2897), + [sym__autolink] = ACTIONS(2897), + [sym__highlight_span_start] = ACTIONS(2897), + [sym__insert_span_start] = ACTIONS(2897), + [sym__delete_span_start] = ACTIONS(2897), + [sym__edit_comment_span_start] = ACTIONS(2897), + [sym__single_quote_span_open] = ACTIONS(2897), + [sym__double_quote_span_open] = ACTIONS(2897), + [sym__shortcode_open_escaped] = ACTIONS(2897), + [sym__shortcode_open] = ACTIONS(2897), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2897), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2897), + [sym__cite_author_in_text] = ACTIONS(2897), + [sym__cite_suppress_author] = ACTIONS(2897), + [sym__strikeout_open] = ACTIONS(2897), + [sym__subscript_open] = ACTIONS(2897), + [sym__superscript_open] = ACTIONS(2897), + [sym__inline_note_start_token] = ACTIONS(2897), + [sym__strong_emphasis_open_star] = ACTIONS(2897), + [sym__strong_emphasis_open_underscore] = ACTIONS(2897), + [sym__emphasis_open_star] = ACTIONS(2897), + [sym__emphasis_open_underscore] = ACTIONS(2897), + [sym_inline_note_reference] = ACTIONS(2897), + [sym_html_element] = ACTIONS(2897), + [sym__pandoc_line_break] = ACTIONS(2897), + [sym__caption_start] = ACTIONS(2897), + }, + [STATE(421)] = { + [sym_entity_reference] = ACTIONS(2719), + [sym_numeric_character_reference] = ACTIONS(2719), + [anon_sym_LBRACK] = ACTIONS(2719), + [anon_sym_BANG_LBRACK] = ACTIONS(2719), + [anon_sym_DOLLAR] = ACTIONS(2721), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2719), + [anon_sym_LBRACE] = ACTIONS(2719), + [aux_sym_pandoc_str_token1] = ACTIONS(2721), + [anon_sym_PIPE] = ACTIONS(2719), + [sym__whitespace] = ACTIONS(2719), + [sym__line_ending] = ACTIONS(2719), + [sym__soft_line_ending] = ACTIONS(2719), + [sym__block_close] = ACTIONS(2719), + [sym__block_quote_start] = ACTIONS(2719), + [sym_atx_h1_marker] = ACTIONS(2719), + [sym_atx_h2_marker] = ACTIONS(2719), + [sym_atx_h3_marker] = ACTIONS(2719), + [sym_atx_h4_marker] = ACTIONS(2719), + [sym_atx_h5_marker] = ACTIONS(2719), + [sym_atx_h6_marker] = ACTIONS(2719), + [sym__thematic_break] = ACTIONS(2719), + [sym__list_marker_minus] = ACTIONS(2719), + [sym__list_marker_plus] = ACTIONS(2719), + [sym__list_marker_star] = ACTIONS(2719), + [sym__list_marker_parenthesis] = ACTIONS(2719), + [sym__list_marker_dot] = ACTIONS(2719), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2719), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2719), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2719), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2719), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2719), + [sym__list_marker_example] = ACTIONS(2719), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2719), + [sym__fenced_code_block_start_backtick] = ACTIONS(2719), + [sym_minus_metadata] = ACTIONS(2719), + [sym__pipe_table_start] = ACTIONS(2719), + [sym__fenced_div_start] = ACTIONS(2719), + [sym_ref_id_specifier] = ACTIONS(2719), + [sym__code_span_start] = ACTIONS(2719), + [sym__html_comment] = ACTIONS(2719), + [sym__autolink] = ACTIONS(2719), + [sym__highlight_span_start] = ACTIONS(2719), + [sym__insert_span_start] = ACTIONS(2719), + [sym__delete_span_start] = ACTIONS(2719), + [sym__edit_comment_span_start] = ACTIONS(2719), + [sym__single_quote_span_open] = ACTIONS(2719), + [sym__double_quote_span_open] = ACTIONS(2719), + [sym__shortcode_open_escaped] = ACTIONS(2719), + [sym__shortcode_open] = ACTIONS(2719), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2719), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2719), + [sym__cite_author_in_text] = ACTIONS(2719), + [sym__cite_suppress_author] = ACTIONS(2719), + [sym__strikeout_open] = ACTIONS(2719), + [sym__subscript_open] = ACTIONS(2719), + [sym__superscript_open] = ACTIONS(2719), + [sym__inline_note_start_token] = ACTIONS(2719), + [sym__strong_emphasis_open_star] = ACTIONS(2719), + [sym__strong_emphasis_open_underscore] = ACTIONS(2719), + [sym__emphasis_open_star] = ACTIONS(2719), + [sym__emphasis_open_underscore] = ACTIONS(2719), + [sym_inline_note_reference] = ACTIONS(2719), + [sym_html_element] = ACTIONS(2719), + [sym__pandoc_line_break] = ACTIONS(2719), + [sym__caption_start] = ACTIONS(2719), + }, + [STATE(422)] = { + [ts_builtin_sym_end] = ACTIONS(2901), + [sym_entity_reference] = ACTIONS(2901), + [sym_numeric_character_reference] = ACTIONS(2901), + [anon_sym_LBRACK] = ACTIONS(2901), + [anon_sym_BANG_LBRACK] = ACTIONS(2901), + [anon_sym_DOLLAR] = ACTIONS(2903), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2901), + [anon_sym_LBRACE] = ACTIONS(2901), + [aux_sym_pandoc_str_token1] = ACTIONS(2903), + [anon_sym_PIPE] = ACTIONS(2901), + [sym__whitespace] = ACTIONS(2901), + [sym__line_ending] = ACTIONS(2901), + [sym__soft_line_ending] = ACTIONS(2901), + [sym__block_quote_start] = ACTIONS(2901), + [sym_atx_h1_marker] = ACTIONS(2901), + [sym_atx_h2_marker] = ACTIONS(2901), + [sym_atx_h3_marker] = ACTIONS(2901), + [sym_atx_h4_marker] = ACTIONS(2901), + [sym_atx_h5_marker] = ACTIONS(2901), + [sym_atx_h6_marker] = ACTIONS(2901), + [sym__thematic_break] = ACTIONS(2901), + [sym__list_marker_minus] = ACTIONS(2901), + [sym__list_marker_plus] = ACTIONS(2901), + [sym__list_marker_star] = ACTIONS(2901), + [sym__list_marker_parenthesis] = ACTIONS(2901), + [sym__list_marker_dot] = ACTIONS(2901), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2901), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2901), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2901), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2901), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2901), + [sym__list_marker_example] = ACTIONS(2901), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2901), + [sym__fenced_code_block_start_backtick] = ACTIONS(2901), + [sym_minus_metadata] = ACTIONS(2901), + [sym__pipe_table_start] = ACTIONS(2901), + [sym__fenced_div_start] = ACTIONS(2901), + [sym_ref_id_specifier] = ACTIONS(2901), + [sym__code_span_start] = ACTIONS(2901), + [sym__html_comment] = ACTIONS(2901), + [sym__autolink] = ACTIONS(2901), + [sym__highlight_span_start] = ACTIONS(2901), + [sym__insert_span_start] = ACTIONS(2901), + [sym__delete_span_start] = ACTIONS(2901), + [sym__edit_comment_span_start] = ACTIONS(2901), + [sym__single_quote_span_open] = ACTIONS(2901), + [sym__double_quote_span_open] = ACTIONS(2901), + [sym__shortcode_open_escaped] = ACTIONS(2901), + [sym__shortcode_open] = ACTIONS(2901), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2901), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2901), + [sym__cite_author_in_text] = ACTIONS(2901), + [sym__cite_suppress_author] = ACTIONS(2901), + [sym__strikeout_open] = ACTIONS(2901), + [sym__subscript_open] = ACTIONS(2901), + [sym__superscript_open] = ACTIONS(2901), + [sym__inline_note_start_token] = ACTIONS(2901), + [sym__strong_emphasis_open_star] = ACTIONS(2901), + [sym__strong_emphasis_open_underscore] = ACTIONS(2901), + [sym__emphasis_open_star] = ACTIONS(2901), + [sym__emphasis_open_underscore] = ACTIONS(2901), + [sym_inline_note_reference] = ACTIONS(2901), + [sym_html_element] = ACTIONS(2901), + [sym__pandoc_line_break] = ACTIONS(2901), + [sym__caption_start] = ACTIONS(2901), + }, + [STATE(423)] = { + [sym_entity_reference] = ACTIONS(2935), + [sym_numeric_character_reference] = ACTIONS(2935), + [anon_sym_LBRACK] = ACTIONS(2935), + [anon_sym_BANG_LBRACK] = ACTIONS(2935), + [anon_sym_DOLLAR] = ACTIONS(2937), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2935), + [anon_sym_LBRACE] = ACTIONS(2935), + [aux_sym_pandoc_str_token1] = ACTIONS(2937), + [anon_sym_PIPE] = ACTIONS(2935), + [sym__whitespace] = ACTIONS(2935), + [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_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), + [sym__pandoc_line_break] = ACTIONS(2935), + [sym__caption_start] = ACTIONS(2935), + }, + [STATE(424)] = { [ts_builtin_sym_end] = ACTIONS(2905), [sym_entity_reference] = ACTIONS(2905), [sym_numeric_character_reference] = ACTIONS(2905), @@ -60949,7 +59851,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2905), [sym__caption_start] = ACTIONS(2905), }, - [STATE(447)] = { + [STATE(425)] = { + [sym_entity_reference] = ACTIONS(2943), + [sym_numeric_character_reference] = ACTIONS(2943), + [anon_sym_LBRACK] = ACTIONS(2943), + [anon_sym_BANG_LBRACK] = ACTIONS(2943), + [anon_sym_DOLLAR] = ACTIONS(2945), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2943), + [anon_sym_LBRACE] = ACTIONS(2943), + [aux_sym_pandoc_str_token1] = ACTIONS(2945), + [anon_sym_PIPE] = ACTIONS(2943), + [sym__whitespace] = ACTIONS(2943), + [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_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), + [sym__pandoc_line_break] = ACTIONS(2943), + [sym__caption_start] = ACTIONS(2943), + }, + [STATE(426)] = { [ts_builtin_sym_end] = ACTIONS(2909), [sym_entity_reference] = ACTIONS(2909), [sym_numeric_character_reference] = ACTIONS(2909), @@ -61016,7 +59985,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2909), [sym__caption_start] = ACTIONS(2909), }, - [STATE(448)] = { + [STATE(427)] = { + [sym_entity_reference] = ACTIONS(2951), + [sym_numeric_character_reference] = ACTIONS(2951), + [anon_sym_LBRACK] = ACTIONS(2951), + [anon_sym_BANG_LBRACK] = ACTIONS(2951), + [anon_sym_DOLLAR] = ACTIONS(2953), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2951), + [anon_sym_LBRACE] = ACTIONS(2951), + [aux_sym_pandoc_str_token1] = ACTIONS(2953), + [anon_sym_PIPE] = ACTIONS(2951), + [sym__whitespace] = ACTIONS(2951), + [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_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), + [sym__pandoc_line_break] = ACTIONS(2951), + [sym__caption_start] = ACTIONS(2951), + }, + [STATE(428)] = { [ts_builtin_sym_end] = ACTIONS(2913), [sym_entity_reference] = ACTIONS(2913), [sym_numeric_character_reference] = ACTIONS(2913), @@ -61083,7 +60119,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2913), [sym__caption_start] = ACTIONS(2913), }, - [STATE(449)] = { + [STATE(429)] = { [ts_builtin_sym_end] = ACTIONS(2917), [sym_entity_reference] = ACTIONS(2917), [sym_numeric_character_reference] = ACTIONS(2917), @@ -61150,7 +60186,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2917), [sym__caption_start] = ACTIONS(2917), }, - [STATE(450)] = { + [STATE(430)] = { + [sym_entity_reference] = ACTIONS(2985), + [sym_numeric_character_reference] = ACTIONS(2985), + [anon_sym_LBRACK] = ACTIONS(2985), + [anon_sym_BANG_LBRACK] = ACTIONS(2985), + [anon_sym_DOLLAR] = ACTIONS(2987), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2985), + [anon_sym_LBRACE] = ACTIONS(2985), + [aux_sym_pandoc_str_token1] = ACTIONS(2987), + [anon_sym_PIPE] = ACTIONS(2985), + [sym__whitespace] = ACTIONS(2985), + [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_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), + [sym__pandoc_line_break] = ACTIONS(2985), + [sym__caption_start] = ACTIONS(2985), + }, + [STATE(431)] = { [ts_builtin_sym_end] = ACTIONS(2921), [sym_entity_reference] = ACTIONS(2921), [sym_numeric_character_reference] = ACTIONS(2921), @@ -61217,7 +60320,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2921), [sym__caption_start] = ACTIONS(2921), }, - [STATE(451)] = { + [STATE(432)] = { + [sym_pandoc_paragraph] = STATE(433), + [sym__inlines] = STATE(3179), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__soft_line_break] = STATE(795), + [sym__inline_whitespace] = STATE(795), + [sym_entity_reference] = ACTIONS(5), + [sym_numeric_character_reference] = ACTIONS(5), + [anon_sym_LBRACK] = ACTIONS(7), + [anon_sym_BANG_LBRACK] = ACTIONS(9), + [anon_sym_DOLLAR] = ACTIONS(11), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [aux_sym_pandoc_str_token1] = ACTIONS(17), + [anon_sym_PIPE] = ACTIONS(19), + [sym__whitespace] = ACTIONS(21), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(65), + [sym__html_comment] = ACTIONS(5), + [sym__autolink] = ACTIONS(5), + [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(5), + [sym_html_element] = ACTIONS(5), + [sym__pandoc_line_break] = ACTIONS(5), + }, + [STATE(433)] = { [ts_builtin_sym_end] = ACTIONS(2925), [sym_entity_reference] = ACTIONS(2925), [sym_numeric_character_reference] = ACTIONS(2925), @@ -61284,170 +60454,237 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2925), [sym__caption_start] = ACTIONS(2925), }, - [STATE(452)] = { - [ts_builtin_sym_end] = ACTIONS(2929), - [sym_entity_reference] = ACTIONS(2929), - [sym_numeric_character_reference] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_BANG_LBRACK] = ACTIONS(2929), - [anon_sym_DOLLAR] = ACTIONS(2931), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2929), - [anon_sym_LBRACE] = ACTIONS(2929), - [aux_sym_pandoc_str_token1] = ACTIONS(2931), - [anon_sym_PIPE] = ACTIONS(2929), - [sym__whitespace] = ACTIONS(2929), - [sym__line_ending] = ACTIONS(2929), - [sym__soft_line_ending] = ACTIONS(2929), - [sym__block_quote_start] = ACTIONS(2929), - [sym_atx_h1_marker] = ACTIONS(2929), - [sym_atx_h2_marker] = ACTIONS(2929), - [sym_atx_h3_marker] = ACTIONS(2929), - [sym_atx_h4_marker] = ACTIONS(2929), - [sym_atx_h5_marker] = ACTIONS(2929), - [sym_atx_h6_marker] = ACTIONS(2929), - [sym__thematic_break] = ACTIONS(2929), - [sym__list_marker_minus] = ACTIONS(2929), - [sym__list_marker_plus] = ACTIONS(2929), - [sym__list_marker_star] = ACTIONS(2929), - [sym__list_marker_parenthesis] = ACTIONS(2929), - [sym__list_marker_dot] = ACTIONS(2929), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2929), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2929), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2929), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2929), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2929), - [sym__list_marker_example] = ACTIONS(2929), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2929), - [sym__fenced_code_block_start_backtick] = ACTIONS(2929), - [sym_minus_metadata] = ACTIONS(2929), - [sym__pipe_table_start] = ACTIONS(2929), - [sym__fenced_div_start] = ACTIONS(2929), - [sym_ref_id_specifier] = ACTIONS(2929), - [sym__code_span_start] = ACTIONS(2929), - [sym__html_comment] = ACTIONS(2929), - [sym__autolink] = ACTIONS(2929), - [sym__highlight_span_start] = ACTIONS(2929), - [sym__insert_span_start] = ACTIONS(2929), - [sym__delete_span_start] = ACTIONS(2929), - [sym__edit_comment_span_start] = ACTIONS(2929), - [sym__single_quote_span_open] = ACTIONS(2929), - [sym__double_quote_span_open] = ACTIONS(2929), - [sym__shortcode_open_escaped] = ACTIONS(2929), - [sym__shortcode_open] = ACTIONS(2929), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2929), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2929), - [sym__cite_author_in_text] = ACTIONS(2929), - [sym__cite_suppress_author] = ACTIONS(2929), - [sym__strikeout_open] = ACTIONS(2929), - [sym__subscript_open] = ACTIONS(2929), - [sym__superscript_open] = ACTIONS(2929), - [sym__inline_note_start_token] = ACTIONS(2929), - [sym__strong_emphasis_open_star] = ACTIONS(2929), - [sym__strong_emphasis_open_underscore] = ACTIONS(2929), - [sym__emphasis_open_star] = ACTIONS(2929), - [sym__emphasis_open_underscore] = ACTIONS(2929), - [sym_inline_note_reference] = ACTIONS(2929), - [sym_html_element] = ACTIONS(2929), - [sym__pandoc_line_break] = ACTIONS(2929), - [sym__caption_start] = ACTIONS(2929), - }, - [STATE(453)] = { - [sym_entity_reference] = ACTIONS(2293), - [sym_numeric_character_reference] = ACTIONS(2293), - [anon_sym_LBRACK] = ACTIONS(2293), - [anon_sym_BANG_LBRACK] = ACTIONS(2293), - [anon_sym_DOLLAR] = ACTIONS(2295), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2293), - [anon_sym_LBRACE] = ACTIONS(2293), - [aux_sym_pandoc_str_token1] = ACTIONS(2295), - [anon_sym_PIPE] = ACTIONS(2293), - [sym__whitespace] = ACTIONS(2293), - [sym__line_ending] = ACTIONS(2293), - [sym__soft_line_ending] = ACTIONS(2293), - [sym__block_close] = ACTIONS(2293), - [sym__block_quote_start] = ACTIONS(2293), - [sym_atx_h1_marker] = ACTIONS(2293), - [sym_atx_h2_marker] = ACTIONS(2293), - [sym_atx_h3_marker] = ACTIONS(2293), - [sym_atx_h4_marker] = ACTIONS(2293), - [sym_atx_h5_marker] = ACTIONS(2293), - [sym_atx_h6_marker] = ACTIONS(2293), - [sym__thematic_break] = ACTIONS(2293), - [sym__list_marker_minus] = ACTIONS(2293), - [sym__list_marker_plus] = ACTIONS(2293), - [sym__list_marker_star] = ACTIONS(2293), - [sym__list_marker_parenthesis] = ACTIONS(2293), - [sym__list_marker_dot] = ACTIONS(2293), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2293), - [sym__list_marker_example] = ACTIONS(2293), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2293), - [sym__fenced_code_block_start_backtick] = ACTIONS(2293), - [sym_minus_metadata] = ACTIONS(2293), - [sym__pipe_table_start] = ACTIONS(2293), - [sym__fenced_div_start] = ACTIONS(2293), - [sym_ref_id_specifier] = ACTIONS(2293), - [sym__code_span_start] = ACTIONS(2293), - [sym__html_comment] = ACTIONS(2293), - [sym__autolink] = ACTIONS(2293), - [sym__highlight_span_start] = ACTIONS(2293), - [sym__insert_span_start] = ACTIONS(2293), - [sym__delete_span_start] = ACTIONS(2293), - [sym__edit_comment_span_start] = ACTIONS(2293), - [sym__single_quote_span_open] = ACTIONS(2293), - [sym__double_quote_span_open] = ACTIONS(2293), - [sym__shortcode_open_escaped] = ACTIONS(2293), - [sym__shortcode_open] = ACTIONS(2293), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2293), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2293), - [sym__cite_author_in_text] = ACTIONS(2293), - [sym__cite_suppress_author] = ACTIONS(2293), - [sym__strikeout_open] = ACTIONS(2293), - [sym__subscript_open] = ACTIONS(2293), - [sym__superscript_open] = ACTIONS(2293), - [sym__inline_note_start_token] = ACTIONS(2293), - [sym__strong_emphasis_open_star] = ACTIONS(2293), - [sym__strong_emphasis_open_underscore] = ACTIONS(2293), - [sym__emphasis_open_star] = ACTIONS(2293), - [sym__emphasis_open_underscore] = ACTIONS(2293), - [sym_inline_note_reference] = ACTIONS(2293), - [sym_html_element] = ACTIONS(2293), - [sym__pandoc_line_break] = ACTIONS(2293), - [sym__caption_start] = ACTIONS(2293), - }, - [STATE(454)] = { - [sym_entity_reference] = ACTIONS(2905), - [sym_numeric_character_reference] = ACTIONS(2905), - [anon_sym_LBRACK] = ACTIONS(2905), - [anon_sym_BANG_LBRACK] = ACTIONS(2905), - [anon_sym_DOLLAR] = ACTIONS(2907), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2905), - [anon_sym_LBRACE] = ACTIONS(2905), - [aux_sym_pandoc_str_token1] = ACTIONS(2907), - [anon_sym_PIPE] = ACTIONS(2905), - [sym__whitespace] = ACTIONS(2905), - [sym__line_ending] = ACTIONS(2905), - [sym__soft_line_ending] = ACTIONS(2905), - [sym__block_close] = ACTIONS(2905), - [sym__block_quote_start] = ACTIONS(2905), - [sym_atx_h1_marker] = ACTIONS(2905), - [sym_atx_h2_marker] = ACTIONS(2905), - [sym_atx_h3_marker] = ACTIONS(2905), - [sym_atx_h4_marker] = ACTIONS(2905), - [sym_atx_h5_marker] = ACTIONS(2905), - [sym_atx_h6_marker] = ACTIONS(2905), - [sym__thematic_break] = ACTIONS(2905), - [sym__list_marker_minus] = ACTIONS(2905), - [sym__list_marker_plus] = ACTIONS(2905), - [sym__list_marker_star] = ACTIONS(2905), - [sym__list_marker_parenthesis] = ACTIONS(2905), - [sym__list_marker_dot] = ACTIONS(2905), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2905), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2905), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2905), + [STATE(434)] = { + [sym_entity_reference] = ACTIONS(2289), + [sym_numeric_character_reference] = ACTIONS(2289), + [anon_sym_LBRACK] = ACTIONS(2289), + [anon_sym_BANG_LBRACK] = ACTIONS(2289), + [anon_sym_DOLLAR] = ACTIONS(2291), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2289), + [anon_sym_LBRACE] = ACTIONS(2289), + [aux_sym_pandoc_str_token1] = ACTIONS(2291), + [anon_sym_PIPE] = ACTIONS(2289), + [sym__whitespace] = ACTIONS(2289), + [sym__line_ending] = ACTIONS(2289), + [sym__soft_line_ending] = ACTIONS(2289), + [sym__block_close] = ACTIONS(2289), + [sym__block_quote_start] = ACTIONS(2289), + [sym_atx_h1_marker] = ACTIONS(2289), + [sym_atx_h2_marker] = ACTIONS(2289), + [sym_atx_h3_marker] = ACTIONS(2289), + [sym_atx_h4_marker] = ACTIONS(2289), + [sym_atx_h5_marker] = ACTIONS(2289), + [sym_atx_h6_marker] = ACTIONS(2289), + [sym__thematic_break] = ACTIONS(2289), + [sym__list_marker_minus] = ACTIONS(2289), + [sym__list_marker_plus] = ACTIONS(2289), + [sym__list_marker_star] = ACTIONS(2289), + [sym__list_marker_parenthesis] = ACTIONS(2289), + [sym__list_marker_dot] = ACTIONS(2289), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2289), + [sym__list_marker_example] = ACTIONS(2289), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2289), + [sym__fenced_code_block_start_backtick] = ACTIONS(2289), + [sym_minus_metadata] = ACTIONS(2289), + [sym__pipe_table_start] = ACTIONS(2289), + [sym__fenced_div_start] = ACTIONS(2289), + [sym_ref_id_specifier] = ACTIONS(2289), + [sym__code_span_start] = ACTIONS(2289), + [sym__html_comment] = ACTIONS(2289), + [sym__autolink] = ACTIONS(2289), + [sym__highlight_span_start] = ACTIONS(2289), + [sym__insert_span_start] = ACTIONS(2289), + [sym__delete_span_start] = ACTIONS(2289), + [sym__edit_comment_span_start] = ACTIONS(2289), + [sym__single_quote_span_open] = ACTIONS(2289), + [sym__double_quote_span_open] = ACTIONS(2289), + [sym__shortcode_open_escaped] = ACTIONS(2289), + [sym__shortcode_open] = ACTIONS(2289), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2289), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2289), + [sym__cite_author_in_text] = ACTIONS(2289), + [sym__cite_suppress_author] = ACTIONS(2289), + [sym__strikeout_open] = ACTIONS(2289), + [sym__subscript_open] = ACTIONS(2289), + [sym__superscript_open] = ACTIONS(2289), + [sym__inline_note_start_token] = ACTIONS(2289), + [sym__strong_emphasis_open_star] = ACTIONS(2289), + [sym__strong_emphasis_open_underscore] = ACTIONS(2289), + [sym__emphasis_open_star] = ACTIONS(2289), + [sym__emphasis_open_underscore] = ACTIONS(2289), + [sym_inline_note_reference] = ACTIONS(2289), + [sym_html_element] = ACTIONS(2289), + [sym__pandoc_line_break] = ACTIONS(2289), + [sym__caption_start] = ACTIONS(2289), + }, + [STATE(435)] = { + [sym_entity_reference] = ACTIONS(2897), + [sym_numeric_character_reference] = ACTIONS(2897), + [anon_sym_LBRACK] = ACTIONS(2897), + [anon_sym_BANG_LBRACK] = ACTIONS(2897), + [anon_sym_DOLLAR] = ACTIONS(2899), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2897), + [anon_sym_LBRACE] = ACTIONS(2897), + [aux_sym_pandoc_str_token1] = ACTIONS(2899), + [anon_sym_PIPE] = ACTIONS(2897), + [sym__whitespace] = ACTIONS(2897), + [sym__line_ending] = ACTIONS(2897), + [sym__soft_line_ending] = ACTIONS(2897), + [sym__block_close] = ACTIONS(2897), + [sym__block_quote_start] = ACTIONS(2897), + [sym_atx_h1_marker] = ACTIONS(2897), + [sym_atx_h2_marker] = ACTIONS(2897), + [sym_atx_h3_marker] = ACTIONS(2897), + [sym_atx_h4_marker] = ACTIONS(2897), + [sym_atx_h5_marker] = ACTIONS(2897), + [sym_atx_h6_marker] = ACTIONS(2897), + [sym__thematic_break] = ACTIONS(2897), + [sym__list_marker_minus] = ACTIONS(2897), + [sym__list_marker_plus] = ACTIONS(2897), + [sym__list_marker_star] = ACTIONS(2897), + [sym__list_marker_parenthesis] = ACTIONS(2897), + [sym__list_marker_dot] = ACTIONS(2897), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2897), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2897), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2897), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2897), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2897), + [sym__list_marker_example] = ACTIONS(2897), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2897), + [sym__fenced_code_block_start_backtick] = ACTIONS(2897), + [sym_minus_metadata] = ACTIONS(2897), + [sym__pipe_table_start] = ACTIONS(2897), + [sym__fenced_div_start] = ACTIONS(2897), + [sym_ref_id_specifier] = ACTIONS(2897), + [sym__code_span_start] = ACTIONS(2897), + [sym__html_comment] = ACTIONS(2897), + [sym__autolink] = ACTIONS(2897), + [sym__highlight_span_start] = ACTIONS(2897), + [sym__insert_span_start] = ACTIONS(2897), + [sym__delete_span_start] = ACTIONS(2897), + [sym__edit_comment_span_start] = ACTIONS(2897), + [sym__single_quote_span_open] = ACTIONS(2897), + [sym__double_quote_span_open] = ACTIONS(2897), + [sym__shortcode_open_escaped] = ACTIONS(2897), + [sym__shortcode_open] = ACTIONS(2897), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2897), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2897), + [sym__cite_author_in_text] = ACTIONS(2897), + [sym__cite_suppress_author] = ACTIONS(2897), + [sym__strikeout_open] = ACTIONS(2897), + [sym__subscript_open] = ACTIONS(2897), + [sym__superscript_open] = ACTIONS(2897), + [sym__inline_note_start_token] = ACTIONS(2897), + [sym__strong_emphasis_open_star] = ACTIONS(2897), + [sym__strong_emphasis_open_underscore] = ACTIONS(2897), + [sym__emphasis_open_star] = ACTIONS(2897), + [sym__emphasis_open_underscore] = ACTIONS(2897), + [sym_inline_note_reference] = ACTIONS(2897), + [sym_html_element] = ACTIONS(2897), + [sym__pandoc_line_break] = ACTIONS(2897), + [sym__caption_start] = ACTIONS(2897), + }, + [STATE(436)] = { + [sym_entity_reference] = ACTIONS(2901), + [sym_numeric_character_reference] = ACTIONS(2901), + [anon_sym_LBRACK] = ACTIONS(2901), + [anon_sym_BANG_LBRACK] = ACTIONS(2901), + [anon_sym_DOLLAR] = ACTIONS(2903), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2901), + [anon_sym_LBRACE] = ACTIONS(2901), + [aux_sym_pandoc_str_token1] = ACTIONS(2903), + [anon_sym_PIPE] = ACTIONS(2901), + [sym__whitespace] = ACTIONS(2901), + [sym__line_ending] = ACTIONS(2901), + [sym__soft_line_ending] = ACTIONS(2901), + [sym__block_close] = ACTIONS(2901), + [sym__block_quote_start] = ACTIONS(2901), + [sym_atx_h1_marker] = ACTIONS(2901), + [sym_atx_h2_marker] = ACTIONS(2901), + [sym_atx_h3_marker] = ACTIONS(2901), + [sym_atx_h4_marker] = ACTIONS(2901), + [sym_atx_h5_marker] = ACTIONS(2901), + [sym_atx_h6_marker] = ACTIONS(2901), + [sym__thematic_break] = ACTIONS(2901), + [sym__list_marker_minus] = ACTIONS(2901), + [sym__list_marker_plus] = ACTIONS(2901), + [sym__list_marker_star] = ACTIONS(2901), + [sym__list_marker_parenthesis] = ACTIONS(2901), + [sym__list_marker_dot] = ACTIONS(2901), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2901), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2901), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2901), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2901), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2901), + [sym__list_marker_example] = ACTIONS(2901), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2901), + [sym__fenced_code_block_start_backtick] = ACTIONS(2901), + [sym_minus_metadata] = ACTIONS(2901), + [sym__pipe_table_start] = ACTIONS(2901), + [sym__fenced_div_start] = ACTIONS(2901), + [sym_ref_id_specifier] = ACTIONS(2901), + [sym__code_span_start] = ACTIONS(2901), + [sym__html_comment] = ACTIONS(2901), + [sym__autolink] = ACTIONS(2901), + [sym__highlight_span_start] = ACTIONS(2901), + [sym__insert_span_start] = ACTIONS(2901), + [sym__delete_span_start] = ACTIONS(2901), + [sym__edit_comment_span_start] = ACTIONS(2901), + [sym__single_quote_span_open] = ACTIONS(2901), + [sym__double_quote_span_open] = ACTIONS(2901), + [sym__shortcode_open_escaped] = ACTIONS(2901), + [sym__shortcode_open] = ACTIONS(2901), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2901), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2901), + [sym__cite_author_in_text] = ACTIONS(2901), + [sym__cite_suppress_author] = ACTIONS(2901), + [sym__strikeout_open] = ACTIONS(2901), + [sym__subscript_open] = ACTIONS(2901), + [sym__superscript_open] = ACTIONS(2901), + [sym__inline_note_start_token] = ACTIONS(2901), + [sym__strong_emphasis_open_star] = ACTIONS(2901), + [sym__strong_emphasis_open_underscore] = ACTIONS(2901), + [sym__emphasis_open_star] = ACTIONS(2901), + [sym__emphasis_open_underscore] = ACTIONS(2901), + [sym_inline_note_reference] = ACTIONS(2901), + [sym_html_element] = ACTIONS(2901), + [sym__pandoc_line_break] = ACTIONS(2901), + [sym__caption_start] = ACTIONS(2901), + }, + [STATE(437)] = { + [sym_entity_reference] = ACTIONS(2905), + [sym_numeric_character_reference] = ACTIONS(2905), + [anon_sym_LBRACK] = ACTIONS(2905), + [anon_sym_BANG_LBRACK] = ACTIONS(2905), + [anon_sym_DOLLAR] = ACTIONS(2907), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2905), + [anon_sym_LBRACE] = ACTIONS(2905), + [aux_sym_pandoc_str_token1] = ACTIONS(2907), + [anon_sym_PIPE] = ACTIONS(2905), + [sym__whitespace] = ACTIONS(2905), + [sym__line_ending] = ACTIONS(2905), + [sym__soft_line_ending] = ACTIONS(2905), + [sym__block_close] = ACTIONS(2905), + [sym__block_quote_start] = ACTIONS(2905), + [sym_atx_h1_marker] = ACTIONS(2905), + [sym_atx_h2_marker] = ACTIONS(2905), + [sym_atx_h3_marker] = ACTIONS(2905), + [sym_atx_h4_marker] = ACTIONS(2905), + [sym_atx_h5_marker] = ACTIONS(2905), + [sym_atx_h6_marker] = ACTIONS(2905), + [sym__thematic_break] = ACTIONS(2905), + [sym__list_marker_minus] = ACTIONS(2905), + [sym__list_marker_plus] = ACTIONS(2905), + [sym__list_marker_star] = ACTIONS(2905), + [sym__list_marker_parenthesis] = ACTIONS(2905), + [sym__list_marker_dot] = ACTIONS(2905), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2905), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2905), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2905), [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2905), [sym__list_marker_dot_dont_interrupt] = ACTIONS(2905), [sym__list_marker_example] = ACTIONS(2905), @@ -61485,275 +60722,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2905), [sym__caption_start] = ACTIONS(2905), }, - [STATE(455)] = { - [sym__inlines] = STATE(3748), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(716), - [sym__inline_whitespace] = STATE(716), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3161), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3163), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(456)] = { - [sym__inlines] = STATE(3757), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(723), - [sym__inline_whitespace] = STATE(723), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3165), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3167), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(457)] = { - [sym__inlines] = STATE(3759), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(724), - [sym__inline_whitespace] = STATE(724), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3169), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3171), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(458)] = { - [sym__inlines] = STATE(3761), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(725), - [sym__inline_whitespace] = STATE(725), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3173), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3175), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(459)] = { + [STATE(438)] = { [sym_entity_reference] = ACTIONS(2909), [sym_numeric_character_reference] = ACTIONS(2909), [anon_sym_LBRACK] = ACTIONS(2909), @@ -61820,7 +60789,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2909), [sym__caption_start] = ACTIONS(2909), }, - [STATE(460)] = { + [STATE(439)] = { [sym_entity_reference] = ACTIONS(2913), [sym_numeric_character_reference] = ACTIONS(2913), [anon_sym_LBRACK] = ACTIONS(2913), @@ -61887,7 +60856,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2913), [sym__caption_start] = ACTIONS(2913), }, - [STATE(461)] = { + [STATE(440)] = { [sym_entity_reference] = ACTIONS(2917), [sym_numeric_character_reference] = ACTIONS(2917), [anon_sym_LBRACK] = ACTIONS(2917), @@ -61954,7 +60923,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2917), [sym__caption_start] = ACTIONS(2917), }, - [STATE(462)] = { + [STATE(441)] = { [sym_entity_reference] = ACTIONS(2921), [sym_numeric_character_reference] = ACTIONS(2921), [anon_sym_LBRACK] = ACTIONS(2921), @@ -62021,677 +60990,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2921), [sym__caption_start] = ACTIONS(2921), }, - [STATE(463)] = { - [sym_entity_reference] = ACTIONS(2925), - [sym_numeric_character_reference] = ACTIONS(2925), - [anon_sym_LBRACK] = ACTIONS(2925), - [anon_sym_BANG_LBRACK] = ACTIONS(2925), - [anon_sym_DOLLAR] = ACTIONS(2927), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2925), - [anon_sym_LBRACE] = ACTIONS(2925), - [aux_sym_pandoc_str_token1] = ACTIONS(2927), - [anon_sym_PIPE] = ACTIONS(2925), - [sym__whitespace] = ACTIONS(2925), - [sym__line_ending] = ACTIONS(2925), - [sym__soft_line_ending] = ACTIONS(2925), - [sym__block_close] = ACTIONS(2925), - [sym__block_quote_start] = ACTIONS(2925), - [sym_atx_h1_marker] = ACTIONS(2925), - [sym_atx_h2_marker] = ACTIONS(2925), - [sym_atx_h3_marker] = ACTIONS(2925), - [sym_atx_h4_marker] = ACTIONS(2925), - [sym_atx_h5_marker] = ACTIONS(2925), - [sym_atx_h6_marker] = ACTIONS(2925), - [sym__thematic_break] = ACTIONS(2925), - [sym__list_marker_minus] = ACTIONS(2925), - [sym__list_marker_plus] = ACTIONS(2925), - [sym__list_marker_star] = ACTIONS(2925), - [sym__list_marker_parenthesis] = ACTIONS(2925), - [sym__list_marker_dot] = ACTIONS(2925), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2925), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2925), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2925), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2925), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2925), - [sym__list_marker_example] = ACTIONS(2925), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2925), - [sym__fenced_code_block_start_backtick] = ACTIONS(2925), - [sym_minus_metadata] = ACTIONS(2925), - [sym__pipe_table_start] = ACTIONS(2925), - [sym__fenced_div_start] = ACTIONS(2925), - [sym_ref_id_specifier] = ACTIONS(2925), - [sym__code_span_start] = ACTIONS(2925), - [sym__html_comment] = ACTIONS(2925), - [sym__autolink] = ACTIONS(2925), - [sym__highlight_span_start] = ACTIONS(2925), - [sym__insert_span_start] = ACTIONS(2925), - [sym__delete_span_start] = ACTIONS(2925), - [sym__edit_comment_span_start] = ACTIONS(2925), - [sym__single_quote_span_open] = ACTIONS(2925), - [sym__double_quote_span_open] = ACTIONS(2925), - [sym__shortcode_open_escaped] = ACTIONS(2925), - [sym__shortcode_open] = ACTIONS(2925), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2925), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2925), - [sym__cite_author_in_text] = ACTIONS(2925), - [sym__cite_suppress_author] = ACTIONS(2925), - [sym__strikeout_open] = ACTIONS(2925), - [sym__subscript_open] = ACTIONS(2925), - [sym__superscript_open] = ACTIONS(2925), - [sym__inline_note_start_token] = ACTIONS(2925), - [sym__strong_emphasis_open_star] = ACTIONS(2925), - [sym__strong_emphasis_open_underscore] = ACTIONS(2925), - [sym__emphasis_open_star] = ACTIONS(2925), - [sym__emphasis_open_underscore] = ACTIONS(2925), - [sym_inline_note_reference] = ACTIONS(2925), - [sym_html_element] = ACTIONS(2925), - [sym__pandoc_line_break] = ACTIONS(2925), - [sym__caption_start] = ACTIONS(2925), - }, - [STATE(464)] = { - [sym_entity_reference] = ACTIONS(2929), - [sym_numeric_character_reference] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_BANG_LBRACK] = ACTIONS(2929), - [anon_sym_DOLLAR] = ACTIONS(2931), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2929), - [anon_sym_LBRACE] = ACTIONS(2929), - [aux_sym_pandoc_str_token1] = ACTIONS(2931), - [anon_sym_PIPE] = ACTIONS(2929), - [sym__whitespace] = ACTIONS(2929), - [sym__line_ending] = ACTIONS(2929), - [sym__soft_line_ending] = ACTIONS(2929), - [sym__block_close] = ACTIONS(2929), - [sym__block_quote_start] = ACTIONS(2929), - [sym_atx_h1_marker] = ACTIONS(2929), - [sym_atx_h2_marker] = ACTIONS(2929), - [sym_atx_h3_marker] = ACTIONS(2929), - [sym_atx_h4_marker] = ACTIONS(2929), - [sym_atx_h5_marker] = ACTIONS(2929), - [sym_atx_h6_marker] = ACTIONS(2929), - [sym__thematic_break] = ACTIONS(2929), - [sym__list_marker_minus] = ACTIONS(2929), - [sym__list_marker_plus] = ACTIONS(2929), - [sym__list_marker_star] = ACTIONS(2929), - [sym__list_marker_parenthesis] = ACTIONS(2929), - [sym__list_marker_dot] = ACTIONS(2929), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2929), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2929), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2929), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2929), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2929), - [sym__list_marker_example] = ACTIONS(2929), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2929), - [sym__fenced_code_block_start_backtick] = ACTIONS(2929), - [sym_minus_metadata] = ACTIONS(2929), - [sym__pipe_table_start] = ACTIONS(2929), - [sym__fenced_div_start] = ACTIONS(2929), - [sym_ref_id_specifier] = ACTIONS(2929), - [sym__code_span_start] = ACTIONS(2929), - [sym__html_comment] = ACTIONS(2929), - [sym__autolink] = ACTIONS(2929), - [sym__highlight_span_start] = ACTIONS(2929), - [sym__insert_span_start] = ACTIONS(2929), - [sym__delete_span_start] = ACTIONS(2929), - [sym__edit_comment_span_start] = ACTIONS(2929), - [sym__single_quote_span_open] = ACTIONS(2929), - [sym__double_quote_span_open] = ACTIONS(2929), - [sym__shortcode_open_escaped] = ACTIONS(2929), - [sym__shortcode_open] = ACTIONS(2929), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2929), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2929), - [sym__cite_author_in_text] = ACTIONS(2929), - [sym__cite_suppress_author] = ACTIONS(2929), - [sym__strikeout_open] = ACTIONS(2929), - [sym__subscript_open] = ACTIONS(2929), - [sym__superscript_open] = ACTIONS(2929), - [sym__inline_note_start_token] = ACTIONS(2929), - [sym__strong_emphasis_open_star] = ACTIONS(2929), - [sym__strong_emphasis_open_underscore] = ACTIONS(2929), - [sym__emphasis_open_star] = ACTIONS(2929), - [sym__emphasis_open_underscore] = ACTIONS(2929), - [sym_inline_note_reference] = ACTIONS(2929), - [sym_html_element] = ACTIONS(2929), - [sym__pandoc_line_break] = ACTIONS(2929), - [sym__caption_start] = ACTIONS(2929), - }, - [STATE(465)] = { - [ts_builtin_sym_end] = ACTIONS(2597), - [sym_entity_reference] = ACTIONS(2597), - [sym_numeric_character_reference] = ACTIONS(2597), - [anon_sym_LBRACK] = ACTIONS(2597), - [anon_sym_BANG_LBRACK] = ACTIONS(2597), - [anon_sym_DOLLAR] = ACTIONS(2599), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2597), - [anon_sym_LBRACE] = ACTIONS(2597), - [aux_sym_pandoc_str_token1] = ACTIONS(2599), - [anon_sym_PIPE] = ACTIONS(2597), - [sym__whitespace] = ACTIONS(2597), - [sym__line_ending] = ACTIONS(2597), - [sym__soft_line_ending] = ACTIONS(2597), - [sym__block_quote_start] = ACTIONS(2597), - [sym_atx_h1_marker] = ACTIONS(2597), - [sym_atx_h2_marker] = ACTIONS(2597), - [sym_atx_h3_marker] = ACTIONS(2597), - [sym_atx_h4_marker] = ACTIONS(2597), - [sym_atx_h5_marker] = ACTIONS(2597), - [sym_atx_h6_marker] = ACTIONS(2597), - [sym__thematic_break] = ACTIONS(2597), - [sym__list_marker_minus] = ACTIONS(2597), - [sym__list_marker_plus] = ACTIONS(2597), - [sym__list_marker_star] = ACTIONS(2597), - [sym__list_marker_parenthesis] = ACTIONS(2597), - [sym__list_marker_dot] = ACTIONS(2597), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2597), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2597), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2597), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2597), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2597), - [sym__list_marker_example] = ACTIONS(2597), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2597), - [sym__fenced_code_block_start_backtick] = ACTIONS(2597), - [sym_minus_metadata] = ACTIONS(2597), - [sym__pipe_table_start] = ACTIONS(2597), - [sym__fenced_div_start] = ACTIONS(2597), - [sym_ref_id_specifier] = ACTIONS(2597), - [sym__code_span_start] = ACTIONS(2597), - [sym__html_comment] = ACTIONS(2597), - [sym__autolink] = ACTIONS(2597), - [sym__highlight_span_start] = ACTIONS(2597), - [sym__insert_span_start] = ACTIONS(2597), - [sym__delete_span_start] = ACTIONS(2597), - [sym__edit_comment_span_start] = ACTIONS(2597), - [sym__single_quote_span_open] = ACTIONS(2597), - [sym__double_quote_span_open] = ACTIONS(2597), - [sym__shortcode_open_escaped] = ACTIONS(2597), - [sym__shortcode_open] = ACTIONS(2597), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2597), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2597), - [sym__cite_author_in_text] = ACTIONS(2597), - [sym__cite_suppress_author] = ACTIONS(2597), - [sym__strikeout_open] = ACTIONS(2597), - [sym__subscript_open] = ACTIONS(2597), - [sym__superscript_open] = ACTIONS(2597), - [sym__inline_note_start_token] = ACTIONS(2597), - [sym__strong_emphasis_open_star] = ACTIONS(2597), - [sym__strong_emphasis_open_underscore] = ACTIONS(2597), - [sym__emphasis_open_star] = ACTIONS(2597), - [sym__emphasis_open_underscore] = ACTIONS(2597), - [sym_inline_note_reference] = ACTIONS(2597), - [sym_html_element] = ACTIONS(2597), - [sym__pandoc_line_break] = ACTIONS(2597), - [sym__caption_start] = ACTIONS(2597), - }, - [STATE(466)] = { - [sym_pandoc_paragraph] = STATE(468), - [sym__inlines] = STATE(3287), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__soft_line_break] = STATE(799), - [sym__inline_whitespace] = STATE(799), - [sym_entity_reference] = ACTIONS(5), - [sym_numeric_character_reference] = ACTIONS(5), - [anon_sym_LBRACK] = ACTIONS(7), - [anon_sym_BANG_LBRACK] = ACTIONS(9), - [anon_sym_DOLLAR] = ACTIONS(11), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [aux_sym_pandoc_str_token1] = ACTIONS(17), - [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(109), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(5), - [sym__autolink] = ACTIONS(5), - [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(5), - [sym_html_element] = ACTIONS(5), - [sym__pandoc_line_break] = ACTIONS(5), - }, - [STATE(467)] = { - [ts_builtin_sym_end] = ACTIONS(2933), - [sym_entity_reference] = ACTIONS(2933), - [sym_numeric_character_reference] = ACTIONS(2933), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_BANG_LBRACK] = ACTIONS(2933), - [anon_sym_DOLLAR] = ACTIONS(2935), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2933), - [anon_sym_LBRACE] = ACTIONS(2933), - [aux_sym_pandoc_str_token1] = ACTIONS(2935), - [anon_sym_PIPE] = ACTIONS(2933), - [sym__whitespace] = ACTIONS(2933), - [sym__line_ending] = ACTIONS(2933), - [sym__soft_line_ending] = ACTIONS(2933), - [sym__block_quote_start] = ACTIONS(2933), - [sym_atx_h1_marker] = ACTIONS(2933), - [sym_atx_h2_marker] = ACTIONS(2933), - [sym_atx_h3_marker] = ACTIONS(2933), - [sym_atx_h4_marker] = ACTIONS(2933), - [sym_atx_h5_marker] = ACTIONS(2933), - [sym_atx_h6_marker] = ACTIONS(2933), - [sym__thematic_break] = ACTIONS(2933), - [sym__list_marker_minus] = ACTIONS(2933), - [sym__list_marker_plus] = ACTIONS(2933), - [sym__list_marker_star] = ACTIONS(2933), - [sym__list_marker_parenthesis] = ACTIONS(2933), - [sym__list_marker_dot] = ACTIONS(2933), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2933), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2933), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2933), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2933), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2933), - [sym__list_marker_example] = ACTIONS(2933), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2933), - [sym__fenced_code_block_start_backtick] = ACTIONS(2933), - [sym_minus_metadata] = ACTIONS(2933), - [sym__pipe_table_start] = ACTIONS(2933), - [sym__fenced_div_start] = ACTIONS(2933), - [sym_ref_id_specifier] = ACTIONS(2933), - [sym__code_span_start] = ACTIONS(2933), - [sym__html_comment] = ACTIONS(2933), - [sym__autolink] = ACTIONS(2933), - [sym__highlight_span_start] = ACTIONS(2933), - [sym__insert_span_start] = ACTIONS(2933), - [sym__delete_span_start] = ACTIONS(2933), - [sym__edit_comment_span_start] = ACTIONS(2933), - [sym__single_quote_span_open] = ACTIONS(2933), - [sym__double_quote_span_open] = ACTIONS(2933), - [sym__shortcode_open_escaped] = ACTIONS(2933), - [sym__shortcode_open] = ACTIONS(2933), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2933), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2933), - [sym__cite_author_in_text] = ACTIONS(2933), - [sym__cite_suppress_author] = ACTIONS(2933), - [sym__strikeout_open] = ACTIONS(2933), - [sym__subscript_open] = ACTIONS(2933), - [sym__superscript_open] = ACTIONS(2933), - [sym__inline_note_start_token] = ACTIONS(2933), - [sym__strong_emphasis_open_star] = ACTIONS(2933), - [sym__strong_emphasis_open_underscore] = ACTIONS(2933), - [sym__emphasis_open_star] = ACTIONS(2933), - [sym__emphasis_open_underscore] = ACTIONS(2933), - [sym_inline_note_reference] = ACTIONS(2933), - [sym_html_element] = ACTIONS(2933), - [sym__pandoc_line_break] = ACTIONS(2933), - [sym__caption_start] = ACTIONS(2933), - }, - [STATE(468)] = { - [sym_entity_reference] = ACTIONS(2933), - [sym_numeric_character_reference] = ACTIONS(2933), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_BANG_LBRACK] = ACTIONS(2933), - [anon_sym_DOLLAR] = ACTIONS(2935), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2933), - [anon_sym_LBRACE] = ACTIONS(2933), - [aux_sym_pandoc_str_token1] = ACTIONS(2935), - [anon_sym_PIPE] = ACTIONS(2933), - [sym__whitespace] = ACTIONS(2933), - [sym__line_ending] = ACTIONS(2933), - [sym__soft_line_ending] = ACTIONS(2933), - [sym__block_close] = ACTIONS(2933), - [sym__block_quote_start] = ACTIONS(2933), - [sym_atx_h1_marker] = ACTIONS(2933), - [sym_atx_h2_marker] = ACTIONS(2933), - [sym_atx_h3_marker] = ACTIONS(2933), - [sym_atx_h4_marker] = ACTIONS(2933), - [sym_atx_h5_marker] = ACTIONS(2933), - [sym_atx_h6_marker] = ACTIONS(2933), - [sym__thematic_break] = ACTIONS(2933), - [sym__list_marker_minus] = ACTIONS(2933), - [sym__list_marker_plus] = ACTIONS(2933), - [sym__list_marker_star] = ACTIONS(2933), - [sym__list_marker_parenthesis] = ACTIONS(2933), - [sym__list_marker_dot] = ACTIONS(2933), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2933), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2933), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2933), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2933), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2933), - [sym__list_marker_example] = ACTIONS(2933), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2933), - [sym__fenced_code_block_start_backtick] = ACTIONS(2933), - [sym_minus_metadata] = ACTIONS(2933), - [sym__pipe_table_start] = ACTIONS(2933), - [sym__fenced_div_start] = ACTIONS(2933), - [sym_ref_id_specifier] = ACTIONS(2933), - [sym__code_span_start] = ACTIONS(2933), - [sym__html_comment] = ACTIONS(2933), - [sym__autolink] = ACTIONS(2933), - [sym__highlight_span_start] = ACTIONS(2933), - [sym__insert_span_start] = ACTIONS(2933), - [sym__delete_span_start] = ACTIONS(2933), - [sym__edit_comment_span_start] = ACTIONS(2933), - [sym__single_quote_span_open] = ACTIONS(2933), - [sym__double_quote_span_open] = ACTIONS(2933), - [sym__shortcode_open_escaped] = ACTIONS(2933), - [sym__shortcode_open] = ACTIONS(2933), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2933), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2933), - [sym__cite_author_in_text] = ACTIONS(2933), - [sym__cite_suppress_author] = ACTIONS(2933), - [sym__strikeout_open] = ACTIONS(2933), - [sym__subscript_open] = ACTIONS(2933), - [sym__superscript_open] = ACTIONS(2933), - [sym__inline_note_start_token] = ACTIONS(2933), - [sym__strong_emphasis_open_star] = ACTIONS(2933), - [sym__strong_emphasis_open_underscore] = ACTIONS(2933), - [sym__emphasis_open_star] = ACTIONS(2933), - [sym__emphasis_open_underscore] = ACTIONS(2933), - [sym_inline_note_reference] = ACTIONS(2933), - [sym_html_element] = ACTIONS(2933), - [sym__pandoc_line_break] = ACTIONS(2933), - [sym__caption_start] = ACTIONS(2933), - }, - [STATE(469)] = { - [ts_builtin_sym_end] = ACTIONS(2699), - [sym_entity_reference] = ACTIONS(2699), - [sym_numeric_character_reference] = ACTIONS(2699), - [anon_sym_LBRACK] = ACTIONS(2699), - [anon_sym_BANG_LBRACK] = ACTIONS(2699), - [anon_sym_DOLLAR] = ACTIONS(2701), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2699), - [anon_sym_LBRACE] = ACTIONS(2699), - [aux_sym_pandoc_str_token1] = ACTIONS(2701), - [anon_sym_PIPE] = ACTIONS(2699), - [sym__whitespace] = ACTIONS(2699), - [sym__line_ending] = ACTIONS(2699), - [sym__soft_line_ending] = ACTIONS(2699), - [sym__block_quote_start] = ACTIONS(2699), - [sym_atx_h1_marker] = ACTIONS(2699), - [sym_atx_h2_marker] = ACTIONS(2699), - [sym_atx_h3_marker] = ACTIONS(2699), - [sym_atx_h4_marker] = ACTIONS(2699), - [sym_atx_h5_marker] = ACTIONS(2699), - [sym_atx_h6_marker] = ACTIONS(2699), - [sym__thematic_break] = ACTIONS(2699), - [sym__list_marker_minus] = ACTIONS(2699), - [sym__list_marker_plus] = ACTIONS(2699), - [sym__list_marker_star] = ACTIONS(2699), - [sym__list_marker_parenthesis] = ACTIONS(2699), - [sym__list_marker_dot] = ACTIONS(2699), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2699), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2699), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2699), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2699), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2699), - [sym__list_marker_example] = ACTIONS(2699), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2699), - [sym__fenced_code_block_start_backtick] = ACTIONS(2699), - [sym_minus_metadata] = ACTIONS(2699), - [sym__pipe_table_start] = ACTIONS(2699), - [sym__fenced_div_start] = ACTIONS(2699), - [sym_ref_id_specifier] = ACTIONS(2699), - [sym__code_span_start] = ACTIONS(2699), - [sym__html_comment] = ACTIONS(2699), - [sym__autolink] = ACTIONS(2699), - [sym__highlight_span_start] = ACTIONS(2699), - [sym__insert_span_start] = ACTIONS(2699), - [sym__delete_span_start] = ACTIONS(2699), - [sym__edit_comment_span_start] = ACTIONS(2699), - [sym__single_quote_span_open] = ACTIONS(2699), - [sym__double_quote_span_open] = ACTIONS(2699), - [sym__shortcode_open_escaped] = ACTIONS(2699), - [sym__shortcode_open] = ACTIONS(2699), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2699), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2699), - [sym__cite_author_in_text] = ACTIONS(2699), - [sym__cite_suppress_author] = ACTIONS(2699), - [sym__strikeout_open] = ACTIONS(2699), - [sym__subscript_open] = ACTIONS(2699), - [sym__superscript_open] = ACTIONS(2699), - [sym__inline_note_start_token] = ACTIONS(2699), - [sym__strong_emphasis_open_star] = ACTIONS(2699), - [sym__strong_emphasis_open_underscore] = ACTIONS(2699), - [sym__emphasis_open_star] = ACTIONS(2699), - [sym__emphasis_open_underscore] = ACTIONS(2699), - [sym_inline_note_reference] = ACTIONS(2699), - [sym_html_element] = ACTIONS(2699), - [sym__pandoc_line_break] = ACTIONS(2699), - [sym__caption_start] = ACTIONS(2699), - }, - [STATE(470)] = { - [ts_builtin_sym_end] = ACTIONS(2707), - [sym_entity_reference] = ACTIONS(2707), - [sym_numeric_character_reference] = ACTIONS(2707), - [anon_sym_LBRACK] = ACTIONS(2707), - [anon_sym_BANG_LBRACK] = ACTIONS(2707), - [anon_sym_DOLLAR] = ACTIONS(2709), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2707), - [anon_sym_LBRACE] = ACTIONS(2707), - [aux_sym_pandoc_str_token1] = ACTIONS(2709), - [anon_sym_PIPE] = ACTIONS(2707), - [sym__whitespace] = ACTIONS(2707), - [sym__line_ending] = ACTIONS(2707), - [sym__soft_line_ending] = ACTIONS(2707), - [sym__block_quote_start] = ACTIONS(2707), - [sym_atx_h1_marker] = ACTIONS(2707), - [sym_atx_h2_marker] = ACTIONS(2707), - [sym_atx_h3_marker] = ACTIONS(2707), - [sym_atx_h4_marker] = ACTIONS(2707), - [sym_atx_h5_marker] = ACTIONS(2707), - [sym_atx_h6_marker] = ACTIONS(2707), - [sym__thematic_break] = ACTIONS(2707), - [sym__list_marker_minus] = ACTIONS(2707), - [sym__list_marker_plus] = ACTIONS(2707), - [sym__list_marker_star] = ACTIONS(2707), - [sym__list_marker_parenthesis] = ACTIONS(2707), - [sym__list_marker_dot] = ACTIONS(2707), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2707), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2707), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2707), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2707), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2707), - [sym__list_marker_example] = ACTIONS(2707), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2707), - [sym__fenced_code_block_start_backtick] = ACTIONS(2707), - [sym_minus_metadata] = ACTIONS(2707), - [sym__pipe_table_start] = ACTIONS(2707), - [sym__fenced_div_start] = ACTIONS(2707), - [sym_ref_id_specifier] = ACTIONS(2707), - [sym__code_span_start] = ACTIONS(2707), - [sym__html_comment] = ACTIONS(2707), - [sym__autolink] = ACTIONS(2707), - [sym__highlight_span_start] = ACTIONS(2707), - [sym__insert_span_start] = ACTIONS(2707), - [sym__delete_span_start] = ACTIONS(2707), - [sym__edit_comment_span_start] = ACTIONS(2707), - [sym__single_quote_span_open] = ACTIONS(2707), - [sym__double_quote_span_open] = ACTIONS(2707), - [sym__shortcode_open_escaped] = ACTIONS(2707), - [sym__shortcode_open] = ACTIONS(2707), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2707), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2707), - [sym__cite_author_in_text] = ACTIONS(2707), - [sym__cite_suppress_author] = ACTIONS(2707), - [sym__strikeout_open] = ACTIONS(2707), - [sym__subscript_open] = ACTIONS(2707), - [sym__superscript_open] = ACTIONS(2707), - [sym__inline_note_start_token] = ACTIONS(2707), - [sym__strong_emphasis_open_star] = ACTIONS(2707), - [sym__strong_emphasis_open_underscore] = ACTIONS(2707), - [sym__emphasis_open_star] = ACTIONS(2707), - [sym__emphasis_open_underscore] = ACTIONS(2707), - [sym_inline_note_reference] = ACTIONS(2707), - [sym_html_element] = ACTIONS(2707), - [sym__pandoc_line_break] = ACTIONS(2707), - [sym__caption_start] = ACTIONS(2707), - }, - [STATE(471)] = { - [ts_builtin_sym_end] = ACTIONS(2717), - [sym_entity_reference] = ACTIONS(2717), - [sym_numeric_character_reference] = ACTIONS(2717), - [anon_sym_LBRACK] = ACTIONS(2717), - [anon_sym_BANG_LBRACK] = ACTIONS(2717), - [anon_sym_DOLLAR] = ACTIONS(2719), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2717), - [anon_sym_LBRACE] = ACTIONS(2717), - [aux_sym_pandoc_str_token1] = ACTIONS(2719), - [anon_sym_PIPE] = ACTIONS(2717), - [sym__whitespace] = ACTIONS(2717), - [sym__line_ending] = ACTIONS(2717), - [sym__soft_line_ending] = ACTIONS(2717), - [sym__block_quote_start] = ACTIONS(2717), - [sym_atx_h1_marker] = ACTIONS(2717), - [sym_atx_h2_marker] = ACTIONS(2717), - [sym_atx_h3_marker] = ACTIONS(2717), - [sym_atx_h4_marker] = ACTIONS(2717), - [sym_atx_h5_marker] = ACTIONS(2717), - [sym_atx_h6_marker] = ACTIONS(2717), - [sym__thematic_break] = ACTIONS(2717), - [sym__list_marker_minus] = ACTIONS(2717), - [sym__list_marker_plus] = ACTIONS(2717), - [sym__list_marker_star] = ACTIONS(2717), - [sym__list_marker_parenthesis] = ACTIONS(2717), - [sym__list_marker_dot] = ACTIONS(2717), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2717), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2717), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2717), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2717), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2717), - [sym__list_marker_example] = ACTIONS(2717), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2717), - [sym__fenced_code_block_start_backtick] = ACTIONS(2717), - [sym_minus_metadata] = ACTIONS(2717), - [sym__pipe_table_start] = ACTIONS(2717), - [sym__fenced_div_start] = ACTIONS(2717), - [sym_ref_id_specifier] = ACTIONS(2717), - [sym__code_span_start] = ACTIONS(2717), - [sym__html_comment] = ACTIONS(2717), - [sym__autolink] = ACTIONS(2717), - [sym__highlight_span_start] = ACTIONS(2717), - [sym__insert_span_start] = ACTIONS(2717), - [sym__delete_span_start] = ACTIONS(2717), - [sym__edit_comment_span_start] = ACTIONS(2717), - [sym__single_quote_span_open] = ACTIONS(2717), - [sym__double_quote_span_open] = ACTIONS(2717), - [sym__shortcode_open_escaped] = ACTIONS(2717), - [sym__shortcode_open] = ACTIONS(2717), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2717), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2717), - [sym__cite_author_in_text] = ACTIONS(2717), - [sym__cite_suppress_author] = ACTIONS(2717), - [sym__strikeout_open] = ACTIONS(2717), - [sym__subscript_open] = ACTIONS(2717), - [sym__superscript_open] = ACTIONS(2717), - [sym__inline_note_start_token] = ACTIONS(2717), - [sym__strong_emphasis_open_star] = ACTIONS(2717), - [sym__strong_emphasis_open_underscore] = ACTIONS(2717), - [sym__emphasis_open_star] = ACTIONS(2717), - [sym__emphasis_open_underscore] = ACTIONS(2717), - [sym_inline_note_reference] = ACTIONS(2717), - [sym_html_element] = ACTIONS(2717), - [sym__pandoc_line_break] = ACTIONS(2717), - [sym__caption_start] = ACTIONS(2717), - }, - [STATE(472)] = { - [sym__atx_heading_content] = STATE(3125), - [sym__inlines] = STATE(3125), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__newline] = STATE(469), - [sym_entity_reference] = ACTIONS(5), - [sym_numeric_character_reference] = ACTIONS(5), - [anon_sym_LBRACK] = ACTIONS(7), - [anon_sym_BANG_LBRACK] = ACTIONS(9), - [anon_sym_DOLLAR] = ACTIONS(11), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [aux_sym_pandoc_str_token1] = ACTIONS(17), - [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(2991), - [sym__line_ending] = ACTIONS(23), - [sym__eof] = ACTIONS(3177), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(5), - [sym__autolink] = ACTIONS(5), - [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(5), - [sym_html_element] = ACTIONS(5), - [sym__pandoc_line_break] = ACTIONS(5), - }, - [STATE(473)] = { + [STATE(442)] = { + [ts_builtin_sym_end] = ACTIONS(2299), [sym_entity_reference] = ACTIONS(2299), [sym_numeric_character_reference] = ACTIONS(2299), [anon_sym_LBRACK] = ACTIONS(2299), @@ -62704,7 +61004,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2299), [sym__line_ending] = ACTIONS(2299), [sym__soft_line_ending] = ACTIONS(2299), - [sym__block_close] = ACTIONS(2299), [sym__block_quote_start] = ACTIONS(2299), [sym_atx_h1_marker] = ACTIONS(2299), [sym_atx_h2_marker] = ACTIONS(2299), @@ -62758,275 +61057,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2299), [sym__caption_start] = ACTIONS(2299), }, - [STATE(474)] = { - [sym__inlines] = STATE(3525), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(784), - [sym__inline_whitespace] = STATE(784), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3179), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3181), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(475)] = { - [sym__inlines] = STATE(3628), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(785), - [sym__inline_whitespace] = STATE(785), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3183), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3185), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(476)] = { - [sym__inlines] = STATE(3672), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(710), - [sym__inline_whitespace] = STATE(710), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3187), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3189), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(477)] = { - [sym__inlines] = STATE(3783), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(783), - [sym__inline_whitespace] = STATE(783), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3191), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3193), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(478)] = { + [STATE(443)] = { + [ts_builtin_sym_end] = ACTIONS(2305), [sym_entity_reference] = ACTIONS(2305), [sym_numeric_character_reference] = ACTIONS(2305), [anon_sym_LBRACK] = ACTIONS(2305), @@ -63039,7 +61071,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2305), [sym__line_ending] = ACTIONS(2305), [sym__soft_line_ending] = ACTIONS(2305), - [sym__block_close] = ACTIONS(2305), [sym__block_quote_start] = ACTIONS(2305), [sym_atx_h1_marker] = ACTIONS(2305), [sym_atx_h2_marker] = ACTIONS(2305), @@ -63093,74 +61124,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2305), [sym__caption_start] = ACTIONS(2305), }, - [STATE(479)] = { - [ts_builtin_sym_end] = ACTIONS(2299), - [sym_entity_reference] = ACTIONS(2299), - [sym_numeric_character_reference] = ACTIONS(2299), - [anon_sym_LBRACK] = ACTIONS(2299), - [anon_sym_BANG_LBRACK] = ACTIONS(2299), - [anon_sym_DOLLAR] = ACTIONS(2301), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2299), - [anon_sym_LBRACE] = ACTIONS(2299), - [aux_sym_pandoc_str_token1] = ACTIONS(2301), - [anon_sym_PIPE] = ACTIONS(2299), - [sym__whitespace] = ACTIONS(2299), - [sym__line_ending] = ACTIONS(2299), - [sym__soft_line_ending] = ACTIONS(2299), - [sym__block_quote_start] = ACTIONS(2299), - [sym_atx_h1_marker] = ACTIONS(2299), - [sym_atx_h2_marker] = ACTIONS(2299), - [sym_atx_h3_marker] = ACTIONS(2299), - [sym_atx_h4_marker] = ACTIONS(2299), - [sym_atx_h5_marker] = ACTIONS(2299), - [sym_atx_h6_marker] = ACTIONS(2299), - [sym__thematic_break] = ACTIONS(2299), - [sym__list_marker_minus] = ACTIONS(2299), - [sym__list_marker_plus] = ACTIONS(2299), - [sym__list_marker_star] = ACTIONS(2299), - [sym__list_marker_parenthesis] = ACTIONS(2299), - [sym__list_marker_dot] = ACTIONS(2299), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2299), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2299), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2299), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2299), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2299), - [sym__list_marker_example] = ACTIONS(2299), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2299), - [sym__fenced_code_block_start_backtick] = ACTIONS(2299), - [sym_minus_metadata] = ACTIONS(2299), - [sym__pipe_table_start] = ACTIONS(2299), - [sym__fenced_div_start] = ACTIONS(2299), - [sym_ref_id_specifier] = ACTIONS(2299), - [sym__code_span_start] = ACTIONS(2299), - [sym__html_comment] = ACTIONS(2299), - [sym__autolink] = ACTIONS(2299), - [sym__highlight_span_start] = ACTIONS(2299), - [sym__insert_span_start] = ACTIONS(2299), - [sym__delete_span_start] = ACTIONS(2299), - [sym__edit_comment_span_start] = ACTIONS(2299), - [sym__single_quote_span_open] = ACTIONS(2299), - [sym__double_quote_span_open] = ACTIONS(2299), - [sym__shortcode_open_escaped] = ACTIONS(2299), - [sym__shortcode_open] = ACTIONS(2299), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2299), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2299), - [sym__cite_author_in_text] = ACTIONS(2299), - [sym__cite_suppress_author] = ACTIONS(2299), - [sym__strikeout_open] = ACTIONS(2299), - [sym__subscript_open] = ACTIONS(2299), - [sym__superscript_open] = ACTIONS(2299), - [sym__inline_note_start_token] = ACTIONS(2299), - [sym__strong_emphasis_open_star] = ACTIONS(2299), - [sym__strong_emphasis_open_underscore] = ACTIONS(2299), - [sym__emphasis_open_star] = ACTIONS(2299), - [sym__emphasis_open_underscore] = ACTIONS(2299), - [sym_inline_note_reference] = ACTIONS(2299), - [sym_html_element] = ACTIONS(2299), - [sym__pandoc_line_break] = ACTIONS(2299), - [sym__caption_start] = ACTIONS(2299), + [STATE(444)] = { + [ts_builtin_sym_end] = ACTIONS(2597), + [sym_entity_reference] = ACTIONS(2597), + [sym_numeric_character_reference] = ACTIONS(2597), + [anon_sym_LBRACK] = ACTIONS(2597), + [anon_sym_BANG_LBRACK] = ACTIONS(2597), + [anon_sym_DOLLAR] = ACTIONS(2599), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2597), + [anon_sym_LBRACE] = ACTIONS(2597), + [aux_sym_pandoc_str_token1] = ACTIONS(2599), + [anon_sym_PIPE] = ACTIONS(2597), + [sym__whitespace] = ACTIONS(2597), + [sym__line_ending] = ACTIONS(2597), + [sym__soft_line_ending] = ACTIONS(2597), + [sym__block_quote_start] = ACTIONS(2597), + [sym_atx_h1_marker] = ACTIONS(2597), + [sym_atx_h2_marker] = ACTIONS(2597), + [sym_atx_h3_marker] = ACTIONS(2597), + [sym_atx_h4_marker] = ACTIONS(2597), + [sym_atx_h5_marker] = ACTIONS(2597), + [sym_atx_h6_marker] = ACTIONS(2597), + [sym__thematic_break] = ACTIONS(2597), + [sym__list_marker_minus] = ACTIONS(2597), + [sym__list_marker_plus] = ACTIONS(2597), + [sym__list_marker_star] = ACTIONS(2597), + [sym__list_marker_parenthesis] = ACTIONS(2597), + [sym__list_marker_dot] = ACTIONS(2597), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2597), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2597), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2597), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2597), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2597), + [sym__list_marker_example] = ACTIONS(2597), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2597), + [sym__fenced_code_block_start_backtick] = ACTIONS(2597), + [sym_minus_metadata] = ACTIONS(2597), + [sym__pipe_table_start] = ACTIONS(2597), + [sym__fenced_div_start] = ACTIONS(2597), + [sym_ref_id_specifier] = ACTIONS(2597), + [sym__code_span_start] = ACTIONS(2597), + [sym__html_comment] = ACTIONS(2597), + [sym__autolink] = ACTIONS(2597), + [sym__highlight_span_start] = ACTIONS(2597), + [sym__insert_span_start] = ACTIONS(2597), + [sym__delete_span_start] = ACTIONS(2597), + [sym__edit_comment_span_start] = ACTIONS(2597), + [sym__single_quote_span_open] = ACTIONS(2597), + [sym__double_quote_span_open] = ACTIONS(2597), + [sym__shortcode_open_escaped] = ACTIONS(2597), + [sym__shortcode_open] = ACTIONS(2597), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2597), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2597), + [sym__cite_author_in_text] = ACTIONS(2597), + [sym__cite_suppress_author] = ACTIONS(2597), + [sym__strikeout_open] = ACTIONS(2597), + [sym__subscript_open] = ACTIONS(2597), + [sym__superscript_open] = ACTIONS(2597), + [sym__inline_note_start_token] = ACTIONS(2597), + [sym__strong_emphasis_open_star] = ACTIONS(2597), + [sym__strong_emphasis_open_underscore] = ACTIONS(2597), + [sym__emphasis_open_star] = ACTIONS(2597), + [sym__emphasis_open_underscore] = ACTIONS(2597), + [sym_inline_note_reference] = ACTIONS(2597), + [sym_html_element] = ACTIONS(2597), + [sym__pandoc_line_break] = ACTIONS(2597), + [sym__caption_start] = ACTIONS(2597), }, - [STATE(480)] = { + [STATE(445)] = { + [ts_builtin_sym_end] = ACTIONS(2311), [sym_entity_reference] = ACTIONS(2311), [sym_numeric_character_reference] = ACTIONS(2311), [anon_sym_LBRACK] = ACTIONS(2311), @@ -63173,7 +61205,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2311), [sym__line_ending] = ACTIONS(2311), [sym__soft_line_ending] = ACTIONS(2311), - [sym__block_close] = ACTIONS(2311), [sym__block_quote_start] = ACTIONS(2311), [sym_atx_h1_marker] = ACTIONS(2311), [sym_atx_h2_marker] = ACTIONS(2311), @@ -63227,7 +61258,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2311), [sym__caption_start] = ACTIONS(2311), }, - [STATE(481)] = { + [STATE(446)] = { + [sym_entity_reference] = ACTIONS(2925), + [sym_numeric_character_reference] = ACTIONS(2925), + [anon_sym_LBRACK] = ACTIONS(2925), + [anon_sym_BANG_LBRACK] = ACTIONS(2925), + [anon_sym_DOLLAR] = ACTIONS(2927), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2925), + [anon_sym_LBRACE] = ACTIONS(2925), + [aux_sym_pandoc_str_token1] = ACTIONS(2927), + [anon_sym_PIPE] = ACTIONS(2925), + [sym__whitespace] = ACTIONS(2925), + [sym__line_ending] = ACTIONS(2925), + [sym__soft_line_ending] = ACTIONS(2925), + [sym__block_close] = ACTIONS(2925), + [sym__block_quote_start] = ACTIONS(2925), + [sym_atx_h1_marker] = ACTIONS(2925), + [sym_atx_h2_marker] = ACTIONS(2925), + [sym_atx_h3_marker] = ACTIONS(2925), + [sym_atx_h4_marker] = ACTIONS(2925), + [sym_atx_h5_marker] = ACTIONS(2925), + [sym_atx_h6_marker] = ACTIONS(2925), + [sym__thematic_break] = ACTIONS(2925), + [sym__list_marker_minus] = ACTIONS(2925), + [sym__list_marker_plus] = ACTIONS(2925), + [sym__list_marker_star] = ACTIONS(2925), + [sym__list_marker_parenthesis] = ACTIONS(2925), + [sym__list_marker_dot] = ACTIONS(2925), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2925), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2925), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2925), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2925), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2925), + [sym__list_marker_example] = ACTIONS(2925), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2925), + [sym__fenced_code_block_start_backtick] = ACTIONS(2925), + [sym_minus_metadata] = ACTIONS(2925), + [sym__pipe_table_start] = ACTIONS(2925), + [sym__fenced_div_start] = ACTIONS(2925), + [sym_ref_id_specifier] = ACTIONS(2925), + [sym__code_span_start] = ACTIONS(2925), + [sym__html_comment] = ACTIONS(2925), + [sym__autolink] = ACTIONS(2925), + [sym__highlight_span_start] = ACTIONS(2925), + [sym__insert_span_start] = ACTIONS(2925), + [sym__delete_span_start] = ACTIONS(2925), + [sym__edit_comment_span_start] = ACTIONS(2925), + [sym__single_quote_span_open] = ACTIONS(2925), + [sym__double_quote_span_open] = ACTIONS(2925), + [sym__shortcode_open_escaped] = ACTIONS(2925), + [sym__shortcode_open] = ACTIONS(2925), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2925), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2925), + [sym__cite_author_in_text] = ACTIONS(2925), + [sym__cite_suppress_author] = ACTIONS(2925), + [sym__strikeout_open] = ACTIONS(2925), + [sym__subscript_open] = ACTIONS(2925), + [sym__superscript_open] = ACTIONS(2925), + [sym__inline_note_start_token] = ACTIONS(2925), + [sym__strong_emphasis_open_star] = ACTIONS(2925), + [sym__strong_emphasis_open_underscore] = ACTIONS(2925), + [sym__emphasis_open_star] = ACTIONS(2925), + [sym__emphasis_open_underscore] = ACTIONS(2925), + [sym_inline_note_reference] = ACTIONS(2925), + [sym_html_element] = ACTIONS(2925), + [sym__pandoc_line_break] = ACTIONS(2925), + [sym__caption_start] = ACTIONS(2925), + }, + [STATE(447)] = { + [sym__inlines] = STATE(4045), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(713), + [sym__inline_whitespace] = STATE(713), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3143), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3145), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(448)] = { + [ts_builtin_sym_end] = ACTIONS(2317), [sym_entity_reference] = ACTIONS(2317), [sym_numeric_character_reference] = ACTIONS(2317), [anon_sym_LBRACK] = ACTIONS(2317), @@ -63240,7 +61406,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2317), [sym__line_ending] = ACTIONS(2317), [sym__soft_line_ending] = ACTIONS(2317), - [sym__block_close] = ACTIONS(2317), [sym__block_quote_start] = ACTIONS(2317), [sym_atx_h1_marker] = ACTIONS(2317), [sym_atx_h2_marker] = ACTIONS(2317), @@ -63294,74 +61459,343 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2317), [sym__caption_start] = ACTIONS(2317), }, - [STATE(482)] = { - [ts_builtin_sym_end] = ACTIONS(2305), - [sym_entity_reference] = ACTIONS(2305), - [sym_numeric_character_reference] = ACTIONS(2305), - [anon_sym_LBRACK] = ACTIONS(2305), - [anon_sym_BANG_LBRACK] = ACTIONS(2305), - [anon_sym_DOLLAR] = ACTIONS(2307), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2305), - [anon_sym_LBRACE] = ACTIONS(2305), - [aux_sym_pandoc_str_token1] = ACTIONS(2307), - [anon_sym_PIPE] = ACTIONS(2305), - [sym__whitespace] = ACTIONS(2305), - [sym__line_ending] = ACTIONS(2305), - [sym__soft_line_ending] = ACTIONS(2305), - [sym__block_quote_start] = ACTIONS(2305), - [sym_atx_h1_marker] = ACTIONS(2305), - [sym_atx_h2_marker] = ACTIONS(2305), - [sym_atx_h3_marker] = ACTIONS(2305), - [sym_atx_h4_marker] = ACTIONS(2305), - [sym_atx_h5_marker] = ACTIONS(2305), - [sym_atx_h6_marker] = ACTIONS(2305), - [sym__thematic_break] = ACTIONS(2305), - [sym__list_marker_minus] = ACTIONS(2305), - [sym__list_marker_plus] = ACTIONS(2305), - [sym__list_marker_star] = ACTIONS(2305), - [sym__list_marker_parenthesis] = ACTIONS(2305), - [sym__list_marker_dot] = ACTIONS(2305), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2305), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2305), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2305), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2305), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2305), - [sym__list_marker_example] = ACTIONS(2305), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2305), - [sym__fenced_code_block_start_backtick] = ACTIONS(2305), - [sym_minus_metadata] = ACTIONS(2305), - [sym__pipe_table_start] = ACTIONS(2305), - [sym__fenced_div_start] = ACTIONS(2305), - [sym_ref_id_specifier] = ACTIONS(2305), - [sym__code_span_start] = ACTIONS(2305), - [sym__html_comment] = ACTIONS(2305), - [sym__autolink] = ACTIONS(2305), - [sym__highlight_span_start] = ACTIONS(2305), - [sym__insert_span_start] = ACTIONS(2305), - [sym__delete_span_start] = ACTIONS(2305), - [sym__edit_comment_span_start] = ACTIONS(2305), - [sym__single_quote_span_open] = ACTIONS(2305), - [sym__double_quote_span_open] = ACTIONS(2305), - [sym__shortcode_open_escaped] = ACTIONS(2305), - [sym__shortcode_open] = ACTIONS(2305), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2305), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2305), - [sym__cite_author_in_text] = ACTIONS(2305), - [sym__cite_suppress_author] = ACTIONS(2305), - [sym__strikeout_open] = ACTIONS(2305), - [sym__subscript_open] = ACTIONS(2305), - [sym__superscript_open] = ACTIONS(2305), - [sym__inline_note_start_token] = ACTIONS(2305), - [sym__strong_emphasis_open_star] = ACTIONS(2305), - [sym__strong_emphasis_open_underscore] = ACTIONS(2305), - [sym__emphasis_open_star] = ACTIONS(2305), - [sym__emphasis_open_underscore] = ACTIONS(2305), - [sym_inline_note_reference] = ACTIONS(2305), - [sym_html_element] = ACTIONS(2305), - [sym__pandoc_line_break] = ACTIONS(2305), - [sym__caption_start] = ACTIONS(2305), + [STATE(449)] = { + [ts_builtin_sym_end] = ACTIONS(2719), + [sym_entity_reference] = ACTIONS(2719), + [sym_numeric_character_reference] = ACTIONS(2719), + [anon_sym_LBRACK] = ACTIONS(2719), + [anon_sym_BANG_LBRACK] = ACTIONS(2719), + [anon_sym_DOLLAR] = ACTIONS(2721), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2719), + [anon_sym_LBRACE] = ACTIONS(2719), + [aux_sym_pandoc_str_token1] = ACTIONS(2721), + [anon_sym_PIPE] = ACTIONS(2719), + [sym__whitespace] = ACTIONS(2719), + [sym__line_ending] = ACTIONS(2719), + [sym__soft_line_ending] = ACTIONS(2719), + [sym__block_quote_start] = ACTIONS(2719), + [sym_atx_h1_marker] = ACTIONS(2719), + [sym_atx_h2_marker] = ACTIONS(2719), + [sym_atx_h3_marker] = ACTIONS(2719), + [sym_atx_h4_marker] = ACTIONS(2719), + [sym_atx_h5_marker] = ACTIONS(2719), + [sym_atx_h6_marker] = ACTIONS(2719), + [sym__thematic_break] = ACTIONS(2719), + [sym__list_marker_minus] = ACTIONS(2719), + [sym__list_marker_plus] = ACTIONS(2719), + [sym__list_marker_star] = ACTIONS(2719), + [sym__list_marker_parenthesis] = ACTIONS(2719), + [sym__list_marker_dot] = ACTIONS(2719), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2719), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2719), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2719), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2719), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2719), + [sym__list_marker_example] = ACTIONS(2719), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2719), + [sym__fenced_code_block_start_backtick] = ACTIONS(2719), + [sym_minus_metadata] = ACTIONS(2719), + [sym__pipe_table_start] = ACTIONS(2719), + [sym__fenced_div_start] = ACTIONS(2719), + [sym_ref_id_specifier] = ACTIONS(2719), + [sym__code_span_start] = ACTIONS(2719), + [sym__html_comment] = ACTIONS(2719), + [sym__autolink] = ACTIONS(2719), + [sym__highlight_span_start] = ACTIONS(2719), + [sym__insert_span_start] = ACTIONS(2719), + [sym__delete_span_start] = ACTIONS(2719), + [sym__edit_comment_span_start] = ACTIONS(2719), + [sym__single_quote_span_open] = ACTIONS(2719), + [sym__double_quote_span_open] = ACTIONS(2719), + [sym__shortcode_open_escaped] = ACTIONS(2719), + [sym__shortcode_open] = ACTIONS(2719), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2719), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2719), + [sym__cite_author_in_text] = ACTIONS(2719), + [sym__cite_suppress_author] = ACTIONS(2719), + [sym__strikeout_open] = ACTIONS(2719), + [sym__subscript_open] = ACTIONS(2719), + [sym__superscript_open] = ACTIONS(2719), + [sym__inline_note_start_token] = ACTIONS(2719), + [sym__strong_emphasis_open_star] = ACTIONS(2719), + [sym__strong_emphasis_open_underscore] = ACTIONS(2719), + [sym__emphasis_open_star] = ACTIONS(2719), + [sym__emphasis_open_underscore] = ACTIONS(2719), + [sym_inline_note_reference] = ACTIONS(2719), + [sym_html_element] = ACTIONS(2719), + [sym__pandoc_line_break] = ACTIONS(2719), + [sym__caption_start] = ACTIONS(2719), }, - [STATE(483)] = { + [STATE(450)] = { + [sym__inlines] = STATE(3910), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(779), + [sym__inline_whitespace] = STATE(779), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3147), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3149), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(451)] = { + [sym__inlines] = STATE(3941), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(762), + [sym__inline_whitespace] = STATE(762), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3151), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3153), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(452)] = { + [sym__inlines] = STATE(4009), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(784), + [sym__inline_whitespace] = STATE(784), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3155), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3157), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(453)] = { + [sym__inlines] = STATE(4107), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(692), + [sym__inline_whitespace] = STATE(692), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3159), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3161), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(454)] = { + [ts_builtin_sym_end] = ACTIONS(2323), [sym_entity_reference] = ACTIONS(2323), [sym_numeric_character_reference] = ACTIONS(2323), [anon_sym_LBRACK] = ACTIONS(2323), @@ -63374,7 +61808,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2323), [sym__line_ending] = ACTIONS(2323), [sym__soft_line_ending] = ACTIONS(2323), - [sym__block_close] = ACTIONS(2323), [sym__block_quote_start] = ACTIONS(2323), [sym_atx_h1_marker] = ACTIONS(2323), [sym_atx_h2_marker] = ACTIONS(2323), @@ -63428,7 +61861,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2323), [sym__caption_start] = ACTIONS(2323), }, - [STATE(484)] = { + [STATE(455)] = { + [sym__inlines] = STATE(4306), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(727), + [sym__inline_whitespace] = STATE(727), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3163), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3165), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(456)] = { + [sym_entity_reference] = ACTIONS(2299), + [sym_numeric_character_reference] = ACTIONS(2299), + [anon_sym_LBRACK] = ACTIONS(2299), + [anon_sym_BANG_LBRACK] = ACTIONS(2299), + [anon_sym_DOLLAR] = ACTIONS(2301), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2299), + [anon_sym_LBRACE] = ACTIONS(2299), + [aux_sym_pandoc_str_token1] = ACTIONS(2301), + [anon_sym_PIPE] = ACTIONS(2299), + [sym__whitespace] = ACTIONS(2299), + [sym__line_ending] = ACTIONS(2299), + [sym__soft_line_ending] = ACTIONS(2299), + [sym__block_close] = ACTIONS(2299), + [sym__block_quote_start] = ACTIONS(2299), + [sym_atx_h1_marker] = ACTIONS(2299), + [sym_atx_h2_marker] = ACTIONS(2299), + [sym_atx_h3_marker] = ACTIONS(2299), + [sym_atx_h4_marker] = ACTIONS(2299), + [sym_atx_h5_marker] = ACTIONS(2299), + [sym_atx_h6_marker] = ACTIONS(2299), + [sym__thematic_break] = ACTIONS(2299), + [sym__list_marker_minus] = ACTIONS(2299), + [sym__list_marker_plus] = ACTIONS(2299), + [sym__list_marker_star] = ACTIONS(2299), + [sym__list_marker_parenthesis] = ACTIONS(2299), + [sym__list_marker_dot] = ACTIONS(2299), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2299), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2299), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2299), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2299), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2299), + [sym__list_marker_example] = ACTIONS(2299), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2299), + [sym__fenced_code_block_start_backtick] = ACTIONS(2299), + [sym_minus_metadata] = ACTIONS(2299), + [sym__pipe_table_start] = ACTIONS(2299), + [sym__fenced_div_start] = ACTIONS(2299), + [sym_ref_id_specifier] = ACTIONS(2299), + [sym__code_span_start] = ACTIONS(2299), + [sym__html_comment] = ACTIONS(2299), + [sym__autolink] = ACTIONS(2299), + [sym__highlight_span_start] = ACTIONS(2299), + [sym__insert_span_start] = ACTIONS(2299), + [sym__delete_span_start] = ACTIONS(2299), + [sym__edit_comment_span_start] = ACTIONS(2299), + [sym__single_quote_span_open] = ACTIONS(2299), + [sym__double_quote_span_open] = ACTIONS(2299), + [sym__shortcode_open_escaped] = ACTIONS(2299), + [sym__shortcode_open] = ACTIONS(2299), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2299), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2299), + [sym__cite_author_in_text] = ACTIONS(2299), + [sym__cite_suppress_author] = ACTIONS(2299), + [sym__strikeout_open] = ACTIONS(2299), + [sym__subscript_open] = ACTIONS(2299), + [sym__superscript_open] = ACTIONS(2299), + [sym__inline_note_start_token] = ACTIONS(2299), + [sym__strong_emphasis_open_star] = ACTIONS(2299), + [sym__strong_emphasis_open_underscore] = ACTIONS(2299), + [sym__emphasis_open_star] = ACTIONS(2299), + [sym__emphasis_open_underscore] = ACTIONS(2299), + [sym_inline_note_reference] = ACTIONS(2299), + [sym_html_element] = ACTIONS(2299), + [sym__pandoc_line_break] = ACTIONS(2299), + [sym__caption_start] = ACTIONS(2299), + }, + [STATE(457)] = { + [ts_builtin_sym_end] = ACTIONS(2329), [sym_entity_reference] = ACTIONS(2329), [sym_numeric_character_reference] = ACTIONS(2329), [anon_sym_LBRACK] = ACTIONS(2329), @@ -63441,7 +62009,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2329), [sym__line_ending] = ACTIONS(2329), [sym__soft_line_ending] = ACTIONS(2329), - [sym__block_close] = ACTIONS(2329), [sym__block_quote_start] = ACTIONS(2329), [sym_atx_h1_marker] = ACTIONS(2329), [sym_atx_h2_marker] = ACTIONS(2329), @@ -63495,75 +62062,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2329), [sym__caption_start] = ACTIONS(2329), }, - [STATE(485)] = { - [sym_pandoc_paragraph] = STATE(329), - [sym__inlines] = STATE(3206), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__soft_line_break] = STATE(814), - [sym__inline_whitespace] = STATE(814), - [sym_entity_reference] = ACTIONS(5), - [sym_numeric_character_reference] = ACTIONS(5), - [anon_sym_LBRACK] = ACTIONS(7), - [anon_sym_BANG_LBRACK] = ACTIONS(9), - [anon_sym_DOLLAR] = ACTIONS(11), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [aux_sym_pandoc_str_token1] = ACTIONS(17), - [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(225), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(65), - [sym__html_comment] = ACTIONS(5), - [sym__autolink] = ACTIONS(5), - [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(5), - [sym_html_element] = ACTIONS(5), - [sym__pandoc_line_break] = ACTIONS(5), + [STATE(458)] = { + [sym_entity_reference] = ACTIONS(2305), + [sym_numeric_character_reference] = ACTIONS(2305), + [anon_sym_LBRACK] = ACTIONS(2305), + [anon_sym_BANG_LBRACK] = ACTIONS(2305), + [anon_sym_DOLLAR] = ACTIONS(2307), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2305), + [anon_sym_LBRACE] = ACTIONS(2305), + [aux_sym_pandoc_str_token1] = ACTIONS(2307), + [anon_sym_PIPE] = ACTIONS(2305), + [sym__whitespace] = ACTIONS(2305), + [sym__line_ending] = ACTIONS(2305), + [sym__soft_line_ending] = ACTIONS(2305), + [sym__block_close] = ACTIONS(2305), + [sym__block_quote_start] = ACTIONS(2305), + [sym_atx_h1_marker] = ACTIONS(2305), + [sym_atx_h2_marker] = ACTIONS(2305), + [sym_atx_h3_marker] = ACTIONS(2305), + [sym_atx_h4_marker] = ACTIONS(2305), + [sym_atx_h5_marker] = ACTIONS(2305), + [sym_atx_h6_marker] = ACTIONS(2305), + [sym__thematic_break] = ACTIONS(2305), + [sym__list_marker_minus] = ACTIONS(2305), + [sym__list_marker_plus] = ACTIONS(2305), + [sym__list_marker_star] = ACTIONS(2305), + [sym__list_marker_parenthesis] = ACTIONS(2305), + [sym__list_marker_dot] = ACTIONS(2305), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2305), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2305), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2305), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2305), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2305), + [sym__list_marker_example] = ACTIONS(2305), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2305), + [sym__fenced_code_block_start_backtick] = ACTIONS(2305), + [sym_minus_metadata] = ACTIONS(2305), + [sym__pipe_table_start] = ACTIONS(2305), + [sym__fenced_div_start] = ACTIONS(2305), + [sym_ref_id_specifier] = ACTIONS(2305), + [sym__code_span_start] = ACTIONS(2305), + [sym__html_comment] = ACTIONS(2305), + [sym__autolink] = ACTIONS(2305), + [sym__highlight_span_start] = ACTIONS(2305), + [sym__insert_span_start] = ACTIONS(2305), + [sym__delete_span_start] = ACTIONS(2305), + [sym__edit_comment_span_start] = ACTIONS(2305), + [sym__single_quote_span_open] = ACTIONS(2305), + [sym__double_quote_span_open] = ACTIONS(2305), + [sym__shortcode_open_escaped] = ACTIONS(2305), + [sym__shortcode_open] = ACTIONS(2305), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2305), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2305), + [sym__cite_author_in_text] = ACTIONS(2305), + [sym__cite_suppress_author] = ACTIONS(2305), + [sym__strikeout_open] = ACTIONS(2305), + [sym__subscript_open] = ACTIONS(2305), + [sym__superscript_open] = ACTIONS(2305), + [sym__inline_note_start_token] = ACTIONS(2305), + [sym__strong_emphasis_open_star] = ACTIONS(2305), + [sym__strong_emphasis_open_underscore] = ACTIONS(2305), + [sym__emphasis_open_star] = ACTIONS(2305), + [sym__emphasis_open_underscore] = ACTIONS(2305), + [sym_inline_note_reference] = ACTIONS(2305), + [sym_html_element] = ACTIONS(2305), + [sym__pandoc_line_break] = ACTIONS(2305), + [sym__caption_start] = ACTIONS(2305), }, - [STATE(486)] = { - [ts_builtin_sym_end] = ACTIONS(2311), + [STATE(459)] = { + [ts_builtin_sym_end] = ACTIONS(2935), + [sym_entity_reference] = ACTIONS(2935), + [sym_numeric_character_reference] = ACTIONS(2935), + [anon_sym_LBRACK] = ACTIONS(2935), + [anon_sym_BANG_LBRACK] = ACTIONS(2935), + [anon_sym_DOLLAR] = ACTIONS(2937), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2935), + [anon_sym_LBRACE] = ACTIONS(2935), + [aux_sym_pandoc_str_token1] = ACTIONS(2937), + [anon_sym_PIPE] = ACTIONS(2935), + [sym__whitespace] = ACTIONS(2935), + [sym__line_ending] = ACTIONS(2935), + [sym__soft_line_ending] = 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_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), + [sym__pandoc_line_break] = ACTIONS(2935), + [sym__caption_start] = ACTIONS(2935), + }, + [STATE(460)] = { [sym_entity_reference] = ACTIONS(2311), [sym_numeric_character_reference] = ACTIONS(2311), [anon_sym_LBRACK] = ACTIONS(2311), @@ -63576,6 +62209,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2311), [sym__line_ending] = ACTIONS(2311), [sym__soft_line_ending] = ACTIONS(2311), + [sym__block_close] = ACTIONS(2311), [sym__block_quote_start] = ACTIONS(2311), [sym_atx_h1_marker] = ACTIONS(2311), [sym_atx_h2_marker] = ACTIONS(2311), @@ -63629,209 +62263,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2311), [sym__caption_start] = ACTIONS(2311), }, - [STATE(487)] = { - [sym_entity_reference] = ACTIONS(2849), - [sym_numeric_character_reference] = ACTIONS(2849), - [anon_sym_LBRACK] = ACTIONS(2849), - [anon_sym_BANG_LBRACK] = ACTIONS(2849), - [anon_sym_DOLLAR] = ACTIONS(2851), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2849), - [anon_sym_LBRACE] = ACTIONS(2849), - [aux_sym_pandoc_str_token1] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2849), - [sym__whitespace] = ACTIONS(2849), - [sym__line_ending] = ACTIONS(2849), - [sym__soft_line_ending] = ACTIONS(2849), - [sym__block_close] = ACTIONS(2849), - [sym__block_quote_start] = ACTIONS(2849), - [sym_atx_h1_marker] = ACTIONS(2849), - [sym_atx_h2_marker] = ACTIONS(2849), - [sym_atx_h3_marker] = ACTIONS(2849), - [sym_atx_h4_marker] = ACTIONS(2849), - [sym_atx_h5_marker] = ACTIONS(2849), - [sym_atx_h6_marker] = ACTIONS(2849), - [sym__thematic_break] = ACTIONS(2849), - [sym__list_marker_minus] = ACTIONS(2849), - [sym__list_marker_plus] = ACTIONS(2849), - [sym__list_marker_star] = ACTIONS(2849), - [sym__list_marker_parenthesis] = ACTIONS(2849), - [sym__list_marker_dot] = ACTIONS(2849), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2849), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2849), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2849), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2849), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2849), - [sym__list_marker_example] = ACTIONS(2849), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2849), - [sym__fenced_code_block_start_backtick] = ACTIONS(2849), - [sym_minus_metadata] = ACTIONS(2849), - [sym__pipe_table_start] = ACTIONS(2849), - [sym__fenced_div_start] = ACTIONS(2849), - [sym_ref_id_specifier] = ACTIONS(2849), - [sym__code_span_start] = ACTIONS(2849), - [sym__html_comment] = ACTIONS(2849), - [sym__autolink] = ACTIONS(2849), - [sym__highlight_span_start] = ACTIONS(2849), - [sym__insert_span_start] = ACTIONS(2849), - [sym__delete_span_start] = ACTIONS(2849), - [sym__edit_comment_span_start] = ACTIONS(2849), - [sym__single_quote_span_open] = ACTIONS(2849), - [sym__double_quote_span_open] = ACTIONS(2849), - [sym__shortcode_open_escaped] = ACTIONS(2849), - [sym__shortcode_open] = ACTIONS(2849), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2849), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2849), - [sym__cite_author_in_text] = ACTIONS(2849), - [sym__cite_suppress_author] = ACTIONS(2849), - [sym__strikeout_open] = ACTIONS(2849), - [sym__subscript_open] = ACTIONS(2849), - [sym__superscript_open] = ACTIONS(2849), - [sym__inline_note_start_token] = ACTIONS(2849), - [sym__strong_emphasis_open_star] = ACTIONS(2849), - [sym__strong_emphasis_open_underscore] = ACTIONS(2849), - [sym__emphasis_open_star] = ACTIONS(2849), - [sym__emphasis_open_underscore] = ACTIONS(2849), - [sym_inline_note_reference] = ACTIONS(2849), - [sym_html_element] = ACTIONS(2849), - [sym__pandoc_line_break] = ACTIONS(2849), - [sym__caption_start] = ACTIONS(2849), - }, - [STATE(488)] = { - [sym_entity_reference] = ACTIONS(2335), - [sym_numeric_character_reference] = ACTIONS(2335), - [anon_sym_LBRACK] = ACTIONS(2335), - [anon_sym_BANG_LBRACK] = ACTIONS(2335), - [anon_sym_DOLLAR] = ACTIONS(2337), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2335), - [anon_sym_LBRACE] = ACTIONS(2335), - [aux_sym_pandoc_str_token1] = ACTIONS(2337), - [anon_sym_PIPE] = ACTIONS(2335), - [sym__whitespace] = ACTIONS(2335), - [sym__line_ending] = ACTIONS(2335), - [sym__soft_line_ending] = ACTIONS(2335), - [sym__block_close] = ACTIONS(2335), - [sym__block_quote_start] = ACTIONS(2335), - [sym_atx_h1_marker] = ACTIONS(2335), - [sym_atx_h2_marker] = ACTIONS(2335), - [sym_atx_h3_marker] = ACTIONS(2335), - [sym_atx_h4_marker] = ACTIONS(2335), - [sym_atx_h5_marker] = ACTIONS(2335), - [sym_atx_h6_marker] = ACTIONS(2335), - [sym__thematic_break] = ACTIONS(2335), - [sym__list_marker_minus] = ACTIONS(2335), - [sym__list_marker_plus] = ACTIONS(2335), - [sym__list_marker_star] = ACTIONS(2335), - [sym__list_marker_parenthesis] = ACTIONS(2335), - [sym__list_marker_dot] = ACTIONS(2335), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_example] = ACTIONS(2335), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2335), - [sym__fenced_code_block_start_backtick] = ACTIONS(2335), - [sym_minus_metadata] = ACTIONS(2335), - [sym__pipe_table_start] = ACTIONS(2335), - [sym__fenced_div_start] = ACTIONS(2335), - [sym_ref_id_specifier] = ACTIONS(2335), - [sym__code_span_start] = ACTIONS(2335), - [sym__html_comment] = ACTIONS(2335), - [sym__autolink] = ACTIONS(2335), - [sym__highlight_span_start] = ACTIONS(2335), - [sym__insert_span_start] = ACTIONS(2335), - [sym__delete_span_start] = ACTIONS(2335), - [sym__edit_comment_span_start] = ACTIONS(2335), - [sym__single_quote_span_open] = ACTIONS(2335), - [sym__double_quote_span_open] = ACTIONS(2335), - [sym__shortcode_open_escaped] = ACTIONS(2335), - [sym__shortcode_open] = ACTIONS(2335), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2335), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2335), - [sym__cite_author_in_text] = ACTIONS(2335), - [sym__cite_suppress_author] = ACTIONS(2335), - [sym__strikeout_open] = ACTIONS(2335), - [sym__subscript_open] = ACTIONS(2335), - [sym__superscript_open] = ACTIONS(2335), - [sym__inline_note_start_token] = ACTIONS(2335), - [sym__strong_emphasis_open_star] = ACTIONS(2335), - [sym__strong_emphasis_open_underscore] = ACTIONS(2335), - [sym__emphasis_open_star] = ACTIONS(2335), - [sym__emphasis_open_underscore] = ACTIONS(2335), - [sym_inline_note_reference] = ACTIONS(2335), - [sym_html_element] = ACTIONS(2335), - [sym__pandoc_line_break] = ACTIONS(2335), - [sym__caption_start] = ACTIONS(2335), - }, - [STATE(489)] = { - [sym_entity_reference] = ACTIONS(2567), - [sym_numeric_character_reference] = ACTIONS(2567), - [anon_sym_LBRACK] = ACTIONS(2567), - [anon_sym_BANG_LBRACK] = ACTIONS(2567), - [anon_sym_DOLLAR] = ACTIONS(2569), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2567), - [anon_sym_LBRACE] = ACTIONS(2567), - [aux_sym_pandoc_str_token1] = ACTIONS(2569), - [anon_sym_PIPE] = ACTIONS(2567), - [sym__whitespace] = ACTIONS(2567), - [sym__line_ending] = ACTIONS(2567), - [sym__soft_line_ending] = ACTIONS(2567), - [sym__block_close] = ACTIONS(2567), - [sym__block_quote_start] = ACTIONS(2567), - [sym_atx_h1_marker] = ACTIONS(2567), - [sym_atx_h2_marker] = ACTIONS(2567), - [sym_atx_h3_marker] = ACTIONS(2567), - [sym_atx_h4_marker] = ACTIONS(2567), - [sym_atx_h5_marker] = ACTIONS(2567), - [sym_atx_h6_marker] = ACTIONS(2567), - [sym__thematic_break] = ACTIONS(2567), - [sym__list_marker_minus] = ACTIONS(2567), - [sym__list_marker_plus] = ACTIONS(2567), - [sym__list_marker_star] = ACTIONS(2567), - [sym__list_marker_parenthesis] = ACTIONS(2567), - [sym__list_marker_dot] = ACTIONS(2567), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2567), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2567), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2567), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2567), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2567), - [sym__list_marker_example] = ACTIONS(2567), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2567), - [sym__fenced_code_block_start_backtick] = ACTIONS(2567), - [sym_minus_metadata] = ACTIONS(2567), - [sym__pipe_table_start] = ACTIONS(2567), - [sym__fenced_div_start] = ACTIONS(2567), - [sym_ref_id_specifier] = ACTIONS(2567), - [sym__code_span_start] = ACTIONS(2567), - [sym__html_comment] = ACTIONS(2567), - [sym__autolink] = ACTIONS(2567), - [sym__highlight_span_start] = ACTIONS(2567), - [sym__insert_span_start] = ACTIONS(2567), - [sym__delete_span_start] = ACTIONS(2567), - [sym__edit_comment_span_start] = ACTIONS(2567), - [sym__single_quote_span_open] = ACTIONS(2567), - [sym__double_quote_span_open] = ACTIONS(2567), - [sym__shortcode_open_escaped] = ACTIONS(2567), - [sym__shortcode_open] = ACTIONS(2567), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2567), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2567), - [sym__cite_author_in_text] = ACTIONS(2567), - [sym__cite_suppress_author] = ACTIONS(2567), - [sym__strikeout_open] = ACTIONS(2567), - [sym__subscript_open] = ACTIONS(2567), - [sym__superscript_open] = ACTIONS(2567), - [sym__inline_note_start_token] = ACTIONS(2567), - [sym__strong_emphasis_open_star] = ACTIONS(2567), - [sym__strong_emphasis_open_underscore] = ACTIONS(2567), - [sym__emphasis_open_star] = ACTIONS(2567), - [sym__emphasis_open_underscore] = ACTIONS(2567), - [sym_inline_note_reference] = ACTIONS(2567), - [sym_html_element] = ACTIONS(2567), - [sym__pandoc_line_break] = ACTIONS(2567), - [sym__caption_start] = ACTIONS(2567), + [STATE(461)] = { + [ts_builtin_sym_end] = ACTIONS(2973), + [sym_entity_reference] = ACTIONS(2973), + [sym_numeric_character_reference] = ACTIONS(2973), + [anon_sym_LBRACK] = ACTIONS(2973), + [anon_sym_BANG_LBRACK] = ACTIONS(2973), + [anon_sym_DOLLAR] = ACTIONS(2975), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2973), + [anon_sym_LBRACE] = ACTIONS(2973), + [aux_sym_pandoc_str_token1] = ACTIONS(2975), + [anon_sym_PIPE] = ACTIONS(2973), + [sym__whitespace] = ACTIONS(2973), + [sym__line_ending] = ACTIONS(2973), + [sym__soft_line_ending] = 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_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), + [sym__pandoc_line_break] = ACTIONS(2973), + [sym__caption_start] = ACTIONS(2973), }, - [STATE(490)] = { - [ts_builtin_sym_end] = ACTIONS(2317), + [STATE(462)] = { [sym_entity_reference] = ACTIONS(2317), [sym_numeric_character_reference] = ACTIONS(2317), [anon_sym_LBRACK] = ACTIONS(2317), @@ -63844,6 +62343,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2317), [sym__line_ending] = ACTIONS(2317), [sym__soft_line_ending] = ACTIONS(2317), + [sym__block_close] = ACTIONS(2317), [sym__block_quote_start] = ACTIONS(2317), [sym_atx_h1_marker] = ACTIONS(2317), [sym_atx_h2_marker] = ACTIONS(2317), @@ -63897,35 +62397,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2317), [sym__caption_start] = ACTIONS(2317), }, - [STATE(491)] = { - [sym_pandoc_paragraph] = STATE(467), - [sym__inlines] = STATE(3153), - [sym_pandoc_span] = STATE(652), - [sym_pandoc_image] = STATE(652), - [sym_pandoc_math] = STATE(652), - [sym_pandoc_display_math] = STATE(652), - [sym_pandoc_code_span] = STATE(652), - [sym_pandoc_single_quote] = STATE(652), - [sym_pandoc_double_quote] = STATE(652), - [sym_insert] = STATE(652), - [sym_delete] = STATE(652), - [sym_edit_comment] = STATE(652), - [sym_highlight] = STATE(652), - [sym__pandoc_attr_specifier] = STATE(652), - [sym__line] = STATE(2867), - [sym__inline_element] = STATE(652), - [sym_shortcode_escaped] = STATE(652), - [sym_shortcode] = STATE(652), - [sym_citation] = STATE(652), - [sym_inline_note] = STATE(652), - [sym_pandoc_superscript] = STATE(652), - [sym_pandoc_subscript] = STATE(652), - [sym_pandoc_strikeout] = STATE(652), - [sym_pandoc_emph] = STATE(652), - [sym_pandoc_strong] = STATE(652), - [sym_pandoc_str] = STATE(652), - [sym__soft_line_break] = STATE(803), - [sym__inline_whitespace] = STATE(803), + [STATE(463)] = { + [sym_pandoc_paragraph] = STATE(446), + [sym__inlines] = STATE(3303), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__soft_line_break] = STATE(789), + [sym__inline_whitespace] = STATE(789), [sym_entity_reference] = ACTIONS(5), [sym_numeric_character_reference] = ACTIONS(5), [anon_sym_LBRACK] = ACTIONS(7), @@ -63935,8 +62435,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(15), [aux_sym_pandoc_str_token1] = ACTIONS(17), [anon_sym_PIPE] = ACTIONS(19), - [sym__whitespace] = ACTIONS(21), - [sym__soft_line_ending] = ACTIONS(3103), + [sym__whitespace] = ACTIONS(109), + [sym__soft_line_ending] = ACTIONS(3095), [sym__code_span_start] = ACTIONS(65), [sym__html_comment] = ACTIONS(5), [sym__autolink] = ACTIONS(5), @@ -63964,8 +62464,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_html_element] = ACTIONS(5), [sym__pandoc_line_break] = ACTIONS(5), }, - [STATE(492)] = { - [ts_builtin_sym_end] = ACTIONS(2323), + [STATE(464)] = { + [ts_builtin_sym_end] = ACTIONS(2335), + [sym_entity_reference] = ACTIONS(2335), + [sym_numeric_character_reference] = ACTIONS(2335), + [anon_sym_LBRACK] = ACTIONS(2335), + [anon_sym_BANG_LBRACK] = ACTIONS(2335), + [anon_sym_DOLLAR] = ACTIONS(2337), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2335), + [anon_sym_LBRACE] = ACTIONS(2335), + [aux_sym_pandoc_str_token1] = ACTIONS(2337), + [anon_sym_PIPE] = ACTIONS(2335), + [sym__whitespace] = ACTIONS(2335), + [sym__line_ending] = ACTIONS(2335), + [sym__soft_line_ending] = ACTIONS(2335), + [sym__block_quote_start] = ACTIONS(2335), + [sym_atx_h1_marker] = ACTIONS(2335), + [sym_atx_h2_marker] = ACTIONS(2335), + [sym_atx_h3_marker] = ACTIONS(2335), + [sym_atx_h4_marker] = ACTIONS(2335), + [sym_atx_h5_marker] = ACTIONS(2335), + [sym_atx_h6_marker] = ACTIONS(2335), + [sym__thematic_break] = ACTIONS(2335), + [sym__list_marker_minus] = ACTIONS(2335), + [sym__list_marker_plus] = ACTIONS(2335), + [sym__list_marker_star] = ACTIONS(2335), + [sym__list_marker_parenthesis] = ACTIONS(2335), + [sym__list_marker_dot] = ACTIONS(2335), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_example] = ACTIONS(2335), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2335), + [sym__fenced_code_block_start_backtick] = ACTIONS(2335), + [sym_minus_metadata] = ACTIONS(2335), + [sym__pipe_table_start] = ACTIONS(2335), + [sym__fenced_div_start] = ACTIONS(2335), + [sym_ref_id_specifier] = ACTIONS(2335), + [sym__code_span_start] = ACTIONS(2335), + [sym__html_comment] = ACTIONS(2335), + [sym__autolink] = ACTIONS(2335), + [sym__highlight_span_start] = ACTIONS(2335), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2335), + [sym__edit_comment_span_start] = ACTIONS(2335), + [sym__single_quote_span_open] = ACTIONS(2335), + [sym__double_quote_span_open] = ACTIONS(2335), + [sym__shortcode_open_escaped] = ACTIONS(2335), + [sym__shortcode_open] = ACTIONS(2335), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2335), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2335), + [sym__cite_author_in_text] = ACTIONS(2335), + [sym__cite_suppress_author] = ACTIONS(2335), + [sym__strikeout_open] = ACTIONS(2335), + [sym__subscript_open] = ACTIONS(2335), + [sym__superscript_open] = ACTIONS(2335), + [sym__inline_note_start_token] = ACTIONS(2335), + [sym__strong_emphasis_open_star] = ACTIONS(2335), + [sym__strong_emphasis_open_underscore] = ACTIONS(2335), + [sym__emphasis_open_star] = ACTIONS(2335), + [sym__emphasis_open_underscore] = ACTIONS(2335), + [sym_inline_note_reference] = ACTIONS(2335), + [sym_html_element] = ACTIONS(2335), + [sym__pandoc_line_break] = ACTIONS(2335), + [sym__caption_start] = ACTIONS(2335), + }, + [STATE(465)] = { [sym_entity_reference] = ACTIONS(2323), [sym_numeric_character_reference] = ACTIONS(2323), [anon_sym_LBRACK] = ACTIONS(2323), @@ -63978,6 +62544,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__whitespace] = ACTIONS(2323), [sym__line_ending] = ACTIONS(2323), [sym__soft_line_ending] = ACTIONS(2323), + [sym__block_close] = ACTIONS(2323), [sym__block_quote_start] = ACTIONS(2323), [sym_atx_h1_marker] = ACTIONS(2323), [sym_atx_h2_marker] = ACTIONS(2323), @@ -64031,677 +62598,811 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2323), [sym__caption_start] = ACTIONS(2323), }, - [STATE(493)] = { - [sym__inlines] = STATE(3997), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(767), - [sym__inline_whitespace] = STATE(767), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3195), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3197), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(466)] = { + [sym_entity_reference] = ACTIONS(2329), + [sym_numeric_character_reference] = ACTIONS(2329), + [anon_sym_LBRACK] = ACTIONS(2329), + [anon_sym_BANG_LBRACK] = ACTIONS(2329), + [anon_sym_DOLLAR] = ACTIONS(2331), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2329), + [anon_sym_LBRACE] = ACTIONS(2329), + [aux_sym_pandoc_str_token1] = ACTIONS(2331), + [anon_sym_PIPE] = ACTIONS(2329), + [sym__whitespace] = ACTIONS(2329), + [sym__line_ending] = ACTIONS(2329), + [sym__soft_line_ending] = ACTIONS(2329), + [sym__block_close] = ACTIONS(2329), + [sym__block_quote_start] = ACTIONS(2329), + [sym_atx_h1_marker] = ACTIONS(2329), + [sym_atx_h2_marker] = ACTIONS(2329), + [sym_atx_h3_marker] = ACTIONS(2329), + [sym_atx_h4_marker] = ACTIONS(2329), + [sym_atx_h5_marker] = ACTIONS(2329), + [sym_atx_h6_marker] = ACTIONS(2329), + [sym__thematic_break] = ACTIONS(2329), + [sym__list_marker_minus] = ACTIONS(2329), + [sym__list_marker_plus] = ACTIONS(2329), + [sym__list_marker_star] = ACTIONS(2329), + [sym__list_marker_parenthesis] = ACTIONS(2329), + [sym__list_marker_dot] = ACTIONS(2329), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2329), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2329), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2329), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2329), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2329), + [sym__list_marker_example] = ACTIONS(2329), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2329), + [sym__fenced_code_block_start_backtick] = ACTIONS(2329), + [sym_minus_metadata] = ACTIONS(2329), + [sym__pipe_table_start] = ACTIONS(2329), + [sym__fenced_div_start] = ACTIONS(2329), + [sym_ref_id_specifier] = ACTIONS(2329), + [sym__code_span_start] = ACTIONS(2329), + [sym__html_comment] = ACTIONS(2329), + [sym__autolink] = ACTIONS(2329), + [sym__highlight_span_start] = ACTIONS(2329), + [sym__insert_span_start] = ACTIONS(2329), + [sym__delete_span_start] = ACTIONS(2329), + [sym__edit_comment_span_start] = ACTIONS(2329), + [sym__single_quote_span_open] = ACTIONS(2329), + [sym__double_quote_span_open] = ACTIONS(2329), + [sym__shortcode_open_escaped] = ACTIONS(2329), + [sym__shortcode_open] = ACTIONS(2329), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2329), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2329), + [sym__cite_author_in_text] = ACTIONS(2329), + [sym__cite_suppress_author] = ACTIONS(2329), + [sym__strikeout_open] = ACTIONS(2329), + [sym__subscript_open] = ACTIONS(2329), + [sym__superscript_open] = ACTIONS(2329), + [sym__inline_note_start_token] = ACTIONS(2329), + [sym__strong_emphasis_open_star] = ACTIONS(2329), + [sym__strong_emphasis_open_underscore] = ACTIONS(2329), + [sym__emphasis_open_star] = ACTIONS(2329), + [sym__emphasis_open_underscore] = ACTIONS(2329), + [sym_inline_note_reference] = ACTIONS(2329), + [sym_html_element] = ACTIONS(2329), + [sym__pandoc_line_break] = ACTIONS(2329), + [sym__caption_start] = ACTIONS(2329), }, - [STATE(494)] = { - [sym__inlines] = STATE(4045), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(768), - [sym__inline_whitespace] = STATE(768), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3199), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3201), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(467)] = { + [ts_builtin_sym_end] = ACTIONS(2565), + [sym_entity_reference] = ACTIONS(2565), + [sym_numeric_character_reference] = ACTIONS(2565), + [anon_sym_LBRACK] = ACTIONS(2565), + [anon_sym_BANG_LBRACK] = ACTIONS(2565), + [anon_sym_DOLLAR] = ACTIONS(2567), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2565), + [anon_sym_LBRACE] = ACTIONS(2565), + [aux_sym_pandoc_str_token1] = ACTIONS(2567), + [anon_sym_PIPE] = ACTIONS(2565), + [sym__whitespace] = ACTIONS(2565), + [sym__line_ending] = ACTIONS(2565), + [sym__soft_line_ending] = ACTIONS(2565), + [sym__block_quote_start] = ACTIONS(2565), + [sym_atx_h1_marker] = ACTIONS(2565), + [sym_atx_h2_marker] = ACTIONS(2565), + [sym_atx_h3_marker] = ACTIONS(2565), + [sym_atx_h4_marker] = ACTIONS(2565), + [sym_atx_h5_marker] = ACTIONS(2565), + [sym_atx_h6_marker] = ACTIONS(2565), + [sym__thematic_break] = ACTIONS(2565), + [sym__list_marker_minus] = ACTIONS(2565), + [sym__list_marker_plus] = ACTIONS(2565), + [sym__list_marker_star] = ACTIONS(2565), + [sym__list_marker_parenthesis] = ACTIONS(2565), + [sym__list_marker_dot] = ACTIONS(2565), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2565), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2565), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2565), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2565), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2565), + [sym__list_marker_example] = ACTIONS(2565), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2565), + [sym__fenced_code_block_start_backtick] = ACTIONS(2565), + [sym_minus_metadata] = ACTIONS(2565), + [sym__pipe_table_start] = ACTIONS(2565), + [sym__fenced_div_start] = ACTIONS(2565), + [sym_ref_id_specifier] = ACTIONS(2565), + [sym__code_span_start] = ACTIONS(2565), + [sym__html_comment] = ACTIONS(2565), + [sym__autolink] = ACTIONS(2565), + [sym__highlight_span_start] = ACTIONS(2565), + [sym__insert_span_start] = ACTIONS(2565), + [sym__delete_span_start] = ACTIONS(2565), + [sym__edit_comment_span_start] = ACTIONS(2565), + [sym__single_quote_span_open] = ACTIONS(2565), + [sym__double_quote_span_open] = ACTIONS(2565), + [sym__shortcode_open_escaped] = ACTIONS(2565), + [sym__shortcode_open] = ACTIONS(2565), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2565), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2565), + [sym__cite_author_in_text] = ACTIONS(2565), + [sym__cite_suppress_author] = ACTIONS(2565), + [sym__strikeout_open] = ACTIONS(2565), + [sym__subscript_open] = ACTIONS(2565), + [sym__superscript_open] = ACTIONS(2565), + [sym__inline_note_start_token] = ACTIONS(2565), + [sym__strong_emphasis_open_star] = ACTIONS(2565), + [sym__strong_emphasis_open_underscore] = ACTIONS(2565), + [sym__emphasis_open_star] = ACTIONS(2565), + [sym__emphasis_open_underscore] = ACTIONS(2565), + [sym_inline_note_reference] = ACTIONS(2565), + [sym_html_element] = ACTIONS(2565), + [sym__pandoc_line_break] = ACTIONS(2565), + [sym__caption_start] = ACTIONS(2565), }, - [STATE(495)] = { - [sym__inlines] = STATE(4063), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(774), - [sym__inline_whitespace] = STATE(774), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3203), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3205), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(468)] = { + [sym_entity_reference] = ACTIONS(2973), + [sym_numeric_character_reference] = ACTIONS(2973), + [anon_sym_LBRACK] = ACTIONS(2973), + [anon_sym_BANG_LBRACK] = ACTIONS(2973), + [anon_sym_DOLLAR] = ACTIONS(2975), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2973), + [anon_sym_LBRACE] = ACTIONS(2973), + [aux_sym_pandoc_str_token1] = ACTIONS(2975), + [anon_sym_PIPE] = ACTIONS(2973), + [sym__whitespace] = ACTIONS(2973), + [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_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), + [sym__pandoc_line_break] = ACTIONS(2973), + [sym__caption_start] = ACTIONS(2973), }, - [STATE(496)] = { - [sym__inlines] = STATE(4071), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(775), - [sym__inline_whitespace] = STATE(775), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3207), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3209), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(469)] = { + [sym_entity_reference] = ACTIONS(2335), + [sym_numeric_character_reference] = ACTIONS(2335), + [anon_sym_LBRACK] = ACTIONS(2335), + [anon_sym_BANG_LBRACK] = ACTIONS(2335), + [anon_sym_DOLLAR] = ACTIONS(2337), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2335), + [anon_sym_LBRACE] = ACTIONS(2335), + [aux_sym_pandoc_str_token1] = ACTIONS(2337), + [anon_sym_PIPE] = ACTIONS(2335), + [sym__whitespace] = ACTIONS(2335), + [sym__line_ending] = ACTIONS(2335), + [sym__soft_line_ending] = ACTIONS(2335), + [sym__block_close] = ACTIONS(2335), + [sym__block_quote_start] = ACTIONS(2335), + [sym_atx_h1_marker] = ACTIONS(2335), + [sym_atx_h2_marker] = ACTIONS(2335), + [sym_atx_h3_marker] = ACTIONS(2335), + [sym_atx_h4_marker] = ACTIONS(2335), + [sym_atx_h5_marker] = ACTIONS(2335), + [sym_atx_h6_marker] = ACTIONS(2335), + [sym__thematic_break] = ACTIONS(2335), + [sym__list_marker_minus] = ACTIONS(2335), + [sym__list_marker_plus] = ACTIONS(2335), + [sym__list_marker_star] = ACTIONS(2335), + [sym__list_marker_parenthesis] = ACTIONS(2335), + [sym__list_marker_dot] = ACTIONS(2335), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2335), + [sym__list_marker_example] = ACTIONS(2335), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2335), + [sym__fenced_code_block_start_backtick] = ACTIONS(2335), + [sym_minus_metadata] = ACTIONS(2335), + [sym__pipe_table_start] = ACTIONS(2335), + [sym__fenced_div_start] = ACTIONS(2335), + [sym_ref_id_specifier] = ACTIONS(2335), + [sym__code_span_start] = ACTIONS(2335), + [sym__html_comment] = ACTIONS(2335), + [sym__autolink] = ACTIONS(2335), + [sym__highlight_span_start] = ACTIONS(2335), + [sym__insert_span_start] = ACTIONS(2335), + [sym__delete_span_start] = ACTIONS(2335), + [sym__edit_comment_span_start] = ACTIONS(2335), + [sym__single_quote_span_open] = ACTIONS(2335), + [sym__double_quote_span_open] = ACTIONS(2335), + [sym__shortcode_open_escaped] = ACTIONS(2335), + [sym__shortcode_open] = ACTIONS(2335), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2335), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2335), + [sym__cite_author_in_text] = ACTIONS(2335), + [sym__cite_suppress_author] = ACTIONS(2335), + [sym__strikeout_open] = ACTIONS(2335), + [sym__subscript_open] = ACTIONS(2335), + [sym__superscript_open] = ACTIONS(2335), + [sym__inline_note_start_token] = ACTIONS(2335), + [sym__strong_emphasis_open_star] = ACTIONS(2335), + [sym__strong_emphasis_open_underscore] = ACTIONS(2335), + [sym__emphasis_open_star] = ACTIONS(2335), + [sym__emphasis_open_underscore] = ACTIONS(2335), + [sym_inline_note_reference] = ACTIONS(2335), + [sym_html_element] = ACTIONS(2335), + [sym__pandoc_line_break] = ACTIONS(2335), + [sym__caption_start] = ACTIONS(2335), }, - [STATE(497)] = { - [sym_entity_reference] = ACTIONS(2571), - [sym_numeric_character_reference] = ACTIONS(2571), - [anon_sym_LBRACK] = ACTIONS(2571), - [anon_sym_BANG_LBRACK] = ACTIONS(2571), - [anon_sym_DOLLAR] = ACTIONS(2573), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2571), - [anon_sym_LBRACE] = ACTIONS(2571), - [aux_sym_pandoc_str_token1] = ACTIONS(2573), - [anon_sym_PIPE] = ACTIONS(2571), - [sym__whitespace] = ACTIONS(2571), - [sym__line_ending] = ACTIONS(2571), - [sym__soft_line_ending] = ACTIONS(2571), - [sym__block_close] = ACTIONS(2571), - [sym__block_quote_start] = ACTIONS(2571), - [sym_atx_h1_marker] = ACTIONS(2571), - [sym_atx_h2_marker] = ACTIONS(2571), - [sym_atx_h3_marker] = ACTIONS(2571), - [sym_atx_h4_marker] = ACTIONS(2571), - [sym_atx_h5_marker] = ACTIONS(2571), - [sym_atx_h6_marker] = ACTIONS(2571), - [sym__thematic_break] = ACTIONS(2571), - [sym__list_marker_minus] = ACTIONS(2571), - [sym__list_marker_plus] = ACTIONS(2571), - [sym__list_marker_star] = ACTIONS(2571), - [sym__list_marker_parenthesis] = ACTIONS(2571), - [sym__list_marker_dot] = ACTIONS(2571), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2571), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2571), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2571), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2571), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2571), - [sym__list_marker_example] = ACTIONS(2571), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2571), - [sym__fenced_code_block_start_backtick] = ACTIONS(2571), - [sym_minus_metadata] = ACTIONS(2571), - [sym__pipe_table_start] = ACTIONS(2571), - [sym__fenced_div_start] = ACTIONS(2571), - [sym_ref_id_specifier] = ACTIONS(2571), - [sym__code_span_start] = ACTIONS(2571), - [sym__html_comment] = ACTIONS(2571), - [sym__autolink] = ACTIONS(2571), - [sym__highlight_span_start] = ACTIONS(2571), - [sym__insert_span_start] = ACTIONS(2571), - [sym__delete_span_start] = ACTIONS(2571), - [sym__edit_comment_span_start] = ACTIONS(2571), - [sym__single_quote_span_open] = ACTIONS(2571), - [sym__double_quote_span_open] = ACTIONS(2571), - [sym__shortcode_open_escaped] = ACTIONS(2571), - [sym__shortcode_open] = ACTIONS(2571), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2571), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2571), - [sym__cite_author_in_text] = ACTIONS(2571), - [sym__cite_suppress_author] = ACTIONS(2571), - [sym__strikeout_open] = ACTIONS(2571), - [sym__subscript_open] = ACTIONS(2571), - [sym__superscript_open] = ACTIONS(2571), - [sym__inline_note_start_token] = ACTIONS(2571), - [sym__strong_emphasis_open_star] = ACTIONS(2571), - [sym__strong_emphasis_open_underscore] = ACTIONS(2571), - [sym__emphasis_open_star] = ACTIONS(2571), - [sym__emphasis_open_underscore] = ACTIONS(2571), - [sym_inline_note_reference] = ACTIONS(2571), - [sym_html_element] = ACTIONS(2571), - [sym__pandoc_line_break] = ACTIONS(2571), - [sym__caption_start] = ACTIONS(2571), + [STATE(470)] = { + [sym_entity_reference] = ACTIONS(2565), + [sym_numeric_character_reference] = ACTIONS(2565), + [anon_sym_LBRACK] = ACTIONS(2565), + [anon_sym_BANG_LBRACK] = ACTIONS(2565), + [anon_sym_DOLLAR] = ACTIONS(2567), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2565), + [anon_sym_LBRACE] = ACTIONS(2565), + [aux_sym_pandoc_str_token1] = ACTIONS(2567), + [anon_sym_PIPE] = ACTIONS(2565), + [sym__whitespace] = ACTIONS(2565), + [sym__line_ending] = ACTIONS(2565), + [sym__soft_line_ending] = ACTIONS(2565), + [sym__block_close] = ACTIONS(2565), + [sym__block_quote_start] = ACTIONS(2565), + [sym_atx_h1_marker] = ACTIONS(2565), + [sym_atx_h2_marker] = ACTIONS(2565), + [sym_atx_h3_marker] = ACTIONS(2565), + [sym_atx_h4_marker] = ACTIONS(2565), + [sym_atx_h5_marker] = ACTIONS(2565), + [sym_atx_h6_marker] = ACTIONS(2565), + [sym__thematic_break] = ACTIONS(2565), + [sym__list_marker_minus] = ACTIONS(2565), + [sym__list_marker_plus] = ACTIONS(2565), + [sym__list_marker_star] = ACTIONS(2565), + [sym__list_marker_parenthesis] = ACTIONS(2565), + [sym__list_marker_dot] = ACTIONS(2565), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2565), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2565), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2565), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2565), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2565), + [sym__list_marker_example] = ACTIONS(2565), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2565), + [sym__fenced_code_block_start_backtick] = ACTIONS(2565), + [sym_minus_metadata] = ACTIONS(2565), + [sym__pipe_table_start] = ACTIONS(2565), + [sym__fenced_div_start] = ACTIONS(2565), + [sym_ref_id_specifier] = ACTIONS(2565), + [sym__code_span_start] = ACTIONS(2565), + [sym__html_comment] = ACTIONS(2565), + [sym__autolink] = ACTIONS(2565), + [sym__highlight_span_start] = ACTIONS(2565), + [sym__insert_span_start] = ACTIONS(2565), + [sym__delete_span_start] = ACTIONS(2565), + [sym__edit_comment_span_start] = ACTIONS(2565), + [sym__single_quote_span_open] = ACTIONS(2565), + [sym__double_quote_span_open] = ACTIONS(2565), + [sym__shortcode_open_escaped] = ACTIONS(2565), + [sym__shortcode_open] = ACTIONS(2565), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2565), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2565), + [sym__cite_author_in_text] = ACTIONS(2565), + [sym__cite_suppress_author] = ACTIONS(2565), + [sym__strikeout_open] = ACTIONS(2565), + [sym__subscript_open] = ACTIONS(2565), + [sym__superscript_open] = ACTIONS(2565), + [sym__inline_note_start_token] = ACTIONS(2565), + [sym__strong_emphasis_open_star] = ACTIONS(2565), + [sym__strong_emphasis_open_underscore] = ACTIONS(2565), + [sym__emphasis_open_star] = ACTIONS(2565), + [sym__emphasis_open_underscore] = ACTIONS(2565), + [sym_inline_note_reference] = ACTIONS(2565), + [sym_html_element] = ACTIONS(2565), + [sym__pandoc_line_break] = ACTIONS(2565), + [sym__caption_start] = ACTIONS(2565), }, - [STATE(498)] = { - [sym_entity_reference] = ACTIONS(2575), - [sym_numeric_character_reference] = ACTIONS(2575), - [anon_sym_LBRACK] = ACTIONS(2575), - [anon_sym_BANG_LBRACK] = ACTIONS(2575), - [anon_sym_DOLLAR] = ACTIONS(2577), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2575), - [anon_sym_LBRACE] = ACTIONS(2575), - [aux_sym_pandoc_str_token1] = ACTIONS(2577), - [anon_sym_PIPE] = ACTIONS(2575), - [sym__whitespace] = ACTIONS(2575), - [sym__line_ending] = ACTIONS(2575), - [sym__soft_line_ending] = ACTIONS(2575), - [sym__block_close] = ACTIONS(2575), - [sym__block_quote_start] = ACTIONS(2575), - [sym_atx_h1_marker] = ACTIONS(2575), - [sym_atx_h2_marker] = ACTIONS(2575), - [sym_atx_h3_marker] = ACTIONS(2575), - [sym_atx_h4_marker] = ACTIONS(2575), - [sym_atx_h5_marker] = ACTIONS(2575), - [sym_atx_h6_marker] = ACTIONS(2575), - [sym__thematic_break] = ACTIONS(2575), - [sym__list_marker_minus] = ACTIONS(2575), - [sym__list_marker_plus] = ACTIONS(2575), - [sym__list_marker_star] = ACTIONS(2575), - [sym__list_marker_parenthesis] = ACTIONS(2575), - [sym__list_marker_dot] = ACTIONS(2575), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2575), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2575), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2575), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2575), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2575), - [sym__list_marker_example] = ACTIONS(2575), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2575), - [sym__fenced_code_block_start_backtick] = ACTIONS(2575), - [sym_minus_metadata] = ACTIONS(2575), - [sym__pipe_table_start] = ACTIONS(2575), - [sym__fenced_div_start] = ACTIONS(2575), - [sym_ref_id_specifier] = ACTIONS(2575), - [sym__code_span_start] = ACTIONS(2575), - [sym__html_comment] = ACTIONS(2575), - [sym__autolink] = ACTIONS(2575), - [sym__highlight_span_start] = ACTIONS(2575), - [sym__insert_span_start] = ACTIONS(2575), - [sym__delete_span_start] = ACTIONS(2575), - [sym__edit_comment_span_start] = ACTIONS(2575), - [sym__single_quote_span_open] = ACTIONS(2575), - [sym__double_quote_span_open] = ACTIONS(2575), - [sym__shortcode_open_escaped] = ACTIONS(2575), - [sym__shortcode_open] = ACTIONS(2575), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2575), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2575), - [sym__cite_author_in_text] = ACTIONS(2575), - [sym__cite_suppress_author] = ACTIONS(2575), - [sym__strikeout_open] = ACTIONS(2575), - [sym__subscript_open] = ACTIONS(2575), - [sym__superscript_open] = ACTIONS(2575), - [sym__inline_note_start_token] = ACTIONS(2575), - [sym__strong_emphasis_open_star] = ACTIONS(2575), - [sym__strong_emphasis_open_underscore] = ACTIONS(2575), - [sym__emphasis_open_star] = ACTIONS(2575), - [sym__emphasis_open_underscore] = ACTIONS(2575), - [sym_inline_note_reference] = ACTIONS(2575), - [sym_html_element] = ACTIONS(2575), - [sym__pandoc_line_break] = ACTIONS(2575), - [sym__caption_start] = ACTIONS(2575), + [STATE(471)] = { + [sym__inlines] = STATE(4034), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(730), + [sym__inline_whitespace] = STATE(730), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3167), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3169), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(499)] = { - [sym__inlines] = STATE(3680), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(747), - [sym__inline_whitespace] = STATE(747), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3211), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3213), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(472)] = { + [sym__inlines] = STATE(4038), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(731), + [sym__inline_whitespace] = STATE(731), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3171), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3173), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(500)] = { - [sym__inlines] = STATE(3686), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(748), - [sym__inline_whitespace] = STATE(748), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3215), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3217), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(473)] = { + [sym__inlines] = STATE(4040), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(734), + [sym__inline_whitespace] = STATE(734), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3175), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3177), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(501)] = { - [sym__inlines] = STATE(3692), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(751), - [sym__inline_whitespace] = STATE(751), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3219), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3221), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(474)] = { + [sym__inlines] = STATE(4054), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(735), + [sym__inline_whitespace] = STATE(735), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3179), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3181), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(502)] = { - [sym__inlines] = STATE(3697), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(756), - [sym__inline_whitespace] = STATE(756), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3223), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3225), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(475)] = { + [sym_entity_reference] = ACTIONS(2569), + [sym_numeric_character_reference] = ACTIONS(2569), + [anon_sym_LBRACK] = ACTIONS(2569), + [anon_sym_BANG_LBRACK] = ACTIONS(2569), + [anon_sym_DOLLAR] = ACTIONS(2571), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2569), + [anon_sym_LBRACE] = ACTIONS(2569), + [aux_sym_pandoc_str_token1] = ACTIONS(2571), + [anon_sym_PIPE] = ACTIONS(2569), + [sym__whitespace] = ACTIONS(2569), + [sym__line_ending] = ACTIONS(2569), + [sym__soft_line_ending] = ACTIONS(2569), + [sym__block_close] = ACTIONS(2569), + [sym__block_quote_start] = ACTIONS(2569), + [sym_atx_h1_marker] = ACTIONS(2569), + [sym_atx_h2_marker] = ACTIONS(2569), + [sym_atx_h3_marker] = ACTIONS(2569), + [sym_atx_h4_marker] = ACTIONS(2569), + [sym_atx_h5_marker] = ACTIONS(2569), + [sym_atx_h6_marker] = ACTIONS(2569), + [sym__thematic_break] = ACTIONS(2569), + [sym__list_marker_minus] = ACTIONS(2569), + [sym__list_marker_plus] = ACTIONS(2569), + [sym__list_marker_star] = ACTIONS(2569), + [sym__list_marker_parenthesis] = ACTIONS(2569), + [sym__list_marker_dot] = ACTIONS(2569), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2569), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2569), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2569), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2569), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2569), + [sym__list_marker_example] = ACTIONS(2569), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2569), + [sym__fenced_code_block_start_backtick] = ACTIONS(2569), + [sym_minus_metadata] = ACTIONS(2569), + [sym__pipe_table_start] = ACTIONS(2569), + [sym__fenced_div_start] = ACTIONS(2569), + [sym_ref_id_specifier] = ACTIONS(2569), + [sym__code_span_start] = ACTIONS(2569), + [sym__html_comment] = ACTIONS(2569), + [sym__autolink] = ACTIONS(2569), + [sym__highlight_span_start] = ACTIONS(2569), + [sym__insert_span_start] = ACTIONS(2569), + [sym__delete_span_start] = ACTIONS(2569), + [sym__edit_comment_span_start] = ACTIONS(2569), + [sym__single_quote_span_open] = ACTIONS(2569), + [sym__double_quote_span_open] = ACTIONS(2569), + [sym__shortcode_open_escaped] = ACTIONS(2569), + [sym__shortcode_open] = ACTIONS(2569), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2569), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2569), + [sym__cite_author_in_text] = ACTIONS(2569), + [sym__cite_suppress_author] = ACTIONS(2569), + [sym__strikeout_open] = ACTIONS(2569), + [sym__subscript_open] = ACTIONS(2569), + [sym__superscript_open] = ACTIONS(2569), + [sym__inline_note_start_token] = ACTIONS(2569), + [sym__strong_emphasis_open_star] = ACTIONS(2569), + [sym__strong_emphasis_open_underscore] = ACTIONS(2569), + [sym__emphasis_open_star] = ACTIONS(2569), + [sym__emphasis_open_underscore] = ACTIONS(2569), + [sym_inline_note_reference] = ACTIONS(2569), + [sym_html_element] = ACTIONS(2569), + [sym__pandoc_line_break] = ACTIONS(2569), + [sym__caption_start] = ACTIONS(2569), }, - [STATE(503)] = { + [STATE(476)] = { + [sym_entity_reference] = ACTIONS(2573), + [sym_numeric_character_reference] = ACTIONS(2573), + [anon_sym_LBRACK] = ACTIONS(2573), + [anon_sym_BANG_LBRACK] = ACTIONS(2573), + [anon_sym_DOLLAR] = ACTIONS(2575), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2573), + [anon_sym_LBRACE] = ACTIONS(2573), + [aux_sym_pandoc_str_token1] = ACTIONS(2575), + [anon_sym_PIPE] = ACTIONS(2573), + [sym__whitespace] = ACTIONS(2573), + [sym__line_ending] = ACTIONS(2573), + [sym__soft_line_ending] = ACTIONS(2573), + [sym__block_close] = ACTIONS(2573), + [sym__block_quote_start] = ACTIONS(2573), + [sym_atx_h1_marker] = ACTIONS(2573), + [sym_atx_h2_marker] = ACTIONS(2573), + [sym_atx_h3_marker] = ACTIONS(2573), + [sym_atx_h4_marker] = ACTIONS(2573), + [sym_atx_h5_marker] = ACTIONS(2573), + [sym_atx_h6_marker] = ACTIONS(2573), + [sym__thematic_break] = ACTIONS(2573), + [sym__list_marker_minus] = ACTIONS(2573), + [sym__list_marker_plus] = ACTIONS(2573), + [sym__list_marker_star] = ACTIONS(2573), + [sym__list_marker_parenthesis] = ACTIONS(2573), + [sym__list_marker_dot] = ACTIONS(2573), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2573), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2573), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2573), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2573), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2573), + [sym__list_marker_example] = ACTIONS(2573), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2573), + [sym__fenced_code_block_start_backtick] = ACTIONS(2573), + [sym_minus_metadata] = ACTIONS(2573), + [sym__pipe_table_start] = ACTIONS(2573), + [sym__fenced_div_start] = ACTIONS(2573), + [sym_ref_id_specifier] = ACTIONS(2573), + [sym__code_span_start] = ACTIONS(2573), + [sym__html_comment] = ACTIONS(2573), + [sym__autolink] = ACTIONS(2573), + [sym__highlight_span_start] = ACTIONS(2573), + [sym__insert_span_start] = ACTIONS(2573), + [sym__delete_span_start] = ACTIONS(2573), + [sym__edit_comment_span_start] = ACTIONS(2573), + [sym__single_quote_span_open] = ACTIONS(2573), + [sym__double_quote_span_open] = ACTIONS(2573), + [sym__shortcode_open_escaped] = ACTIONS(2573), + [sym__shortcode_open] = ACTIONS(2573), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2573), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2573), + [sym__cite_author_in_text] = ACTIONS(2573), + [sym__cite_suppress_author] = ACTIONS(2573), + [sym__strikeout_open] = ACTIONS(2573), + [sym__subscript_open] = ACTIONS(2573), + [sym__superscript_open] = ACTIONS(2573), + [sym__inline_note_start_token] = ACTIONS(2573), + [sym__strong_emphasis_open_star] = ACTIONS(2573), + [sym__strong_emphasis_open_underscore] = ACTIONS(2573), + [sym__emphasis_open_star] = ACTIONS(2573), + [sym__emphasis_open_underscore] = ACTIONS(2573), + [sym_inline_note_reference] = ACTIONS(2573), + [sym_html_element] = ACTIONS(2573), + [sym__pandoc_line_break] = ACTIONS(2573), + [sym__caption_start] = ACTIONS(2573), + }, + [STATE(477)] = { + [ts_builtin_sym_end] = ACTIONS(2569), + [sym_entity_reference] = ACTIONS(2569), + [sym_numeric_character_reference] = ACTIONS(2569), + [anon_sym_LBRACK] = ACTIONS(2569), + [anon_sym_BANG_LBRACK] = ACTIONS(2569), + [anon_sym_DOLLAR] = ACTIONS(2571), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2569), + [anon_sym_LBRACE] = ACTIONS(2569), + [aux_sym_pandoc_str_token1] = ACTIONS(2571), + [anon_sym_PIPE] = ACTIONS(2569), + [sym__whitespace] = ACTIONS(2569), + [sym__line_ending] = ACTIONS(2569), + [sym__soft_line_ending] = ACTIONS(2569), + [sym__block_quote_start] = ACTIONS(2569), + [sym_atx_h1_marker] = ACTIONS(2569), + [sym_atx_h2_marker] = ACTIONS(2569), + [sym_atx_h3_marker] = ACTIONS(2569), + [sym_atx_h4_marker] = ACTIONS(2569), + [sym_atx_h5_marker] = ACTIONS(2569), + [sym_atx_h6_marker] = ACTIONS(2569), + [sym__thematic_break] = ACTIONS(2569), + [sym__list_marker_minus] = ACTIONS(2569), + [sym__list_marker_plus] = ACTIONS(2569), + [sym__list_marker_star] = ACTIONS(2569), + [sym__list_marker_parenthesis] = ACTIONS(2569), + [sym__list_marker_dot] = ACTIONS(2569), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2569), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2569), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2569), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2569), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2569), + [sym__list_marker_example] = ACTIONS(2569), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2569), + [sym__fenced_code_block_start_backtick] = ACTIONS(2569), + [sym_minus_metadata] = ACTIONS(2569), + [sym__pipe_table_start] = ACTIONS(2569), + [sym__fenced_div_start] = ACTIONS(2569), + [sym_ref_id_specifier] = ACTIONS(2569), + [sym__code_span_start] = ACTIONS(2569), + [sym__html_comment] = ACTIONS(2569), + [sym__autolink] = ACTIONS(2569), + [sym__highlight_span_start] = ACTIONS(2569), + [sym__insert_span_start] = ACTIONS(2569), + [sym__delete_span_start] = ACTIONS(2569), + [sym__edit_comment_span_start] = ACTIONS(2569), + [sym__single_quote_span_open] = ACTIONS(2569), + [sym__double_quote_span_open] = ACTIONS(2569), + [sym__shortcode_open_escaped] = ACTIONS(2569), + [sym__shortcode_open] = ACTIONS(2569), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2569), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2569), + [sym__cite_author_in_text] = ACTIONS(2569), + [sym__cite_suppress_author] = ACTIONS(2569), + [sym__strikeout_open] = ACTIONS(2569), + [sym__subscript_open] = ACTIONS(2569), + [sym__superscript_open] = ACTIONS(2569), + [sym__inline_note_start_token] = ACTIONS(2569), + [sym__strong_emphasis_open_star] = ACTIONS(2569), + [sym__strong_emphasis_open_underscore] = ACTIONS(2569), + [sym__emphasis_open_star] = ACTIONS(2569), + [sym__emphasis_open_underscore] = ACTIONS(2569), + [sym_inline_note_reference] = ACTIONS(2569), + [sym_html_element] = ACTIONS(2569), + [sym__pandoc_line_break] = ACTIONS(2569), + [sym__caption_start] = ACTIONS(2569), + }, + [STATE(478)] = { [sym_entity_reference] = ACTIONS(2341), [sym_numeric_character_reference] = ACTIONS(2341), [anon_sym_LBRACK] = ACTIONS(2341), @@ -64768,342 +63469,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2341), [sym__caption_start] = ACTIONS(2341), }, - [STATE(504)] = { - [sym__inlines] = STATE(3910), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(690), - [sym__inline_whitespace] = STATE(690), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3227), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3229), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(505)] = { - [sym__inlines] = STATE(3914), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(700), - [sym__inline_whitespace] = STATE(700), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3233), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(506)] = { - [sym__inlines] = STATE(3930), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(701), - [sym__inline_whitespace] = STATE(701), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3235), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3237), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(507)] = { - [sym__inlines] = STATE(3936), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(703), - [sym__inline_whitespace] = STATE(703), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3239), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3241), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(508)] = { - [ts_builtin_sym_end] = ACTIONS(2329), - [sym_entity_reference] = ACTIONS(2329), - [sym_numeric_character_reference] = ACTIONS(2329), - [anon_sym_LBRACK] = ACTIONS(2329), - [anon_sym_BANG_LBRACK] = ACTIONS(2329), - [anon_sym_DOLLAR] = ACTIONS(2331), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2329), - [anon_sym_LBRACE] = ACTIONS(2329), - [aux_sym_pandoc_str_token1] = ACTIONS(2331), - [anon_sym_PIPE] = ACTIONS(2329), - [sym__whitespace] = ACTIONS(2329), - [sym__line_ending] = ACTIONS(2329), - [sym__soft_line_ending] = ACTIONS(2329), - [sym__block_quote_start] = ACTIONS(2329), - [sym_atx_h1_marker] = ACTIONS(2329), - [sym_atx_h2_marker] = ACTIONS(2329), - [sym_atx_h3_marker] = ACTIONS(2329), - [sym_atx_h4_marker] = ACTIONS(2329), - [sym_atx_h5_marker] = ACTIONS(2329), - [sym_atx_h6_marker] = ACTIONS(2329), - [sym__thematic_break] = ACTIONS(2329), - [sym__list_marker_minus] = ACTIONS(2329), - [sym__list_marker_plus] = ACTIONS(2329), - [sym__list_marker_star] = ACTIONS(2329), - [sym__list_marker_parenthesis] = ACTIONS(2329), - [sym__list_marker_dot] = ACTIONS(2329), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2329), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2329), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2329), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2329), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2329), - [sym__list_marker_example] = ACTIONS(2329), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2329), - [sym__fenced_code_block_start_backtick] = ACTIONS(2329), - [sym_minus_metadata] = ACTIONS(2329), - [sym__pipe_table_start] = ACTIONS(2329), - [sym__fenced_div_start] = ACTIONS(2329), - [sym_ref_id_specifier] = ACTIONS(2329), - [sym__code_span_start] = ACTIONS(2329), - [sym__html_comment] = ACTIONS(2329), - [sym__autolink] = ACTIONS(2329), - [sym__highlight_span_start] = ACTIONS(2329), - [sym__insert_span_start] = ACTIONS(2329), - [sym__delete_span_start] = ACTIONS(2329), - [sym__edit_comment_span_start] = ACTIONS(2329), - [sym__single_quote_span_open] = ACTIONS(2329), - [sym__double_quote_span_open] = ACTIONS(2329), - [sym__shortcode_open_escaped] = ACTIONS(2329), - [sym__shortcode_open] = ACTIONS(2329), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2329), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2329), - [sym__cite_author_in_text] = ACTIONS(2329), - [sym__cite_suppress_author] = ACTIONS(2329), - [sym__strikeout_open] = ACTIONS(2329), - [sym__subscript_open] = ACTIONS(2329), - [sym__superscript_open] = ACTIONS(2329), - [sym__inline_note_start_token] = ACTIONS(2329), - [sym__strong_emphasis_open_star] = ACTIONS(2329), - [sym__strong_emphasis_open_underscore] = ACTIONS(2329), - [sym__emphasis_open_star] = ACTIONS(2329), - [sym__emphasis_open_underscore] = ACTIONS(2329), - [sym_inline_note_reference] = ACTIONS(2329), - [sym_html_element] = ACTIONS(2329), - [sym__pandoc_line_break] = ACTIONS(2329), - [sym__caption_start] = ACTIONS(2329), + [STATE(479)] = { + [ts_builtin_sym_end] = ACTIONS(2943), + [sym_entity_reference] = ACTIONS(2943), + [sym_numeric_character_reference] = ACTIONS(2943), + [anon_sym_LBRACK] = ACTIONS(2943), + [anon_sym_BANG_LBRACK] = ACTIONS(2943), + [anon_sym_DOLLAR] = ACTIONS(2945), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2943), + [anon_sym_LBRACE] = ACTIONS(2943), + [aux_sym_pandoc_str_token1] = ACTIONS(2945), + [anon_sym_PIPE] = ACTIONS(2943), + [sym__whitespace] = ACTIONS(2943), + [sym__line_ending] = ACTIONS(2943), + [sym__soft_line_ending] = 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_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), + [sym__pandoc_line_break] = ACTIONS(2943), + [sym__caption_start] = ACTIONS(2943), }, - [STATE(509)] = { + [STATE(480)] = { [sym_entity_reference] = ACTIONS(2347), [sym_numeric_character_reference] = ACTIONS(2347), [anon_sym_LBRACK] = ACTIONS(2347), @@ -65170,677 +63603,208 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2347), [sym__caption_start] = ACTIONS(2347), }, - [STATE(510)] = { - [sym__inlines] = STATE(4144), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(729), - [sym__inline_whitespace] = STATE(729), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3243), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3245), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(511)] = { - [sym__inlines] = STATE(4146), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(734), - [sym__inline_whitespace] = STATE(734), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3247), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3249), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(512)] = { - [sym__inlines] = STATE(4200), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(735), - [sym__inline_whitespace] = STATE(735), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3251), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3253), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(513)] = { - [sym__inlines] = STATE(4202), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(737), - [sym__inline_whitespace] = STATE(737), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3255), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3257), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(514)] = { - [sym_entity_reference] = ACTIONS(2353), - [sym_numeric_character_reference] = ACTIONS(2353), - [anon_sym_LBRACK] = ACTIONS(2353), - [anon_sym_BANG_LBRACK] = ACTIONS(2353), - [anon_sym_DOLLAR] = ACTIONS(2355), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2353), - [anon_sym_LBRACE] = ACTIONS(2353), - [aux_sym_pandoc_str_token1] = ACTIONS(2355), - [anon_sym_PIPE] = ACTIONS(2353), - [sym__whitespace] = ACTIONS(2353), - [sym__line_ending] = ACTIONS(2353), - [sym__soft_line_ending] = ACTIONS(2353), - [sym__block_close] = ACTIONS(2353), - [sym__block_quote_start] = ACTIONS(2353), - [sym_atx_h1_marker] = ACTIONS(2353), - [sym_atx_h2_marker] = ACTIONS(2353), - [sym_atx_h3_marker] = ACTIONS(2353), - [sym_atx_h4_marker] = ACTIONS(2353), - [sym_atx_h5_marker] = ACTIONS(2353), - [sym_atx_h6_marker] = ACTIONS(2353), - [sym__thematic_break] = ACTIONS(2353), - [sym__list_marker_minus] = ACTIONS(2353), - [sym__list_marker_plus] = ACTIONS(2353), - [sym__list_marker_star] = ACTIONS(2353), - [sym__list_marker_parenthesis] = ACTIONS(2353), - [sym__list_marker_dot] = ACTIONS(2353), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2353), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2353), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2353), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2353), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2353), - [sym__list_marker_example] = ACTIONS(2353), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2353), - [sym__fenced_code_block_start_backtick] = ACTIONS(2353), - [sym_minus_metadata] = ACTIONS(2353), - [sym__pipe_table_start] = ACTIONS(2353), - [sym__fenced_div_start] = ACTIONS(2353), - [sym_ref_id_specifier] = ACTIONS(2353), - [sym__code_span_start] = ACTIONS(2353), - [sym__html_comment] = ACTIONS(2353), - [sym__autolink] = ACTIONS(2353), - [sym__highlight_span_start] = ACTIONS(2353), - [sym__insert_span_start] = ACTIONS(2353), - [sym__delete_span_start] = ACTIONS(2353), - [sym__edit_comment_span_start] = ACTIONS(2353), - [sym__single_quote_span_open] = ACTIONS(2353), - [sym__double_quote_span_open] = ACTIONS(2353), - [sym__shortcode_open_escaped] = ACTIONS(2353), - [sym__shortcode_open] = ACTIONS(2353), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2353), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2353), - [sym__cite_author_in_text] = ACTIONS(2353), - [sym__cite_suppress_author] = ACTIONS(2353), - [sym__strikeout_open] = ACTIONS(2353), - [sym__subscript_open] = ACTIONS(2353), - [sym__superscript_open] = ACTIONS(2353), - [sym__inline_note_start_token] = ACTIONS(2353), - [sym__strong_emphasis_open_star] = ACTIONS(2353), - [sym__strong_emphasis_open_underscore] = ACTIONS(2353), - [sym__emphasis_open_star] = ACTIONS(2353), - [sym__emphasis_open_underscore] = ACTIONS(2353), - [sym_inline_note_reference] = ACTIONS(2353), - [sym_html_element] = ACTIONS(2353), - [sym__pandoc_line_break] = ACTIONS(2353), - [sym__caption_start] = ACTIONS(2353), - }, - [STATE(515)] = { - [sym__inlines] = STATE(3583), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(769), - [sym__inline_whitespace] = STATE(769), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3259), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3261), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(516)] = { - [sym__inlines] = STATE(3585), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(770), - [sym__inline_whitespace] = STATE(770), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3263), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3265), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(517)] = { - [sym__inlines] = STATE(3589), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(772), - [sym__inline_whitespace] = STATE(772), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3267), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3269), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(481)] = { + [sym_pandoc_paragraph] = STATE(326), + [sym__inlines] = STATE(3247), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__soft_line_break] = STATE(792), + [sym__inline_whitespace] = STATE(792), + [sym_entity_reference] = ACTIONS(5), + [sym_numeric_character_reference] = ACTIONS(5), + [anon_sym_LBRACK] = ACTIONS(7), + [anon_sym_BANG_LBRACK] = ACTIONS(9), + [anon_sym_DOLLAR] = ACTIONS(11), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [aux_sym_pandoc_str_token1] = ACTIONS(17), + [anon_sym_PIPE] = ACTIONS(19), + [sym__whitespace] = ACTIONS(225), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(65), + [sym__html_comment] = ACTIONS(5), + [sym__autolink] = ACTIONS(5), + [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(5), + [sym_html_element] = ACTIONS(5), + [sym__pandoc_line_break] = ACTIONS(5), }, - [STATE(518)] = { - [sym__inlines] = STATE(3593), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(773), - [sym__inline_whitespace] = STATE(773), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3271), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3273), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(482)] = { + [ts_builtin_sym_end] = ACTIONS(2371), + [sym_entity_reference] = ACTIONS(2371), + [sym_numeric_character_reference] = ACTIONS(2371), + [anon_sym_LBRACK] = ACTIONS(2371), + [anon_sym_BANG_LBRACK] = ACTIONS(2371), + [anon_sym_DOLLAR] = ACTIONS(2373), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2371), + [anon_sym_LBRACE] = ACTIONS(2371), + [aux_sym_pandoc_str_token1] = ACTIONS(2373), + [anon_sym_PIPE] = ACTIONS(2371), + [sym__whitespace] = ACTIONS(2371), + [sym__line_ending] = ACTIONS(2371), + [sym__soft_line_ending] = ACTIONS(2371), + [sym__block_quote_start] = ACTIONS(2371), + [sym_atx_h1_marker] = ACTIONS(2371), + [sym_atx_h2_marker] = ACTIONS(2371), + [sym_atx_h3_marker] = ACTIONS(2371), + [sym_atx_h4_marker] = ACTIONS(2371), + [sym_atx_h5_marker] = ACTIONS(2371), + [sym_atx_h6_marker] = ACTIONS(2371), + [sym__thematic_break] = ACTIONS(2371), + [sym__list_marker_minus] = ACTIONS(2371), + [sym__list_marker_plus] = ACTIONS(2371), + [sym__list_marker_star] = ACTIONS(2371), + [sym__list_marker_parenthesis] = ACTIONS(2371), + [sym__list_marker_dot] = ACTIONS(2371), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2371), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2371), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2371), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2371), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2371), + [sym__list_marker_example] = ACTIONS(2371), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2371), + [sym__fenced_code_block_start_backtick] = ACTIONS(2371), + [sym_minus_metadata] = ACTIONS(2371), + [sym__pipe_table_start] = ACTIONS(2371), + [sym__fenced_div_start] = ACTIONS(2371), + [sym_ref_id_specifier] = ACTIONS(2371), + [sym__code_span_start] = ACTIONS(2371), + [sym__html_comment] = ACTIONS(2371), + [sym__autolink] = ACTIONS(2371), + [sym__highlight_span_start] = ACTIONS(2371), + [sym__insert_span_start] = ACTIONS(2371), + [sym__delete_span_start] = ACTIONS(2371), + [sym__edit_comment_span_start] = ACTIONS(2371), + [sym__single_quote_span_open] = ACTIONS(2371), + [sym__double_quote_span_open] = ACTIONS(2371), + [sym__shortcode_open_escaped] = ACTIONS(2371), + [sym__shortcode_open] = ACTIONS(2371), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2371), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2371), + [sym__cite_author_in_text] = ACTIONS(2371), + [sym__cite_suppress_author] = ACTIONS(2371), + [sym__strikeout_open] = ACTIONS(2371), + [sym__subscript_open] = ACTIONS(2371), + [sym__superscript_open] = ACTIONS(2371), + [sym__inline_note_start_token] = ACTIONS(2371), + [sym__strong_emphasis_open_star] = ACTIONS(2371), + [sym__strong_emphasis_open_underscore] = ACTIONS(2371), + [sym__emphasis_open_star] = ACTIONS(2371), + [sym__emphasis_open_underscore] = ACTIONS(2371), + [sym_inline_note_reference] = ACTIONS(2371), + [sym_html_element] = ACTIONS(2371), + [sym__pandoc_line_break] = ACTIONS(2371), + [sym__caption_start] = ACTIONS(2371), }, - [STATE(519)] = { - [ts_builtin_sym_end] = ACTIONS(2849), - [sym_entity_reference] = ACTIONS(2849), - [sym_numeric_character_reference] = ACTIONS(2849), - [anon_sym_LBRACK] = ACTIONS(2849), - [anon_sym_BANG_LBRACK] = ACTIONS(2849), - [anon_sym_DOLLAR] = ACTIONS(2851), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2849), - [anon_sym_LBRACE] = ACTIONS(2849), - [aux_sym_pandoc_str_token1] = ACTIONS(2851), - [anon_sym_PIPE] = ACTIONS(2849), - [sym__whitespace] = ACTIONS(2849), - [sym__line_ending] = ACTIONS(2849), - [sym__soft_line_ending] = ACTIONS(2849), - [sym__block_quote_start] = ACTIONS(2849), - [sym_atx_h1_marker] = ACTIONS(2849), - [sym_atx_h2_marker] = ACTIONS(2849), - [sym_atx_h3_marker] = ACTIONS(2849), - [sym_atx_h4_marker] = ACTIONS(2849), - [sym_atx_h5_marker] = ACTIONS(2849), - [sym_atx_h6_marker] = ACTIONS(2849), - [sym__thematic_break] = ACTIONS(2849), - [sym__list_marker_minus] = ACTIONS(2849), - [sym__list_marker_plus] = ACTIONS(2849), - [sym__list_marker_star] = ACTIONS(2849), - [sym__list_marker_parenthesis] = ACTIONS(2849), - [sym__list_marker_dot] = ACTIONS(2849), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2849), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2849), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2849), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2849), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2849), - [sym__list_marker_example] = ACTIONS(2849), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2849), - [sym__fenced_code_block_start_backtick] = ACTIONS(2849), - [sym_minus_metadata] = ACTIONS(2849), - [sym__pipe_table_start] = ACTIONS(2849), - [sym__fenced_div_start] = ACTIONS(2849), - [sym_ref_id_specifier] = ACTIONS(2849), - [sym__code_span_start] = ACTIONS(2849), - [sym__html_comment] = ACTIONS(2849), - [sym__autolink] = ACTIONS(2849), - [sym__highlight_span_start] = ACTIONS(2849), - [sym__insert_span_start] = ACTIONS(2849), - [sym__delete_span_start] = ACTIONS(2849), - [sym__edit_comment_span_start] = ACTIONS(2849), - [sym__single_quote_span_open] = ACTIONS(2849), - [sym__double_quote_span_open] = ACTIONS(2849), - [sym__shortcode_open_escaped] = ACTIONS(2849), - [sym__shortcode_open] = ACTIONS(2849), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2849), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2849), - [sym__cite_author_in_text] = ACTIONS(2849), - [sym__cite_suppress_author] = ACTIONS(2849), - [sym__strikeout_open] = ACTIONS(2849), - [sym__subscript_open] = ACTIONS(2849), - [sym__superscript_open] = ACTIONS(2849), - [sym__inline_note_start_token] = ACTIONS(2849), - [sym__strong_emphasis_open_star] = ACTIONS(2849), - [sym__strong_emphasis_open_underscore] = ACTIONS(2849), - [sym__emphasis_open_star] = ACTIONS(2849), - [sym__emphasis_open_underscore] = ACTIONS(2849), - [sym_inline_note_reference] = ACTIONS(2849), - [sym_html_element] = ACTIONS(2849), - [sym__pandoc_line_break] = ACTIONS(2849), - [sym__caption_start] = ACTIONS(2849), + [STATE(483)] = { + [ts_builtin_sym_end] = ACTIONS(2951), + [sym_entity_reference] = ACTIONS(2951), + [sym_numeric_character_reference] = ACTIONS(2951), + [anon_sym_LBRACK] = ACTIONS(2951), + [anon_sym_BANG_LBRACK] = ACTIONS(2951), + [anon_sym_DOLLAR] = ACTIONS(2953), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2951), + [anon_sym_LBRACE] = ACTIONS(2951), + [aux_sym_pandoc_str_token1] = ACTIONS(2953), + [anon_sym_PIPE] = ACTIONS(2951), + [sym__whitespace] = ACTIONS(2951), + [sym__line_ending] = ACTIONS(2951), + [sym__soft_line_ending] = 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_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), + [sym__pandoc_line_break] = ACTIONS(2951), + [sym__caption_start] = ACTIONS(2951), }, - [STATE(520)] = { + [STATE(484)] = { [sym_entity_reference] = ACTIONS(2359), [sym_numeric_character_reference] = ACTIONS(2359), [anon_sym_LBRACK] = ACTIONS(2359), @@ -65907,342 +63871,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2359), [sym__caption_start] = ACTIONS(2359), }, - [STATE(521)] = { - [sym__inlines] = STATE(3706), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(780), - [sym__inline_whitespace] = STATE(780), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3275), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3277), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(522)] = { - [sym__inlines] = STATE(3710), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(781), - [sym__inline_whitespace] = STATE(781), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3279), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3281), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(523)] = { - [sym__inlines] = STATE(3712), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(782), - [sym__inline_whitespace] = STATE(782), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3283), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3285), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(524)] = { - [sym__inlines] = STATE(3714), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(741), - [sym__inline_whitespace] = STATE(741), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3287), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3289), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(525)] = { - [ts_builtin_sym_end] = ACTIONS(2335), - [sym_entity_reference] = ACTIONS(2335), - [sym_numeric_character_reference] = ACTIONS(2335), - [anon_sym_LBRACK] = ACTIONS(2335), - [anon_sym_BANG_LBRACK] = ACTIONS(2335), - [anon_sym_DOLLAR] = ACTIONS(2337), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2335), - [anon_sym_LBRACE] = ACTIONS(2335), - [aux_sym_pandoc_str_token1] = ACTIONS(2337), - [anon_sym_PIPE] = ACTIONS(2335), - [sym__whitespace] = ACTIONS(2335), - [sym__line_ending] = ACTIONS(2335), - [sym__soft_line_ending] = ACTIONS(2335), - [sym__block_quote_start] = ACTIONS(2335), - [sym_atx_h1_marker] = ACTIONS(2335), - [sym_atx_h2_marker] = ACTIONS(2335), - [sym_atx_h3_marker] = ACTIONS(2335), - [sym_atx_h4_marker] = ACTIONS(2335), - [sym_atx_h5_marker] = ACTIONS(2335), - [sym_atx_h6_marker] = ACTIONS(2335), - [sym__thematic_break] = ACTIONS(2335), - [sym__list_marker_minus] = ACTIONS(2335), - [sym__list_marker_plus] = ACTIONS(2335), - [sym__list_marker_star] = ACTIONS(2335), - [sym__list_marker_parenthesis] = ACTIONS(2335), - [sym__list_marker_dot] = ACTIONS(2335), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2335), - [sym__list_marker_example] = ACTIONS(2335), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2335), - [sym__fenced_code_block_start_backtick] = ACTIONS(2335), - [sym_minus_metadata] = ACTIONS(2335), - [sym__pipe_table_start] = ACTIONS(2335), - [sym__fenced_div_start] = ACTIONS(2335), - [sym_ref_id_specifier] = ACTIONS(2335), - [sym__code_span_start] = ACTIONS(2335), - [sym__html_comment] = ACTIONS(2335), - [sym__autolink] = ACTIONS(2335), - [sym__highlight_span_start] = ACTIONS(2335), - [sym__insert_span_start] = ACTIONS(2335), - [sym__delete_span_start] = ACTIONS(2335), - [sym__edit_comment_span_start] = ACTIONS(2335), - [sym__single_quote_span_open] = ACTIONS(2335), - [sym__double_quote_span_open] = ACTIONS(2335), - [sym__shortcode_open_escaped] = ACTIONS(2335), - [sym__shortcode_open] = ACTIONS(2335), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2335), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2335), - [sym__cite_author_in_text] = ACTIONS(2335), - [sym__cite_suppress_author] = ACTIONS(2335), - [sym__strikeout_open] = ACTIONS(2335), - [sym__subscript_open] = ACTIONS(2335), - [sym__superscript_open] = ACTIONS(2335), - [sym__inline_note_start_token] = ACTIONS(2335), - [sym__strong_emphasis_open_star] = ACTIONS(2335), - [sym__strong_emphasis_open_underscore] = ACTIONS(2335), - [sym__emphasis_open_star] = ACTIONS(2335), - [sym__emphasis_open_underscore] = ACTIONS(2335), - [sym_inline_note_reference] = ACTIONS(2335), - [sym_html_element] = ACTIONS(2335), - [sym__pandoc_line_break] = ACTIONS(2335), - [sym__caption_start] = ACTIONS(2335), + [STATE(485)] = { + [ts_builtin_sym_end] = ACTIONS(2573), + [sym_entity_reference] = ACTIONS(2573), + [sym_numeric_character_reference] = ACTIONS(2573), + [anon_sym_LBRACK] = ACTIONS(2573), + [anon_sym_BANG_LBRACK] = ACTIONS(2573), + [anon_sym_DOLLAR] = ACTIONS(2575), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2573), + [anon_sym_LBRACE] = ACTIONS(2573), + [aux_sym_pandoc_str_token1] = ACTIONS(2575), + [anon_sym_PIPE] = ACTIONS(2573), + [sym__whitespace] = ACTIONS(2573), + [sym__line_ending] = ACTIONS(2573), + [sym__soft_line_ending] = ACTIONS(2573), + [sym__block_quote_start] = ACTIONS(2573), + [sym_atx_h1_marker] = ACTIONS(2573), + [sym_atx_h2_marker] = ACTIONS(2573), + [sym_atx_h3_marker] = ACTIONS(2573), + [sym_atx_h4_marker] = ACTIONS(2573), + [sym_atx_h5_marker] = ACTIONS(2573), + [sym_atx_h6_marker] = ACTIONS(2573), + [sym__thematic_break] = ACTIONS(2573), + [sym__list_marker_minus] = ACTIONS(2573), + [sym__list_marker_plus] = ACTIONS(2573), + [sym__list_marker_star] = ACTIONS(2573), + [sym__list_marker_parenthesis] = ACTIONS(2573), + [sym__list_marker_dot] = ACTIONS(2573), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2573), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2573), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2573), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2573), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2573), + [sym__list_marker_example] = ACTIONS(2573), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2573), + [sym__fenced_code_block_start_backtick] = ACTIONS(2573), + [sym_minus_metadata] = ACTIONS(2573), + [sym__pipe_table_start] = ACTIONS(2573), + [sym__fenced_div_start] = ACTIONS(2573), + [sym_ref_id_specifier] = ACTIONS(2573), + [sym__code_span_start] = ACTIONS(2573), + [sym__html_comment] = ACTIONS(2573), + [sym__autolink] = ACTIONS(2573), + [sym__highlight_span_start] = ACTIONS(2573), + [sym__insert_span_start] = ACTIONS(2573), + [sym__delete_span_start] = ACTIONS(2573), + [sym__edit_comment_span_start] = ACTIONS(2573), + [sym__single_quote_span_open] = ACTIONS(2573), + [sym__double_quote_span_open] = ACTIONS(2573), + [sym__shortcode_open_escaped] = ACTIONS(2573), + [sym__shortcode_open] = ACTIONS(2573), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2573), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2573), + [sym__cite_author_in_text] = ACTIONS(2573), + [sym__cite_suppress_author] = ACTIONS(2573), + [sym__strikeout_open] = ACTIONS(2573), + [sym__subscript_open] = ACTIONS(2573), + [sym__superscript_open] = ACTIONS(2573), + [sym__inline_note_start_token] = ACTIONS(2573), + [sym__strong_emphasis_open_star] = ACTIONS(2573), + [sym__strong_emphasis_open_underscore] = ACTIONS(2573), + [sym__emphasis_open_star] = ACTIONS(2573), + [sym__emphasis_open_underscore] = ACTIONS(2573), + [sym_inline_note_reference] = ACTIONS(2573), + [sym_html_element] = ACTIONS(2573), + [sym__pandoc_line_break] = ACTIONS(2573), + [sym__caption_start] = ACTIONS(2573), }, - [STATE(526)] = { + [STATE(486)] = { [sym_entity_reference] = ACTIONS(2365), [sym_numeric_character_reference] = ACTIONS(2365), [anon_sym_LBRACK] = ACTIONS(2365), @@ -66309,275 +64005,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2365), [sym__caption_start] = ACTIONS(2365), }, - [STATE(527)] = { - [sym__inlines] = STATE(3804), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(696), - [sym__inline_whitespace] = STATE(696), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3291), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3293), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(528)] = { - [sym__inlines] = STATE(3806), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(697), - [sym__inline_whitespace] = STATE(697), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3295), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3297), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(529)] = { - [sym__inlines] = STATE(3808), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(698), - [sym__inline_whitespace] = STATE(698), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3299), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3301), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(530)] = { - [sym__inlines] = STATE(3810), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(699), - [sym__inline_whitespace] = STATE(699), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3303), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3305), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(531)] = { + [STATE(487)] = { [sym_entity_reference] = ACTIONS(2371), [sym_numeric_character_reference] = ACTIONS(2371), [anon_sym_LBRACK] = ACTIONS(2371), @@ -66644,275 +64072,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2371), [sym__caption_start] = ACTIONS(2371), }, - [STATE(532)] = { - [sym__inlines] = STATE(3909), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(706), - [sym__inline_whitespace] = STATE(706), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3307), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3309), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(533)] = { - [sym__inlines] = STATE(3911), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(707), - [sym__inline_whitespace] = STATE(707), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3311), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3313), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(534)] = { - [sym__inlines] = STATE(3913), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(708), - [sym__inline_whitespace] = STATE(708), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3315), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3317), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(535)] = { - [sym__inlines] = STATE(3919), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(709), - [sym__inline_whitespace] = STATE(709), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3319), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3321), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(536)] = { + [STATE(488)] = { [sym_entity_reference] = ACTIONS(2601), [sym_numeric_character_reference] = ACTIONS(2601), [anon_sym_LBRACK] = ACTIONS(2601), @@ -66979,7 +64139,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2601), [sym__caption_start] = ACTIONS(2601), }, - [STATE(537)] = { + [STATE(489)] = { [sym_entity_reference] = ACTIONS(2605), [sym_numeric_character_reference] = ACTIONS(2605), [anon_sym_LBRACK] = ACTIONS(2605), @@ -67046,374 +64206,374 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2605), [sym__caption_start] = ACTIONS(2605), }, - [STATE(538)] = { - [sym__inlines] = STATE(4011), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(717), - [sym__inline_whitespace] = STATE(717), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3323), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3325), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), - }, - [STATE(539)] = { - [sym__inlines] = STATE(4013), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(718), - [sym__inline_whitespace] = STATE(718), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3327), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3329), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(490)] = { + [sym__inlines] = STATE(3605), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(785), + [sym__inline_whitespace] = STATE(785), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3183), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3185), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(540)] = { - [sym__inlines] = STATE(4017), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(719), - [sym__inline_whitespace] = STATE(719), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3331), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3333), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(491)] = { + [sym__inlines] = STATE(3627), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(774), + [sym__inline_whitespace] = STATE(774), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3187), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3189), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(541)] = { - [sym__inlines] = STATE(4019), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(720), - [sym__inline_whitespace] = STATE(720), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3335), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3337), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(492)] = { + [sym__inlines] = STATE(3702), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(732), + [sym__inline_whitespace] = STATE(732), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3191), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3193), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(542)] = { - [ts_builtin_sym_end] = ACTIONS(2567), - [sym_entity_reference] = ACTIONS(2567), - [sym_numeric_character_reference] = ACTIONS(2567), - [anon_sym_LBRACK] = ACTIONS(2567), - [anon_sym_BANG_LBRACK] = ACTIONS(2567), - [anon_sym_DOLLAR] = ACTIONS(2569), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2567), - [anon_sym_LBRACE] = ACTIONS(2567), - [aux_sym_pandoc_str_token1] = ACTIONS(2569), - [anon_sym_PIPE] = ACTIONS(2567), - [sym__whitespace] = ACTIONS(2567), - [sym__line_ending] = ACTIONS(2567), - [sym__soft_line_ending] = ACTIONS(2567), - [sym__block_quote_start] = ACTIONS(2567), - [sym_atx_h1_marker] = ACTIONS(2567), - [sym_atx_h2_marker] = ACTIONS(2567), - [sym_atx_h3_marker] = ACTIONS(2567), - [sym_atx_h4_marker] = ACTIONS(2567), - [sym_atx_h5_marker] = ACTIONS(2567), - [sym_atx_h6_marker] = ACTIONS(2567), - [sym__thematic_break] = ACTIONS(2567), - [sym__list_marker_minus] = ACTIONS(2567), - [sym__list_marker_plus] = ACTIONS(2567), - [sym__list_marker_star] = ACTIONS(2567), - [sym__list_marker_parenthesis] = ACTIONS(2567), - [sym__list_marker_dot] = ACTIONS(2567), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2567), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2567), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2567), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2567), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2567), - [sym__list_marker_example] = ACTIONS(2567), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2567), - [sym__fenced_code_block_start_backtick] = ACTIONS(2567), - [sym_minus_metadata] = ACTIONS(2567), - [sym__pipe_table_start] = ACTIONS(2567), - [sym__fenced_div_start] = ACTIONS(2567), - [sym_ref_id_specifier] = ACTIONS(2567), - [sym__code_span_start] = ACTIONS(2567), - [sym__html_comment] = ACTIONS(2567), - [sym__autolink] = ACTIONS(2567), - [sym__highlight_span_start] = ACTIONS(2567), - [sym__insert_span_start] = ACTIONS(2567), - [sym__delete_span_start] = ACTIONS(2567), - [sym__edit_comment_span_start] = ACTIONS(2567), - [sym__single_quote_span_open] = ACTIONS(2567), - [sym__double_quote_span_open] = ACTIONS(2567), - [sym__shortcode_open_escaped] = ACTIONS(2567), - [sym__shortcode_open] = ACTIONS(2567), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2567), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2567), - [sym__cite_author_in_text] = ACTIONS(2567), - [sym__cite_suppress_author] = ACTIONS(2567), - [sym__strikeout_open] = ACTIONS(2567), - [sym__subscript_open] = ACTIONS(2567), - [sym__superscript_open] = ACTIONS(2567), - [sym__inline_note_start_token] = ACTIONS(2567), - [sym__strong_emphasis_open_star] = ACTIONS(2567), - [sym__strong_emphasis_open_underscore] = ACTIONS(2567), - [sym__emphasis_open_star] = ACTIONS(2567), - [sym__emphasis_open_underscore] = ACTIONS(2567), - [sym_inline_note_reference] = ACTIONS(2567), - [sym_html_element] = ACTIONS(2567), - [sym__pandoc_line_break] = ACTIONS(2567), - [sym__caption_start] = ACTIONS(2567), + [STATE(493)] = { + [sym__inlines] = STATE(3759), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(707), + [sym__inline_whitespace] = STATE(707), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3195), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3197), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(543)] = { - [sym_entity_reference] = ACTIONS(2609), - [sym_numeric_character_reference] = ACTIONS(2609), - [anon_sym_LBRACK] = ACTIONS(2609), - [anon_sym_BANG_LBRACK] = ACTIONS(2609), - [anon_sym_DOLLAR] = ACTIONS(2611), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2609), - [anon_sym_LBRACE] = ACTIONS(2609), - [aux_sym_pandoc_str_token1] = ACTIONS(2611), - [anon_sym_PIPE] = ACTIONS(2609), - [sym__whitespace] = ACTIONS(2609), - [sym__line_ending] = ACTIONS(2609), - [sym__soft_line_ending] = ACTIONS(2609), - [sym__block_close] = ACTIONS(2609), - [sym__block_quote_start] = ACTIONS(2609), - [sym_atx_h1_marker] = ACTIONS(2609), - [sym_atx_h2_marker] = ACTIONS(2609), - [sym_atx_h3_marker] = ACTIONS(2609), - [sym_atx_h4_marker] = ACTIONS(2609), - [sym_atx_h5_marker] = ACTIONS(2609), - [sym_atx_h6_marker] = ACTIONS(2609), - [sym__thematic_break] = ACTIONS(2609), - [sym__list_marker_minus] = ACTIONS(2609), - [sym__list_marker_plus] = ACTIONS(2609), - [sym__list_marker_star] = ACTIONS(2609), - [sym__list_marker_parenthesis] = ACTIONS(2609), - [sym__list_marker_dot] = ACTIONS(2609), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2609), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2609), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2609), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2609), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2609), - [sym__list_marker_example] = ACTIONS(2609), + [STATE(494)] = { + [ts_builtin_sym_end] = ACTIONS(2341), + [sym_entity_reference] = ACTIONS(2341), + [sym_numeric_character_reference] = ACTIONS(2341), + [anon_sym_LBRACK] = ACTIONS(2341), + [anon_sym_BANG_LBRACK] = ACTIONS(2341), + [anon_sym_DOLLAR] = ACTIONS(2343), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2341), + [anon_sym_LBRACE] = ACTIONS(2341), + [aux_sym_pandoc_str_token1] = ACTIONS(2343), + [anon_sym_PIPE] = ACTIONS(2341), + [sym__whitespace] = ACTIONS(2341), + [sym__line_ending] = ACTIONS(2341), + [sym__soft_line_ending] = ACTIONS(2341), + [sym__block_quote_start] = ACTIONS(2341), + [sym_atx_h1_marker] = ACTIONS(2341), + [sym_atx_h2_marker] = ACTIONS(2341), + [sym_atx_h3_marker] = ACTIONS(2341), + [sym_atx_h4_marker] = ACTIONS(2341), + [sym_atx_h5_marker] = ACTIONS(2341), + [sym_atx_h6_marker] = ACTIONS(2341), + [sym__thematic_break] = ACTIONS(2341), + [sym__list_marker_minus] = ACTIONS(2341), + [sym__list_marker_plus] = ACTIONS(2341), + [sym__list_marker_star] = ACTIONS(2341), + [sym__list_marker_parenthesis] = ACTIONS(2341), + [sym__list_marker_dot] = ACTIONS(2341), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2341), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2341), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2341), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2341), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2341), + [sym__list_marker_example] = ACTIONS(2341), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2341), + [sym__fenced_code_block_start_backtick] = ACTIONS(2341), + [sym_minus_metadata] = ACTIONS(2341), + [sym__pipe_table_start] = ACTIONS(2341), + [sym__fenced_div_start] = ACTIONS(2341), + [sym_ref_id_specifier] = ACTIONS(2341), + [sym__code_span_start] = ACTIONS(2341), + [sym__html_comment] = ACTIONS(2341), + [sym__autolink] = ACTIONS(2341), + [sym__highlight_span_start] = ACTIONS(2341), + [sym__insert_span_start] = ACTIONS(2341), + [sym__delete_span_start] = ACTIONS(2341), + [sym__edit_comment_span_start] = ACTIONS(2341), + [sym__single_quote_span_open] = ACTIONS(2341), + [sym__double_quote_span_open] = ACTIONS(2341), + [sym__shortcode_open_escaped] = ACTIONS(2341), + [sym__shortcode_open] = ACTIONS(2341), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2341), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2341), + [sym__cite_author_in_text] = ACTIONS(2341), + [sym__cite_suppress_author] = ACTIONS(2341), + [sym__strikeout_open] = ACTIONS(2341), + [sym__subscript_open] = ACTIONS(2341), + [sym__superscript_open] = ACTIONS(2341), + [sym__inline_note_start_token] = ACTIONS(2341), + [sym__strong_emphasis_open_star] = ACTIONS(2341), + [sym__strong_emphasis_open_underscore] = ACTIONS(2341), + [sym__emphasis_open_star] = ACTIONS(2341), + [sym__emphasis_open_underscore] = ACTIONS(2341), + [sym_inline_note_reference] = ACTIONS(2341), + [sym_html_element] = ACTIONS(2341), + [sym__pandoc_line_break] = ACTIONS(2341), + [sym__caption_start] = ACTIONS(2341), + }, + [STATE(495)] = { + [sym_entity_reference] = ACTIONS(2609), + [sym_numeric_character_reference] = ACTIONS(2609), + [anon_sym_LBRACK] = ACTIONS(2609), + [anon_sym_BANG_LBRACK] = ACTIONS(2609), + [anon_sym_DOLLAR] = ACTIONS(2611), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2609), + [anon_sym_LBRACE] = ACTIONS(2609), + [aux_sym_pandoc_str_token1] = ACTIONS(2611), + [anon_sym_PIPE] = ACTIONS(2609), + [sym__whitespace] = ACTIONS(2609), + [sym__line_ending] = ACTIONS(2609), + [sym__soft_line_ending] = ACTIONS(2609), + [sym__block_close] = ACTIONS(2609), + [sym__block_quote_start] = ACTIONS(2609), + [sym_atx_h1_marker] = ACTIONS(2609), + [sym_atx_h2_marker] = ACTIONS(2609), + [sym_atx_h3_marker] = ACTIONS(2609), + [sym_atx_h4_marker] = ACTIONS(2609), + [sym_atx_h5_marker] = ACTIONS(2609), + [sym_atx_h6_marker] = ACTIONS(2609), + [sym__thematic_break] = ACTIONS(2609), + [sym__list_marker_minus] = ACTIONS(2609), + [sym__list_marker_plus] = ACTIONS(2609), + [sym__list_marker_star] = ACTIONS(2609), + [sym__list_marker_parenthesis] = ACTIONS(2609), + [sym__list_marker_dot] = ACTIONS(2609), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2609), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2609), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2609), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2609), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2609), + [sym__list_marker_example] = ACTIONS(2609), [sym__list_marker_example_dont_interrupt] = ACTIONS(2609), [sym__fenced_code_block_start_backtick] = ACTIONS(2609), [sym_minus_metadata] = ACTIONS(2609), @@ -67448,275 +64608,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2609), [sym__caption_start] = ACTIONS(2609), }, - [STATE(544)] = { - [sym__inlines] = STATE(4112), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(730), - [sym__inline_whitespace] = STATE(730), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3339), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3341), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(496)] = { + [sym__inlines] = STATE(3606), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(740), + [sym__inline_whitespace] = STATE(740), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3199), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3201), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(545)] = { - [sym__inlines] = STATE(4114), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(731), - [sym__inline_whitespace] = STATE(731), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3343), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3345), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(497)] = { + [sym__inlines] = STATE(3610), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(744), + [sym__inline_whitespace] = STATE(744), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3203), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3205), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(546)] = { - [sym__inlines] = STATE(4116), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(732), - [sym__inline_whitespace] = STATE(732), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3347), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3349), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(498)] = { + [sym__inlines] = STATE(3612), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(745), + [sym__inline_whitespace] = STATE(745), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3207), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3209), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(547)] = { - [sym__inlines] = STATE(4118), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(733), - [sym__inline_whitespace] = STATE(733), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3351), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3353), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(499)] = { + [sym__inlines] = STATE(3616), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(761), + [sym__inline_whitespace] = STATE(761), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3211), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3213), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(548)] = { + [STATE(500)] = { [sym_entity_reference] = ACTIONS(2613), [sym_numeric_character_reference] = ACTIONS(2613), [anon_sym_LBRACK] = ACTIONS(2613), @@ -67783,7 +64943,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2613), [sym__caption_start] = ACTIONS(2613), }, - [STATE(549)] = { + [STATE(501)] = { [sym_entity_reference] = ACTIONS(2617), [sym_numeric_character_reference] = ACTIONS(2617), [anon_sym_LBRACK] = ACTIONS(2617), @@ -67850,275 +65010,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2617), [sym__caption_start] = ACTIONS(2617), }, - [STATE(550)] = { - [sym__inlines] = STATE(3468), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(742), - [sym__inline_whitespace] = STATE(742), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3355), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3357), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(502)] = { + [sym__inlines] = STATE(3765), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(717), + [sym__inline_whitespace] = STATE(717), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3215), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3217), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(551)] = { - [sym__inlines] = STATE(3470), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(743), - [sym__inline_whitespace] = STATE(743), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3359), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3361), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(503)] = { + [sym__inlines] = STATE(3768), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(749), + [sym__inline_whitespace] = STATE(749), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3219), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3221), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(552)] = { - [sym__inlines] = STATE(3472), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(744), - [sym__inline_whitespace] = STATE(744), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3363), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3365), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(504)] = { + [sym__inlines] = STATE(3770), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(693), + [sym__inline_whitespace] = STATE(693), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3223), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3225), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(553)] = { - [sym__inlines] = STATE(3474), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(745), - [sym__inline_whitespace] = STATE(745), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3367), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3369), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(505)] = { + [sym__inlines] = STATE(3772), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(716), + [sym__inline_whitespace] = STATE(716), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3227), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3229), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(554)] = { + [STATE(506)] = { [sym_entity_reference] = ACTIONS(2621), [sym_numeric_character_reference] = ACTIONS(2621), [anon_sym_LBRACK] = ACTIONS(2621), @@ -68185,7 +65345,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2621), [sym__caption_start] = ACTIONS(2621), }, - [STATE(555)] = { + [STATE(507)] = { [sym_entity_reference] = ACTIONS(2625), [sym_numeric_character_reference] = ACTIONS(2625), [anon_sym_LBRACK] = ACTIONS(2625), @@ -68252,275 +65412,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2625), [sym__caption_start] = ACTIONS(2625), }, - [STATE(556)] = { - [sym__inlines] = STATE(3536), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(752), - [sym__inline_whitespace] = STATE(752), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3371), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3373), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(508)] = { + [sym__inlines] = STATE(3896), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(699), + [sym__inline_whitespace] = STATE(699), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3231), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3233), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(557)] = { - [sym__inlines] = STATE(3538), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(753), - [sym__inline_whitespace] = STATE(753), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3375), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3377), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(509)] = { + [sym__inlines] = STATE(3901), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(700), + [sym__inline_whitespace] = STATE(700), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3235), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3237), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(558)] = { - [sym__inlines] = STATE(3540), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(754), - [sym__inline_whitespace] = STATE(754), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3379), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3381), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(510)] = { + [sym__inlines] = STATE(3904), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(703), + [sym__inline_whitespace] = STATE(703), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3239), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3241), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(559)] = { - [sym__inlines] = STATE(3542), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(755), - [sym__inline_whitespace] = STATE(755), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3383), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3385), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(511)] = { + [sym__inlines] = STATE(3906), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(706), + [sym__inline_whitespace] = STATE(706), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3243), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3245), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(560)] = { + [STATE(512)] = { [sym_entity_reference] = ACTIONS(2629), [sym_numeric_character_reference] = ACTIONS(2629), [anon_sym_LBRACK] = ACTIONS(2629), @@ -68587,7 +65747,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2629), [sym__caption_start] = ACTIONS(2629), }, - [STATE(561)] = { + [STATE(513)] = { [sym_entity_reference] = ACTIONS(2633), [sym_numeric_character_reference] = ACTIONS(2633), [anon_sym_LBRACK] = ACTIONS(2633), @@ -68654,275 +65814,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2633), [sym__caption_start] = ACTIONS(2633), }, - [STATE(562)] = { - [sym__inlines] = STATE(3604), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(763), - [sym__inline_whitespace] = STATE(763), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3387), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3389), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(514)] = { + [sym__inlines] = STATE(4000), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(755), + [sym__inline_whitespace] = STATE(755), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3247), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3249), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(563)] = { - [sym__inlines] = STATE(3606), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(764), - [sym__inline_whitespace] = STATE(764), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3391), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3393), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(515)] = { + [sym__inlines] = STATE(4005), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(756), + [sym__inline_whitespace] = STATE(756), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3251), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3253), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(564)] = { - [sym__inlines] = STATE(3608), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(765), - [sym__inline_whitespace] = STATE(765), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3395), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3397), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(516)] = { + [sym__inlines] = STATE(4010), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(758), + [sym__inline_whitespace] = STATE(758), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3255), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3257), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(565)] = { - [sym__inlines] = STATE(3610), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(766), - [sym__inline_whitespace] = STATE(766), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3399), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3401), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [STATE(517)] = { + [sym__inlines] = STATE(4014), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(763), + [sym__inline_whitespace] = STATE(763), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3259), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3261), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), }, - [STATE(566)] = { + [STATE(518)] = { [sym_entity_reference] = ACTIONS(2637), [sym_numeric_character_reference] = ACTIONS(2637), [anon_sym_LBRACK] = ACTIONS(2637), @@ -68989,7 +66149,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2637), [sym__caption_start] = ACTIONS(2637), }, - [STATE(567)] = { + [STATE(519)] = { [sym_entity_reference] = ACTIONS(2641), [sym_numeric_character_reference] = ACTIONS(2641), [anon_sym_LBRACK] = ACTIONS(2641), @@ -69056,7 +66216,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2641), [sym__caption_start] = ACTIONS(2641), }, - [STATE(568)] = { + [STATE(520)] = { + [sym__inlines] = STATE(4123), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(780), + [sym__inline_whitespace] = STATE(780), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3263), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3265), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(521)] = { + [sym__inlines] = STATE(4129), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(781), + [sym__inline_whitespace] = STATE(781), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3267), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3269), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(522)] = { + [sym__inlines] = STATE(4132), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(783), + [sym__inline_whitespace] = STATE(783), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3271), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3273), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(523)] = { + [sym__inlines] = STATE(4134), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(741), + [sym__inline_whitespace] = STATE(741), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3275), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3277), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(524)] = { [sym_entity_reference] = ACTIONS(2645), [sym_numeric_character_reference] = ACTIONS(2645), [anon_sym_LBRACK] = ACTIONS(2645), @@ -69123,7 +66551,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2645), [sym__caption_start] = ACTIONS(2645), }, - [STATE(569)] = { + [STATE(525)] = { [sym_entity_reference] = ACTIONS(2649), [sym_numeric_character_reference] = ACTIONS(2649), [anon_sym_LBRACK] = ACTIONS(2649), @@ -69190,7 +66618,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2649), [sym__caption_start] = ACTIONS(2649), }, - [STATE(570)] = { + [STATE(526)] = { + [sym__inlines] = STATE(4234), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(720), + [sym__inline_whitespace] = STATE(720), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3279), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3281), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(527)] = { + [sym__inlines] = STATE(4238), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(721), + [sym__inline_whitespace] = STATE(721), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3283), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3285), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(528)] = { + [sym__inlines] = STATE(4240), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(726), + [sym__inline_whitespace] = STATE(726), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3287), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3289), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(529)] = { + [sym__inlines] = STATE(4242), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(729), + [sym__inline_whitespace] = STATE(729), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3291), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3293), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(530)] = { [sym_entity_reference] = ACTIONS(2653), [sym_numeric_character_reference] = ACTIONS(2653), [anon_sym_LBRACK] = ACTIONS(2653), @@ -69257,7 +66953,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2653), [sym__caption_start] = ACTIONS(2653), }, - [STATE(571)] = { + [STATE(531)] = { [sym_entity_reference] = ACTIONS(2657), [sym_numeric_character_reference] = ACTIONS(2657), [anon_sym_LBRACK] = ACTIONS(2657), @@ -69324,7 +67020,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2657), [sym__caption_start] = ACTIONS(2657), }, - [STATE(572)] = { + [STATE(532)] = { + [sym__inlines] = STATE(4384), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(764), + [sym__inline_whitespace] = STATE(764), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3295), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3297), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(533)] = { + [sym__inlines] = STATE(4386), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(765), + [sym__inline_whitespace] = STATE(765), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3299), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3301), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(534)] = { + [sym__inlines] = STATE(4388), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(766), + [sym__inline_whitespace] = STATE(766), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3303), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3305), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(535)] = { + [sym__inlines] = STATE(4390), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(767), + [sym__inline_whitespace] = STATE(767), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3307), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3309), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(536)] = { [sym_entity_reference] = ACTIONS(2661), [sym_numeric_character_reference] = ACTIONS(2661), [anon_sym_LBRACK] = ACTIONS(2661), @@ -69391,7 +67355,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2661), [sym__caption_start] = ACTIONS(2661), }, - [STATE(573)] = { + [STATE(537)] = { [sym_entity_reference] = ACTIONS(2665), [sym_numeric_character_reference] = ACTIONS(2665), [anon_sym_LBRACK] = ACTIONS(2665), @@ -69458,7 +67422,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2665), [sym__caption_start] = ACTIONS(2665), }, - [STATE(574)] = { + [STATE(538)] = { + [sym__inlines] = STATE(3942), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(694), + [sym__inline_whitespace] = STATE(694), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3311), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3313), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(539)] = { + [sym__inlines] = STATE(3951), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(695), + [sym__inline_whitespace] = STATE(695), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3315), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3317), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(540)] = { + [sym__inlines] = STATE(3953), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(696), + [sym__inline_whitespace] = STATE(696), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3319), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3321), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(541)] = { + [sym__inlines] = STATE(3962), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(697), + [sym__inline_whitespace] = STATE(697), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3323), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3325), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(542)] = { [sym_entity_reference] = ACTIONS(2669), [sym_numeric_character_reference] = ACTIONS(2669), [anon_sym_LBRACK] = ACTIONS(2669), @@ -69525,7 +67757,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2669), [sym__caption_start] = ACTIONS(2669), }, - [STATE(575)] = { + [STATE(543)] = { [sym_entity_reference] = ACTIONS(2673), [sym_numeric_character_reference] = ACTIONS(2673), [anon_sym_LBRACK] = ACTIONS(2673), @@ -69592,7 +67824,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2673), [sym__caption_start] = ACTIONS(2673), }, - [STATE(576)] = { + [STATE(544)] = { + [sym__inlines] = STATE(4275), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(708), + [sym__inline_whitespace] = STATE(708), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3327), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3329), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(545)] = { + [sym__inlines] = STATE(4282), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(709), + [sym__inline_whitespace] = STATE(709), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3331), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3333), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(546)] = { + [sym__inlines] = STATE(4292), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(710), + [sym__inline_whitespace] = STATE(710), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3335), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3337), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(547)] = { + [sym__inlines] = STATE(4295), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(711), + [sym__inline_whitespace] = STATE(711), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3339), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3341), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(548)] = { [sym_entity_reference] = ACTIONS(2677), [sym_numeric_character_reference] = ACTIONS(2677), [anon_sym_LBRACK] = ACTIONS(2677), @@ -69659,7 +68159,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2677), [sym__caption_start] = ACTIONS(2677), }, - [STATE(577)] = { + [STATE(549)] = { [sym_entity_reference] = ACTIONS(2681), [sym_numeric_character_reference] = ACTIONS(2681), [anon_sym_LBRACK] = ACTIONS(2681), @@ -69726,7 +68226,677 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2681), [sym__caption_start] = ACTIONS(2681), }, - [STATE(578)] = { + [STATE(550)] = { + [sym__inlines] = STATE(3632), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(722), + [sym__inline_whitespace] = STATE(722), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3343), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3345), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(551)] = { + [sym__inlines] = STATE(3634), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(723), + [sym__inline_whitespace] = STATE(723), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3347), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3349), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(552)] = { + [sym__inlines] = STATE(3636), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(724), + [sym__inline_whitespace] = STATE(724), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3351), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3353), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(553)] = { + [sym__inlines] = STATE(3638), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(725), + [sym__inline_whitespace] = STATE(725), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3355), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3357), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(554)] = { + [sym_entity_reference] = ACTIONS(2685), + [sym_numeric_character_reference] = ACTIONS(2685), + [anon_sym_LBRACK] = ACTIONS(2685), + [anon_sym_BANG_LBRACK] = ACTIONS(2685), + [anon_sym_DOLLAR] = ACTIONS(2687), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2685), + [anon_sym_LBRACE] = ACTIONS(2685), + [aux_sym_pandoc_str_token1] = ACTIONS(2687), + [anon_sym_PIPE] = ACTIONS(2685), + [sym__whitespace] = ACTIONS(2685), + [sym__line_ending] = ACTIONS(2685), + [sym__soft_line_ending] = ACTIONS(2685), + [sym__block_close] = ACTIONS(2685), + [sym__block_quote_start] = ACTIONS(2685), + [sym_atx_h1_marker] = ACTIONS(2685), + [sym_atx_h2_marker] = ACTIONS(2685), + [sym_atx_h3_marker] = ACTIONS(2685), + [sym_atx_h4_marker] = ACTIONS(2685), + [sym_atx_h5_marker] = ACTIONS(2685), + [sym_atx_h6_marker] = ACTIONS(2685), + [sym__thematic_break] = ACTIONS(2685), + [sym__list_marker_minus] = ACTIONS(2685), + [sym__list_marker_plus] = ACTIONS(2685), + [sym__list_marker_star] = ACTIONS(2685), + [sym__list_marker_parenthesis] = ACTIONS(2685), + [sym__list_marker_dot] = ACTIONS(2685), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2685), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2685), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2685), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2685), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2685), + [sym__list_marker_example] = ACTIONS(2685), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2685), + [sym__fenced_code_block_start_backtick] = ACTIONS(2685), + [sym_minus_metadata] = ACTIONS(2685), + [sym__pipe_table_start] = ACTIONS(2685), + [sym__fenced_div_start] = ACTIONS(2685), + [sym_ref_id_specifier] = ACTIONS(2685), + [sym__code_span_start] = ACTIONS(2685), + [sym__html_comment] = ACTIONS(2685), + [sym__autolink] = ACTIONS(2685), + [sym__highlight_span_start] = ACTIONS(2685), + [sym__insert_span_start] = ACTIONS(2685), + [sym__delete_span_start] = ACTIONS(2685), + [sym__edit_comment_span_start] = ACTIONS(2685), + [sym__single_quote_span_open] = ACTIONS(2685), + [sym__double_quote_span_open] = ACTIONS(2685), + [sym__shortcode_open_escaped] = ACTIONS(2685), + [sym__shortcode_open] = ACTIONS(2685), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2685), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2685), + [sym__cite_author_in_text] = ACTIONS(2685), + [sym__cite_suppress_author] = ACTIONS(2685), + [sym__strikeout_open] = ACTIONS(2685), + [sym__subscript_open] = ACTIONS(2685), + [sym__superscript_open] = ACTIONS(2685), + [sym__inline_note_start_token] = ACTIONS(2685), + [sym__strong_emphasis_open_star] = ACTIONS(2685), + [sym__strong_emphasis_open_underscore] = ACTIONS(2685), + [sym__emphasis_open_star] = ACTIONS(2685), + [sym__emphasis_open_underscore] = ACTIONS(2685), + [sym_inline_note_reference] = ACTIONS(2685), + [sym_html_element] = ACTIONS(2685), + [sym__pandoc_line_break] = ACTIONS(2685), + [sym__caption_start] = ACTIONS(2685), + }, + [STATE(555)] = { + [sym_entity_reference] = ACTIONS(2689), + [sym_numeric_character_reference] = ACTIONS(2689), + [anon_sym_LBRACK] = ACTIONS(2689), + [anon_sym_BANG_LBRACK] = ACTIONS(2689), + [anon_sym_DOLLAR] = ACTIONS(2691), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2689), + [anon_sym_LBRACE] = ACTIONS(2689), + [aux_sym_pandoc_str_token1] = ACTIONS(2691), + [anon_sym_PIPE] = ACTIONS(2689), + [sym__whitespace] = ACTIONS(2689), + [sym__line_ending] = ACTIONS(2689), + [sym__soft_line_ending] = ACTIONS(2689), + [sym__block_close] = ACTIONS(2689), + [sym__block_quote_start] = ACTIONS(2689), + [sym_atx_h1_marker] = ACTIONS(2689), + [sym_atx_h2_marker] = ACTIONS(2689), + [sym_atx_h3_marker] = ACTIONS(2689), + [sym_atx_h4_marker] = ACTIONS(2689), + [sym_atx_h5_marker] = ACTIONS(2689), + [sym_atx_h6_marker] = ACTIONS(2689), + [sym__thematic_break] = ACTIONS(2689), + [sym__list_marker_minus] = ACTIONS(2689), + [sym__list_marker_plus] = ACTIONS(2689), + [sym__list_marker_star] = ACTIONS(2689), + [sym__list_marker_parenthesis] = ACTIONS(2689), + [sym__list_marker_dot] = ACTIONS(2689), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2689), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2689), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2689), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2689), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2689), + [sym__list_marker_example] = ACTIONS(2689), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2689), + [sym__fenced_code_block_start_backtick] = ACTIONS(2689), + [sym_minus_metadata] = ACTIONS(2689), + [sym__pipe_table_start] = ACTIONS(2689), + [sym__fenced_div_start] = ACTIONS(2689), + [sym_ref_id_specifier] = ACTIONS(2689), + [sym__code_span_start] = ACTIONS(2689), + [sym__html_comment] = ACTIONS(2689), + [sym__autolink] = ACTIONS(2689), + [sym__highlight_span_start] = ACTIONS(2689), + [sym__insert_span_start] = ACTIONS(2689), + [sym__delete_span_start] = ACTIONS(2689), + [sym__edit_comment_span_start] = ACTIONS(2689), + [sym__single_quote_span_open] = ACTIONS(2689), + [sym__double_quote_span_open] = ACTIONS(2689), + [sym__shortcode_open_escaped] = ACTIONS(2689), + [sym__shortcode_open] = ACTIONS(2689), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2689), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2689), + [sym__cite_author_in_text] = ACTIONS(2689), + [sym__cite_suppress_author] = ACTIONS(2689), + [sym__strikeout_open] = ACTIONS(2689), + [sym__subscript_open] = ACTIONS(2689), + [sym__superscript_open] = ACTIONS(2689), + [sym__inline_note_start_token] = ACTIONS(2689), + [sym__strong_emphasis_open_star] = ACTIONS(2689), + [sym__strong_emphasis_open_underscore] = ACTIONS(2689), + [sym__emphasis_open_star] = ACTIONS(2689), + [sym__emphasis_open_underscore] = ACTIONS(2689), + [sym_inline_note_reference] = ACTIONS(2689), + [sym_html_element] = ACTIONS(2689), + [sym__pandoc_line_break] = ACTIONS(2689), + [sym__caption_start] = ACTIONS(2689), + }, + [STATE(556)] = { + [sym__inlines] = STATE(3706), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(736), + [sym__inline_whitespace] = STATE(736), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3359), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3361), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(557)] = { + [sym__inlines] = STATE(3708), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(737), + [sym__inline_whitespace] = STATE(737), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3363), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3365), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(558)] = { + [sym__inlines] = STATE(3710), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(738), + [sym__inline_whitespace] = STATE(738), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3367), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3369), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(559)] = { + [sym__inlines] = STATE(3712), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(739), + [sym__inline_whitespace] = STATE(739), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3371), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3373), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(560)] = { [sym_entity_reference] = ACTIONS(2561), [sym_numeric_character_reference] = ACTIONS(2561), [anon_sym_LBRACK] = ACTIONS(2561), @@ -69793,279 +68963,1485 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__pandoc_line_break] = ACTIONS(2561), [sym__caption_start] = ACTIONS(2561), }, + [STATE(561)] = { + [sym_entity_reference] = ACTIONS(2697), + [sym_numeric_character_reference] = ACTIONS(2697), + [anon_sym_LBRACK] = ACTIONS(2697), + [anon_sym_BANG_LBRACK] = ACTIONS(2697), + [anon_sym_DOLLAR] = ACTIONS(2699), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2697), + [anon_sym_LBRACE] = ACTIONS(2697), + [aux_sym_pandoc_str_token1] = ACTIONS(2699), + [anon_sym_PIPE] = ACTIONS(2697), + [sym__whitespace] = ACTIONS(2697), + [sym__line_ending] = ACTIONS(2697), + [sym__soft_line_ending] = ACTIONS(2697), + [sym__block_close] = ACTIONS(2697), + [sym__block_quote_start] = ACTIONS(2697), + [sym_atx_h1_marker] = ACTIONS(2697), + [sym_atx_h2_marker] = ACTIONS(2697), + [sym_atx_h3_marker] = ACTIONS(2697), + [sym_atx_h4_marker] = ACTIONS(2697), + [sym_atx_h5_marker] = ACTIONS(2697), + [sym_atx_h6_marker] = ACTIONS(2697), + [sym__thematic_break] = ACTIONS(2697), + [sym__list_marker_minus] = ACTIONS(2697), + [sym__list_marker_plus] = ACTIONS(2697), + [sym__list_marker_star] = ACTIONS(2697), + [sym__list_marker_parenthesis] = ACTIONS(2697), + [sym__list_marker_dot] = ACTIONS(2697), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2697), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2697), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2697), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2697), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2697), + [sym__list_marker_example] = ACTIONS(2697), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2697), + [sym__fenced_code_block_start_backtick] = ACTIONS(2697), + [sym_minus_metadata] = ACTIONS(2697), + [sym__pipe_table_start] = ACTIONS(2697), + [sym__fenced_div_start] = ACTIONS(2697), + [sym_ref_id_specifier] = ACTIONS(2697), + [sym__code_span_start] = ACTIONS(2697), + [sym__html_comment] = ACTIONS(2697), + [sym__autolink] = ACTIONS(2697), + [sym__highlight_span_start] = ACTIONS(2697), + [sym__insert_span_start] = ACTIONS(2697), + [sym__delete_span_start] = ACTIONS(2697), + [sym__edit_comment_span_start] = ACTIONS(2697), + [sym__single_quote_span_open] = ACTIONS(2697), + [sym__double_quote_span_open] = ACTIONS(2697), + [sym__shortcode_open_escaped] = ACTIONS(2697), + [sym__shortcode_open] = ACTIONS(2697), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2697), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2697), + [sym__cite_author_in_text] = ACTIONS(2697), + [sym__cite_suppress_author] = ACTIONS(2697), + [sym__strikeout_open] = ACTIONS(2697), + [sym__subscript_open] = ACTIONS(2697), + [sym__superscript_open] = ACTIONS(2697), + [sym__inline_note_start_token] = ACTIONS(2697), + [sym__strong_emphasis_open_star] = ACTIONS(2697), + [sym__strong_emphasis_open_underscore] = ACTIONS(2697), + [sym__emphasis_open_star] = ACTIONS(2697), + [sym__emphasis_open_underscore] = ACTIONS(2697), + [sym_inline_note_reference] = ACTIONS(2697), + [sym_html_element] = ACTIONS(2697), + [sym__pandoc_line_break] = ACTIONS(2697), + [sym__caption_start] = ACTIONS(2697), + }, + [STATE(562)] = { + [sym__inlines] = STATE(3780), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(750), + [sym__inline_whitespace] = STATE(750), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3375), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3377), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(563)] = { + [sym__inlines] = STATE(3782), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(751), + [sym__inline_whitespace] = STATE(751), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3379), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3381), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(564)] = { + [sym__inlines] = STATE(3784), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(752), + [sym__inline_whitespace] = STATE(752), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3383), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3385), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(565)] = { + [sym__inlines] = STATE(3786), + [sym_pandoc_span] = STATE(686), + [sym_pandoc_image] = STATE(686), + [sym_pandoc_math] = STATE(686), + [sym_pandoc_display_math] = STATE(686), + [sym_pandoc_code_span] = STATE(686), + [sym_pandoc_single_quote] = STATE(686), + [sym_pandoc_double_quote] = STATE(686), + [sym_insert] = STATE(686), + [sym_delete] = STATE(686), + [sym_edit_comment] = STATE(686), + [sym_highlight] = STATE(686), + [sym__pandoc_attr_specifier] = STATE(686), + [sym__line] = STATE(3050), + [sym__inline_element] = STATE(686), + [sym_shortcode_escaped] = STATE(686), + [sym_shortcode] = STATE(686), + [sym_citation] = STATE(686), + [sym_inline_note] = STATE(686), + [sym_pandoc_superscript] = STATE(686), + [sym_pandoc_subscript] = STATE(686), + [sym_pandoc_strikeout] = STATE(686), + [sym_pandoc_emph] = STATE(686), + [sym_pandoc_strong] = STATE(686), + [sym_pandoc_str] = STATE(686), + [sym__soft_line_break] = STATE(753), + [sym__inline_whitespace] = STATE(753), + [sym_entity_reference] = ACTIONS(3075), + [sym_numeric_character_reference] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_BANG_LBRACK] = ACTIONS(3079), + [anon_sym_DOLLAR] = ACTIONS(3081), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3083), + [aux_sym_insert_token1] = ACTIONS(3387), + [anon_sym_LBRACE] = ACTIONS(3087), + [aux_sym_pandoc_str_token1] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [sym__whitespace] = ACTIONS(3389), + [sym__soft_line_ending] = ACTIONS(3095), + [sym__code_span_start] = ACTIONS(3097), + [sym__html_comment] = ACTIONS(3075), + [sym__autolink] = ACTIONS(3075), + [sym__highlight_span_start] = ACTIONS(3099), + [sym__insert_span_start] = ACTIONS(3101), + [sym__delete_span_start] = ACTIONS(3103), + [sym__edit_comment_span_start] = ACTIONS(3105), + [sym__single_quote_span_open] = ACTIONS(3107), + [sym__double_quote_span_open] = ACTIONS(3109), + [sym__shortcode_open_escaped] = ACTIONS(3111), + [sym__shortcode_open] = ACTIONS(3113), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3115), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3117), + [sym__cite_author_in_text] = ACTIONS(3119), + [sym__cite_suppress_author] = ACTIONS(3121), + [sym__strikeout_open] = ACTIONS(3123), + [sym__subscript_open] = ACTIONS(3125), + [sym__superscript_open] = ACTIONS(3127), + [sym__inline_note_start_token] = ACTIONS(3129), + [sym__strong_emphasis_open_star] = ACTIONS(3131), + [sym__strong_emphasis_open_underscore] = ACTIONS(3133), + [sym__emphasis_open_star] = ACTIONS(3135), + [sym__emphasis_open_underscore] = ACTIONS(3137), + [sym_inline_note_reference] = ACTIONS(3075), + [sym_html_element] = ACTIONS(3075), + [sym__pandoc_line_break] = ACTIONS(3075), + }, + [STATE(566)] = { + [sym__atx_heading_content] = STATE(3429), + [sym__inlines] = STATE(3429), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(271), + [sym_entity_reference] = ACTIONS(5), + [sym_numeric_character_reference] = ACTIONS(5), + [anon_sym_LBRACK] = ACTIONS(7), + [anon_sym_BANG_LBRACK] = ACTIONS(9), + [anon_sym_DOLLAR] = ACTIONS(11), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [aux_sym_pandoc_str_token1] = ACTIONS(17), + [anon_sym_PIPE] = ACTIONS(19), + [sym__whitespace] = ACTIONS(2991), + [sym__line_ending] = ACTIONS(227), + [sym__eof] = ACTIONS(3391), + [sym__code_span_start] = ACTIONS(65), + [sym__html_comment] = ACTIONS(5), + [sym__autolink] = ACTIONS(5), + [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(5), + [sym_html_element] = ACTIONS(5), + [sym__pandoc_line_break] = ACTIONS(5), + }, + [STATE(567)] = { + [sym__atx_heading_content] = STATE(3314), + [sym__inlines] = STATE(3314), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(296), + [sym_entity_reference] = ACTIONS(5), + [sym_numeric_character_reference] = ACTIONS(5), + [anon_sym_LBRACK] = ACTIONS(7), + [anon_sym_BANG_LBRACK] = ACTIONS(9), + [anon_sym_DOLLAR] = ACTIONS(11), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [aux_sym_pandoc_str_token1] = ACTIONS(17), + [anon_sym_PIPE] = ACTIONS(19), + [sym__whitespace] = ACTIONS(2991), + [sym__line_ending] = ACTIONS(227), + [sym__eof] = ACTIONS(3393), + [sym__code_span_start] = ACTIONS(65), + [sym__html_comment] = ACTIONS(5), + [sym__autolink] = ACTIONS(5), + [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(5), + [sym_html_element] = ACTIONS(5), + [sym__pandoc_line_break] = ACTIONS(5), + }, + [STATE(568)] = { + [sym__atx_heading_content] = STATE(3330), + [sym__inlines] = STATE(3330), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(236), + [sym_entity_reference] = ACTIONS(5), + [sym_numeric_character_reference] = ACTIONS(5), + [anon_sym_LBRACK] = ACTIONS(7), + [anon_sym_BANG_LBRACK] = ACTIONS(9), + [anon_sym_DOLLAR] = ACTIONS(11), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [aux_sym_pandoc_str_token1] = ACTIONS(17), + [anon_sym_PIPE] = ACTIONS(19), + [sym__whitespace] = ACTIONS(2991), + [sym__line_ending] = ACTIONS(227), + [sym__eof] = ACTIONS(3395), + [sym__code_span_start] = ACTIONS(65), + [sym__html_comment] = ACTIONS(5), + [sym__autolink] = ACTIONS(5), + [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(5), + [sym_html_element] = ACTIONS(5), + [sym__pandoc_line_break] = ACTIONS(5), + }, + [STATE(569)] = { + [sym__atx_heading_content] = STATE(3336), + [sym__inlines] = STATE(3336), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(238), + [sym_entity_reference] = ACTIONS(5), + [sym_numeric_character_reference] = ACTIONS(5), + [anon_sym_LBRACK] = ACTIONS(7), + [anon_sym_BANG_LBRACK] = ACTIONS(9), + [anon_sym_DOLLAR] = ACTIONS(11), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [aux_sym_pandoc_str_token1] = ACTIONS(17), + [anon_sym_PIPE] = ACTIONS(19), + [sym__whitespace] = ACTIONS(2991), + [sym__line_ending] = ACTIONS(227), + [sym__eof] = ACTIONS(3397), + [sym__code_span_start] = ACTIONS(65), + [sym__html_comment] = ACTIONS(5), + [sym__autolink] = ACTIONS(5), + [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(5), + [sym_html_element] = ACTIONS(5), + [sym__pandoc_line_break] = ACTIONS(5), + }, + [STATE(570)] = { + [sym__atx_heading_content] = STATE(3349), + [sym__inlines] = STATE(3349), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(240), + [sym_entity_reference] = ACTIONS(5), + [sym_numeric_character_reference] = ACTIONS(5), + [anon_sym_LBRACK] = ACTIONS(7), + [anon_sym_BANG_LBRACK] = ACTIONS(9), + [anon_sym_DOLLAR] = ACTIONS(11), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [aux_sym_pandoc_str_token1] = ACTIONS(17), + [anon_sym_PIPE] = ACTIONS(19), + [sym__whitespace] = ACTIONS(2991), + [sym__line_ending] = ACTIONS(227), + [sym__eof] = ACTIONS(3399), + [sym__code_span_start] = ACTIONS(65), + [sym__html_comment] = ACTIONS(5), + [sym__autolink] = ACTIONS(5), + [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(5), + [sym_html_element] = ACTIONS(5), + [sym__pandoc_line_break] = ACTIONS(5), + }, + [STATE(571)] = { + [sym__atx_heading_content] = STATE(3354), + [sym__inlines] = STATE(3354), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(242), + [sym_entity_reference] = ACTIONS(5), + [sym_numeric_character_reference] = ACTIONS(5), + [anon_sym_LBRACK] = ACTIONS(7), + [anon_sym_BANG_LBRACK] = ACTIONS(9), + [anon_sym_DOLLAR] = ACTIONS(11), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [aux_sym_pandoc_str_token1] = ACTIONS(17), + [anon_sym_PIPE] = ACTIONS(19), + [sym__whitespace] = ACTIONS(2991), + [sym__line_ending] = ACTIONS(227), + [sym__eof] = ACTIONS(3401), + [sym__code_span_start] = ACTIONS(65), + [sym__html_comment] = ACTIONS(5), + [sym__autolink] = ACTIONS(5), + [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(5), + [sym_html_element] = ACTIONS(5), + [sym__pandoc_line_break] = ACTIONS(5), + }, + [STATE(572)] = { + [sym__atx_heading_content] = STATE(3197), + [sym__inlines] = STATE(3197), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(401), + [sym_entity_reference] = ACTIONS(5), + [sym_numeric_character_reference] = ACTIONS(5), + [anon_sym_LBRACK] = ACTIONS(7), + [anon_sym_BANG_LBRACK] = ACTIONS(9), + [anon_sym_DOLLAR] = ACTIONS(11), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [aux_sym_pandoc_str_token1] = ACTIONS(17), + [anon_sym_PIPE] = ACTIONS(19), + [sym__whitespace] = ACTIONS(2991), + [sym__line_ending] = ACTIONS(23), + [sym__eof] = ACTIONS(3403), + [sym__code_span_start] = ACTIONS(65), + [sym__html_comment] = ACTIONS(5), + [sym__autolink] = ACTIONS(5), + [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(5), + [sym_html_element] = ACTIONS(5), + [sym__pandoc_line_break] = ACTIONS(5), + }, + [STATE(573)] = { + [ts_builtin_sym_end] = ACTIONS(2347), + [sym_entity_reference] = ACTIONS(2347), + [sym_numeric_character_reference] = ACTIONS(2347), + [anon_sym_LBRACK] = ACTIONS(2347), + [anon_sym_BANG_LBRACK] = ACTIONS(2347), + [anon_sym_DOLLAR] = ACTIONS(2349), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2347), + [anon_sym_LBRACE] = ACTIONS(2347), + [aux_sym_pandoc_str_token1] = ACTIONS(2349), + [anon_sym_PIPE] = ACTIONS(2347), + [sym__whitespace] = ACTIONS(2347), + [sym__line_ending] = ACTIONS(2347), + [sym__soft_line_ending] = ACTIONS(2347), + [sym__block_quote_start] = ACTIONS(2347), + [sym_atx_h1_marker] = ACTIONS(2347), + [sym_atx_h2_marker] = ACTIONS(2347), + [sym_atx_h3_marker] = ACTIONS(2347), + [sym_atx_h4_marker] = ACTIONS(2347), + [sym_atx_h5_marker] = ACTIONS(2347), + [sym_atx_h6_marker] = ACTIONS(2347), + [sym__thematic_break] = ACTIONS(2347), + [sym__list_marker_minus] = ACTIONS(2347), + [sym__list_marker_plus] = ACTIONS(2347), + [sym__list_marker_star] = ACTIONS(2347), + [sym__list_marker_parenthesis] = ACTIONS(2347), + [sym__list_marker_dot] = ACTIONS(2347), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2347), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2347), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2347), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2347), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2347), + [sym__list_marker_example] = ACTIONS(2347), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2347), + [sym__fenced_code_block_start_backtick] = ACTIONS(2347), + [sym_minus_metadata] = ACTIONS(2347), + [sym__pipe_table_start] = ACTIONS(2347), + [sym__fenced_div_start] = ACTIONS(2347), + [sym_ref_id_specifier] = ACTIONS(2347), + [sym__code_span_start] = ACTIONS(2347), + [sym__html_comment] = ACTIONS(2347), + [sym__autolink] = ACTIONS(2347), + [sym__highlight_span_start] = ACTIONS(2347), + [sym__insert_span_start] = ACTIONS(2347), + [sym__delete_span_start] = ACTIONS(2347), + [sym__edit_comment_span_start] = ACTIONS(2347), + [sym__single_quote_span_open] = ACTIONS(2347), + [sym__double_quote_span_open] = ACTIONS(2347), + [sym__shortcode_open_escaped] = ACTIONS(2347), + [sym__shortcode_open] = ACTIONS(2347), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2347), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2347), + [sym__cite_author_in_text] = ACTIONS(2347), + [sym__cite_suppress_author] = ACTIONS(2347), + [sym__strikeout_open] = ACTIONS(2347), + [sym__subscript_open] = ACTIONS(2347), + [sym__superscript_open] = ACTIONS(2347), + [sym__inline_note_start_token] = ACTIONS(2347), + [sym__strong_emphasis_open_star] = ACTIONS(2347), + [sym__strong_emphasis_open_underscore] = ACTIONS(2347), + [sym__emphasis_open_star] = ACTIONS(2347), + [sym__emphasis_open_underscore] = ACTIONS(2347), + [sym_inline_note_reference] = ACTIONS(2347), + [sym_html_element] = ACTIONS(2347), + [sym__pandoc_line_break] = ACTIONS(2347), + [sym__caption_start] = ACTIONS(2347), + }, + [STATE(574)] = { + [ts_builtin_sym_end] = ACTIONS(2985), + [sym_entity_reference] = ACTIONS(2985), + [sym_numeric_character_reference] = ACTIONS(2985), + [anon_sym_LBRACK] = ACTIONS(2985), + [anon_sym_BANG_LBRACK] = ACTIONS(2985), + [anon_sym_DOLLAR] = ACTIONS(2987), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2985), + [anon_sym_LBRACE] = ACTIONS(2985), + [aux_sym_pandoc_str_token1] = ACTIONS(2987), + [anon_sym_PIPE] = ACTIONS(2985), + [sym__whitespace] = ACTIONS(2985), + [sym__line_ending] = ACTIONS(2985), + [sym__soft_line_ending] = 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_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), + [sym__pandoc_line_break] = ACTIONS(2985), + [sym__caption_start] = ACTIONS(2985), + }, + [STATE(575)] = { + [ts_builtin_sym_end] = ACTIONS(2353), + [sym_entity_reference] = ACTIONS(2353), + [sym_numeric_character_reference] = ACTIONS(2353), + [anon_sym_LBRACK] = ACTIONS(2353), + [anon_sym_BANG_LBRACK] = ACTIONS(2353), + [anon_sym_DOLLAR] = ACTIONS(2355), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2353), + [anon_sym_LBRACE] = ACTIONS(2353), + [aux_sym_pandoc_str_token1] = ACTIONS(2355), + [anon_sym_PIPE] = ACTIONS(2353), + [sym__whitespace] = ACTIONS(2353), + [sym__line_ending] = ACTIONS(2353), + [sym__soft_line_ending] = ACTIONS(2353), + [sym__block_quote_start] = ACTIONS(2353), + [sym_atx_h1_marker] = ACTIONS(2353), + [sym_atx_h2_marker] = ACTIONS(2353), + [sym_atx_h3_marker] = ACTIONS(2353), + [sym_atx_h4_marker] = ACTIONS(2353), + [sym_atx_h5_marker] = ACTIONS(2353), + [sym_atx_h6_marker] = ACTIONS(2353), + [sym__thematic_break] = ACTIONS(2353), + [sym__list_marker_minus] = ACTIONS(2353), + [sym__list_marker_plus] = ACTIONS(2353), + [sym__list_marker_star] = ACTIONS(2353), + [sym__list_marker_parenthesis] = ACTIONS(2353), + [sym__list_marker_dot] = ACTIONS(2353), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2353), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2353), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2353), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2353), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2353), + [sym__list_marker_example] = ACTIONS(2353), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2353), + [sym__fenced_code_block_start_backtick] = ACTIONS(2353), + [sym_minus_metadata] = ACTIONS(2353), + [sym__pipe_table_start] = ACTIONS(2353), + [sym__fenced_div_start] = ACTIONS(2353), + [sym_ref_id_specifier] = ACTIONS(2353), + [sym__code_span_start] = ACTIONS(2353), + [sym__html_comment] = ACTIONS(2353), + [sym__autolink] = ACTIONS(2353), + [sym__highlight_span_start] = ACTIONS(2353), + [sym__insert_span_start] = ACTIONS(2353), + [sym__delete_span_start] = ACTIONS(2353), + [sym__edit_comment_span_start] = ACTIONS(2353), + [sym__single_quote_span_open] = ACTIONS(2353), + [sym__double_quote_span_open] = ACTIONS(2353), + [sym__shortcode_open_escaped] = ACTIONS(2353), + [sym__shortcode_open] = ACTIONS(2353), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2353), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2353), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2353), + [sym__strikeout_open] = ACTIONS(2353), + [sym__subscript_open] = ACTIONS(2353), + [sym__superscript_open] = ACTIONS(2353), + [sym__inline_note_start_token] = ACTIONS(2353), + [sym__strong_emphasis_open_star] = ACTIONS(2353), + [sym__strong_emphasis_open_underscore] = ACTIONS(2353), + [sym__emphasis_open_star] = ACTIONS(2353), + [sym__emphasis_open_underscore] = ACTIONS(2353), + [sym_inline_note_reference] = ACTIONS(2353), + [sym_html_element] = ACTIONS(2353), + [sym__pandoc_line_break] = ACTIONS(2353), + [sym__caption_start] = ACTIONS(2353), + }, + [STATE(576)] = { + [ts_builtin_sym_end] = ACTIONS(2359), + [sym_entity_reference] = ACTIONS(2359), + [sym_numeric_character_reference] = ACTIONS(2359), + [anon_sym_LBRACK] = ACTIONS(2359), + [anon_sym_BANG_LBRACK] = ACTIONS(2359), + [anon_sym_DOLLAR] = ACTIONS(2361), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2359), + [anon_sym_LBRACE] = ACTIONS(2359), + [aux_sym_pandoc_str_token1] = ACTIONS(2361), + [anon_sym_PIPE] = ACTIONS(2359), + [sym__whitespace] = ACTIONS(2359), + [sym__line_ending] = ACTIONS(2359), + [sym__soft_line_ending] = ACTIONS(2359), + [sym__block_quote_start] = ACTIONS(2359), + [sym_atx_h1_marker] = ACTIONS(2359), + [sym_atx_h2_marker] = ACTIONS(2359), + [sym_atx_h3_marker] = ACTIONS(2359), + [sym_atx_h4_marker] = ACTIONS(2359), + [sym_atx_h5_marker] = ACTIONS(2359), + [sym_atx_h6_marker] = ACTIONS(2359), + [sym__thematic_break] = ACTIONS(2359), + [sym__list_marker_minus] = ACTIONS(2359), + [sym__list_marker_plus] = ACTIONS(2359), + [sym__list_marker_star] = ACTIONS(2359), + [sym__list_marker_parenthesis] = ACTIONS(2359), + [sym__list_marker_dot] = ACTIONS(2359), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2359), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2359), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2359), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2359), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2359), + [sym__list_marker_example] = ACTIONS(2359), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2359), + [sym__fenced_code_block_start_backtick] = ACTIONS(2359), + [sym_minus_metadata] = ACTIONS(2359), + [sym__pipe_table_start] = ACTIONS(2359), + [sym__fenced_div_start] = ACTIONS(2359), + [sym_ref_id_specifier] = ACTIONS(2359), + [sym__code_span_start] = ACTIONS(2359), + [sym__html_comment] = ACTIONS(2359), + [sym__autolink] = ACTIONS(2359), + [sym__highlight_span_start] = ACTIONS(2359), + [sym__insert_span_start] = ACTIONS(2359), + [sym__delete_span_start] = ACTIONS(2359), + [sym__edit_comment_span_start] = ACTIONS(2359), + [sym__single_quote_span_open] = ACTIONS(2359), + [sym__double_quote_span_open] = ACTIONS(2359), + [sym__shortcode_open_escaped] = ACTIONS(2359), + [sym__shortcode_open] = ACTIONS(2359), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2359), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2359), + [sym__cite_author_in_text] = ACTIONS(2359), + [sym__cite_suppress_author] = ACTIONS(2359), + [sym__strikeout_open] = ACTIONS(2359), + [sym__subscript_open] = ACTIONS(2359), + [sym__superscript_open] = ACTIONS(2359), + [sym__inline_note_start_token] = ACTIONS(2359), + [sym__strong_emphasis_open_star] = ACTIONS(2359), + [sym__strong_emphasis_open_underscore] = ACTIONS(2359), + [sym__emphasis_open_star] = ACTIONS(2359), + [sym__emphasis_open_underscore] = ACTIONS(2359), + [sym_inline_note_reference] = ACTIONS(2359), + [sym_html_element] = ACTIONS(2359), + [sym__pandoc_line_break] = ACTIONS(2359), + [sym__caption_start] = ACTIONS(2359), + }, + [STATE(577)] = { + [sym__atx_heading_content] = STATE(3386), + [sym__inlines] = STATE(3386), + [sym_pandoc_span] = STATE(642), + [sym_pandoc_image] = STATE(642), + [sym_pandoc_math] = STATE(642), + [sym_pandoc_display_math] = STATE(642), + [sym_pandoc_code_span] = STATE(642), + [sym_pandoc_single_quote] = STATE(642), + [sym_pandoc_double_quote] = STATE(642), + [sym_insert] = STATE(642), + [sym_delete] = STATE(642), + [sym_edit_comment] = STATE(642), + [sym_highlight] = STATE(642), + [sym__pandoc_attr_specifier] = STATE(642), + [sym__line] = STATE(2947), + [sym__inline_element] = STATE(642), + [sym_shortcode_escaped] = STATE(642), + [sym_shortcode] = STATE(642), + [sym_citation] = STATE(642), + [sym_inline_note] = STATE(642), + [sym_pandoc_superscript] = STATE(642), + [sym_pandoc_subscript] = STATE(642), + [sym_pandoc_strikeout] = STATE(642), + [sym_pandoc_emph] = STATE(642), + [sym_pandoc_strong] = STATE(642), + [sym_pandoc_str] = STATE(642), + [sym__newline] = STATE(358), + [sym_entity_reference] = ACTIONS(5), + [sym_numeric_character_reference] = ACTIONS(5), + [anon_sym_LBRACK] = ACTIONS(7), + [anon_sym_BANG_LBRACK] = ACTIONS(9), + [anon_sym_DOLLAR] = ACTIONS(11), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [aux_sym_pandoc_str_token1] = ACTIONS(17), + [anon_sym_PIPE] = ACTIONS(19), + [sym__whitespace] = ACTIONS(2991), + [sym__line_ending] = ACTIONS(23), + [sym__eof] = ACTIONS(3405), + [sym__code_span_start] = ACTIONS(65), + [sym__html_comment] = ACTIONS(5), + [sym__autolink] = ACTIONS(5), + [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(5), + [sym_html_element] = ACTIONS(5), + [sym__pandoc_line_break] = ACTIONS(5), + }, + [STATE(578)] = { + [ts_builtin_sym_end] = ACTIONS(2365), + [sym_entity_reference] = ACTIONS(2365), + [sym_numeric_character_reference] = ACTIONS(2365), + [anon_sym_LBRACK] = ACTIONS(2365), + [anon_sym_BANG_LBRACK] = ACTIONS(2365), + [anon_sym_DOLLAR] = ACTIONS(2367), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2365), + [anon_sym_LBRACE] = ACTIONS(2365), + [aux_sym_pandoc_str_token1] = ACTIONS(2367), + [anon_sym_PIPE] = ACTIONS(2365), + [sym__whitespace] = ACTIONS(2365), + [sym__line_ending] = ACTIONS(2365), + [sym__soft_line_ending] = ACTIONS(2365), + [sym__block_quote_start] = ACTIONS(2365), + [sym_atx_h1_marker] = ACTIONS(2365), + [sym_atx_h2_marker] = ACTIONS(2365), + [sym_atx_h3_marker] = ACTIONS(2365), + [sym_atx_h4_marker] = ACTIONS(2365), + [sym_atx_h5_marker] = ACTIONS(2365), + [sym_atx_h6_marker] = ACTIONS(2365), + [sym__thematic_break] = ACTIONS(2365), + [sym__list_marker_minus] = ACTIONS(2365), + [sym__list_marker_plus] = ACTIONS(2365), + [sym__list_marker_star] = ACTIONS(2365), + [sym__list_marker_parenthesis] = ACTIONS(2365), + [sym__list_marker_dot] = ACTIONS(2365), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2365), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2365), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2365), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2365), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2365), + [sym__list_marker_example] = ACTIONS(2365), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2365), + [sym__fenced_code_block_start_backtick] = ACTIONS(2365), + [sym_minus_metadata] = ACTIONS(2365), + [sym__pipe_table_start] = ACTIONS(2365), + [sym__fenced_div_start] = ACTIONS(2365), + [sym_ref_id_specifier] = ACTIONS(2365), + [sym__code_span_start] = ACTIONS(2365), + [sym__html_comment] = ACTIONS(2365), + [sym__autolink] = ACTIONS(2365), + [sym__highlight_span_start] = ACTIONS(2365), + [sym__insert_span_start] = ACTIONS(2365), + [sym__delete_span_start] = ACTIONS(2365), + [sym__edit_comment_span_start] = ACTIONS(2365), + [sym__single_quote_span_open] = ACTIONS(2365), + [sym__double_quote_span_open] = ACTIONS(2365), + [sym__shortcode_open_escaped] = ACTIONS(2365), + [sym__shortcode_open] = ACTIONS(2365), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2365), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2365), + [sym__cite_author_in_text] = ACTIONS(2365), + [sym__cite_suppress_author] = ACTIONS(2365), + [sym__strikeout_open] = ACTIONS(2365), + [sym__subscript_open] = ACTIONS(2365), + [sym__superscript_open] = ACTIONS(2365), + [sym__inline_note_start_token] = ACTIONS(2365), + [sym__strong_emphasis_open_star] = ACTIONS(2365), + [sym__strong_emphasis_open_underscore] = ACTIONS(2365), + [sym__emphasis_open_star] = ACTIONS(2365), + [sym__emphasis_open_underscore] = ACTIONS(2365), + [sym_inline_note_reference] = ACTIONS(2365), + [sym_html_element] = ACTIONS(2365), + [sym__pandoc_line_break] = ACTIONS(2365), + [sym__caption_start] = ACTIONS(2365), + }, [STATE(579)] = { - [sym_entity_reference] = ACTIONS(2687), - [sym_numeric_character_reference] = ACTIONS(2687), - [anon_sym_LBRACK] = ACTIONS(2687), - [anon_sym_BANG_LBRACK] = ACTIONS(2687), - [anon_sym_DOLLAR] = ACTIONS(2689), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2687), - [anon_sym_LBRACE] = ACTIONS(2687), - [aux_sym_pandoc_str_token1] = ACTIONS(2689), - [anon_sym_PIPE] = ACTIONS(2687), - [sym__whitespace] = ACTIONS(2687), - [sym__line_ending] = ACTIONS(2687), - [sym__soft_line_ending] = ACTIONS(2687), - [sym__block_close] = ACTIONS(2687), - [sym__block_quote_start] = ACTIONS(2687), - [sym_atx_h1_marker] = ACTIONS(2687), - [sym_atx_h2_marker] = ACTIONS(2687), - [sym_atx_h3_marker] = ACTIONS(2687), - [sym_atx_h4_marker] = ACTIONS(2687), - [sym_atx_h5_marker] = ACTIONS(2687), - [sym_atx_h6_marker] = ACTIONS(2687), - [sym__thematic_break] = ACTIONS(2687), - [sym__list_marker_minus] = ACTIONS(2687), - [sym__list_marker_plus] = ACTIONS(2687), - [sym__list_marker_star] = ACTIONS(2687), - [sym__list_marker_parenthesis] = ACTIONS(2687), - [sym__list_marker_dot] = ACTIONS(2687), - [sym__list_marker_minus_dont_interrupt] = ACTIONS(2687), - [sym__list_marker_plus_dont_interrupt] = ACTIONS(2687), - [sym__list_marker_star_dont_interrupt] = ACTIONS(2687), - [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2687), - [sym__list_marker_dot_dont_interrupt] = ACTIONS(2687), - [sym__list_marker_example] = ACTIONS(2687), - [sym__list_marker_example_dont_interrupt] = ACTIONS(2687), - [sym__fenced_code_block_start_backtick] = ACTIONS(2687), - [sym_minus_metadata] = ACTIONS(2687), - [sym__pipe_table_start] = ACTIONS(2687), - [sym__fenced_div_start] = ACTIONS(2687), - [sym_ref_id_specifier] = ACTIONS(2687), - [sym__code_span_start] = ACTIONS(2687), - [sym__html_comment] = ACTIONS(2687), - [sym__autolink] = ACTIONS(2687), - [sym__highlight_span_start] = ACTIONS(2687), - [sym__insert_span_start] = ACTIONS(2687), - [sym__delete_span_start] = ACTIONS(2687), - [sym__edit_comment_span_start] = ACTIONS(2687), - [sym__single_quote_span_open] = ACTIONS(2687), - [sym__double_quote_span_open] = ACTIONS(2687), - [sym__shortcode_open_escaped] = ACTIONS(2687), - [sym__shortcode_open] = ACTIONS(2687), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2687), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2687), - [sym__cite_author_in_text] = ACTIONS(2687), - [sym__cite_suppress_author] = ACTIONS(2687), - [sym__strikeout_open] = ACTIONS(2687), - [sym__subscript_open] = ACTIONS(2687), - [sym__superscript_open] = ACTIONS(2687), - [sym__inline_note_start_token] = ACTIONS(2687), - [sym__strong_emphasis_open_star] = ACTIONS(2687), - [sym__strong_emphasis_open_underscore] = ACTIONS(2687), - [sym__emphasis_open_star] = ACTIONS(2687), - [sym__emphasis_open_underscore] = ACTIONS(2687), - [sym_inline_note_reference] = ACTIONS(2687), - [sym_html_element] = ACTIONS(2687), - [sym__pandoc_line_break] = ACTIONS(2687), - [sym__caption_start] = ACTIONS(2687), + [ts_builtin_sym_end] = ACTIONS(2885), + [sym_entity_reference] = ACTIONS(2885), + [sym_numeric_character_reference] = ACTIONS(2885), + [anon_sym_LBRACK] = ACTIONS(2885), + [anon_sym_BANG_LBRACK] = ACTIONS(2885), + [anon_sym_DOLLAR] = ACTIONS(2887), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2885), + [anon_sym_LBRACE] = ACTIONS(2885), + [aux_sym_pandoc_str_token1] = ACTIONS(2887), + [anon_sym_PIPE] = ACTIONS(2885), + [sym__whitespace] = ACTIONS(2885), + [sym__line_ending] = ACTIONS(2885), + [sym__soft_line_ending] = ACTIONS(2885), + [sym__block_quote_start] = ACTIONS(2885), + [sym_atx_h1_marker] = ACTIONS(2885), + [sym_atx_h2_marker] = ACTIONS(2885), + [sym_atx_h3_marker] = ACTIONS(2885), + [sym_atx_h4_marker] = ACTIONS(2885), + [sym_atx_h5_marker] = ACTIONS(2885), + [sym_atx_h6_marker] = ACTIONS(2885), + [sym__thematic_break] = ACTIONS(2885), + [sym__list_marker_minus] = ACTIONS(2885), + [sym__list_marker_plus] = ACTIONS(2885), + [sym__list_marker_star] = ACTIONS(2885), + [sym__list_marker_parenthesis] = ACTIONS(2885), + [sym__list_marker_dot] = ACTIONS(2885), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2885), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2885), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2885), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2885), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2885), + [sym__list_marker_example] = ACTIONS(2885), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2885), + [sym__fenced_code_block_start_backtick] = ACTIONS(2885), + [sym_minus_metadata] = ACTIONS(2885), + [sym__pipe_table_start] = ACTIONS(2885), + [sym__fenced_div_start] = ACTIONS(2885), + [sym_ref_id_specifier] = ACTIONS(2885), + [sym__code_span_start] = ACTIONS(2885), + [sym__html_comment] = ACTIONS(2885), + [sym__autolink] = ACTIONS(2885), + [sym__highlight_span_start] = ACTIONS(2885), + [sym__insert_span_start] = ACTIONS(2885), + [sym__delete_span_start] = ACTIONS(2885), + [sym__edit_comment_span_start] = ACTIONS(2885), + [sym__single_quote_span_open] = ACTIONS(2885), + [sym__double_quote_span_open] = ACTIONS(2885), + [sym__shortcode_open_escaped] = ACTIONS(2885), + [sym__shortcode_open] = ACTIONS(2885), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2885), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2885), + [sym__cite_author_in_text] = ACTIONS(2885), + [sym__cite_suppress_author] = ACTIONS(2885), + [sym__strikeout_open] = ACTIONS(2885), + [sym__subscript_open] = ACTIONS(2885), + [sym__superscript_open] = ACTIONS(2885), + [sym__inline_note_start_token] = ACTIONS(2885), + [sym__strong_emphasis_open_star] = ACTIONS(2885), + [sym__strong_emphasis_open_underscore] = ACTIONS(2885), + [sym__emphasis_open_star] = ACTIONS(2885), + [sym__emphasis_open_underscore] = ACTIONS(2885), + [sym_inline_note_reference] = ACTIONS(2885), + [sym_html_element] = ACTIONS(2885), + [sym__pandoc_line_break] = ACTIONS(2885), + [sym__caption_start] = ACTIONS(2885), }, [STATE(580)] = { - [sym_pipe_table_row] = STATE(3403), - [sym_pipe_table_cell] = STATE(3192), - [sym_pandoc_span] = STATE(669), - [sym_pandoc_image] = STATE(669), - [sym_pandoc_math] = STATE(669), - [sym_pandoc_display_math] = STATE(669), - [sym_pandoc_code_span] = STATE(669), - [sym_pandoc_single_quote] = STATE(669), - [sym_pandoc_double_quote] = STATE(669), - [sym_insert] = STATE(669), - [sym_delete] = STATE(669), - [sym_edit_comment] = STATE(669), - [sym_highlight] = STATE(669), - [sym__pandoc_attr_specifier] = STATE(669), - [sym__line_with_maybe_spaces] = STATE(3193), - [sym__inline_element] = STATE(669), - [sym_shortcode_escaped] = STATE(669), - [sym_shortcode] = STATE(669), - [sym_citation] = STATE(669), - [sym_inline_note] = STATE(669), - [sym_pandoc_superscript] = STATE(669), - [sym_pandoc_subscript] = STATE(669), - [sym_pandoc_strikeout] = STATE(669), - [sym_pandoc_emph] = STATE(669), - [sym_pandoc_strong] = STATE(669), - [sym_pandoc_str] = STATE(669), - [aux_sym_pipe_table_row_repeat1] = STATE(599), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(669), - [sym_entity_reference] = ACTIONS(3009), - [sym_numeric_character_reference] = ACTIONS(3009), - [anon_sym_LBRACK] = ACTIONS(3011), - [anon_sym_BANG_LBRACK] = ACTIONS(3013), - [anon_sym_DOLLAR] = ACTIONS(3015), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3019), - [aux_sym_pandoc_str_token1] = ACTIONS(3021), - [anon_sym_PIPE] = ACTIONS(3023), - [sym__whitespace] = ACTIONS(3025), - [sym__code_span_start] = ACTIONS(3027), - [sym__html_comment] = ACTIONS(3009), - [sym__autolink] = ACTIONS(3009), - [sym__highlight_span_start] = ACTIONS(3029), - [sym__insert_span_start] = ACTIONS(3031), - [sym__delete_span_start] = ACTIONS(3033), - [sym__edit_comment_span_start] = ACTIONS(3035), - [sym__single_quote_span_open] = ACTIONS(3037), - [sym__double_quote_span_open] = ACTIONS(3039), - [sym__shortcode_open_escaped] = ACTIONS(3041), - [sym__shortcode_open] = ACTIONS(3043), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3045), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3047), - [sym__cite_author_in_text] = ACTIONS(3049), - [sym__cite_suppress_author] = ACTIONS(3051), - [sym__strikeout_open] = ACTIONS(3053), - [sym__subscript_open] = ACTIONS(3055), - [sym__superscript_open] = ACTIONS(3057), - [sym__inline_note_start_token] = ACTIONS(3059), - [sym__strong_emphasis_open_star] = ACTIONS(3061), - [sym__strong_emphasis_open_underscore] = ACTIONS(3063), - [sym__emphasis_open_star] = ACTIONS(3065), - [sym__emphasis_open_underscore] = ACTIONS(3067), - [sym_inline_note_reference] = ACTIONS(3009), - [sym_html_element] = ACTIONS(3009), - [sym__pipe_table_delimiter] = ACTIONS(3069), - [sym__pandoc_line_break] = ACTIONS(3009), + [sym_pipe_table_row] = STATE(3467), + [sym_pipe_table_cell] = STATE(3210), + [sym_pandoc_span] = STATE(656), + [sym_pandoc_image] = STATE(656), + [sym_pandoc_math] = STATE(656), + [sym_pandoc_display_math] = STATE(656), + [sym_pandoc_code_span] = STATE(656), + [sym_pandoc_single_quote] = STATE(656), + [sym_pandoc_double_quote] = STATE(656), + [sym_insert] = STATE(656), + [sym_delete] = STATE(656), + [sym_edit_comment] = STATE(656), + [sym_highlight] = STATE(656), + [sym__pandoc_attr_specifier] = STATE(656), + [sym__line_with_maybe_spaces] = STATE(3285), + [sym__inline_element] = STATE(656), + [sym_shortcode_escaped] = STATE(656), + [sym_shortcode] = STATE(656), + [sym_citation] = STATE(656), + [sym_inline_note] = STATE(656), + [sym_pandoc_superscript] = STATE(656), + [sym_pandoc_subscript] = STATE(656), + [sym_pandoc_strikeout] = STATE(656), + [sym_pandoc_emph] = STATE(656), + [sym_pandoc_strong] = STATE(656), + [sym_pandoc_str] = STATE(656), + [aux_sym_pipe_table_row_repeat1] = STATE(611), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(656), + [sym_entity_reference] = ACTIONS(3001), + [sym_numeric_character_reference] = ACTIONS(3001), + [anon_sym_LBRACK] = ACTIONS(3003), + [anon_sym_BANG_LBRACK] = ACTIONS(3005), + [anon_sym_DOLLAR] = ACTIONS(3007), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3009), + [anon_sym_LBRACE] = ACTIONS(3011), + [aux_sym_pandoc_str_token1] = ACTIONS(3013), + [anon_sym_PIPE] = ACTIONS(3015), + [sym__whitespace] = ACTIONS(3017), + [sym__code_span_start] = ACTIONS(3019), + [sym__html_comment] = ACTIONS(3001), + [sym__autolink] = ACTIONS(3001), + [sym__highlight_span_start] = ACTIONS(3021), + [sym__insert_span_start] = ACTIONS(3023), + [sym__delete_span_start] = ACTIONS(3025), + [sym__edit_comment_span_start] = ACTIONS(3027), + [sym__single_quote_span_open] = ACTIONS(3029), + [sym__double_quote_span_open] = ACTIONS(3031), + [sym__shortcode_open_escaped] = ACTIONS(3033), + [sym__shortcode_open] = ACTIONS(3035), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3037), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3039), + [sym__cite_author_in_text] = ACTIONS(3041), + [sym__cite_suppress_author] = ACTIONS(3043), + [sym__strikeout_open] = ACTIONS(3045), + [sym__subscript_open] = ACTIONS(3047), + [sym__superscript_open] = ACTIONS(3049), + [sym__inline_note_start_token] = ACTIONS(3051), + [sym__strong_emphasis_open_star] = ACTIONS(3053), + [sym__strong_emphasis_open_underscore] = ACTIONS(3055), + [sym__emphasis_open_star] = ACTIONS(3057), + [sym__emphasis_open_underscore] = ACTIONS(3059), + [sym_inline_note_reference] = ACTIONS(3001), + [sym_html_element] = ACTIONS(3001), + [sym__pipe_table_delimiter] = ACTIONS(3061), + [sym__pandoc_line_break] = ACTIONS(3001), }, [STATE(581)] = { - [sym_pipe_table_row] = STATE(3452), - [sym_pipe_table_cell] = STATE(3192), - [sym_pandoc_span] = STATE(669), - [sym_pandoc_image] = STATE(669), - [sym_pandoc_math] = STATE(669), - [sym_pandoc_display_math] = STATE(669), - [sym_pandoc_code_span] = STATE(669), - [sym_pandoc_single_quote] = STATE(669), - [sym_pandoc_double_quote] = STATE(669), - [sym_insert] = STATE(669), - [sym_delete] = STATE(669), - [sym_edit_comment] = STATE(669), - [sym_highlight] = STATE(669), - [sym__pandoc_attr_specifier] = STATE(669), - [sym__line_with_maybe_spaces] = STATE(3193), - [sym__inline_element] = STATE(669), - [sym_shortcode_escaped] = STATE(669), - [sym_shortcode] = STATE(669), - [sym_citation] = STATE(669), - [sym_inline_note] = STATE(669), - [sym_pandoc_superscript] = STATE(669), - [sym_pandoc_subscript] = STATE(669), - [sym_pandoc_strikeout] = STATE(669), - [sym_pandoc_emph] = STATE(669), - [sym_pandoc_strong] = STATE(669), - [sym_pandoc_str] = STATE(669), - [aux_sym_pipe_table_row_repeat1] = STATE(599), - [aux_sym__line_with_maybe_spaces_repeat1] = STATE(669), - [sym_entity_reference] = ACTIONS(3009), - [sym_numeric_character_reference] = ACTIONS(3009), - [anon_sym_LBRACK] = ACTIONS(3011), - [anon_sym_BANG_LBRACK] = ACTIONS(3013), - [anon_sym_DOLLAR] = ACTIONS(3015), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3019), - [aux_sym_pandoc_str_token1] = ACTIONS(3021), - [anon_sym_PIPE] = ACTIONS(3023), - [sym__whitespace] = ACTIONS(3025), - [sym__code_span_start] = ACTIONS(3027), - [sym__html_comment] = ACTIONS(3009), - [sym__autolink] = ACTIONS(3009), - [sym__highlight_span_start] = ACTIONS(3029), - [sym__insert_span_start] = ACTIONS(3031), - [sym__delete_span_start] = ACTIONS(3033), - [sym__edit_comment_span_start] = ACTIONS(3035), - [sym__single_quote_span_open] = ACTIONS(3037), - [sym__double_quote_span_open] = ACTIONS(3039), - [sym__shortcode_open_escaped] = ACTIONS(3041), - [sym__shortcode_open] = ACTIONS(3043), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3045), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3047), - [sym__cite_author_in_text] = ACTIONS(3049), - [sym__cite_suppress_author] = ACTIONS(3051), - [sym__strikeout_open] = ACTIONS(3053), - [sym__subscript_open] = ACTIONS(3055), - [sym__superscript_open] = ACTIONS(3057), - [sym__inline_note_start_token] = ACTIONS(3059), - [sym__strong_emphasis_open_star] = ACTIONS(3061), - [sym__strong_emphasis_open_underscore] = ACTIONS(3063), - [sym__emphasis_open_star] = ACTIONS(3065), - [sym__emphasis_open_underscore] = ACTIONS(3067), - [sym_inline_note_reference] = ACTIONS(3009), - [sym_html_element] = ACTIONS(3009), - [sym__pipe_table_delimiter] = ACTIONS(3069), - [sym__pandoc_line_break] = ACTIONS(3009), + [sym_pipe_table_row] = STATE(3480), + [sym_pipe_table_cell] = STATE(3210), + [sym_pandoc_span] = STATE(656), + [sym_pandoc_image] = STATE(656), + [sym_pandoc_math] = STATE(656), + [sym_pandoc_display_math] = STATE(656), + [sym_pandoc_code_span] = STATE(656), + [sym_pandoc_single_quote] = STATE(656), + [sym_pandoc_double_quote] = STATE(656), + [sym_insert] = STATE(656), + [sym_delete] = STATE(656), + [sym_edit_comment] = STATE(656), + [sym_highlight] = STATE(656), + [sym__pandoc_attr_specifier] = STATE(656), + [sym__line_with_maybe_spaces] = STATE(3285), + [sym__inline_element] = STATE(656), + [sym_shortcode_escaped] = STATE(656), + [sym_shortcode] = STATE(656), + [sym_citation] = STATE(656), + [sym_inline_note] = STATE(656), + [sym_pandoc_superscript] = STATE(656), + [sym_pandoc_subscript] = STATE(656), + [sym_pandoc_strikeout] = STATE(656), + [sym_pandoc_emph] = STATE(656), + [sym_pandoc_strong] = STATE(656), + [sym_pandoc_str] = STATE(656), + [aux_sym_pipe_table_row_repeat1] = STATE(611), + [aux_sym__line_with_maybe_spaces_repeat1] = STATE(656), + [sym_entity_reference] = ACTIONS(3001), + [sym_numeric_character_reference] = ACTIONS(3001), + [anon_sym_LBRACK] = ACTIONS(3003), + [anon_sym_BANG_LBRACK] = ACTIONS(3005), + [anon_sym_DOLLAR] = ACTIONS(3007), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3009), + [anon_sym_LBRACE] = ACTIONS(3011), + [aux_sym_pandoc_str_token1] = ACTIONS(3013), + [anon_sym_PIPE] = ACTIONS(3015), + [sym__whitespace] = ACTIONS(3017), + [sym__code_span_start] = ACTIONS(3019), + [sym__html_comment] = ACTIONS(3001), + [sym__autolink] = ACTIONS(3001), + [sym__highlight_span_start] = ACTIONS(3021), + [sym__insert_span_start] = ACTIONS(3023), + [sym__delete_span_start] = ACTIONS(3025), + [sym__edit_comment_span_start] = ACTIONS(3027), + [sym__single_quote_span_open] = ACTIONS(3029), + [sym__double_quote_span_open] = ACTIONS(3031), + [sym__shortcode_open_escaped] = ACTIONS(3033), + [sym__shortcode_open] = ACTIONS(3035), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3037), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3039), + [sym__cite_author_in_text] = ACTIONS(3041), + [sym__cite_suppress_author] = ACTIONS(3043), + [sym__strikeout_open] = ACTIONS(3045), + [sym__subscript_open] = ACTIONS(3047), + [sym__superscript_open] = ACTIONS(3049), + [sym__inline_note_start_token] = ACTIONS(3051), + [sym__strong_emphasis_open_star] = ACTIONS(3053), + [sym__strong_emphasis_open_underscore] = ACTIONS(3055), + [sym__emphasis_open_star] = ACTIONS(3057), + [sym__emphasis_open_underscore] = ACTIONS(3059), + [sym_inline_note_reference] = ACTIONS(3001), + [sym_html_element] = ACTIONS(3001), + [sym__pipe_table_delimiter] = ACTIONS(3061), + [sym__pandoc_line_break] = ACTIONS(3001), }, [STATE(582)] = { - [sym__inlines] = STATE(3777), - [sym_pandoc_span] = STATE(664), - [sym_pandoc_image] = STATE(664), - [sym_pandoc_math] = STATE(664), - [sym_pandoc_display_math] = STATE(664), - [sym_pandoc_code_span] = STATE(664), - [sym_pandoc_single_quote] = STATE(664), - [sym_pandoc_double_quote] = STATE(664), - [sym_insert] = STATE(664), - [sym_delete] = STATE(664), - [sym_edit_comment] = STATE(664), - [sym_highlight] = STATE(664), - [sym__pandoc_attr_specifier] = STATE(664), - [sym__line] = STATE(2931), - [sym__inline_element] = STATE(664), - [sym_shortcode_escaped] = STATE(664), - [sym_shortcode] = STATE(664), - [sym_citation] = STATE(664), - [sym_inline_note] = STATE(664), - [sym_pandoc_superscript] = STATE(664), - [sym_pandoc_subscript] = STATE(664), - [sym_pandoc_strikeout] = STATE(664), - [sym_pandoc_emph] = STATE(664), - [sym_pandoc_strong] = STATE(664), - [sym_pandoc_str] = STATE(664), - [sym__soft_line_break] = STATE(738), - [sym__inline_whitespace] = STATE(738), - [sym_entity_reference] = ACTIONS(3083), - [sym_numeric_character_reference] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3085), - [anon_sym_BANG_LBRACK] = ACTIONS(3087), - [anon_sym_DOLLAR] = ACTIONS(3089), - [anon_sym_DOLLAR_DOLLAR] = ACTIONS(3091), - [aux_sym_insert_token1] = ACTIONS(3403), - [anon_sym_LBRACE] = ACTIONS(3095), - [aux_sym_pandoc_str_token1] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3099), - [sym__whitespace] = ACTIONS(3405), - [sym__soft_line_ending] = ACTIONS(3103), - [sym__code_span_start] = ACTIONS(3105), - [sym__html_comment] = ACTIONS(3083), - [sym__autolink] = ACTIONS(3083), - [sym__highlight_span_start] = ACTIONS(3107), - [sym__insert_span_start] = ACTIONS(3109), - [sym__delete_span_start] = ACTIONS(3111), - [sym__edit_comment_span_start] = ACTIONS(3113), - [sym__single_quote_span_open] = ACTIONS(3115), - [sym__double_quote_span_open] = ACTIONS(3117), - [sym__shortcode_open_escaped] = ACTIONS(3119), - [sym__shortcode_open] = ACTIONS(3121), - [sym__cite_author_in_text_with_open_bracket] = ACTIONS(3123), - [sym__cite_suppress_author_with_open_bracket] = ACTIONS(3125), - [sym__cite_author_in_text] = ACTIONS(3127), - [sym__cite_suppress_author] = ACTIONS(3129), - [sym__strikeout_open] = ACTIONS(3131), - [sym__subscript_open] = ACTIONS(3133), - [sym__superscript_open] = ACTIONS(3135), - [sym__inline_note_start_token] = ACTIONS(3137), - [sym__strong_emphasis_open_star] = ACTIONS(3139), - [sym__strong_emphasis_open_underscore] = ACTIONS(3141), - [sym__emphasis_open_star] = ACTIONS(3143), - [sym__emphasis_open_underscore] = ACTIONS(3145), - [sym_inline_note_reference] = ACTIONS(3083), - [sym_html_element] = ACTIONS(3083), - [sym__pandoc_line_break] = ACTIONS(3083), + [sym_entity_reference] = ACTIONS(2353), + [sym_numeric_character_reference] = ACTIONS(2353), + [anon_sym_LBRACK] = ACTIONS(2353), + [anon_sym_BANG_LBRACK] = ACTIONS(2353), + [anon_sym_DOLLAR] = ACTIONS(2355), + [anon_sym_DOLLAR_DOLLAR] = ACTIONS(2353), + [anon_sym_LBRACE] = ACTIONS(2353), + [aux_sym_pandoc_str_token1] = ACTIONS(2355), + [anon_sym_PIPE] = ACTIONS(2353), + [sym__whitespace] = ACTIONS(2353), + [sym__line_ending] = ACTIONS(2353), + [sym__soft_line_ending] = ACTIONS(2353), + [sym__block_close] = ACTIONS(2353), + [sym__block_quote_start] = ACTIONS(2353), + [sym_atx_h1_marker] = ACTIONS(2353), + [sym_atx_h2_marker] = ACTIONS(2353), + [sym_atx_h3_marker] = ACTIONS(2353), + [sym_atx_h4_marker] = ACTIONS(2353), + [sym_atx_h5_marker] = ACTIONS(2353), + [sym_atx_h6_marker] = ACTIONS(2353), + [sym__thematic_break] = ACTIONS(2353), + [sym__list_marker_minus] = ACTIONS(2353), + [sym__list_marker_plus] = ACTIONS(2353), + [sym__list_marker_star] = ACTIONS(2353), + [sym__list_marker_parenthesis] = ACTIONS(2353), + [sym__list_marker_dot] = ACTIONS(2353), + [sym__list_marker_minus_dont_interrupt] = ACTIONS(2353), + [sym__list_marker_plus_dont_interrupt] = ACTIONS(2353), + [sym__list_marker_star_dont_interrupt] = ACTIONS(2353), + [sym__list_marker_parenthesis_dont_interrupt] = ACTIONS(2353), + [sym__list_marker_dot_dont_interrupt] = ACTIONS(2353), + [sym__list_marker_example] = ACTIONS(2353), + [sym__list_marker_example_dont_interrupt] = ACTIONS(2353), + [sym__fenced_code_block_start_backtick] = ACTIONS(2353), + [sym_minus_metadata] = ACTIONS(2353), + [sym__pipe_table_start] = ACTIONS(2353), + [sym__fenced_div_start] = ACTIONS(2353), + [sym_ref_id_specifier] = ACTIONS(2353), + [sym__code_span_start] = ACTIONS(2353), + [sym__html_comment] = ACTIONS(2353), + [sym__autolink] = ACTIONS(2353), + [sym__highlight_span_start] = ACTIONS(2353), + [sym__insert_span_start] = ACTIONS(2353), + [sym__delete_span_start] = ACTIONS(2353), + [sym__edit_comment_span_start] = ACTIONS(2353), + [sym__single_quote_span_open] = ACTIONS(2353), + [sym__double_quote_span_open] = ACTIONS(2353), + [sym__shortcode_open_escaped] = ACTIONS(2353), + [sym__shortcode_open] = ACTIONS(2353), + [sym__cite_author_in_text_with_open_bracket] = ACTIONS(2353), + [sym__cite_suppress_author_with_open_bracket] = ACTIONS(2353), + [sym__cite_author_in_text] = ACTIONS(2353), + [sym__cite_suppress_author] = ACTIONS(2353), + [sym__strikeout_open] = ACTIONS(2353), + [sym__subscript_open] = ACTIONS(2353), + [sym__superscript_open] = ACTIONS(2353), + [sym__inline_note_start_token] = ACTIONS(2353), + [sym__strong_emphasis_open_star] = ACTIONS(2353), + [sym__strong_emphasis_open_underscore] = ACTIONS(2353), + [sym__emphasis_open_star] = ACTIONS(2353), + [sym__emphasis_open_underscore] = ACTIONS(2353), + [sym_inline_note_reference] = ACTIONS(2353), + [sym_html_element] = ACTIONS(2353), + [sym__pandoc_line_break] = ACTIONS(2353), + [sym__caption_start] = ACTIONS(2353), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 35, - ACTIONS(3103), 1, + ACTIONS(3095), 1, sym__soft_line_ending, ACTIONS(3409), 1, anon_sym_LBRACK, @@ -70125,11 +70501,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2869), 1, + STATE(2898), 1, sym__inlines, - STATE(2878), 1, + STATE(2931), 1, sym__line, - STATE(913), 2, + STATE(836), 2, sym__soft_line_break, sym__inline_whitespace, ACTIONS(3407), 7, @@ -70140,7 +70516,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -70165,73 +70541,74 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [135] = 35, - ACTIONS(2739), 1, - sym__line_ending, - ACTIONS(3011), 1, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(3013), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(3015), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(3017), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3019), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(3021), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(3023), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3027), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(3029), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(3031), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(3033), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(3035), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(3037), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(3039), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(3041), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(3043), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(3045), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3047), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3049), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(3051), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(3053), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(3055), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(3057), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(3059), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(3061), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(3063), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3065), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(3067), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, ACTIONS(3467), 1, sym__whitespace, - ACTIONS(3469), 1, - sym__pipe_table_delimiter, - STATE(3193), 1, - sym__line_with_maybe_spaces, - STATE(3268), 1, - sym_pipe_table_cell, - ACTIONS(3009), 7, + STATE(2899), 1, + sym__inlines, + STATE(2931), 1, + sym__line, + STATE(915), 2, + sym__soft_line_break, + sym__inline_whitespace, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -70239,7 +70616,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(669), 24, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -70263,75 +70640,74 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - aux_sym__line_with_maybe_spaces_repeat1, [270] = 35, - ACTIONS(2745), 1, + ACTIONS(2741), 1, sym__line_ending, - ACTIONS(3011), 1, + ACTIONS(3003), 1, anon_sym_LBRACK, - ACTIONS(3013), 1, + ACTIONS(3005), 1, anon_sym_BANG_LBRACK, - ACTIONS(3015), 1, + ACTIONS(3007), 1, anon_sym_DOLLAR, - ACTIONS(3017), 1, + ACTIONS(3009), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3019), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(3021), 1, + ACTIONS(3013), 1, aux_sym_pandoc_str_token1, - ACTIONS(3023), 1, + ACTIONS(3015), 1, anon_sym_PIPE, - ACTIONS(3027), 1, + ACTIONS(3019), 1, sym__code_span_start, - ACTIONS(3029), 1, + ACTIONS(3021), 1, sym__highlight_span_start, - ACTIONS(3031), 1, + ACTIONS(3023), 1, sym__insert_span_start, - ACTIONS(3033), 1, + ACTIONS(3025), 1, sym__delete_span_start, - ACTIONS(3035), 1, + ACTIONS(3027), 1, sym__edit_comment_span_start, - ACTIONS(3037), 1, + ACTIONS(3029), 1, sym__single_quote_span_open, - ACTIONS(3039), 1, + ACTIONS(3031), 1, sym__double_quote_span_open, - ACTIONS(3041), 1, + ACTIONS(3033), 1, sym__shortcode_open_escaped, - ACTIONS(3043), 1, + ACTIONS(3035), 1, sym__shortcode_open, - ACTIONS(3045), 1, + ACTIONS(3037), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3047), 1, + ACTIONS(3039), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3049), 1, + ACTIONS(3041), 1, sym__cite_author_in_text, - ACTIONS(3051), 1, + ACTIONS(3043), 1, sym__cite_suppress_author, - ACTIONS(3053), 1, + ACTIONS(3045), 1, sym__strikeout_open, - ACTIONS(3055), 1, + ACTIONS(3047), 1, sym__subscript_open, - ACTIONS(3057), 1, + ACTIONS(3049), 1, sym__superscript_open, - ACTIONS(3059), 1, + ACTIONS(3051), 1, sym__inline_note_start_token, - ACTIONS(3061), 1, + ACTIONS(3053), 1, sym__strong_emphasis_open_star, - ACTIONS(3063), 1, + ACTIONS(3055), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3065), 1, + ACTIONS(3057), 1, sym__emphasis_open_star, - ACTIONS(3067), 1, + ACTIONS(3059), 1, sym__emphasis_open_underscore, - ACTIONS(3471), 1, + ACTIONS(3469), 1, sym__whitespace, - STATE(593), 1, + STATE(588), 1, aux_sym_pipe_table_row_repeat1, - STATE(3193), 1, - sym__line_with_maybe_spaces, - STATE(3301), 1, + STATE(3203), 1, sym_pipe_table_cell, - ACTIONS(3009), 7, + STATE(3285), 1, + sym__line_with_maybe_spaces, + ACTIONS(3001), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -70339,7 +70715,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(669), 24, + STATE(656), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -70365,73 +70741,73 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_with_maybe_spaces_repeat1, [405] = 35, - ACTIONS(2749), 1, + ACTIONS(2745), 1, sym__line_ending, - ACTIONS(3011), 1, + ACTIONS(3003), 1, anon_sym_LBRACK, - ACTIONS(3013), 1, + ACTIONS(3005), 1, anon_sym_BANG_LBRACK, - ACTIONS(3015), 1, + ACTIONS(3007), 1, anon_sym_DOLLAR, - ACTIONS(3017), 1, + ACTIONS(3009), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3019), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(3021), 1, + ACTIONS(3013), 1, aux_sym_pandoc_str_token1, - ACTIONS(3023), 1, + ACTIONS(3015), 1, anon_sym_PIPE, - ACTIONS(3027), 1, + ACTIONS(3019), 1, sym__code_span_start, - ACTIONS(3029), 1, + ACTIONS(3021), 1, sym__highlight_span_start, - ACTIONS(3031), 1, + ACTIONS(3023), 1, sym__insert_span_start, - ACTIONS(3033), 1, + ACTIONS(3025), 1, sym__delete_span_start, - ACTIONS(3035), 1, + ACTIONS(3027), 1, sym__edit_comment_span_start, - ACTIONS(3037), 1, + ACTIONS(3029), 1, sym__single_quote_span_open, - ACTIONS(3039), 1, + ACTIONS(3031), 1, sym__double_quote_span_open, - ACTIONS(3041), 1, + ACTIONS(3033), 1, sym__shortcode_open_escaped, - ACTIONS(3043), 1, + ACTIONS(3035), 1, sym__shortcode_open, - ACTIONS(3045), 1, + ACTIONS(3037), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3047), 1, + ACTIONS(3039), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3049), 1, + ACTIONS(3041), 1, sym__cite_author_in_text, - ACTIONS(3051), 1, + ACTIONS(3043), 1, sym__cite_suppress_author, - ACTIONS(3053), 1, + ACTIONS(3045), 1, sym__strikeout_open, - ACTIONS(3055), 1, + ACTIONS(3047), 1, sym__subscript_open, - ACTIONS(3057), 1, + ACTIONS(3049), 1, sym__superscript_open, - ACTIONS(3059), 1, + ACTIONS(3051), 1, sym__inline_note_start_token, - ACTIONS(3061), 1, + ACTIONS(3053), 1, sym__strong_emphasis_open_star, - ACTIONS(3063), 1, + ACTIONS(3055), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3065), 1, + ACTIONS(3057), 1, sym__emphasis_open_star, - ACTIONS(3067), 1, + ACTIONS(3059), 1, sym__emphasis_open_underscore, - ACTIONS(3473), 1, + ACTIONS(3471), 1, sym__whitespace, - STATE(589), 1, + STATE(597), 1, aux_sym_pipe_table_row_repeat1, - STATE(3193), 1, - sym__line_with_maybe_spaces, - STATE(3301), 1, + STATE(3203), 1, sym_pipe_table_cell, - ACTIONS(3009), 7, + STATE(3285), 1, + sym__line_with_maybe_spaces, + ACTIONS(3001), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -70439,7 +70815,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(669), 24, + STATE(656), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -70464,71 +70840,74 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, aux_sym__line_with_maybe_spaces_repeat1, - [540] = 32, - ACTIONS(3478), 1, + [540] = 35, + ACTIONS(2741), 1, + sym__line_ending, + ACTIONS(3003), 1, anon_sym_LBRACK, - ACTIONS(3481), 1, + ACTIONS(3005), 1, anon_sym_BANG_LBRACK, - ACTIONS(3484), 1, + ACTIONS(3007), 1, anon_sym_DOLLAR, - ACTIONS(3487), 1, + ACTIONS(3009), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3490), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(3493), 1, + ACTIONS(3013), 1, aux_sym_pandoc_str_token1, - ACTIONS(3496), 1, + ACTIONS(3015), 1, anon_sym_PIPE, - ACTIONS(3499), 1, - sym__whitespace, - ACTIONS(3504), 1, + ACTIONS(3019), 1, sym__code_span_start, - ACTIONS(3507), 1, + ACTIONS(3021), 1, sym__highlight_span_start, - ACTIONS(3510), 1, + ACTIONS(3023), 1, sym__insert_span_start, - ACTIONS(3513), 1, + ACTIONS(3025), 1, sym__delete_span_start, - ACTIONS(3516), 1, + ACTIONS(3027), 1, sym__edit_comment_span_start, - ACTIONS(3519), 1, + ACTIONS(3029), 1, sym__single_quote_span_open, - ACTIONS(3522), 1, + ACTIONS(3031), 1, sym__double_quote_span_open, - ACTIONS(3525), 1, + ACTIONS(3033), 1, sym__shortcode_open_escaped, - ACTIONS(3528), 1, + ACTIONS(3035), 1, sym__shortcode_open, - ACTIONS(3531), 1, + ACTIONS(3037), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3534), 1, + ACTIONS(3039), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3537), 1, + ACTIONS(3041), 1, sym__cite_author_in_text, - ACTIONS(3540), 1, + ACTIONS(3043), 1, sym__cite_suppress_author, - ACTIONS(3543), 1, + ACTIONS(3045), 1, sym__strikeout_open, - ACTIONS(3546), 1, + ACTIONS(3047), 1, sym__subscript_open, - ACTIONS(3549), 1, + ACTIONS(3049), 1, sym__superscript_open, - ACTIONS(3552), 1, + ACTIONS(3051), 1, sym__inline_note_start_token, - ACTIONS(3555), 1, + ACTIONS(3053), 1, sym__strong_emphasis_open_star, - ACTIONS(3558), 1, + ACTIONS(3055), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3561), 1, + ACTIONS(3057), 1, sym__emphasis_open_star, - ACTIONS(3564), 1, + ACTIONS(3059), 1, sym__emphasis_open_underscore, - ACTIONS(3502), 4, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + ACTIONS(3473), 1, + sym__whitespace, + ACTIONS(3475), 1, sym__pipe_table_delimiter, - ACTIONS(3475), 7, + STATE(3285), 1, + sym__line_with_maybe_spaces, + STATE(3313), 1, + sym_pipe_table_cell, + ACTIONS(3001), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -70536,7 +70915,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(587), 24, + STATE(656), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -70561,74 +70940,74 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, aux_sym__line_with_maybe_spaces_repeat1, - [669] = 35, - ACTIONS(2739), 1, - sym__line_ending, - ACTIONS(3011), 1, + [675] = 35, + ACTIONS(2750), 1, anon_sym_LBRACK, - ACTIONS(3013), 1, + ACTIONS(2753), 1, anon_sym_BANG_LBRACK, - ACTIONS(3015), 1, + ACTIONS(2756), 1, anon_sym_DOLLAR, - ACTIONS(3017), 1, + ACTIONS(2759), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3019), 1, + ACTIONS(2762), 1, anon_sym_LBRACE, - ACTIONS(3021), 1, + ACTIONS(2765), 1, aux_sym_pandoc_str_token1, - ACTIONS(3023), 1, + ACTIONS(2768), 1, anon_sym_PIPE, - ACTIONS(3027), 1, + ACTIONS(2774), 1, + sym__line_ending, + ACTIONS(2776), 1, sym__code_span_start, - ACTIONS(3029), 1, + ACTIONS(2779), 1, sym__highlight_span_start, - ACTIONS(3031), 1, + ACTIONS(2782), 1, sym__insert_span_start, - ACTIONS(3033), 1, + ACTIONS(2785), 1, sym__delete_span_start, - ACTIONS(3035), 1, + ACTIONS(2788), 1, sym__edit_comment_span_start, - ACTIONS(3037), 1, + ACTIONS(2791), 1, sym__single_quote_span_open, - ACTIONS(3039), 1, + ACTIONS(2794), 1, sym__double_quote_span_open, - ACTIONS(3041), 1, + ACTIONS(2797), 1, sym__shortcode_open_escaped, - ACTIONS(3043), 1, + ACTIONS(2800), 1, sym__shortcode_open, - ACTIONS(3045), 1, + ACTIONS(2803), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3047), 1, + ACTIONS(2806), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3049), 1, + ACTIONS(2809), 1, sym__cite_author_in_text, - ACTIONS(3051), 1, + ACTIONS(2812), 1, sym__cite_suppress_author, - ACTIONS(3053), 1, + ACTIONS(2815), 1, sym__strikeout_open, - ACTIONS(3055), 1, + ACTIONS(2818), 1, sym__subscript_open, - ACTIONS(3057), 1, + ACTIONS(2821), 1, sym__superscript_open, - ACTIONS(3059), 1, + ACTIONS(2824), 1, sym__inline_note_start_token, - ACTIONS(3061), 1, + ACTIONS(2827), 1, sym__strong_emphasis_open_star, - ACTIONS(3063), 1, + ACTIONS(2830), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3065), 1, + ACTIONS(2833), 1, sym__emphasis_open_star, - ACTIONS(3067), 1, + ACTIONS(2836), 1, sym__emphasis_open_underscore, - ACTIONS(3467), 1, + ACTIONS(3477), 1, sym__whitespace, - ACTIONS(3469), 1, - sym__pipe_table_delimiter, - STATE(3193), 1, + STATE(588), 1, + aux_sym_pipe_table_row_repeat1, + STATE(3440), 1, sym__line_with_maybe_spaces, - STATE(3258), 1, + STATE(3570), 1, sym_pipe_table_cell, - ACTIONS(3009), 7, + ACTIONS(2747), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -70636,7 +71015,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(669), 24, + STATE(757), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -70661,74 +71040,74 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, aux_sym__line_with_maybe_spaces_repeat1, - [804] = 35, - ACTIONS(2873), 1, + [810] = 35, + ACTIONS(2735), 1, sym__line_ending, - ACTIONS(3011), 1, + ACTIONS(3003), 1, anon_sym_LBRACK, - ACTIONS(3013), 1, + ACTIONS(3005), 1, anon_sym_BANG_LBRACK, - ACTIONS(3015), 1, + ACTIONS(3007), 1, anon_sym_DOLLAR, - ACTIONS(3017), 1, + ACTIONS(3009), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3019), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(3021), 1, + ACTIONS(3013), 1, aux_sym_pandoc_str_token1, - ACTIONS(3023), 1, + ACTIONS(3015), 1, anon_sym_PIPE, - ACTIONS(3027), 1, + ACTIONS(3019), 1, sym__code_span_start, - ACTIONS(3029), 1, + ACTIONS(3021), 1, sym__highlight_span_start, - ACTIONS(3031), 1, + ACTIONS(3023), 1, sym__insert_span_start, - ACTIONS(3033), 1, + ACTIONS(3025), 1, sym__delete_span_start, - ACTIONS(3035), 1, + ACTIONS(3027), 1, sym__edit_comment_span_start, - ACTIONS(3037), 1, + ACTIONS(3029), 1, sym__single_quote_span_open, - ACTIONS(3039), 1, + ACTIONS(3031), 1, sym__double_quote_span_open, - ACTIONS(3041), 1, + ACTIONS(3033), 1, sym__shortcode_open_escaped, - ACTIONS(3043), 1, + ACTIONS(3035), 1, sym__shortcode_open, - ACTIONS(3045), 1, + ACTIONS(3037), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3047), 1, + ACTIONS(3039), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3049), 1, + ACTIONS(3041), 1, sym__cite_author_in_text, - ACTIONS(3051), 1, + ACTIONS(3043), 1, sym__cite_suppress_author, - ACTIONS(3053), 1, + ACTIONS(3045), 1, sym__strikeout_open, - ACTIONS(3055), 1, + ACTIONS(3047), 1, sym__subscript_open, - ACTIONS(3057), 1, + ACTIONS(3049), 1, sym__superscript_open, - ACTIONS(3059), 1, + ACTIONS(3051), 1, sym__inline_note_start_token, - ACTIONS(3061), 1, + ACTIONS(3053), 1, sym__strong_emphasis_open_star, - ACTIONS(3063), 1, + ACTIONS(3055), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3065), 1, + ACTIONS(3057), 1, sym__emphasis_open_star, - ACTIONS(3067), 1, + ACTIONS(3059), 1, sym__emphasis_open_underscore, - ACTIONS(3567), 1, + ACTIONS(3473), 1, sym__whitespace, - STATE(593), 1, - aux_sym_pipe_table_row_repeat1, - STATE(3193), 1, + ACTIONS(3480), 1, + sym__pipe_table_delimiter, + STATE(3285), 1, sym__line_with_maybe_spaces, - STATE(3265), 1, + STATE(3355), 1, sym_pipe_table_cell, - ACTIONS(3009), 7, + ACTIONS(3001), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -70736,7 +71115,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(669), 24, + STATE(656), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -70761,75 +71140,71 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, aux_sym__line_with_maybe_spaces_repeat1, - [939] = 35, - ACTIONS(3103), 1, - sym__soft_line_ending, - ACTIONS(3409), 1, + [945] = 32, + ACTIONS(2049), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(2051), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(2053), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(2055), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(2057), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(2059), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(2061), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(2067), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(2069), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(2071), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(2073), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(2075), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(2077), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(2079), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(2081), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(2083), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(2085), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(2087), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(2089), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(2091), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(2093), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(2095), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(2097), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(2099), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(2101), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(2103), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(2105), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(2107), 1, sym__emphasis_open_underscore, - ACTIONS(3569), 1, + ACTIONS(2733), 1, sym__whitespace, - STATE(2878), 1, - sym__line, - STATE(2891), 1, - sym__inlines, - STATE(921), 2, - sym__soft_line_break, - sym__inline_whitespace, - ACTIONS(3407), 7, + ACTIONS(3484), 4, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + sym__pipe_table_delimiter, + ACTIONS(3482), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -70837,7 +71212,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(591), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -70861,71 +71236,72 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, + aux_sym__line_with_maybe_spaces_repeat1, [1074] = 32, - ACTIONS(2049), 1, + ACTIONS(3489), 1, anon_sym_LBRACK, - ACTIONS(2051), 1, + ACTIONS(3492), 1, anon_sym_BANG_LBRACK, - ACTIONS(2053), 1, + ACTIONS(3495), 1, anon_sym_DOLLAR, - ACTIONS(2055), 1, + ACTIONS(3498), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2057), 1, + ACTIONS(3501), 1, anon_sym_LBRACE, - ACTIONS(2059), 1, + ACTIONS(3504), 1, aux_sym_pandoc_str_token1, - ACTIONS(2061), 1, + ACTIONS(3507), 1, anon_sym_PIPE, - ACTIONS(2067), 1, + ACTIONS(3510), 1, + sym__whitespace, + ACTIONS(3515), 1, sym__code_span_start, - ACTIONS(2069), 1, + ACTIONS(3518), 1, sym__highlight_span_start, - ACTIONS(2071), 1, + ACTIONS(3521), 1, sym__insert_span_start, - ACTIONS(2073), 1, + ACTIONS(3524), 1, sym__delete_span_start, - ACTIONS(2075), 1, + ACTIONS(3527), 1, sym__edit_comment_span_start, - ACTIONS(2077), 1, + ACTIONS(3530), 1, sym__single_quote_span_open, - ACTIONS(2079), 1, + ACTIONS(3533), 1, sym__double_quote_span_open, - ACTIONS(2081), 1, + ACTIONS(3536), 1, sym__shortcode_open_escaped, - ACTIONS(2083), 1, + ACTIONS(3539), 1, sym__shortcode_open, - ACTIONS(2085), 1, + ACTIONS(3542), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2087), 1, + ACTIONS(3545), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2089), 1, + ACTIONS(3548), 1, sym__cite_author_in_text, - ACTIONS(2091), 1, + ACTIONS(3551), 1, sym__cite_suppress_author, - ACTIONS(2093), 1, + ACTIONS(3554), 1, sym__strikeout_open, - ACTIONS(2095), 1, + ACTIONS(3557), 1, sym__subscript_open, - ACTIONS(2097), 1, + ACTIONS(3560), 1, sym__superscript_open, - ACTIONS(2099), 1, + ACTIONS(3563), 1, sym__inline_note_start_token, - ACTIONS(2101), 1, + ACTIONS(3566), 1, sym__strong_emphasis_open_star, - ACTIONS(2103), 1, + ACTIONS(3569), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2105), 1, + ACTIONS(3572), 1, sym__emphasis_open_star, - ACTIONS(2107), 1, + ACTIONS(3575), 1, sym__emphasis_open_underscore, - ACTIONS(2737), 1, - sym__whitespace, - ACTIONS(3573), 4, + ACTIONS(3513), 4, sym__line_ending, sym__eof, sym__pipe_table_line_ending, sym__pipe_table_delimiter, - ACTIONS(3571), 7, + ACTIONS(3486), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -70933,7 +71309,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(587), 24, + STATE(591), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -70959,73 +71335,74 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_with_maybe_spaces_repeat1, [1203] = 35, - ACTIONS(2745), 1, - sym__line_ending, - ACTIONS(3011), 1, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(3013), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(3015), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(3017), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3019), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(3021), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(3023), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3027), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(3029), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(3031), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(3033), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(3035), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(3037), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(3039), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(3041), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(3043), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(3045), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3047), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3049), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(3051), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(3053), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(3055), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(3057), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(3059), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(3061), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(3063), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3065), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(3067), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - ACTIONS(3467), 1, + ACTIONS(3578), 1, sym__whitespace, - ACTIONS(3469), 1, - sym__pipe_table_delimiter, - STATE(3193), 1, - sym__line_with_maybe_spaces, - STATE(3268), 1, - sym_pipe_table_cell, - ACTIONS(3009), 7, + STATE(2906), 1, + sym__inlines, + STATE(2931), 1, + sym__line, + STATE(849), 2, + sym__soft_line_break, + sym__inline_whitespace, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -71033,7 +71410,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(669), 24, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -71057,75 +71434,74 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - aux_sym__line_with_maybe_spaces_repeat1, [1338] = 35, - ACTIONS(2754), 1, + ACTIONS(2867), 1, + sym__line_ending, + ACTIONS(3003), 1, anon_sym_LBRACK, - ACTIONS(2757), 1, + ACTIONS(3005), 1, anon_sym_BANG_LBRACK, - ACTIONS(2760), 1, + ACTIONS(3007), 1, anon_sym_DOLLAR, - ACTIONS(2763), 1, + ACTIONS(3009), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2766), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(2769), 1, + ACTIONS(3013), 1, aux_sym_pandoc_str_token1, - ACTIONS(2772), 1, + ACTIONS(3015), 1, anon_sym_PIPE, - ACTIONS(2778), 1, - sym__line_ending, - ACTIONS(2780), 1, + ACTIONS(3019), 1, sym__code_span_start, - ACTIONS(2783), 1, + ACTIONS(3021), 1, sym__highlight_span_start, - ACTIONS(2786), 1, + ACTIONS(3023), 1, sym__insert_span_start, - ACTIONS(2789), 1, + ACTIONS(3025), 1, sym__delete_span_start, - ACTIONS(2792), 1, + ACTIONS(3027), 1, sym__edit_comment_span_start, - ACTIONS(2795), 1, + ACTIONS(3029), 1, sym__single_quote_span_open, - ACTIONS(2798), 1, + ACTIONS(3031), 1, sym__double_quote_span_open, - ACTIONS(2801), 1, + ACTIONS(3033), 1, sym__shortcode_open_escaped, - ACTIONS(2804), 1, + ACTIONS(3035), 1, sym__shortcode_open, - ACTIONS(2807), 1, + ACTIONS(3037), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2810), 1, + ACTIONS(3039), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2813), 1, + ACTIONS(3041), 1, sym__cite_author_in_text, - ACTIONS(2816), 1, + ACTIONS(3043), 1, sym__cite_suppress_author, - ACTIONS(2819), 1, + ACTIONS(3045), 1, sym__strikeout_open, - ACTIONS(2822), 1, + ACTIONS(3047), 1, sym__subscript_open, - ACTIONS(2825), 1, + ACTIONS(3049), 1, sym__superscript_open, - ACTIONS(2828), 1, + ACTIONS(3051), 1, sym__inline_note_start_token, - ACTIONS(2831), 1, + ACTIONS(3053), 1, sym__strong_emphasis_open_star, - ACTIONS(2834), 1, + ACTIONS(3055), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2837), 1, + ACTIONS(3057), 1, sym__emphasis_open_star, - ACTIONS(2840), 1, + ACTIONS(3059), 1, sym__emphasis_open_underscore, - ACTIONS(3575), 1, + ACTIONS(3473), 1, sym__whitespace, - STATE(593), 1, - aux_sym_pipe_table_row_repeat1, - STATE(3336), 1, - sym_pipe_table_cell, - STATE(3402), 1, + ACTIONS(3475), 1, + sym__pipe_table_delimiter, + STATE(3285), 1, sym__line_with_maybe_spaces, - ACTIONS(2751), 7, + STATE(3385), 1, + sym_pipe_table_cell, + ACTIONS(3001), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -71133,7 +71509,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(702), 24, + STATE(656), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -71159,73 +71535,73 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_with_maybe_spaces_repeat1, [1473] = 35, - ACTIONS(2889), 1, + ACTIONS(2883), 1, sym__line_ending, - ACTIONS(3011), 1, + ACTIONS(3003), 1, anon_sym_LBRACK, - ACTIONS(3013), 1, + ACTIONS(3005), 1, anon_sym_BANG_LBRACK, - ACTIONS(3015), 1, + ACTIONS(3007), 1, anon_sym_DOLLAR, - ACTIONS(3017), 1, + ACTIONS(3009), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3019), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(3021), 1, + ACTIONS(3013), 1, aux_sym_pandoc_str_token1, - ACTIONS(3023), 1, + ACTIONS(3015), 1, anon_sym_PIPE, - ACTIONS(3027), 1, + ACTIONS(3019), 1, sym__code_span_start, - ACTIONS(3029), 1, + ACTIONS(3021), 1, sym__highlight_span_start, - ACTIONS(3031), 1, + ACTIONS(3023), 1, sym__insert_span_start, - ACTIONS(3033), 1, + ACTIONS(3025), 1, sym__delete_span_start, - ACTIONS(3035), 1, + ACTIONS(3027), 1, sym__edit_comment_span_start, - ACTIONS(3037), 1, + ACTIONS(3029), 1, sym__single_quote_span_open, - ACTIONS(3039), 1, + ACTIONS(3031), 1, sym__double_quote_span_open, - ACTIONS(3041), 1, + ACTIONS(3033), 1, sym__shortcode_open_escaped, - ACTIONS(3043), 1, + ACTIONS(3035), 1, sym__shortcode_open, - ACTIONS(3045), 1, + ACTIONS(3037), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3047), 1, + ACTIONS(3039), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3049), 1, + ACTIONS(3041), 1, sym__cite_author_in_text, - ACTIONS(3051), 1, + ACTIONS(3043), 1, sym__cite_suppress_author, - ACTIONS(3053), 1, + ACTIONS(3045), 1, sym__strikeout_open, - ACTIONS(3055), 1, + ACTIONS(3047), 1, sym__subscript_open, - ACTIONS(3057), 1, + ACTIONS(3049), 1, sym__superscript_open, - ACTIONS(3059), 1, + ACTIONS(3051), 1, sym__inline_note_start_token, - ACTIONS(3061), 1, + ACTIONS(3053), 1, sym__strong_emphasis_open_star, - ACTIONS(3063), 1, + ACTIONS(3055), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3065), 1, + ACTIONS(3057), 1, sym__emphasis_open_star, - ACTIONS(3067), 1, + ACTIONS(3059), 1, sym__emphasis_open_underscore, - ACTIONS(3467), 1, + ACTIONS(3473), 1, sym__whitespace, - ACTIONS(3469), 1, + ACTIONS(3475), 1, sym__pipe_table_delimiter, - STATE(3193), 1, + STATE(3285), 1, sym__line_with_maybe_spaces, - STATE(3306), 1, + STATE(3348), 1, sym_pipe_table_cell, - ACTIONS(3009), 7, + ACTIONS(3001), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -71233,7 +71609,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(669), 24, + STATE(656), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -71259,73 +71635,73 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_with_maybe_spaces_repeat1, [1608] = 35, - ACTIONS(2873), 1, + ACTIONS(2735), 1, sym__line_ending, - ACTIONS(3011), 1, + ACTIONS(3003), 1, anon_sym_LBRACK, - ACTIONS(3013), 1, + ACTIONS(3005), 1, anon_sym_BANG_LBRACK, - ACTIONS(3015), 1, + ACTIONS(3007), 1, anon_sym_DOLLAR, - ACTIONS(3017), 1, + ACTIONS(3009), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3019), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(3021), 1, + ACTIONS(3013), 1, aux_sym_pandoc_str_token1, - ACTIONS(3023), 1, + ACTIONS(3015), 1, anon_sym_PIPE, - ACTIONS(3027), 1, + ACTIONS(3019), 1, sym__code_span_start, - ACTIONS(3029), 1, + ACTIONS(3021), 1, sym__highlight_span_start, - ACTIONS(3031), 1, + ACTIONS(3023), 1, sym__insert_span_start, - ACTIONS(3033), 1, + ACTIONS(3025), 1, sym__delete_span_start, - ACTIONS(3035), 1, + ACTIONS(3027), 1, sym__edit_comment_span_start, - ACTIONS(3037), 1, + ACTIONS(3029), 1, sym__single_quote_span_open, - ACTIONS(3039), 1, + ACTIONS(3031), 1, sym__double_quote_span_open, - ACTIONS(3041), 1, + ACTIONS(3033), 1, sym__shortcode_open_escaped, - ACTIONS(3043), 1, + ACTIONS(3035), 1, sym__shortcode_open, - ACTIONS(3045), 1, + ACTIONS(3037), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3047), 1, + ACTIONS(3039), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3049), 1, + ACTIONS(3041), 1, sym__cite_author_in_text, - ACTIONS(3051), 1, + ACTIONS(3043), 1, sym__cite_suppress_author, - ACTIONS(3053), 1, + ACTIONS(3045), 1, sym__strikeout_open, - ACTIONS(3055), 1, + ACTIONS(3047), 1, sym__subscript_open, - ACTIONS(3057), 1, + ACTIONS(3049), 1, sym__superscript_open, - ACTIONS(3059), 1, + ACTIONS(3051), 1, sym__inline_note_start_token, - ACTIONS(3061), 1, + ACTIONS(3053), 1, sym__strong_emphasis_open_star, - ACTIONS(3063), 1, + ACTIONS(3055), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3065), 1, + ACTIONS(3057), 1, sym__emphasis_open_star, - ACTIONS(3067), 1, + ACTIONS(3059), 1, sym__emphasis_open_underscore, - ACTIONS(3467), 1, + ACTIONS(3473), 1, sym__whitespace, - ACTIONS(3469), 1, + ACTIONS(3475), 1, sym__pipe_table_delimiter, - STATE(3193), 1, + STATE(3285), 1, sym__line_with_maybe_spaces, - STATE(3258), 1, + STATE(3385), 1, sym_pipe_table_cell, - ACTIONS(3009), 7, + ACTIONS(3001), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -71333,7 +71709,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(669), 24, + STATE(656), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -71359,74 +71735,73 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_with_maybe_spaces_repeat1, [1743] = 35, - ACTIONS(3103), 1, - sym__soft_line_ending, - ACTIONS(3409), 1, + ACTIONS(2735), 1, + sym__line_ending, + ACTIONS(3003), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(3005), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(3007), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(3009), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(3013), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(3015), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(3019), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(3021), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(3023), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(3025), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(3027), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(3029), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(3031), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(3033), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(3035), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(3037), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(3039), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(3041), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(3043), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(3045), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(3047), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(3049), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(3051), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(3053), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(3055), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(3057), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(3059), 1, sym__emphasis_open_underscore, - ACTIONS(3578), 1, + ACTIONS(3473), 1, sym__whitespace, - STATE(2774), 1, - sym__inlines, - STATE(2878), 1, - sym__line, - STATE(798), 2, - sym__soft_line_break, - sym__inline_whitespace, - ACTIONS(3407), 7, + ACTIONS(3475), 1, + sym__pipe_table_delimiter, + STATE(3285), 1, + sym__line_with_maybe_spaces, + STATE(3313), 1, + sym_pipe_table_cell, + ACTIONS(3001), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -71434,7 +71809,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(656), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -71458,74 +71833,75 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, + aux_sym__line_with_maybe_spaces_repeat1, [1878] = 35, - ACTIONS(2739), 1, + ACTIONS(2867), 1, sym__line_ending, - ACTIONS(3011), 1, + ACTIONS(3003), 1, anon_sym_LBRACK, - ACTIONS(3013), 1, + ACTIONS(3005), 1, anon_sym_BANG_LBRACK, - ACTIONS(3015), 1, + ACTIONS(3007), 1, anon_sym_DOLLAR, - ACTIONS(3017), 1, + ACTIONS(3009), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3019), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(3021), 1, + ACTIONS(3013), 1, aux_sym_pandoc_str_token1, - ACTIONS(3023), 1, + ACTIONS(3015), 1, anon_sym_PIPE, - ACTIONS(3027), 1, + ACTIONS(3019), 1, sym__code_span_start, - ACTIONS(3029), 1, + ACTIONS(3021), 1, sym__highlight_span_start, - ACTIONS(3031), 1, + ACTIONS(3023), 1, sym__insert_span_start, - ACTIONS(3033), 1, + ACTIONS(3025), 1, sym__delete_span_start, - ACTIONS(3035), 1, + ACTIONS(3027), 1, sym__edit_comment_span_start, - ACTIONS(3037), 1, + ACTIONS(3029), 1, sym__single_quote_span_open, - ACTIONS(3039), 1, + ACTIONS(3031), 1, sym__double_quote_span_open, - ACTIONS(3041), 1, + ACTIONS(3033), 1, sym__shortcode_open_escaped, - ACTIONS(3043), 1, + ACTIONS(3035), 1, sym__shortcode_open, - ACTIONS(3045), 1, + ACTIONS(3037), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3047), 1, + ACTIONS(3039), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3049), 1, + ACTIONS(3041), 1, sym__cite_author_in_text, - ACTIONS(3051), 1, + ACTIONS(3043), 1, sym__cite_suppress_author, - ACTIONS(3053), 1, + ACTIONS(3045), 1, sym__strikeout_open, - ACTIONS(3055), 1, + ACTIONS(3047), 1, sym__subscript_open, - ACTIONS(3057), 1, + ACTIONS(3049), 1, sym__superscript_open, - ACTIONS(3059), 1, + ACTIONS(3051), 1, sym__inline_note_start_token, - ACTIONS(3061), 1, + ACTIONS(3053), 1, sym__strong_emphasis_open_star, - ACTIONS(3063), 1, + ACTIONS(3055), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3065), 1, + ACTIONS(3057), 1, sym__emphasis_open_star, - ACTIONS(3067), 1, + ACTIONS(3059), 1, sym__emphasis_open_underscore, - ACTIONS(3467), 1, - sym__whitespace, ACTIONS(3580), 1, - sym__pipe_table_delimiter, - STATE(3156), 1, - sym_pipe_table_cell, - STATE(3193), 1, + sym__whitespace, + STATE(588), 1, + aux_sym_pipe_table_row_repeat1, + STATE(3285), 1, sym__line_with_maybe_spaces, - ACTIONS(3009), 7, + STATE(3395), 1, + sym_pipe_table_cell, + ACTIONS(3001), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -71533,7 +71909,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(669), 24, + STATE(656), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -71559,7 +71935,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_with_maybe_spaces_repeat1, [2013] = 35, - ACTIONS(3103), 1, + ACTIONS(3095), 1, sym__soft_line_ending, ACTIONS(3409), 1, anon_sym_LBRACK, @@ -71619,11 +71995,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, ACTIONS(3582), 1, sym__whitespace, - STATE(2795), 1, - sym__inlines, - STATE(2878), 1, + STATE(2931), 1, sym__line, - STATE(811), 2, + STATE(2937), 1, + sym__inlines, + STATE(812), 2, sym__soft_line_break, sym__inline_whitespace, ACTIONS(3407), 7, @@ -71634,7 +72010,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -71659,73 +72035,74 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [2148] = 35, - ACTIONS(2967), 1, - sym__line_ending, - ACTIONS(3011), 1, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(3013), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(3015), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(3017), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3019), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(3021), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(3023), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3027), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(3029), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(3031), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(3033), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(3035), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(3037), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(3039), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(3041), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(3043), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(3045), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3047), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3049), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(3051), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(3053), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(3055), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(3057), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(3059), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(3061), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(3063), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3065), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(3067), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, ACTIONS(3584), 1, sym__whitespace, - STATE(593), 1, - aux_sym_pipe_table_row_repeat1, - STATE(3154), 1, - sym_pipe_table_cell, - STATE(3193), 1, - sym__line_with_maybe_spaces, - ACTIONS(3009), 7, + STATE(2931), 1, + sym__line, + STATE(2967), 1, + sym__inlines, + STATE(797), 2, + sym__soft_line_break, + sym__inline_whitespace, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -71733,7 +72110,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(669), 24, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -71757,9 +72134,8 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - aux_sym__line_with_maybe_spaces_repeat1, [2283] = 35, - ACTIONS(3103), 1, + ACTIONS(3095), 1, sym__soft_line_ending, ACTIONS(3409), 1, anon_sym_LBRACK, @@ -71819,11 +72195,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, ACTIONS(3586), 1, sym__whitespace, - STATE(2767), 1, - sym__inlines, - STATE(2878), 1, + STATE(2931), 1, sym__line, - STATE(788), 2, + STATE(3009), 1, + sym__inlines, + STATE(820), 2, sym__soft_line_break, sym__inline_whitespace, ACTIONS(3407), 7, @@ -71834,7 +72210,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -71859,7 +72235,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [2418] = 35, - ACTIONS(3103), 1, + ACTIONS(3095), 1, sym__soft_line_ending, ACTIONS(3409), 1, anon_sym_LBRACK, @@ -71919,11 +72295,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, ACTIONS(3588), 1, sym__whitespace, - STATE(2878), 1, - sym__line, - STATE(2904), 1, + STATE(2888), 1, sym__inlines, - STATE(823), 2, + STATE(2931), 1, + sym__line, + STATE(828), 2, sym__soft_line_break, sym__inline_whitespace, ACTIONS(3407), 7, @@ -71934,7 +72310,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -71959,7 +72335,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [2553] = 35, - ACTIONS(3103), 1, + ACTIONS(3095), 1, sym__soft_line_ending, ACTIONS(3409), 1, anon_sym_LBRACK, @@ -72019,11 +72395,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, ACTIONS(3590), 1, sym__whitespace, - STATE(2776), 1, + STATE(2911), 1, sym__inlines, - STATE(2878), 1, + STATE(2931), 1, sym__line, - STATE(831), 2, + STATE(844), 2, sym__soft_line_break, sym__inline_whitespace, ACTIONS(3407), 7, @@ -72034,7 +72410,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -72059,7 +72435,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [2688] = 35, - ACTIONS(3103), 1, + ACTIONS(3095), 1, sym__soft_line_ending, ACTIONS(3409), 1, anon_sym_LBRACK, @@ -72119,11 +72495,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, ACTIONS(3592), 1, sym__whitespace, - STATE(2803), 1, + STATE(2929), 1, sym__inlines, - STATE(2878), 1, + STATE(2931), 1, sym__line, - STATE(840), 2, + STATE(852), 2, sym__soft_line_break, sym__inline_whitespace, ACTIONS(3407), 7, @@ -72134,7 +72510,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -72159,7 +72535,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [2823] = 35, - ACTIONS(3103), 1, + ACTIONS(3095), 1, sym__soft_line_ending, ACTIONS(3409), 1, anon_sym_LBRACK, @@ -72219,11 +72595,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, ACTIONS(3594), 1, sym__whitespace, - STATE(2870), 1, - sym__inlines, - STATE(2878), 1, + STATE(2931), 1, sym__line, - STATE(848), 2, + STATE(2948), 1, + sym__inlines, + STATE(860), 2, sym__soft_line_break, sym__inline_whitespace, ACTIONS(3407), 7, @@ -72234,7 +72610,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -72259,7 +72635,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [2958] = 35, - ACTIONS(3103), 1, + ACTIONS(3095), 1, sym__soft_line_ending, ACTIONS(3409), 1, anon_sym_LBRACK, @@ -72319,11 +72695,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, ACTIONS(3596), 1, sym__whitespace, - STATE(2758), 1, - sym__inlines, - STATE(2878), 1, + STATE(2931), 1, sym__line, - STATE(857), 2, + STATE(2972), 1, + sym__inlines, + STATE(868), 2, sym__soft_line_break, sym__inline_whitespace, ACTIONS(3407), 7, @@ -72334,7 +72710,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -72359,7 +72735,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [3093] = 35, - ACTIONS(3103), 1, + ACTIONS(3095), 1, sym__soft_line_ending, ACTIONS(3409), 1, anon_sym_LBRACK, @@ -72419,11 +72795,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, ACTIONS(3598), 1, sym__whitespace, - STATE(2768), 1, - sym__inlines, - STATE(2878), 1, + STATE(2931), 1, sym__line, - STATE(865), 2, + STATE(2995), 1, + sym__inlines, + STATE(876), 2, sym__soft_line_break, sym__inline_whitespace, ACTIONS(3407), 7, @@ -72434,7 +72810,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -72459,7 +72835,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [3228] = 35, - ACTIONS(3103), 1, + ACTIONS(3095), 1, sym__soft_line_ending, ACTIONS(3409), 1, anon_sym_LBRACK, @@ -72519,11 +72895,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, ACTIONS(3600), 1, sym__whitespace, - STATE(2787), 1, - sym__inlines, - STATE(2878), 1, + STATE(2931), 1, sym__line, - STATE(873), 2, + STATE(3020), 1, + sym__inlines, + STATE(884), 2, sym__soft_line_break, sym__inline_whitespace, ACTIONS(3407), 7, @@ -72534,7 +72910,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -72559,7 +72935,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [3363] = 35, - ACTIONS(3103), 1, + ACTIONS(3095), 1, sym__soft_line_ending, ACTIONS(3409), 1, anon_sym_LBRACK, @@ -72619,11 +72995,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, ACTIONS(3602), 1, sym__whitespace, - STATE(2809), 1, + STATE(2877), 1, sym__inlines, - STATE(2878), 1, + STATE(2931), 1, sym__line, - STATE(881), 2, + STATE(892), 2, sym__soft_line_break, sym__inline_whitespace, ACTIONS(3407), 7, @@ -72634,7 +73010,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -72659,7 +73035,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [3498] = 35, - ACTIONS(3103), 1, + ACTIONS(3095), 1, sym__soft_line_ending, ACTIONS(3409), 1, anon_sym_LBRACK, @@ -72719,11 +73095,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, ACTIONS(3604), 1, sym__whitespace, - STATE(2823), 1, + STATE(2885), 1, sym__inlines, - STATE(2878), 1, + STATE(2931), 1, sym__line, - STATE(889), 2, + STATE(900), 2, sym__soft_line_break, sym__inline_whitespace, ACTIONS(3407), 7, @@ -72734,7 +73110,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -72759,7 +73135,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [3633] = 35, - ACTIONS(3103), 1, + ACTIONS(3095), 1, sym__soft_line_ending, ACTIONS(3409), 1, anon_sym_LBRACK, @@ -72819,11 +73195,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, ACTIONS(3606), 1, sym__whitespace, - STATE(2847), 1, + STATE(2893), 1, sym__inlines, - STATE(2878), 1, + STATE(2931), 1, sym__line, - STATE(897), 2, + STATE(908), 2, sym__soft_line_break, sym__inline_whitespace, ACTIONS(3407), 7, @@ -72834,7 +73210,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -72859,74 +73235,73 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [3768] = 35, - ACTIONS(3103), 1, - sym__soft_line_ending, - ACTIONS(3409), 1, + ACTIONS(2949), 1, + sym__line_ending, + ACTIONS(3003), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(3005), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(3007), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(3009), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(3013), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(3015), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(3019), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(3021), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(3023), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(3025), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(3027), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(3029), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(3031), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(3033), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(3035), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(3037), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(3039), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(3041), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(3043), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(3045), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(3047), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(3049), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(3051), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(3053), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(3055), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(3057), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(3059), 1, sym__emphasis_open_underscore, ACTIONS(3608), 1, sym__whitespace, - STATE(2859), 1, - sym__inlines, - STATE(2878), 1, - sym__line, - STATE(905), 2, - sym__soft_line_break, - sym__inline_whitespace, - ACTIONS(3407), 7, + STATE(588), 1, + aux_sym_pipe_table_row_repeat1, + STATE(3285), 1, + sym__line_with_maybe_spaces, + STATE(3288), 1, + sym_pipe_table_cell, + ACTIONS(3001), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -72934,7 +73309,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(656), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -72958,6 +73333,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, + aux_sym__line_with_maybe_spaces_repeat1, [3903] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, @@ -73015,15 +73391,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2549), 1, + ACTIONS(2521), 1, aux_sym_target_token1, ACTIONS(3610), 1, aux_sym_pandoc_span_token1, - STATE(982), 1, + STATE(981), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3225), 1, + STATE(3274), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -73033,7 +73409,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -73114,15 +73490,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2441), 1, + ACTIONS(2481), 1, aux_sym_target_token1, ACTIONS(3612), 1, aux_sym_pandoc_span_token1, - STATE(1266), 1, + STATE(1316), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3128), 1, + STATE(3332), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -73132,7 +73508,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -73213,15 +73589,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2451), 1, + ACTIONS(2481), 1, aux_sym_target_token1, ACTIONS(3614), 1, aux_sym_pandoc_span_token1, - STATE(1292), 1, + STATE(1332), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3175), 1, + STATE(3333), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -73231,7 +73607,103 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, + 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_pandoc_str, + [4305] = 33, + ACTIONS(3619), 1, + anon_sym_LBRACK, + ACTIONS(3622), 1, + aux_sym_pandoc_span_token1, + ACTIONS(3624), 1, + anon_sym_BANG_LBRACK, + ACTIONS(3629), 1, + anon_sym_DOLLAR, + ACTIONS(3632), 1, + anon_sym_DOLLAR_DOLLAR, + ACTIONS(3635), 1, + anon_sym_LBRACE, + ACTIONS(3638), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3641), 1, + anon_sym_PIPE, + ACTIONS(3644), 1, + sym__whitespace, + ACTIONS(3647), 1, + sym__code_span_start, + ACTIONS(3650), 1, + sym__highlight_span_start, + ACTIONS(3653), 1, + sym__insert_span_start, + ACTIONS(3656), 1, + sym__delete_span_start, + ACTIONS(3659), 1, + sym__edit_comment_span_start, + ACTIONS(3662), 1, + sym__single_quote_span_open, + ACTIONS(3665), 1, + sym__double_quote_span_open, + ACTIONS(3668), 1, + sym__shortcode_open_escaped, + ACTIONS(3671), 1, + sym__shortcode_open, + ACTIONS(3674), 1, + sym__cite_author_in_text_with_open_bracket, + ACTIONS(3677), 1, + sym__cite_suppress_author_with_open_bracket, + ACTIONS(3680), 1, + sym__cite_author_in_text, + ACTIONS(3683), 1, + sym__cite_suppress_author, + ACTIONS(3686), 1, + sym__strikeout_open, + ACTIONS(3689), 1, + sym__subscript_open, + ACTIONS(3692), 1, + sym__superscript_open, + ACTIONS(3695), 1, + sym__inline_note_start_token, + ACTIONS(3698), 1, + sym__strong_emphasis_open_star, + ACTIONS(3701), 1, + sym__strong_emphasis_open_underscore, + ACTIONS(3704), 1, + sym__emphasis_open_star, + ACTIONS(3707), 1, + sym__emphasis_open_underscore, + ACTIONS(3627), 2, + sym__soft_line_ending, + aux_sym_target_token1, + ACTIONS(3616), 7, + sym__html_comment, + sym__autolink, + sym_inline_note_reference, + sym_html_element, + sym__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + STATE(615), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -73255,7 +73727,8 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [4305] = 35, + aux_sym__line_repeat1, + [4435] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -73312,15 +73785,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2451), 1, + ACTIONS(2549), 1, aux_sym_target_token1, - ACTIONS(3616), 1, + ACTIONS(3710), 1, aux_sym_pandoc_span_token1, - STATE(1294), 1, + STATE(1057), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3176), 1, + STATE(3268), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -73330,7 +73803,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -73354,7 +73827,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [4439] = 33, + [4569] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -73411,14 +73884,17 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(3620), 1, - aux_sym_pandoc_span_token1, - ACTIONS(3624), 1, - sym__whitespace, - ACTIONS(3622), 2, - sym__soft_line_ending, + ACTIONS(2491), 1, aux_sym_target_token1, - ACTIONS(3618), 7, + ACTIONS(3712), 1, + aux_sym_pandoc_span_token1, + STATE(1429), 1, + sym_target, + STATE(2902), 1, + sym__line, + STATE(3398), 1, + sym__inlines, + ACTIONS(2179), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -73426,7 +73902,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(619), 24, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -73450,8 +73926,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - aux_sym__line_repeat1, - [4569] = 35, + [4703] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -73508,15 +73983,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2461), 1, + ACTIONS(2491), 1, aux_sym_target_token1, - ACTIONS(3626), 1, + ACTIONS(3714), 1, aux_sym_pandoc_span_token1, - STATE(1319), 1, + STATE(1432), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3204), 1, + STATE(3249), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -73526,7 +74001,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -73550,7 +74025,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [4703] = 35, + [4837] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -73607,15 +74082,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2461), 1, + ACTIONS(2421), 1, aux_sym_target_token1, - ACTIONS(3628), 1, + ACTIONS(3716), 1, aux_sym_pandoc_span_token1, - STATE(1321), 1, + STATE(1287), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3205), 1, + STATE(3235), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -73625,7 +74100,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -73649,7 +74124,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [4837] = 33, + [4971] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -73706,14 +74181,17 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(3624), 1, - sym__whitespace, - ACTIONS(3632), 1, - aux_sym_pandoc_span_token1, - ACTIONS(3634), 2, - sym__soft_line_ending, + ACTIONS(2431), 1, aux_sym_target_token1, - ACTIONS(3630), 7, + ACTIONS(3718), 1, + aux_sym_pandoc_span_token1, + STATE(1319), 1, + sym_target, + STATE(2902), 1, + sym__line, + STATE(3373), 1, + sym__inlines, + ACTIONS(2179), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -73721,7 +74199,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(620), 24, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -73745,105 +74223,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - aux_sym__line_repeat1, - [4967] = 33, - ACTIONS(3639), 1, - anon_sym_LBRACK, - ACTIONS(3642), 1, - aux_sym_pandoc_span_token1, - ACTIONS(3644), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3649), 1, - anon_sym_DOLLAR, - ACTIONS(3652), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3655), 1, - anon_sym_LBRACE, - ACTIONS(3658), 1, - aux_sym_pandoc_str_token1, - ACTIONS(3661), 1, - anon_sym_PIPE, - ACTIONS(3664), 1, - sym__whitespace, - ACTIONS(3667), 1, - sym__code_span_start, - ACTIONS(3670), 1, - sym__highlight_span_start, - ACTIONS(3673), 1, - sym__insert_span_start, - ACTIONS(3676), 1, - sym__delete_span_start, - ACTIONS(3679), 1, - sym__edit_comment_span_start, - ACTIONS(3682), 1, - sym__single_quote_span_open, - ACTIONS(3685), 1, - sym__double_quote_span_open, - ACTIONS(3688), 1, - sym__shortcode_open_escaped, - ACTIONS(3691), 1, - sym__shortcode_open, - ACTIONS(3694), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3697), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3700), 1, - sym__cite_author_in_text, - ACTIONS(3703), 1, - sym__cite_suppress_author, - ACTIONS(3706), 1, - sym__strikeout_open, - ACTIONS(3709), 1, - sym__subscript_open, - ACTIONS(3712), 1, - sym__superscript_open, - ACTIONS(3715), 1, - sym__inline_note_start_token, - ACTIONS(3718), 1, - sym__strong_emphasis_open_star, - ACTIONS(3721), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3724), 1, - sym__emphasis_open_star, - ACTIONS(3727), 1, - sym__emphasis_open_underscore, - ACTIONS(3647), 2, - sym__soft_line_ending, - aux_sym_target_token1, - ACTIONS(3636), 7, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - STATE(620), 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_pandoc_str, - aux_sym__line_repeat1, - [5097] = 35, + [5105] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -73900,114 +74280,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2549), 1, - aux_sym_target_token1, - ACTIONS(3730), 1, - aux_sym_pandoc_span_token1, - STATE(983), 1, - sym_target, - STATE(2865), 1, - sym__line, - STATE(3096), 1, - sym__inlines, - ACTIONS(2179), 7, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - STATE(616), 23, - 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_pandoc_str, - [5231] = 35, - ACTIONS(2181), 1, - anon_sym_LBRACK, - ACTIONS(2185), 1, - anon_sym_BANG_LBRACK, - ACTIONS(2189), 1, - anon_sym_DOLLAR, - ACTIONS(2191), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(2193), 1, - anon_sym_LBRACE, - ACTIONS(2195), 1, - aux_sym_pandoc_str_token1, - ACTIONS(2197), 1, - anon_sym_PIPE, - ACTIONS(2203), 1, - sym__code_span_start, - ACTIONS(2205), 1, - sym__highlight_span_start, - ACTIONS(2207), 1, - sym__insert_span_start, - ACTIONS(2209), 1, - sym__delete_span_start, - ACTIONS(2211), 1, - sym__edit_comment_span_start, - ACTIONS(2213), 1, - sym__single_quote_span_open, - ACTIONS(2215), 1, - sym__double_quote_span_open, - ACTIONS(2217), 1, - sym__shortcode_open_escaped, - ACTIONS(2219), 1, - sym__shortcode_open, - ACTIONS(2221), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(2223), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(2225), 1, - sym__cite_author_in_text, - ACTIONS(2227), 1, - sym__cite_suppress_author, - ACTIONS(2229), 1, - sym__strikeout_open, - ACTIONS(2231), 1, - sym__subscript_open, - ACTIONS(2233), 1, - sym__superscript_open, - ACTIONS(2235), 1, - sym__inline_note_start_token, - ACTIONS(2237), 1, - sym__strong_emphasis_open_star, - ACTIONS(2239), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(2241), 1, - sym__emphasis_open_star, - ACTIONS(2243), 1, - sym__emphasis_open_underscore, - ACTIONS(2471), 1, + ACTIONS(2441), 1, aux_sym_target_token1, - ACTIONS(3732), 1, + ACTIONS(3720), 1, aux_sym_pandoc_span_token1, - STATE(1346), 1, + STATE(1349), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3234), 1, + STATE(3198), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -74017,7 +74298,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -74041,7 +74322,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [5365] = 35, + [5239] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -74098,15 +74379,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2471), 1, + ACTIONS(2501), 1, aux_sym_target_token1, - ACTIONS(3734), 1, + ACTIONS(3722), 1, aux_sym_pandoc_span_token1, - STATE(1348), 1, + STATE(1463), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3235), 1, + STATE(3409), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -74116,7 +74397,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -74140,7 +74421,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [5499] = 35, + [5373] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -74197,15 +74478,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2411), 1, + ACTIONS(2501), 1, aux_sym_target_token1, - ACTIONS(3736), 1, + ACTIONS(3724), 1, aux_sym_pandoc_span_token1, - STATE(1445), 1, + STATE(1465), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3163), 1, + STATE(3182), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -74215,7 +74496,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -74239,7 +74520,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [5633] = 35, + [5507] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -74296,15 +74577,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2481), 1, + ACTIONS(2441), 1, aux_sym_target_token1, - ACTIONS(3738), 1, + ACTIONS(3726), 1, aux_sym_pandoc_span_token1, - STATE(1424), 1, + STATE(1351), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3266), 1, + STATE(3219), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -74314,7 +74595,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -74338,7 +74619,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [5767] = 35, + [5641] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -74395,15 +74676,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2481), 1, + ACTIONS(2431), 1, aux_sym_target_token1, - ACTIONS(3740), 1, + ACTIONS(3728), 1, aux_sym_pandoc_span_token1, - STATE(1427), 1, + STATE(1321), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3267), 1, + STATE(3376), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -74413,7 +74694,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -74437,72 +74718,72 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [5901] = 34, - ACTIONS(3469), 1, + [5775] = 34, + ACTIONS(3475), 1, sym__pipe_table_delimiter, - ACTIONS(3744), 1, + ACTIONS(3732), 1, anon_sym_LBRACK, - ACTIONS(3746), 1, + ACTIONS(3734), 1, anon_sym_BANG_LBRACK, - ACTIONS(3748), 1, + ACTIONS(3736), 1, anon_sym_DOLLAR, - ACTIONS(3750), 1, + ACTIONS(3738), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3752), 1, + ACTIONS(3740), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(3742), 1, aux_sym_pandoc_str_token1, - ACTIONS(3756), 1, + ACTIONS(3744), 1, anon_sym_PIPE, - ACTIONS(3758), 1, + ACTIONS(3746), 1, sym__whitespace, - ACTIONS(3760), 1, + ACTIONS(3748), 1, sym__code_span_start, - ACTIONS(3762), 1, + ACTIONS(3750), 1, sym__highlight_span_start, - ACTIONS(3764), 1, + ACTIONS(3752), 1, sym__insert_span_start, - ACTIONS(3766), 1, + ACTIONS(3754), 1, sym__delete_span_start, - ACTIONS(3768), 1, + ACTIONS(3756), 1, sym__edit_comment_span_start, - ACTIONS(3770), 1, + ACTIONS(3758), 1, sym__single_quote_span_open, - ACTIONS(3772), 1, + ACTIONS(3760), 1, sym__double_quote_span_open, - ACTIONS(3774), 1, + ACTIONS(3762), 1, sym__shortcode_open_escaped, - ACTIONS(3776), 1, + ACTIONS(3764), 1, sym__shortcode_open, - ACTIONS(3778), 1, + ACTIONS(3766), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3780), 1, + ACTIONS(3768), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3782), 1, + ACTIONS(3770), 1, sym__cite_author_in_text, - ACTIONS(3784), 1, + ACTIONS(3772), 1, sym__cite_suppress_author, - ACTIONS(3786), 1, + ACTIONS(3774), 1, sym__strikeout_open, - ACTIONS(3788), 1, + ACTIONS(3776), 1, sym__subscript_open, - ACTIONS(3790), 1, + ACTIONS(3778), 1, sym__superscript_open, - ACTIONS(3792), 1, + ACTIONS(3780), 1, sym__inline_note_start_token, - ACTIONS(3794), 1, + ACTIONS(3782), 1, sym__strong_emphasis_open_star, - ACTIONS(3796), 1, + ACTIONS(3784), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3798), 1, + ACTIONS(3786), 1, sym__emphasis_open_star, - ACTIONS(3800), 1, + ACTIONS(3788), 1, sym__emphasis_open_underscore, - STATE(3322), 1, - sym_pipe_table_cell, - STATE(3402), 1, + STATE(3440), 1, sym__line_with_maybe_spaces, - ACTIONS(3742), 7, + STATE(3463), 1, + sym_pipe_table_cell, + ACTIONS(3730), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -74510,7 +74791,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(702), 24, + STATE(757), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -74535,72 +74816,72 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, aux_sym__line_with_maybe_spaces_repeat1, - [6033] = 34, - ACTIONS(2741), 1, + [5907] = 34, + ACTIONS(2737), 1, sym__pipe_table_delimiter, - ACTIONS(3744), 1, + ACTIONS(3732), 1, anon_sym_LBRACK, - ACTIONS(3746), 1, + ACTIONS(3734), 1, anon_sym_BANG_LBRACK, - ACTIONS(3748), 1, + ACTIONS(3736), 1, anon_sym_DOLLAR, - ACTIONS(3750), 1, + ACTIONS(3738), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3752), 1, + ACTIONS(3740), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(3742), 1, aux_sym_pandoc_str_token1, - ACTIONS(3756), 1, + ACTIONS(3744), 1, anon_sym_PIPE, - ACTIONS(3758), 1, + ACTIONS(3746), 1, sym__whitespace, - ACTIONS(3760), 1, + ACTIONS(3748), 1, sym__code_span_start, - ACTIONS(3762), 1, + ACTIONS(3750), 1, sym__highlight_span_start, - ACTIONS(3764), 1, + ACTIONS(3752), 1, sym__insert_span_start, - ACTIONS(3766), 1, + ACTIONS(3754), 1, sym__delete_span_start, - ACTIONS(3768), 1, + ACTIONS(3756), 1, sym__edit_comment_span_start, - ACTIONS(3770), 1, + ACTIONS(3758), 1, sym__single_quote_span_open, - ACTIONS(3772), 1, + ACTIONS(3760), 1, sym__double_quote_span_open, - ACTIONS(3774), 1, + ACTIONS(3762), 1, sym__shortcode_open_escaped, - ACTIONS(3776), 1, + ACTIONS(3764), 1, sym__shortcode_open, - ACTIONS(3778), 1, + ACTIONS(3766), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3780), 1, + ACTIONS(3768), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3782), 1, + ACTIONS(3770), 1, sym__cite_author_in_text, - ACTIONS(3784), 1, + ACTIONS(3772), 1, sym__cite_suppress_author, - ACTIONS(3786), 1, + ACTIONS(3774), 1, sym__strikeout_open, - ACTIONS(3788), 1, + ACTIONS(3776), 1, sym__subscript_open, - ACTIONS(3790), 1, + ACTIONS(3778), 1, sym__superscript_open, - ACTIONS(3792), 1, + ACTIONS(3780), 1, sym__inline_note_start_token, - ACTIONS(3794), 1, + ACTIONS(3782), 1, sym__strong_emphasis_open_star, - ACTIONS(3796), 1, + ACTIONS(3784), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3798), 1, + ACTIONS(3786), 1, sym__emphasis_open_star, - ACTIONS(3800), 1, + ACTIONS(3788), 1, sym__emphasis_open_underscore, - STATE(3373), 1, - sym_pipe_table_cell, - STATE(3402), 1, + STATE(3440), 1, sym__line_with_maybe_spaces, - ACTIONS(3742), 7, + STATE(3539), 1, + sym_pipe_table_cell, + ACTIONS(3730), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -74608,7 +74889,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(702), 24, + STATE(757), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -74633,7 +74914,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, aux_sym__line_with_maybe_spaces_repeat1, - [6165] = 35, + [6039] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -74690,15 +74971,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2491), 1, + ACTIONS(2511), 1, aux_sym_target_token1, - ACTIONS(3802), 1, + ACTIONS(3790), 1, aux_sym_pandoc_span_token1, - STATE(1114), 1, + STATE(1495), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3220), 1, + STATE(3189), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -74708,7 +74989,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -74732,7 +75013,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [6299] = 35, + [6173] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -74789,15 +75070,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2491), 1, + ACTIONS(2511), 1, aux_sym_target_token1, - ACTIONS(3804), 1, + ACTIONS(3792), 1, aux_sym_pandoc_span_token1, - STATE(1116), 1, + STATE(1497), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3221), 1, + STATE(3190), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -74807,7 +75088,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -74831,72 +75112,74 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [6433] = 34, - ACTIONS(2049), 1, + [6307] = 35, + ACTIONS(2181), 1, anon_sym_LBRACK, - ACTIONS(2051), 1, + ACTIONS(2185), 1, anon_sym_BANG_LBRACK, - ACTIONS(2053), 1, + ACTIONS(2189), 1, anon_sym_DOLLAR, - ACTIONS(2055), 1, + ACTIONS(2191), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2057), 1, + ACTIONS(2193), 1, anon_sym_LBRACE, - ACTIONS(2059), 1, + ACTIONS(2195), 1, aux_sym_pandoc_str_token1, - ACTIONS(2061), 1, + ACTIONS(2197), 1, anon_sym_PIPE, - ACTIONS(2067), 1, + ACTIONS(2203), 1, sym__code_span_start, - ACTIONS(2069), 1, + ACTIONS(2205), 1, sym__highlight_span_start, - ACTIONS(2071), 1, + ACTIONS(2207), 1, sym__insert_span_start, - ACTIONS(2073), 1, + ACTIONS(2209), 1, sym__delete_span_start, - ACTIONS(2075), 1, + ACTIONS(2211), 1, sym__edit_comment_span_start, - ACTIONS(2077), 1, + ACTIONS(2213), 1, sym__single_quote_span_open, - ACTIONS(2079), 1, + ACTIONS(2215), 1, sym__double_quote_span_open, - ACTIONS(2081), 1, + ACTIONS(2217), 1, sym__shortcode_open_escaped, - ACTIONS(2083), 1, + ACTIONS(2219), 1, sym__shortcode_open, - ACTIONS(2085), 1, + ACTIONS(2221), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2087), 1, + ACTIONS(2223), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2089), 1, + ACTIONS(2225), 1, sym__cite_author_in_text, - ACTIONS(2091), 1, + ACTIONS(2227), 1, sym__cite_suppress_author, - ACTIONS(2093), 1, + ACTIONS(2229), 1, sym__strikeout_open, - ACTIONS(2095), 1, + ACTIONS(2231), 1, sym__subscript_open, - ACTIONS(2097), 1, + ACTIONS(2233), 1, sym__superscript_open, - ACTIONS(2099), 1, + ACTIONS(2235), 1, sym__inline_note_start_token, - ACTIONS(2101), 1, + ACTIONS(2237), 1, sym__strong_emphasis_open_star, - ACTIONS(2103), 1, + ACTIONS(2239), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2105), 1, + ACTIONS(2241), 1, sym__emphasis_open_star, - ACTIONS(2107), 1, + ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(3806), 1, - sym__whitespace, - STATE(289), 1, - aux_sym_pipe_table_row_repeat1, - STATE(2766), 1, - sym__line_with_maybe_spaces, - STATE(2775), 1, - sym_pipe_table_cell, - ACTIONS(2047), 7, + ACTIONS(2521), 1, + aux_sym_target_token1, + ACTIONS(3794), 1, + aux_sym_pandoc_span_token1, + STATE(978), 1, + sym_target, + STATE(2902), 1, + sym__line, + STATE(3273), 1, + sym__inlines, + ACTIONS(2179), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -74904,7 +75187,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(591), 24, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -74928,8 +75211,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - aux_sym__line_with_maybe_spaces_repeat1, - [6565] = 35, + [6441] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -74986,15 +75268,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2441), 1, + ACTIONS(2421), 1, aux_sym_target_token1, - ACTIONS(3808), 1, + ACTIONS(3796), 1, aux_sym_pandoc_span_token1, - STATE(1238), 1, + STATE(1285), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3127), 1, + STATE(3232), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -75004,7 +75286,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -75028,7 +75310,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [6699] = 35, + [6575] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -75085,15 +75367,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2501), 1, + ACTIONS(2391), 1, aux_sym_target_token1, - ACTIONS(3810), 1, + ACTIONS(3798), 1, aux_sym_pandoc_span_token1, - STATE(1142), 1, + STATE(1161), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3100), 1, + STATE(3225), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -75103,7 +75385,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -75127,7 +75409,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [6833] = 35, + [6709] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -75184,15 +75466,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2391), 1, + ACTIONS(2531), 1, aux_sym_target_token1, - ACTIONS(3812), 1, + ACTIONS(3800), 1, aux_sym_pandoc_span_token1, - STATE(1474), 1, + STATE(2111), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3187), 1, + STATE(3363), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -75202,7 +75484,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -75226,7 +75508,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [6967] = 35, + [6843] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -75283,15 +75565,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2391), 1, + ACTIONS(2411), 1, aux_sym_target_token1, - ACTIONS(3814), 1, + ACTIONS(3802), 1, aux_sym_pandoc_span_token1, - STATE(1476), 1, + STATE(1182), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3188), 1, + STATE(3234), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -75301,7 +75583,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -75325,7 +75607,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [7101] = 35, + [6977] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -75382,15 +75664,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2511), 1, + ACTIONS(2411), 1, aux_sym_target_token1, - ACTIONS(3816), 1, + ACTIONS(3804), 1, aux_sym_pandoc_span_token1, - STATE(1166), 1, + STATE(1184), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3223), 1, + STATE(3240), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -75400,7 +75682,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -75424,11 +75706,13 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [7235] = 35, + [7111] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, anon_sym_BANG_LBRACK, + ACTIONS(2187), 1, + aux_sym_target_token1, ACTIONS(2189), 1, anon_sym_DOLLAR, ACTIONS(2191), 1, @@ -75481,15 +75765,13 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2511), 1, - aux_sym_target_token1, - ACTIONS(3818), 1, + ACTIONS(3806), 1, aux_sym_pandoc_span_token1, - STATE(1168), 1, + STATE(968), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3224), 1, + STATE(3344), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -75499,7 +75781,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -75523,70 +75805,74 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [7369] = 32, - ACTIONS(7), 1, + [7245] = 35, + ACTIONS(2181), 1, anon_sym_LBRACK, - ACTIONS(9), 1, + ACTIONS(2185), 1, anon_sym_BANG_LBRACK, - ACTIONS(11), 1, + ACTIONS(2187), 1, + aux_sym_target_token1, + ACTIONS(2189), 1, anon_sym_DOLLAR, - ACTIONS(13), 1, + ACTIONS(2191), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(15), 1, + ACTIONS(2193), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(2195), 1, aux_sym_pandoc_str_token1, - ACTIONS(19), 1, + ACTIONS(2197), 1, anon_sym_PIPE, - ACTIONS(65), 1, + ACTIONS(2203), 1, sym__code_span_start, - ACTIONS(67), 1, + ACTIONS(2205), 1, sym__highlight_span_start, - ACTIONS(69), 1, + ACTIONS(2207), 1, sym__insert_span_start, - ACTIONS(71), 1, + ACTIONS(2209), 1, sym__delete_span_start, - ACTIONS(73), 1, + ACTIONS(2211), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, + ACTIONS(2213), 1, sym__single_quote_span_open, - ACTIONS(77), 1, + ACTIONS(2215), 1, sym__double_quote_span_open, - ACTIONS(79), 1, + ACTIONS(2217), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, + ACTIONS(2219), 1, sym__shortcode_open, - ACTIONS(83), 1, + ACTIONS(2221), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, + ACTIONS(2223), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, + ACTIONS(2225), 1, sym__cite_author_in_text, - ACTIONS(89), 1, + ACTIONS(2227), 1, sym__cite_suppress_author, - ACTIONS(91), 1, + ACTIONS(2229), 1, sym__strikeout_open, - ACTIONS(93), 1, + ACTIONS(2231), 1, sym__subscript_open, - ACTIONS(95), 1, + ACTIONS(2233), 1, sym__superscript_open, - ACTIONS(97), 1, + ACTIONS(2235), 1, sym__inline_note_start_token, - ACTIONS(99), 1, + ACTIONS(2237), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, + ACTIONS(2239), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, + ACTIONS(2241), 1, sym__emphasis_open_star, - ACTIONS(105), 1, + ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(3822), 1, - sym__whitespace, - ACTIONS(3634), 3, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - ACTIONS(3820), 7, + ACTIONS(3808), 1, + aux_sym_pandoc_span_token1, + STATE(970), 1, + sym_target, + STATE(2902), 1, + sym__line, + STATE(3391), 1, + sym__inlines, + ACTIONS(2179), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -75594,7 +75880,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(646), 24, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -75618,8 +75904,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - aux_sym__line_repeat1, - [7497] = 35, + [7379] = 33, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -75676,17 +75961,14 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2521), 1, - aux_sym_target_token1, - ACTIONS(3824), 1, + ACTIONS(3812), 1, aux_sym_pandoc_span_token1, - STATE(1026), 1, - sym_target, - STATE(2865), 1, - sym__line, - STATE(3288), 1, - sym__inlines, - ACTIONS(2179), 7, + ACTIONS(3816), 1, + sym__whitespace, + ACTIONS(3814), 2, + sym__soft_line_ending, + aux_sym_target_token1, + ACTIONS(3810), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -75694,7 +75976,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(647), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -75718,7 +76000,8 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [7631] = 35, + aux_sym__line_repeat1, + [7509] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -75775,15 +76058,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2521), 1, + ACTIONS(2451), 1, aux_sym_target_token1, - ACTIONS(3826), 1, + ACTIONS(3818), 1, aux_sym_pandoc_span_token1, - STATE(1032), 1, + STATE(1377), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3289), 1, + STATE(3412), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -75793,104 +76076,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, - 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_pandoc_str, - [7765] = 34, - ACTIONS(3011), 1, - anon_sym_LBRACK, - ACTIONS(3013), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3015), 1, - anon_sym_DOLLAR, - ACTIONS(3017), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3019), 1, - anon_sym_LBRACE, - ACTIONS(3021), 1, - aux_sym_pandoc_str_token1, - ACTIONS(3023), 1, - anon_sym_PIPE, - ACTIONS(3027), 1, - sym__code_span_start, - ACTIONS(3029), 1, - sym__highlight_span_start, - ACTIONS(3031), 1, - sym__insert_span_start, - ACTIONS(3033), 1, - sym__delete_span_start, - ACTIONS(3035), 1, - sym__edit_comment_span_start, - ACTIONS(3037), 1, - sym__single_quote_span_open, - ACTIONS(3039), 1, - sym__double_quote_span_open, - ACTIONS(3041), 1, - sym__shortcode_open_escaped, - ACTIONS(3043), 1, - sym__shortcode_open, - ACTIONS(3045), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3047), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3049), 1, - sym__cite_author_in_text, - ACTIONS(3051), 1, - sym__cite_suppress_author, - ACTIONS(3053), 1, - sym__strikeout_open, - ACTIONS(3055), 1, - sym__subscript_open, - ACTIONS(3057), 1, - sym__superscript_open, - ACTIONS(3059), 1, - sym__inline_note_start_token, - ACTIONS(3061), 1, - sym__strong_emphasis_open_star, - ACTIONS(3063), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3065), 1, - sym__emphasis_open_star, - ACTIONS(3067), 1, - sym__emphasis_open_underscore, - ACTIONS(3828), 1, - sym__whitespace, - STATE(585), 1, - aux_sym_pipe_table_row_repeat1, - STATE(3154), 1, - sym_pipe_table_cell, - STATE(3193), 1, - sym__line_with_maybe_spaces, - ACTIONS(3009), 7, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - STATE(669), 24, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -75914,14 +76100,11 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - aux_sym__line_with_maybe_spaces_repeat1, - [7897] = 35, + [7643] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, anon_sym_BANG_LBRACK, - ACTIONS(2187), 1, - aux_sym_target_token1, ACTIONS(2189), 1, anon_sym_DOLLAR, ACTIONS(2191), 1, @@ -75974,13 +76157,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(3830), 1, + ACTIONS(2451), 1, + aux_sym_target_token1, + ACTIONS(3820), 1, aux_sym_pandoc_span_token1, - STATE(1868), 1, + STATE(1379), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3313), 1, + STATE(3414), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -75990,7 +76175,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -76014,74 +76199,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [8031] = 35, - ACTIONS(2181), 1, + [7777] = 32, + ACTIONS(7), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, + ACTIONS(9), 1, anon_sym_BANG_LBRACK, - ACTIONS(2187), 1, - aux_sym_target_token1, - ACTIONS(2189), 1, + ACTIONS(11), 1, anon_sym_DOLLAR, - ACTIONS(2191), 1, + ACTIONS(13), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2193), 1, + ACTIONS(15), 1, anon_sym_LBRACE, - ACTIONS(2195), 1, + ACTIONS(17), 1, aux_sym_pandoc_str_token1, - ACTIONS(2197), 1, + ACTIONS(19), 1, anon_sym_PIPE, - ACTIONS(2203), 1, + ACTIONS(65), 1, sym__code_span_start, - ACTIONS(2205), 1, + ACTIONS(67), 1, sym__highlight_span_start, - ACTIONS(2207), 1, + ACTIONS(69), 1, sym__insert_span_start, - ACTIONS(2209), 1, + ACTIONS(71), 1, sym__delete_span_start, - ACTIONS(2211), 1, + ACTIONS(73), 1, sym__edit_comment_span_start, - ACTIONS(2213), 1, + ACTIONS(75), 1, sym__single_quote_span_open, - ACTIONS(2215), 1, + ACTIONS(77), 1, sym__double_quote_span_open, - ACTIONS(2217), 1, + ACTIONS(79), 1, sym__shortcode_open_escaped, - ACTIONS(2219), 1, + ACTIONS(81), 1, sym__shortcode_open, - ACTIONS(2221), 1, + ACTIONS(83), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2223), 1, + ACTIONS(85), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2225), 1, + ACTIONS(87), 1, sym__cite_author_in_text, - ACTIONS(2227), 1, + ACTIONS(89), 1, sym__cite_suppress_author, - ACTIONS(2229), 1, + ACTIONS(91), 1, sym__strikeout_open, - ACTIONS(2231), 1, + ACTIONS(93), 1, sym__subscript_open, - ACTIONS(2233), 1, + ACTIONS(95), 1, sym__superscript_open, - ACTIONS(2235), 1, + ACTIONS(97), 1, sym__inline_note_start_token, - ACTIONS(2237), 1, + ACTIONS(99), 1, sym__strong_emphasis_open_star, - ACTIONS(2239), 1, + ACTIONS(101), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2241), 1, + ACTIONS(103), 1, sym__emphasis_open_star, - ACTIONS(2243), 1, + ACTIONS(105), 1, sym__emphasis_open_underscore, - ACTIONS(3832), 1, - aux_sym_pandoc_span_token1, - STATE(1870), 1, - sym_target, - STATE(2865), 1, - sym__line, - STATE(3045), 1, - sym__inlines, - ACTIONS(2179), 7, + ACTIONS(3824), 1, + sym__whitespace, + ACTIONS(3826), 3, + sym__line_ending, + sym__soft_line_ending, + sym__eof, + ACTIONS(3822), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -76089,7 +76270,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(644), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -76113,74 +76294,71 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [8165] = 35, - ACTIONS(2181), 1, + aux_sym__line_repeat1, + [7905] = 32, + ACTIONS(7), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, + ACTIONS(9), 1, anon_sym_BANG_LBRACK, - ACTIONS(2189), 1, + ACTIONS(11), 1, anon_sym_DOLLAR, - ACTIONS(2191), 1, + ACTIONS(13), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2193), 1, + ACTIONS(15), 1, anon_sym_LBRACE, - ACTIONS(2195), 1, + ACTIONS(17), 1, aux_sym_pandoc_str_token1, - ACTIONS(2197), 1, + ACTIONS(19), 1, anon_sym_PIPE, - ACTIONS(2203), 1, + ACTIONS(65), 1, sym__code_span_start, - ACTIONS(2205), 1, + ACTIONS(67), 1, sym__highlight_span_start, - ACTIONS(2207), 1, + ACTIONS(69), 1, sym__insert_span_start, - ACTIONS(2209), 1, + ACTIONS(71), 1, sym__delete_span_start, - ACTIONS(2211), 1, + ACTIONS(73), 1, sym__edit_comment_span_start, - ACTIONS(2213), 1, + ACTIONS(75), 1, sym__single_quote_span_open, - ACTIONS(2215), 1, + ACTIONS(77), 1, sym__double_quote_span_open, - ACTIONS(2217), 1, + ACTIONS(79), 1, sym__shortcode_open_escaped, - ACTIONS(2219), 1, + ACTIONS(81), 1, sym__shortcode_open, - ACTIONS(2221), 1, + ACTIONS(83), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2223), 1, + ACTIONS(85), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2225), 1, + ACTIONS(87), 1, sym__cite_author_in_text, - ACTIONS(2227), 1, + ACTIONS(89), 1, sym__cite_suppress_author, - ACTIONS(2229), 1, + ACTIONS(91), 1, sym__strikeout_open, - ACTIONS(2231), 1, + ACTIONS(93), 1, sym__subscript_open, - ACTIONS(2233), 1, + ACTIONS(95), 1, sym__superscript_open, - ACTIONS(2235), 1, + ACTIONS(97), 1, sym__inline_note_start_token, - ACTIONS(2237), 1, + ACTIONS(99), 1, sym__strong_emphasis_open_star, - ACTIONS(2239), 1, + ACTIONS(101), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2241), 1, + ACTIONS(103), 1, sym__emphasis_open_star, - ACTIONS(2243), 1, + ACTIONS(105), 1, sym__emphasis_open_underscore, - ACTIONS(2535), 1, - aux_sym_target_token1, - ACTIONS(3834), 1, - aux_sym_pandoc_span_token1, - STATE(968), 1, - sym_target, - STATE(2865), 1, - sym__line, - STATE(3069), 1, - sym__inlines, - ACTIONS(2179), 7, + ACTIONS(3824), 1, + sym__whitespace, + ACTIONS(3814), 3, + sym__line_ending, + sym__soft_line_ending, + sym__eof, + ACTIONS(3828), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -76188,7 +76366,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(641), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -76212,7 +76390,8 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [8299] = 35, + aux_sym__line_repeat1, + [8033] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -76269,15 +76448,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2535), 1, + ACTIONS(2549), 1, aux_sym_target_token1, - ACTIONS(3836), 1, + ACTIONS(3830), 1, aux_sym_pandoc_span_token1, - STATE(970), 1, + STATE(1055), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3070), 1, + STATE(3186), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -76287,7 +76466,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -76311,70 +76490,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [8433] = 32, - ACTIONS(3841), 1, + [8167] = 32, + ACTIONS(3835), 1, anon_sym_LBRACK, - ACTIONS(3844), 1, + ACTIONS(3838), 1, anon_sym_BANG_LBRACK, - ACTIONS(3847), 1, + ACTIONS(3841), 1, anon_sym_DOLLAR, - ACTIONS(3850), 1, + ACTIONS(3844), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3853), 1, + ACTIONS(3847), 1, anon_sym_LBRACE, - ACTIONS(3856), 1, + ACTIONS(3850), 1, aux_sym_pandoc_str_token1, - ACTIONS(3859), 1, + ACTIONS(3853), 1, anon_sym_PIPE, - ACTIONS(3862), 1, + ACTIONS(3856), 1, sym__whitespace, - ACTIONS(3865), 1, + ACTIONS(3859), 1, sym__code_span_start, - ACTIONS(3868), 1, + ACTIONS(3862), 1, sym__highlight_span_start, - ACTIONS(3871), 1, + ACTIONS(3865), 1, sym__insert_span_start, - ACTIONS(3874), 1, + ACTIONS(3868), 1, sym__delete_span_start, - ACTIONS(3877), 1, + ACTIONS(3871), 1, sym__edit_comment_span_start, - ACTIONS(3880), 1, + ACTIONS(3874), 1, sym__single_quote_span_open, - ACTIONS(3883), 1, + ACTIONS(3877), 1, sym__double_quote_span_open, - ACTIONS(3886), 1, + ACTIONS(3880), 1, sym__shortcode_open_escaped, - ACTIONS(3889), 1, + ACTIONS(3883), 1, sym__shortcode_open, - ACTIONS(3892), 1, + ACTIONS(3886), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3895), 1, + ACTIONS(3889), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3898), 1, + ACTIONS(3892), 1, sym__cite_author_in_text, - ACTIONS(3901), 1, + ACTIONS(3895), 1, sym__cite_suppress_author, - ACTIONS(3904), 1, + ACTIONS(3898), 1, sym__strikeout_open, - ACTIONS(3907), 1, + ACTIONS(3901), 1, sym__subscript_open, - ACTIONS(3910), 1, + ACTIONS(3904), 1, sym__superscript_open, - ACTIONS(3913), 1, + ACTIONS(3907), 1, sym__inline_note_start_token, - ACTIONS(3916), 1, + ACTIONS(3910), 1, sym__strong_emphasis_open_star, - ACTIONS(3919), 1, + ACTIONS(3913), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3922), 1, + ACTIONS(3916), 1, sym__emphasis_open_star, - ACTIONS(3925), 1, + ACTIONS(3919), 1, sym__emphasis_open_underscore, - ACTIONS(3647), 3, + ACTIONS(3627), 3, sym__line_ending, sym__soft_line_ending, sym__eof, - ACTIONS(3838), 7, + ACTIONS(3832), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -76382,7 +76561,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(646), 24, + STATE(644), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -76407,7 +76586,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, aux_sym__line_repeat1, - [8561] = 35, + [8295] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -76464,15 +76643,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2421), 1, + ACTIONS(2461), 1, aux_sym_target_token1, - ACTIONS(3928), 1, + ACTIONS(3922), 1, aux_sym_pandoc_span_token1, - STATE(1501), 1, + STATE(1440), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3297), 1, + STATE(3215), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -76482,7 +76661,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -76506,7 +76685,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [8695] = 35, + [8429] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -76563,15 +76742,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2421), 1, + ACTIONS(2461), 1, aux_sym_target_token1, - ACTIONS(3930), 1, + ACTIONS(3924), 1, aux_sym_pandoc_span_token1, - STATE(1503), 1, + STATE(1458), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3304), 1, + STATE(3217), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -76581,7 +76760,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -76605,7 +76784,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [8829] = 35, + [8563] = 33, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -76662,17 +76841,14 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2411), 1, - aux_sym_target_token1, - ACTIONS(3932), 1, + ACTIONS(3816), 1, + sym__whitespace, + ACTIONS(3928), 1, aux_sym_pandoc_span_token1, - STATE(1443), 1, - sym_target, - STATE(2865), 1, - sym__line, - STATE(3157), 1, - sym__inlines, - ACTIONS(2179), 7, + ACTIONS(3826), 2, + sym__soft_line_ending, + aux_sym_target_token1, + ACTIONS(3926), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -76680,7 +76856,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(615), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -76704,74 +76880,171 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [8963] = 35, - ACTIONS(2181), 1, + aux_sym__line_repeat1, + [8693] = 34, + ACTIONS(3003), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, + ACTIONS(3005), 1, anon_sym_BANG_LBRACK, - ACTIONS(2189), 1, + ACTIONS(3007), 1, anon_sym_DOLLAR, - ACTIONS(2191), 1, + ACTIONS(3009), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2193), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(2195), 1, + ACTIONS(3013), 1, aux_sym_pandoc_str_token1, - ACTIONS(2197), 1, + ACTIONS(3015), 1, anon_sym_PIPE, - ACTIONS(2203), 1, + ACTIONS(3019), 1, sym__code_span_start, - ACTIONS(2205), 1, + ACTIONS(3021), 1, sym__highlight_span_start, - ACTIONS(2207), 1, + ACTIONS(3023), 1, sym__insert_span_start, - ACTIONS(2209), 1, + ACTIONS(3025), 1, sym__delete_span_start, - ACTIONS(2211), 1, + ACTIONS(3027), 1, sym__edit_comment_span_start, - ACTIONS(2213), 1, + ACTIONS(3029), 1, sym__single_quote_span_open, - ACTIONS(2215), 1, + ACTIONS(3031), 1, sym__double_quote_span_open, - ACTIONS(2217), 1, + ACTIONS(3033), 1, sym__shortcode_open_escaped, - ACTIONS(2219), 1, + ACTIONS(3035), 1, sym__shortcode_open, - ACTIONS(2221), 1, + ACTIONS(3037), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2223), 1, + ACTIONS(3039), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2225), 1, + ACTIONS(3041), 1, sym__cite_author_in_text, - ACTIONS(2227), 1, + ACTIONS(3043), 1, sym__cite_suppress_author, - ACTIONS(2229), 1, + ACTIONS(3045), 1, sym__strikeout_open, - ACTIONS(2231), 1, + ACTIONS(3047), 1, sym__subscript_open, - ACTIONS(2233), 1, + ACTIONS(3049), 1, sym__superscript_open, - ACTIONS(2235), 1, + ACTIONS(3051), 1, sym__inline_note_start_token, - ACTIONS(2237), 1, + ACTIONS(3053), 1, sym__strong_emphasis_open_star, - ACTIONS(2239), 1, + ACTIONS(3055), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2241), 1, + ACTIONS(3057), 1, sym__emphasis_open_star, - ACTIONS(2243), 1, + ACTIONS(3059), 1, sym__emphasis_open_underscore, - ACTIONS(2431), 1, - aux_sym_target_token1, - ACTIONS(3934), 1, - aux_sym_pandoc_span_token1, - STATE(1274), 1, - sym_target, - STATE(2865), 1, - sym__line, - STATE(3048), 1, - sym__inlines, - ACTIONS(2179), 7, + ACTIONS(3930), 1, + sym__whitespace, + STATE(585), 1, + aux_sym_pipe_table_row_repeat1, + STATE(3285), 1, + sym__line_with_maybe_spaces, + STATE(3288), 1, + sym_pipe_table_cell, + ACTIONS(3001), 7, + sym__html_comment, + sym__autolink, + sym_inline_note_reference, + sym_html_element, + sym__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + STATE(656), 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_pandoc_str, + aux_sym__line_with_maybe_spaces_repeat1, + [8825] = 34, + ACTIONS(2049), 1, + anon_sym_LBRACK, + ACTIONS(2051), 1, + anon_sym_BANG_LBRACK, + ACTIONS(2053), 1, + anon_sym_DOLLAR, + ACTIONS(2055), 1, + anon_sym_DOLLAR_DOLLAR, + ACTIONS(2057), 1, + anon_sym_LBRACE, + ACTIONS(2059), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2061), 1, + anon_sym_PIPE, + ACTIONS(2067), 1, + sym__code_span_start, + ACTIONS(2069), 1, + sym__highlight_span_start, + ACTIONS(2071), 1, + sym__insert_span_start, + ACTIONS(2073), 1, + sym__delete_span_start, + ACTIONS(2075), 1, + sym__edit_comment_span_start, + ACTIONS(2077), 1, + sym__single_quote_span_open, + ACTIONS(2079), 1, + sym__double_quote_span_open, + ACTIONS(2081), 1, + sym__shortcode_open_escaped, + ACTIONS(2083), 1, + sym__shortcode_open, + ACTIONS(2085), 1, + sym__cite_author_in_text_with_open_bracket, + ACTIONS(2087), 1, + sym__cite_suppress_author_with_open_bracket, + ACTIONS(2089), 1, + sym__cite_author_in_text, + ACTIONS(2091), 1, + sym__cite_suppress_author, + ACTIONS(2093), 1, + sym__strikeout_open, + ACTIONS(2095), 1, + sym__subscript_open, + ACTIONS(2097), 1, + sym__superscript_open, + ACTIONS(2099), 1, + sym__inline_note_start_token, + ACTIONS(2101), 1, + sym__strong_emphasis_open_star, + ACTIONS(2103), 1, + sym__strong_emphasis_open_underscore, + ACTIONS(2105), 1, + sym__emphasis_open_star, + ACTIONS(2107), 1, + sym__emphasis_open_underscore, + ACTIONS(3932), 1, + sym__whitespace, + STATE(287), 1, + aux_sym_pipe_table_row_repeat1, + STATE(2875), 1, + sym__line_with_maybe_spaces, + STATE(2894), 1, + sym_pipe_table_cell, + ACTIONS(2047), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -76779,7 +77052,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(590), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -76803,7 +77076,8 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [9097] = 35, + aux_sym__line_with_maybe_spaces_repeat1, + [8957] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, ACTIONS(2185), 1, @@ -76860,15 +77134,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2431), 1, + ACTIONS(2471), 1, aux_sym_target_token1, - ACTIONS(3936), 1, + ACTIONS(3934), 1, aux_sym_pandoc_span_token1, - STATE(1267), 1, + STATE(1187), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3053), 1, + STATE(3276), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -76878,7 +77152,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -76902,70 +77176,74 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [9231] = 32, - ACTIONS(7), 1, + [9091] = 35, + ACTIONS(2181), 1, anon_sym_LBRACK, - ACTIONS(9), 1, + ACTIONS(2185), 1, anon_sym_BANG_LBRACK, - ACTIONS(11), 1, + ACTIONS(2189), 1, anon_sym_DOLLAR, - ACTIONS(13), 1, + ACTIONS(2191), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(15), 1, + ACTIONS(2193), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(2195), 1, aux_sym_pandoc_str_token1, - ACTIONS(19), 1, + ACTIONS(2197), 1, anon_sym_PIPE, - ACTIONS(65), 1, + ACTIONS(2203), 1, sym__code_span_start, - ACTIONS(67), 1, + ACTIONS(2205), 1, sym__highlight_span_start, - ACTIONS(69), 1, + ACTIONS(2207), 1, sym__insert_span_start, - ACTIONS(71), 1, + ACTIONS(2209), 1, sym__delete_span_start, - ACTIONS(73), 1, + ACTIONS(2211), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, + ACTIONS(2213), 1, sym__single_quote_span_open, - ACTIONS(77), 1, + ACTIONS(2215), 1, sym__double_quote_span_open, - ACTIONS(79), 1, + ACTIONS(2217), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, + ACTIONS(2219), 1, sym__shortcode_open, - ACTIONS(83), 1, + ACTIONS(2221), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, + ACTIONS(2223), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, + ACTIONS(2225), 1, sym__cite_author_in_text, - ACTIONS(89), 1, + ACTIONS(2227), 1, sym__cite_suppress_author, - ACTIONS(91), 1, + ACTIONS(2229), 1, sym__strikeout_open, - ACTIONS(93), 1, + ACTIONS(2231), 1, sym__subscript_open, - ACTIONS(95), 1, + ACTIONS(2233), 1, sym__superscript_open, - ACTIONS(97), 1, + ACTIONS(2235), 1, sym__inline_note_start_token, - ACTIONS(99), 1, + ACTIONS(2237), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, + ACTIONS(2239), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, + ACTIONS(2241), 1, sym__emphasis_open_star, - ACTIONS(105), 1, + ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(3822), 1, - sym__whitespace, - ACTIONS(3622), 3, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - ACTIONS(3938), 7, + ACTIONS(2471), 1, + aux_sym_target_token1, + ACTIONS(3936), 1, + aux_sym_pandoc_span_token1, + STATE(1198), 1, + sym_target, + STATE(2902), 1, + sym__line, + STATE(3277), 1, + sym__inlines, + ACTIONS(2179), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -76973,7 +77251,106 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(638), 24, + STATE(638), 23, + 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_pandoc_str, + [9225] = 35, + ACTIONS(2181), 1, + anon_sym_LBRACK, + ACTIONS(2185), 1, + anon_sym_BANG_LBRACK, + ACTIONS(2189), 1, + anon_sym_DOLLAR, + ACTIONS(2191), 1, + anon_sym_DOLLAR_DOLLAR, + ACTIONS(2193), 1, + anon_sym_LBRACE, + ACTIONS(2195), 1, + aux_sym_pandoc_str_token1, + ACTIONS(2197), 1, + anon_sym_PIPE, + ACTIONS(2203), 1, + sym__code_span_start, + ACTIONS(2205), 1, + sym__highlight_span_start, + ACTIONS(2207), 1, + sym__insert_span_start, + ACTIONS(2209), 1, + sym__delete_span_start, + ACTIONS(2211), 1, + sym__edit_comment_span_start, + ACTIONS(2213), 1, + sym__single_quote_span_open, + ACTIONS(2215), 1, + sym__double_quote_span_open, + ACTIONS(2217), 1, + sym__shortcode_open_escaped, + ACTIONS(2219), 1, + sym__shortcode_open, + ACTIONS(2221), 1, + sym__cite_author_in_text_with_open_bracket, + ACTIONS(2223), 1, + sym__cite_suppress_author_with_open_bracket, + ACTIONS(2225), 1, + sym__cite_author_in_text, + ACTIONS(2227), 1, + sym__cite_suppress_author, + ACTIONS(2229), 1, + sym__strikeout_open, + ACTIONS(2231), 1, + sym__subscript_open, + ACTIONS(2233), 1, + sym__superscript_open, + ACTIONS(2235), 1, + sym__inline_note_start_token, + ACTIONS(2237), 1, + sym__strong_emphasis_open_star, + ACTIONS(2239), 1, + sym__strong_emphasis_open_underscore, + ACTIONS(2241), 1, + sym__emphasis_open_star, + ACTIONS(2243), 1, + sym__emphasis_open_underscore, + ACTIONS(2391), 1, + aux_sym_target_token1, + ACTIONS(3938), 1, + aux_sym_pandoc_span_token1, + STATE(1159), 1, + sym_target, + STATE(2902), 1, + sym__line, + STATE(3224), 1, + sym__inlines, + ACTIONS(2179), 7, + sym__html_comment, + sym__autolink, + sym_inline_note_reference, + sym_html_element, + sym__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -76997,7 +77374,6 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - aux_sym__line_repeat1, [9359] = 35, ACTIONS(2181), 1, anon_sym_LBRACK, @@ -77055,15 +77431,15 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(2501), 1, + ACTIONS(2531), 1, aux_sym_target_token1, ACTIONS(3940), 1, aux_sym_pandoc_span_token1, - STATE(1140), 1, + STATE(2109), 1, sym_target, - STATE(2865), 1, + STATE(2902), 1, sym__line, - STATE(3098), 1, + STATE(3360), 1, sym__inlines, ACTIONS(2179), 7, sym__html_comment, @@ -77073,7 +77449,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -77098,67 +77474,67 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [9493] = 32, - ACTIONS(3409), 1, + ACTIONS(3945), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(3948), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(3951), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(3954), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(3957), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(3960), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(3963), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(3966), 1, + sym__whitespace, + ACTIONS(3969), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(3972), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(3975), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(3978), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(3981), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(3984), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(3987), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(3990), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(3993), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(3996), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(3999), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4002), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4005), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4008), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4011), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4014), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4017), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4020), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4023), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4026), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4029), 1, sym__emphasis_open_underscore, - ACTIONS(3944), 1, - sym__whitespace, - ACTIONS(3622), 2, + ACTIONS(3627), 2, sym__soft_line_ending, - aux_sym_inline_note_token1, + sym__emphasis_close_underscore, ACTIONS(3942), 7, sym__html_comment, sym__autolink, @@ -77167,7 +77543,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(682), 24, + STATE(654), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -77193,68 +77569,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [9620] = 32, - ACTIONS(3948), 1, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(3962), 1, + ACTIONS(4048), 1, sym__whitespace, - ACTIONS(3964), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, - ACTIONS(3622), 2, + ACTIONS(3826), 2, sym__soft_line_ending, - sym__emphasis_close_underscore, - ACTIONS(3946), 7, + sym__single_quote_span_close, + ACTIONS(4032), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -77262,7 +77638,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(656), 24, + STATE(684), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -77288,68 +77664,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [9747] = 32, - ACTIONS(3948), 1, + ACTIONS(3003), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(3005), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(3007), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(3009), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(3011), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(3013), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(3015), 1, anon_sym_PIPE, - ACTIONS(3962), 1, - sym__whitespace, - ACTIONS(3964), 1, + ACTIONS(3019), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(3021), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(3023), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(3025), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(3027), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(3029), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(3031), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(3033), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(3035), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(3037), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(3039), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(3041), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(3043), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(3045), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(3047), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(3049), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(3051), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(3053), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(3055), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(3057), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(3059), 1, sym__emphasis_open_underscore, - ACTIONS(3634), 2, - sym__soft_line_ending, - sym__emphasis_close_underscore, - ACTIONS(4006), 7, + ACTIONS(3473), 1, + sym__whitespace, + ACTIONS(3484), 2, + sym__line_ending, + sym__pipe_table_delimiter, + ACTIONS(4092), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -77357,7 +77733,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(657), 24, + STATE(685), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -77381,70 +77757,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - aux_sym__line_repeat1, + aux_sym__line_with_maybe_spaces_repeat1, [9874] = 32, - ACTIONS(4011), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4014), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4017), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4020), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4023), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4026), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4029), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4032), 1, - sym__whitespace, - ACTIONS(4035), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4038), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4041), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4044), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4047), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4050), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4053), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4056), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4059), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4062), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4065), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4068), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4071), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4074), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4077), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4080), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(4083), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(4086), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(4089), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4092), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(4095), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(3647), 2, + ACTIONS(4096), 1, + sym__whitespace, + ACTIONS(3826), 2, sym__soft_line_ending, - sym__emphasis_close_underscore, - ACTIONS(4008), 7, + aux_sym_insert_token1, + ACTIONS(4094), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -77452,7 +77828,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(657), 24, + STATE(667), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -77536,9 +77912,9 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(4156), 1, sym__emphasis_open_underscore, - ACTIONS(3634), 2, + ACTIONS(3814), 2, sym__soft_line_ending, - sym__strikeout_close, + sym__double_quote_span_close, ACTIONS(4098), 7, sym__html_comment, sym__autolink, @@ -77573,67 +77949,67 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [10128] = 32, - ACTIONS(4161), 1, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(4164), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(4167), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(4170), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4173), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(4176), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(4179), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(4182), 1, + ACTIONS(4114), 1, sym__whitespace, - ACTIONS(4185), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(4188), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(4191), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(4194), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(4197), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(4200), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(4203), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(4206), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(4209), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(4212), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4215), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4218), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(4221), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(4224), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(4227), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(4230), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(4233), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(4236), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(4239), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4242), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(4245), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, - ACTIONS(3647), 2, + ACTIONS(3826), 2, sym__soft_line_ending, - sym__strikeout_close, + sym__double_quote_span_close, ACTIONS(4158), 7, sym__html_comment, sym__autolink, @@ -77642,7 +78018,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(659), 24, + STATE(660), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -77668,68 +78044,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [10255] = 32, - ACTIONS(4250), 1, + ACTIONS(4163), 1, anon_sym_LBRACK, - ACTIONS(4252), 1, + ACTIONS(4166), 1, anon_sym_BANG_LBRACK, - ACTIONS(4254), 1, + ACTIONS(4169), 1, anon_sym_DOLLAR, - ACTIONS(4256), 1, + ACTIONS(4172), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(4175), 1, anon_sym_LBRACE, - ACTIONS(4260), 1, + ACTIONS(4178), 1, aux_sym_pandoc_str_token1, - ACTIONS(4262), 1, + ACTIONS(4181), 1, anon_sym_PIPE, - ACTIONS(4264), 1, + ACTIONS(4184), 1, sym__whitespace, - ACTIONS(4266), 1, + ACTIONS(4187), 1, sym__code_span_start, - ACTIONS(4268), 1, + ACTIONS(4190), 1, sym__highlight_span_start, - ACTIONS(4270), 1, + ACTIONS(4193), 1, sym__insert_span_start, - ACTIONS(4272), 1, + ACTIONS(4196), 1, sym__delete_span_start, - ACTIONS(4274), 1, + ACTIONS(4199), 1, sym__edit_comment_span_start, - ACTIONS(4276), 1, + ACTIONS(4202), 1, sym__single_quote_span_open, - ACTIONS(4278), 1, + ACTIONS(4205), 1, sym__double_quote_span_open, - ACTIONS(4280), 1, + ACTIONS(4208), 1, sym__shortcode_open_escaped, - ACTIONS(4282), 1, + ACTIONS(4211), 1, sym__shortcode_open, - ACTIONS(4284), 1, + ACTIONS(4214), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4286), 1, + ACTIONS(4217), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4288), 1, + ACTIONS(4220), 1, sym__cite_author_in_text, - ACTIONS(4290), 1, + ACTIONS(4223), 1, sym__cite_suppress_author, - ACTIONS(4292), 1, + ACTIONS(4226), 1, sym__strikeout_open, - ACTIONS(4294), 1, + ACTIONS(4229), 1, sym__subscript_open, - ACTIONS(4296), 1, + ACTIONS(4232), 1, sym__superscript_open, - ACTIONS(4298), 1, + ACTIONS(4235), 1, sym__inline_note_start_token, - ACTIONS(4300), 1, + ACTIONS(4238), 1, sym__strong_emphasis_open_star, - ACTIONS(4302), 1, + ACTIONS(4241), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4304), 1, + ACTIONS(4244), 1, sym__emphasis_open_star, - ACTIONS(4306), 1, + ACTIONS(4247), 1, sym__emphasis_open_underscore, - ACTIONS(3634), 2, + ACTIONS(3627), 2, sym__soft_line_ending, - sym__strong_emphasis_close_underscore, - ACTIONS(4248), 7, + sym__double_quote_span_close, + ACTIONS(4160), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -77737,7 +78113,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(661), 24, + STATE(660), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -77763,68 +78139,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [10382] = 32, - ACTIONS(4311), 1, + ACTIONS(4252), 1, anon_sym_LBRACK, - ACTIONS(4314), 1, + ACTIONS(4254), 1, anon_sym_BANG_LBRACK, - ACTIONS(4317), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR, - ACTIONS(4320), 1, + ACTIONS(4258), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4323), 1, + ACTIONS(4260), 1, anon_sym_LBRACE, - ACTIONS(4326), 1, + ACTIONS(4262), 1, aux_sym_pandoc_str_token1, - ACTIONS(4329), 1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(4332), 1, + ACTIONS(4266), 1, sym__whitespace, - ACTIONS(4335), 1, + ACTIONS(4268), 1, sym__code_span_start, - ACTIONS(4338), 1, + ACTIONS(4270), 1, sym__highlight_span_start, - ACTIONS(4341), 1, + ACTIONS(4272), 1, sym__insert_span_start, - ACTIONS(4344), 1, + ACTIONS(4274), 1, sym__delete_span_start, - ACTIONS(4347), 1, + ACTIONS(4276), 1, sym__edit_comment_span_start, - ACTIONS(4350), 1, + ACTIONS(4278), 1, sym__single_quote_span_open, - ACTIONS(4353), 1, + ACTIONS(4280), 1, sym__double_quote_span_open, - ACTIONS(4356), 1, + ACTIONS(4282), 1, sym__shortcode_open_escaped, - ACTIONS(4359), 1, + ACTIONS(4284), 1, sym__shortcode_open, - ACTIONS(4362), 1, + ACTIONS(4286), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4365), 1, + ACTIONS(4288), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4368), 1, + ACTIONS(4290), 1, sym__cite_author_in_text, - ACTIONS(4371), 1, + ACTIONS(4292), 1, sym__cite_suppress_author, - ACTIONS(4374), 1, + ACTIONS(4294), 1, sym__strikeout_open, - ACTIONS(4377), 1, + ACTIONS(4296), 1, sym__subscript_open, - ACTIONS(4380), 1, + ACTIONS(4298), 1, sym__superscript_open, - ACTIONS(4383), 1, + ACTIONS(4300), 1, sym__inline_note_start_token, - ACTIONS(4386), 1, + ACTIONS(4302), 1, sym__strong_emphasis_open_star, - ACTIONS(4389), 1, + ACTIONS(4304), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4392), 1, + ACTIONS(4306), 1, sym__emphasis_open_star, - ACTIONS(4395), 1, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - ACTIONS(3647), 2, + ACTIONS(3814), 2, sym__soft_line_ending, - sym__strong_emphasis_close_underscore, - ACTIONS(4308), 7, + sym__emphasis_close_underscore, + ACTIONS(4250), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -77832,7 +78208,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(661), 24, + STATE(681), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -77858,68 +78234,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [10509] = 32, - ACTIONS(4400), 1, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(4414), 1, + ACTIONS(4326), 1, sym__whitespace, - ACTIONS(4416), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - ACTIONS(3622), 2, + ACTIONS(3814), 2, sym__soft_line_ending, - sym__emphasis_close_star, - ACTIONS(4398), 7, + sym__strikeout_close, + ACTIONS(4310), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -77927,7 +78303,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(681), 24, + STATE(663), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -77953,68 +78329,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [10636] = 32, - ACTIONS(4461), 1, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(4464), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(4467), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(4470), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4473), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(4476), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(4479), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(4482), 1, + ACTIONS(4326), 1, sym__whitespace, - ACTIONS(4485), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(4488), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(4491), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(4494), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(4497), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(4500), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(4503), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(4506), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(4509), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(4512), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4515), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4518), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(4521), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(4524), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(4527), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(4530), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(4533), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(4536), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(4539), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4542), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(4545), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - ACTIONS(3647), 2, + ACTIONS(3826), 2, sym__soft_line_ending, - aux_sym_insert_token1, - ACTIONS(4458), 7, + sym__strikeout_close, + ACTIONS(4370), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -78022,7 +78398,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(663), 24, + STATE(664), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -78048,68 +78424,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [10763] = 32, - ACTIONS(3085), 1, + ACTIONS(4375), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4378), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4381), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4384), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4387), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4390), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4393), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4396), 1, + sym__whitespace, + ACTIONS(4399), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4402), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4405), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4408), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4411), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4414), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4417), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4420), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4423), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4426), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4429), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4432), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4435), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4438), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4441), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4444), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4447), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4450), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4453), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4456), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4459), 1, sym__emphasis_open_underscore, - ACTIONS(4550), 1, - sym__whitespace, - ACTIONS(3622), 2, + ACTIONS(3627), 2, sym__soft_line_ending, - aux_sym_insert_token1, - ACTIONS(4548), 7, + sym__strikeout_close, + ACTIONS(4372), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -78117,7 +78493,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(667), 24, + STATE(664), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -78143,68 +78519,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [10890] = 32, - ACTIONS(4100), 1, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(4114), 1, + ACTIONS(4478), 1, sym__whitespace, - ACTIONS(4116), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - ACTIONS(3622), 2, + ACTIONS(3814), 2, sym__soft_line_ending, - sym__strikeout_close, - ACTIONS(4552), 7, + sym__subscript_close, + ACTIONS(4462), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -78212,7 +78588,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(658), 24, + STATE(666), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -78238,68 +78614,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [11017] = 32, - ACTIONS(4556), 1, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(4570), 1, + ACTIONS(4478), 1, sym__whitespace, - ACTIONS(4572), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - ACTIONS(3622), 2, + ACTIONS(3826), 2, sym__soft_line_ending, - sym__single_quote_span_close, - ACTIONS(4554), 7, + sym__subscript_close, + ACTIONS(4522), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -78307,7 +78683,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(679), 24, + STATE(668), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -78333,68 +78709,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [11144] = 32, - ACTIONS(3085), 1, + ACTIONS(4527), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4530), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4533), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4536), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4539), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4542), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4545), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4548), 1, + sym__whitespace, + ACTIONS(4551), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4554), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4557), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4560), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4563), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4566), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4569), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4572), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4575), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4578), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4581), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4584), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4587), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4590), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4593), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4596), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4599), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4602), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4605), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4608), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4611), 1, sym__emphasis_open_underscore, - ACTIONS(4550), 1, - sym__whitespace, - ACTIONS(3634), 2, + ACTIONS(3627), 2, sym__soft_line_ending, aux_sym_insert_token1, - ACTIONS(4614), 7, + ACTIONS(4524), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -78402,7 +78778,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(663), 24, + STATE(667), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -78428,68 +78804,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [11271] = 32, - ACTIONS(4250), 1, + ACTIONS(4617), 1, anon_sym_LBRACK, - ACTIONS(4252), 1, + ACTIONS(4620), 1, anon_sym_BANG_LBRACK, - ACTIONS(4254), 1, + ACTIONS(4623), 1, anon_sym_DOLLAR, - ACTIONS(4256), 1, + ACTIONS(4626), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(4629), 1, anon_sym_LBRACE, - ACTIONS(4260), 1, + ACTIONS(4632), 1, aux_sym_pandoc_str_token1, - ACTIONS(4262), 1, + ACTIONS(4635), 1, anon_sym_PIPE, - ACTIONS(4264), 1, + ACTIONS(4638), 1, sym__whitespace, - ACTIONS(4266), 1, + ACTIONS(4641), 1, sym__code_span_start, - ACTIONS(4268), 1, + ACTIONS(4644), 1, sym__highlight_span_start, - ACTIONS(4270), 1, + ACTIONS(4647), 1, sym__insert_span_start, - ACTIONS(4272), 1, + ACTIONS(4650), 1, sym__delete_span_start, - ACTIONS(4274), 1, + ACTIONS(4653), 1, sym__edit_comment_span_start, - ACTIONS(4276), 1, + ACTIONS(4656), 1, sym__single_quote_span_open, - ACTIONS(4278), 1, + ACTIONS(4659), 1, sym__double_quote_span_open, - ACTIONS(4280), 1, + ACTIONS(4662), 1, sym__shortcode_open_escaped, - ACTIONS(4282), 1, + ACTIONS(4665), 1, sym__shortcode_open, - ACTIONS(4284), 1, + ACTIONS(4668), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4286), 1, + ACTIONS(4671), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4288), 1, + ACTIONS(4674), 1, sym__cite_author_in_text, - ACTIONS(4290), 1, + ACTIONS(4677), 1, sym__cite_suppress_author, - ACTIONS(4292), 1, + ACTIONS(4680), 1, sym__strikeout_open, - ACTIONS(4294), 1, + ACTIONS(4683), 1, sym__subscript_open, - ACTIONS(4296), 1, + ACTIONS(4686), 1, sym__superscript_open, - ACTIONS(4298), 1, + ACTIONS(4689), 1, sym__inline_note_start_token, - ACTIONS(4300), 1, + ACTIONS(4692), 1, sym__strong_emphasis_open_star, - ACTIONS(4302), 1, + ACTIONS(4695), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4304), 1, + ACTIONS(4698), 1, sym__emphasis_open_star, - ACTIONS(4306), 1, + ACTIONS(4701), 1, sym__emphasis_open_underscore, - ACTIONS(3622), 2, + ACTIONS(3627), 2, sym__soft_line_ending, - sym__strong_emphasis_close_underscore, - ACTIONS(4616), 7, + sym__subscript_close, + ACTIONS(4614), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -78497,7 +78873,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(660), 24, + STATE(668), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -78523,68 +78899,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [11398] = 32, - ACTIONS(3011), 1, + ACTIONS(4707), 1, anon_sym_LBRACK, - ACTIONS(3013), 1, + ACTIONS(4710), 1, anon_sym_BANG_LBRACK, - ACTIONS(3015), 1, + ACTIONS(4713), 1, anon_sym_DOLLAR, - ACTIONS(3017), 1, + ACTIONS(4716), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3019), 1, + ACTIONS(4719), 1, anon_sym_LBRACE, - ACTIONS(3021), 1, + ACTIONS(4722), 1, aux_sym_pandoc_str_token1, - ACTIONS(3023), 1, + ACTIONS(4725), 1, anon_sym_PIPE, - ACTIONS(3027), 1, + ACTIONS(4728), 1, + sym__whitespace, + ACTIONS(4731), 1, sym__code_span_start, - ACTIONS(3029), 1, + ACTIONS(4734), 1, sym__highlight_span_start, - ACTIONS(3031), 1, + ACTIONS(4737), 1, sym__insert_span_start, - ACTIONS(3033), 1, + ACTIONS(4740), 1, sym__delete_span_start, - ACTIONS(3035), 1, + ACTIONS(4743), 1, sym__edit_comment_span_start, - ACTIONS(3037), 1, + ACTIONS(4746), 1, sym__single_quote_span_open, - ACTIONS(3039), 1, + ACTIONS(4749), 1, sym__double_quote_span_open, - ACTIONS(3041), 1, + ACTIONS(4752), 1, sym__shortcode_open_escaped, - ACTIONS(3043), 1, + ACTIONS(4755), 1, sym__shortcode_open, - ACTIONS(3045), 1, + ACTIONS(4758), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3047), 1, + ACTIONS(4761), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3049), 1, + ACTIONS(4764), 1, sym__cite_author_in_text, - ACTIONS(3051), 1, + ACTIONS(4767), 1, sym__cite_suppress_author, - ACTIONS(3053), 1, + ACTIONS(4770), 1, sym__strikeout_open, - ACTIONS(3055), 1, + ACTIONS(4773), 1, sym__subscript_open, - ACTIONS(3057), 1, + ACTIONS(4776), 1, sym__superscript_open, - ACTIONS(3059), 1, + ACTIONS(4779), 1, sym__inline_note_start_token, - ACTIONS(3061), 1, + ACTIONS(4782), 1, sym__strong_emphasis_open_star, - ACTIONS(3063), 1, + ACTIONS(4785), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3065), 1, + ACTIONS(4788), 1, sym__emphasis_open_star, - ACTIONS(3067), 1, + ACTIONS(4791), 1, sym__emphasis_open_underscore, - ACTIONS(3467), 1, - sym__whitespace, - ACTIONS(3573), 2, - sym__line_ending, - sym__pipe_table_delimiter, - ACTIONS(4618), 7, + ACTIONS(3627), 2, + sym__soft_line_ending, + sym__emphasis_close_star, + ACTIONS(4704), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -78592,7 +78968,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(671), 24, + STATE(669), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -78616,70 +78992,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - aux_sym__line_with_maybe_spaces_repeat1, + aux_sym__line_repeat1, [11525] = 32, - ACTIONS(4623), 1, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(4626), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4629), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(4632), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4635), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(4638), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(4641), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(4644), 1, + ACTIONS(4810), 1, sym__whitespace, - ACTIONS(4647), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(4650), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(4653), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(4656), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(4659), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(4662), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(4665), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(4668), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(4671), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(4674), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4677), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4680), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(4683), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(4686), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(4689), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(4692), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(4695), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(4698), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(4701), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4704), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(4707), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - ACTIONS(3647), 2, + ACTIONS(3826), 2, sym__soft_line_ending, sym__emphasis_close_star, - ACTIONS(4620), 7, + ACTIONS(4794), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -78687,7 +79063,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(670), 24, + STATE(669), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -78713,68 +79089,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [11652] = 32, - ACTIONS(4713), 1, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4716), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4719), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4722), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4725), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4728), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4731), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4734), 1, + ACTIONS(4870), 1, sym__whitespace, - ACTIONS(4737), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4740), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4743), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4746), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4749), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4752), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4755), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4758), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4761), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4764), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4767), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4770), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4773), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4776), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4779), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4782), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4785), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4788), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4791), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4794), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4797), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - ACTIONS(3502), 2, - sym__line_ending, - sym__pipe_table_delimiter, - ACTIONS(4710), 7, + ACTIONS(3826), 2, + sym__soft_line_ending, + sym__superscript_close, + ACTIONS(4854), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -78782,7 +79158,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(671), 24, + STATE(672), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -78806,70 +79182,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - aux_sym__line_with_maybe_spaces_repeat1, + aux_sym__line_repeat1, [11779] = 32, - ACTIONS(4802), 1, + ACTIONS(4917), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(4920), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(4923), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(4926), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(4929), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(4932), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(4935), 1, anon_sym_PIPE, - ACTIONS(4816), 1, + ACTIONS(4938), 1, sym__whitespace, - ACTIONS(4818), 1, + ACTIONS(4941), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(4944), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(4947), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(4950), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(4953), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(4956), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(4959), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(4962), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(4965), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(4968), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(4971), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(4974), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(4977), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(4980), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(4983), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(4986), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(4989), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(4992), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(4995), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(4998), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(5001), 1, sym__emphasis_open_underscore, - ACTIONS(3634), 2, + ACTIONS(3627), 2, sym__soft_line_ending, - sym__subscript_close, - ACTIONS(4800), 7, + sym__superscript_close, + ACTIONS(4914), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -78877,7 +79253,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(675), 24, + STATE(672), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -78903,68 +79279,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [11906] = 32, - ACTIONS(4863), 1, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(4866), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(4869), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(4872), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4875), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(4878), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(4881), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(4884), 1, - sym__whitespace, - ACTIONS(4887), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(4890), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(4893), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(4896), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(4899), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(4902), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(4905), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(4908), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(4911), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(4914), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4917), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4920), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(4923), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(4926), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(4929), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(4932), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(4935), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(4938), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(4941), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4944), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(4947), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - ACTIONS(3647), 2, + ACTIONS(5006), 1, + sym__whitespace, + ACTIONS(3814), 2, sym__soft_line_ending, - sym__single_quote_span_close, - ACTIONS(4860), 7, + aux_sym_inline_note_token1, + ACTIONS(5004), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -78972,7 +79348,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(673), 24, + STATE(674), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -78998,68 +79374,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [12033] = 32, - ACTIONS(4952), 1, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(4966), 1, - sym__whitespace, - ACTIONS(4968), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - ACTIONS(3622), 2, + ACTIONS(5006), 1, + sym__whitespace, + ACTIONS(3826), 2, sym__soft_line_ending, - sym__double_quote_span_close, - ACTIONS(4950), 7, + aux_sym_inline_note_token1, + ACTIONS(5008), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -79067,7 +79443,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(680), 24, + STATE(675), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -79151,9 +79527,9 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5097), 1, sym__emphasis_open_underscore, - ACTIONS(3647), 2, + ACTIONS(3627), 2, sym__soft_line_ending, - sym__subscript_close, + aux_sym_inline_note_token1, ACTIONS(5010), 7, sym__html_comment, sym__autolink, @@ -79246,9 +79622,9 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5158), 1, sym__emphasis_open_underscore, - ACTIONS(3622), 2, + ACTIONS(3814), 2, sym__soft_line_ending, - sym__superscript_close, + sym__strong_emphasis_close_star, ACTIONS(5100), 7, sym__html_comment, sym__autolink, @@ -79341,9 +79717,9 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5158), 1, sym__emphasis_open_underscore, - ACTIONS(3634), 2, + ACTIONS(3826), 2, sym__soft_line_ending, - sym__superscript_close, + sym__strong_emphasis_close_star, ACTIONS(5160), 7, sym__html_comment, sym__autolink, @@ -79436,9 +79812,9 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5249), 1, sym__emphasis_open_underscore, - ACTIONS(3647), 2, + ACTIONS(3627), 2, sym__soft_line_ending, - sym__superscript_close, + sym__strong_emphasis_close_star, ACTIONS(5162), 7, sym__html_comment, sym__autolink, @@ -79473,67 +79849,67 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [12668] = 32, - ACTIONS(4556), 1, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(4570), 1, + ACTIONS(5268), 1, sym__whitespace, - ACTIONS(4572), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - ACTIONS(3634), 2, + ACTIONS(3814), 2, sym__soft_line_ending, - sym__single_quote_span_close, + sym__strong_emphasis_close_underscore, ACTIONS(5252), 7, sym__html_comment, sym__autolink, @@ -79542,7 +79918,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(673), 24, + STATE(680), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -79568,68 +79944,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [12795] = 32, - ACTIONS(4952), 1, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(4966), 1, + ACTIONS(5268), 1, sym__whitespace, - ACTIONS(4968), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - ACTIONS(3634), 2, + ACTIONS(3826), 2, sym__soft_line_ending, - sym__double_quote_span_close, - ACTIONS(5254), 7, + sym__strong_emphasis_close_underscore, + ACTIONS(5312), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -79637,7 +80013,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(687), 24, + STATE(682), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -79663,68 +80039,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [12922] = 32, - ACTIONS(4400), 1, + ACTIONS(4252), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(4254), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(4258), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(4260), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(4262), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(4414), 1, + ACTIONS(4266), 1, sym__whitespace, - ACTIONS(4416), 1, + ACTIONS(4268), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(4270), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(4272), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(4274), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(4276), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(4278), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(4280), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(4282), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(4284), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(4286), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(4288), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(4290), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(4292), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(4294), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(4296), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(4298), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(4300), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(4302), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(4304), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(4306), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - ACTIONS(3634), 2, + ACTIONS(3826), 2, sym__soft_line_ending, - sym__emphasis_close_star, - ACTIONS(5256), 7, + sym__emphasis_close_underscore, + ACTIONS(5314), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -79732,7 +80108,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(670), 24, + STATE(654), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -79758,68 +80134,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [13049] = 32, - ACTIONS(3409), 1, + ACTIONS(5319), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(5322), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(5325), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(5328), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(5331), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(5334), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(5337), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(5340), 1, + sym__whitespace, + ACTIONS(5343), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(5346), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(5349), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(5352), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(5355), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(5358), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(5361), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(5364), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(5367), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(5370), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(5373), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(5376), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(5379), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(5382), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(5385), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(5388), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(5391), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(5394), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(5397), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(5400), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(5403), 1, sym__emphasis_open_underscore, - ACTIONS(3944), 1, - sym__whitespace, - ACTIONS(3634), 2, + ACTIONS(3627), 2, sym__soft_line_ending, - aux_sym_inline_note_token1, - ACTIONS(5258), 7, + sym__strong_emphasis_close_underscore, + ACTIONS(5316), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -79827,7 +80203,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(683), 24, + STATE(682), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -79853,68 +80229,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [13176] = 32, - ACTIONS(5263), 1, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(5266), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(5269), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(5272), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5275), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(5278), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(5281), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(5284), 1, + ACTIONS(4810), 1, sym__whitespace, - ACTIONS(5287), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(5290), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(5293), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(5296), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(5299), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(5302), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(5305), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(5308), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(5311), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(5314), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5317), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5320), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(5323), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(5326), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(5329), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(5332), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(5335), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(5338), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(5341), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5344), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(5347), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - ACTIONS(3647), 2, + ACTIONS(3814), 2, sym__soft_line_ending, - aux_sym_inline_note_token1, - ACTIONS(5260), 7, + sym__emphasis_close_star, + ACTIONS(5406), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -79922,7 +80298,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(683), 24, + STATE(670), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -79948,68 +80324,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [13303] = 32, - ACTIONS(5352), 1, + ACTIONS(5411), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(5414), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(5417), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(5420), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(5423), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(5426), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(5429), 1, anon_sym_PIPE, - ACTIONS(5366), 1, + ACTIONS(5432), 1, sym__whitespace, - ACTIONS(5368), 1, + ACTIONS(5435), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(5438), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(5441), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(5444), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(5447), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(5450), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(5453), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(5456), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(5459), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(5462), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(5465), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(5468), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(5471), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(5474), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(5477), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(5480), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(5483), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(5486), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(5489), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(5492), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(5495), 1, sym__emphasis_open_underscore, - ACTIONS(3622), 2, + ACTIONS(3627), 2, sym__soft_line_ending, - sym__strong_emphasis_close_star, - ACTIONS(5350), 7, + sym__single_quote_span_close, + ACTIONS(5408), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -80017,7 +80393,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(685), 24, + STATE(684), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -80043,68 +80419,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [13430] = 32, - ACTIONS(5352), 1, + ACTIONS(5501), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(5504), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(5507), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(5510), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(5513), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(5516), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(5519), 1, anon_sym_PIPE, - ACTIONS(5366), 1, + ACTIONS(5522), 1, sym__whitespace, - ACTIONS(5368), 1, + ACTIONS(5525), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(5528), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(5531), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(5534), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(5537), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(5540), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(5543), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(5546), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(5549), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(5552), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(5555), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(5558), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(5561), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(5564), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(5567), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(5570), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(5573), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(5576), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(5579), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(5582), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(5585), 1, sym__emphasis_open_underscore, - ACTIONS(3634), 2, - sym__soft_line_ending, - sym__strong_emphasis_close_star, - ACTIONS(5410), 7, + ACTIONS(3513), 2, + sym__line_ending, + sym__pipe_table_delimiter, + ACTIONS(5498), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -80112,7 +80488,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(686), 24, + STATE(685), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -80136,70 +80512,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - aux_sym__line_repeat1, + aux_sym__line_with_maybe_spaces_repeat1, [13557] = 32, - ACTIONS(5415), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(5418), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(5421), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(5424), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5427), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(5430), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(5433), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(5436), 1, - sym__whitespace, - ACTIONS(5439), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(5442), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(5445), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(5448), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(5451), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(5454), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(5457), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(5460), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(5463), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(5466), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5469), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5472), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(5475), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(5478), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(5481), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(5484), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(5487), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(5490), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(5493), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5496), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(5499), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(3647), 2, + ACTIONS(4096), 1, + sym__whitespace, + ACTIONS(3814), 2, sym__soft_line_ending, - sym__strong_emphasis_close_star, - ACTIONS(5412), 7, + aux_sym_insert_token1, + ACTIONS(5588), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -80207,7 +80583,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(686), 24, + STATE(657), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -80233,68 +80609,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [13684] = 32, - ACTIONS(5505), 1, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(5508), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(5511), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(5514), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5517), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(5520), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(5523), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(5526), 1, + ACTIONS(4048), 1, sym__whitespace, - ACTIONS(5529), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(5532), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(5535), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(5538), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(5541), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(5544), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(5547), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(5550), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(5553), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(5556), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5559), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5562), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(5565), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(5568), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(5571), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(5574), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(5577), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(5580), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(5583), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5586), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(5589), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, - ACTIONS(3647), 2, + ACTIONS(3814), 2, sym__soft_line_ending, - sym__double_quote_span_close, - ACTIONS(5502), 7, + sym__single_quote_span_close, + ACTIONS(5590), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -80302,7 +80678,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(687), 24, + STATE(655), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -80328,67 +80704,67 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [13811] = 32, - ACTIONS(4802), 1, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4816), 1, + ACTIONS(4870), 1, sym__whitespace, - ACTIONS(4818), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - ACTIONS(3622), 2, + ACTIONS(3814), 2, sym__soft_line_ending, - sym__subscript_close, + sym__superscript_close, ACTIONS(5592), 7, sym__html_comment, sym__autolink, @@ -80397,7 +80773,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(672), 24, + STATE(671), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -80423,67 +80799,67 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_str, aux_sym__line_repeat1, [13938] = 33, - ACTIONS(4556), 1, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, ACTIONS(5596), 1, sym__single_quote_span_close, - STATE(2986), 1, + STATE(3089), 1, sym__line, - STATE(4080), 1, + STATE(3714), 1, sym__inlines, ACTIONS(5594), 7, sym__html_comment, @@ -80493,7 +80869,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -80518,69 +80894,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [14066] = 33, - ACTIONS(3085), 1, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, ACTIONS(5598), 1, - aux_sym_insert_token1, - STATE(2931), 1, + sym__single_quote_span_close, + STATE(3089), 1, sym__line, - STATE(4012), 1, + STATE(3969), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5594), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -80588,7 +80964,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -80613,69 +80989,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [14194] = 33, - ACTIONS(4556), 1, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, - ACTIONS(5600), 1, - sym__single_quote_span_close, - STATE(2986), 1, + ACTIONS(5602), 1, + sym__double_quote_span_close, + STATE(3095), 1, sym__line, - STATE(3763), 1, + STATE(3980), 1, sym__inlines, - ACTIONS(5594), 7, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -80683,7 +81059,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -80708,69 +81084,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [14322] = 33, - ACTIONS(4952), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5604), 1, - sym__double_quote_span_close, - STATE(2929), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(3791), 1, + STATE(3735), 1, sym__inlines, - ACTIONS(5602), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -80778,7 +81154,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -80803,69 +81179,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [14450] = 33, - ACTIONS(4556), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5606), 1, - sym__single_quote_span_close, - STATE(2986), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(3812), 1, + STATE(3835), 1, sym__inlines, - ACTIONS(5594), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -80873,7 +81249,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -80898,69 +81274,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [14578] = 33, - ACTIONS(4952), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5608), 1, - sym__double_quote_span_close, - STATE(2929), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(3813), 1, + STATE(4074), 1, sym__inlines, - ACTIONS(5602), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -80968,7 +81344,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -80993,69 +81369,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [14706] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5610), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3755), 1, + STATE(4089), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -81063,7 +81439,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -81088,69 +81464,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [14834] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5612), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3848), 1, + STATE(4095), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -81158,7 +81534,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -81183,69 +81559,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [14962] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5614), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3852), 1, + STATE(4096), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -81253,7 +81629,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -81278,69 +81654,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [15090] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5616), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3853), 1, + STATE(3898), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -81348,7 +81724,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -81373,69 +81749,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [15218] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5618), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3854), 1, + STATE(3944), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -81443,7 +81819,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -81468,69 +81844,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [15346] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5620), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(4014), 1, + STATE(3945), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -81538,7 +81914,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -81563,69 +81939,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [15474] = 33, - ACTIONS(3085), 1, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, ACTIONS(5622), 1, - aux_sym_insert_token1, - STATE(2931), 1, + sym__single_quote_span_close, + STATE(3089), 1, sym__line, - STATE(4020), 1, + STATE(4067), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5594), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -81633,7 +82009,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -81657,68 +82033,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [15602] = 32, - ACTIONS(3573), 1, - sym__pipe_table_delimiter, - ACTIONS(3744), 1, + [15602] = 33, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(3746), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(3748), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(3750), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3752), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(3754), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(3756), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(3758), 1, - sym__whitespace, - ACTIONS(3760), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(3762), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(3764), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(3766), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(3768), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(3770), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(3772), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(3774), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(3776), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(3778), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3780), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3782), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(3784), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(3786), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(3788), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(3790), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(3792), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(3794), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(3796), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3798), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(3800), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, - ACTIONS(5624), 7, + ACTIONS(5624), 1, + sym__double_quote_span_close, + STATE(3095), 1, + sym__line, + STATE(4068), 1, + sym__inlines, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -81726,7 +82104,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(736), 24, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -81750,71 +82128,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - aux_sym__line_with_maybe_spaces_repeat1, - [15728] = 33, - ACTIONS(3085), 1, + [15730] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5626), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(4033), 1, + STATE(3946), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -81822,7 +82199,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -81846,68 +82223,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [15856] = 33, - ACTIONS(4556), 1, + [15858] = 33, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, ACTIONS(5628), 1, sym__single_quote_span_close, - STATE(2986), 1, + STATE(3089), 1, sym__line, - STATE(3921), 1, + STATE(4299), 1, sym__inlines, ACTIONS(5594), 7, sym__html_comment, @@ -81917,7 +82294,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -81941,70 +82318,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [15984] = 33, - ACTIONS(4952), 1, + [15986] = 33, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, ACTIONS(5630), 1, sym__double_quote_span_close, - STATE(2929), 1, + STATE(3095), 1, sym__line, - STATE(3922), 1, + STATE(4302), 1, sym__inlines, - ACTIONS(5602), 7, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -82012,7 +82389,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -82036,70 +82413,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [16112] = 33, - ACTIONS(3085), 1, + [16114] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5632), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3956), 1, + STATE(3947), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -82107,7 +82484,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -82131,70 +82508,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [16240] = 33, - ACTIONS(3085), 1, + [16242] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5634), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3957), 1, + STATE(4099), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -82202,7 +82579,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -82226,70 +82603,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [16368] = 33, - ACTIONS(3085), 1, + [16370] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5636), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3958), 1, + STATE(3591), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -82297,7 +82674,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -82321,70 +82698,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [16496] = 33, - ACTIONS(3085), 1, + [16498] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5638), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3959), 1, + STATE(3592), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -82392,7 +82769,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -82416,70 +82793,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [16624] = 33, - ACTIONS(3085), 1, + [16626] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5640), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(4201), 1, + STATE(3593), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -82487,7 +82864,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -82511,70 +82888,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [16752] = 33, - ACTIONS(4952), 1, + [16754] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5642), 1, - sym__double_quote_span_close, - STATE(2929), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(4081), 1, + STATE(3594), 1, sym__inlines, - ACTIONS(5602), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -82582,7 +82959,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -82606,68 +82983,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [16880] = 33, - ACTIONS(4556), 1, + [16882] = 33, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, ACTIONS(5644), 1, sym__single_quote_span_close, - STATE(2986), 1, + STATE(3089), 1, sym__line, - STATE(3701), 1, + STATE(4244), 1, sym__inlines, ACTIONS(5594), 7, sym__html_comment, @@ -82677,7 +83054,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -82701,70 +83078,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [17008] = 33, - ACTIONS(4556), 1, + [17010] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5646), 1, - sym__single_quote_span_close, - STATE(2986), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(4023), 1, + STATE(3887), 1, sym__inlines, - ACTIONS(5594), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -82772,7 +83149,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -82796,70 +83173,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [17136] = 33, - ACTIONS(4952), 1, + [17138] = 33, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, ACTIONS(5648), 1, sym__double_quote_span_close, - STATE(2929), 1, + STATE(3095), 1, sym__line, - STATE(4024), 1, + STATE(4247), 1, sym__inlines, - ACTIONS(5602), 7, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -82867,7 +83244,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -82891,70 +83268,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [17264] = 33, - ACTIONS(4556), 1, + [17266] = 32, + ACTIONS(3513), 1, + sym__pipe_table_delimiter, + ACTIONS(5653), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(5656), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(5659), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(5662), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(5665), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(5668), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(5671), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(5674), 1, + sym__whitespace, + ACTIONS(5677), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(5680), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(5683), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(5686), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(5689), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(5692), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(5695), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(5698), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(5701), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(5704), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(5707), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(5710), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(5713), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(5716), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(5719), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(5722), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(5725), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(5728), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(5731), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(5734), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(5737), 1, sym__emphasis_open_underscore, - ACTIONS(5650), 1, - sym__single_quote_span_close, - STATE(2986), 1, - sym__line, - STATE(4204), 1, - sym__inlines, - ACTIONS(5594), 7, + ACTIONS(5650), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -82962,7 +83337,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(715), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -82986,70 +83361,71 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, + aux_sym__line_with_maybe_spaces_repeat1, [17392] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5652), 1, + ACTIONS(5740), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3898), 1, + STATE(3838), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -83057,7 +83433,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -83082,69 +83458,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [17520] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5654), 1, + ACTIONS(5742), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(4057), 1, + STATE(3833), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -83152,7 +83528,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -83177,69 +83553,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [17648] = 33, - ACTIONS(3085), 1, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, - ACTIONS(5656), 1, - aux_sym_insert_token1, - STATE(2931), 1, + ACTIONS(5744), 1, + sym__single_quote_span_close, + STATE(3089), 1, sym__line, - STATE(4058), 1, + STATE(3640), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5594), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -83247,7 +83623,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -83272,69 +83648,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [17776] = 33, - ACTIONS(3085), 1, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, - ACTIONS(5658), 1, - aux_sym_insert_token1, - STATE(2931), 1, + ACTIONS(5746), 1, + sym__double_quote_span_close, + STATE(3095), 1, sym__line, - STATE(4059), 1, + STATE(3641), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -83342,7 +83718,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -83367,69 +83743,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [17904] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5660), 1, + ACTIONS(5748), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(4060), 1, + STATE(4281), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -83437,7 +83813,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -83462,69 +83838,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [18032] = 33, - ACTIONS(4952), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5662), 1, - sym__double_quote_span_close, - STATE(2929), 1, + ACTIONS(5750), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(4205), 1, + STATE(4283), 1, sym__inlines, - ACTIONS(5602), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -83532,7 +83908,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -83557,69 +83933,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [18160] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5664), 1, + ACTIONS(5752), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3667), 1, + STATE(3665), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -83627,7 +84003,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -83652,69 +84028,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [18288] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5666), 1, + ACTIONS(5754), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3899), 1, + STATE(3666), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -83722,7 +84098,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -83747,69 +84123,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [18416] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5668), 1, + ACTIONS(5756), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3902), 1, + STATE(3667), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -83817,7 +84193,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -83842,69 +84218,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [18544] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5670), 1, + ACTIONS(5758), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3917), 1, + STATE(3668), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -83912,7 +84288,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -83937,69 +84313,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [18672] = 33, - ACTIONS(4556), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5672), 1, - sym__single_quote_span_close, - STATE(2986), 1, + ACTIONS(5760), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(4120), 1, + STATE(4284), 1, sym__inlines, - ACTIONS(5594), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -84007,7 +84383,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -84032,69 +84408,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [18800] = 33, - ACTIONS(4952), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5674), 1, - sym__double_quote_span_close, - STATE(2929), 1, + ACTIONS(5762), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(4121), 1, + STATE(4288), 1, sym__inlines, - ACTIONS(5602), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -84102,7 +84478,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -84127,69 +84503,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [18928] = 33, - ACTIONS(4952), 1, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, - ACTIONS(5676), 1, + ACTIONS(5764), 1, sym__double_quote_span_close, - STATE(2929), 1, + STATE(3095), 1, sym__line, - STATE(3702), 1, + STATE(4265), 1, sym__inlines, - ACTIONS(5602), 7, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -84197,7 +84573,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -84222,69 +84598,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [19056] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5678), 1, + ACTIONS(5766), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3489), 1, + STATE(4285), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -84292,7 +84668,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -84317,69 +84693,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [19184] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5680), 1, + ACTIONS(5768), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(4195), 1, + STATE(4200), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -84387,7 +84763,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -84412,69 +84788,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [19312] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5682), 1, + ACTIONS(5770), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(4196), 1, + STATE(4203), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -84482,7 +84858,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -84507,69 +84883,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [19440] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5684), 1, + ACTIONS(5772), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(4197), 1, + STATE(4071), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -84577,7 +84953,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -84602,69 +84978,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [19568] = 33, - ACTIONS(3085), 1, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, - ACTIONS(5686), 1, - aux_sym_insert_token1, - STATE(2931), 1, + ACTIONS(5774), 1, + sym__double_quote_span_close, + STATE(3095), 1, sym__line, - STATE(4198), 1, + STATE(3715), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -84672,7 +85048,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -84697,69 +85073,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [19696] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5688), 1, + ACTIONS(5776), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3491), 1, + STATE(4204), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -84767,7 +85143,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -84792,69 +85168,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [19824] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5690), 1, + ACTIONS(5778), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3492), 1, + STATE(4205), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -84862,7 +85238,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -84886,68 +85262,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [19952] = 32, - ACTIONS(3502), 1, - sym__pipe_table_delimiter, - ACTIONS(5695), 1, + [19952] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(5698), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(5701), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(5704), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5707), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(5710), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(5713), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(5716), 1, - sym__whitespace, - ACTIONS(5719), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(5722), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(5725), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(5728), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(5731), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(5734), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(5737), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(5740), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(5743), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(5746), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5749), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5752), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(5755), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(5758), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(5761), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(5764), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(5767), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(5770), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(5773), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5776), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(5779), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - ACTIONS(5692), 7, + ACTIONS(5780), 1, + aux_sym_insert_token1, + STATE(3050), 1, + sym__line, + STATE(3739), 1, + sym__inlines, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -84955,7 +85333,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(736), 24, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -84979,71 +85357,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - aux_sym__line_with_maybe_spaces_repeat1, - [20078] = 33, - ACTIONS(3085), 1, + [20080] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5782), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3504), 1, + STATE(3740), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -85051,7 +85428,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -85075,70 +85452,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [20206] = 33, - ACTIONS(3085), 1, + [20208] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5784), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3592), 1, + STATE(3741), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -85146,7 +85523,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -85170,70 +85547,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [20334] = 33, - ACTIONS(4556), 1, + [20336] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5786), 1, - sym__single_quote_span_close, - STATE(2986), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(3476), 1, + STATE(3742), 1, sym__inlines, - ACTIONS(5594), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -85241,7 +85618,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -85265,70 +85642,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [20462] = 33, - ACTIONS(4952), 1, + [20464] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5788), 1, - sym__double_quote_span_close, - STATE(2929), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(3477), 1, + STATE(3679), 1, sym__inlines, - ACTIONS(5602), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -85336,7 +85713,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -85360,70 +85737,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [20590] = 33, - ACTIONS(3085), 1, + [20592] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5790), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3749), 1, + STATE(4180), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -85431,7 +85808,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -85455,70 +85832,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [20718] = 33, - ACTIONS(3085), 1, + [20720] = 33, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, ACTIONS(5792), 1, - aux_sym_insert_token1, - STATE(2931), 1, + sym__double_quote_span_close, + STATE(3095), 1, sym__line, - STATE(3499), 1, + STATE(4017), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -85526,7 +85903,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -85550,70 +85927,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [20846] = 33, - ACTIONS(3085), 1, + [20848] = 33, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, ACTIONS(5794), 1, - aux_sym_insert_token1, - STATE(2931), 1, + sym__single_quote_span_close, + STATE(3089), 1, sym__line, - STATE(3500), 1, + STATE(3619), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5594), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -85621,7 +85998,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -85645,70 +86022,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [20974] = 33, - ACTIONS(3085), 1, + [20976] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5796), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3501), 1, + STATE(3680), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -85716,7 +86093,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -85740,70 +86117,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [21102] = 33, - ACTIONS(3085), 1, + [21104] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5798), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3502), 1, + STATE(3683), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -85811,7 +86188,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -85835,68 +86212,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [21230] = 33, - ACTIONS(4556), 1, + [21232] = 33, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, ACTIONS(5800), 1, sym__single_quote_span_close, - STATE(2986), 1, + STATE(3089), 1, sym__line, - STATE(3516), 1, + STATE(3788), 1, sym__inlines, ACTIONS(5594), 7, sym__html_comment, @@ -85906,7 +86283,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -85930,70 +86307,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [21358] = 33, - ACTIONS(3085), 1, + [21360] = 33, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, ACTIONS(5802), 1, - aux_sym_insert_token1, - STATE(2931), 1, + sym__double_quote_span_close, + STATE(3095), 1, sym__line, - STATE(3775), 1, + STATE(3789), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -86001,7 +86378,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -86025,70 +86402,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [21486] = 33, - ACTIONS(3085), 1, + [21488] = 33, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, ACTIONS(5804), 1, - aux_sym_insert_token1, - STATE(2931), 1, + sym__single_quote_span_close, + STATE(3089), 1, sym__line, - STATE(3778), 1, + STATE(4209), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5594), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -86096,7 +86473,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -86120,70 +86497,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [21614] = 33, - ACTIONS(4556), 1, + [21616] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5806), 1, - sym__single_quote_span_close, - STATE(2986), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(3544), 1, + STATE(3834), 1, sym__inlines, - ACTIONS(5594), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -86191,7 +86568,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -86215,70 +86592,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [21742] = 33, - ACTIONS(4952), 1, + [21744] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5808), 1, - sym__double_quote_span_close, - STATE(2929), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(3545), 1, + STATE(3813), 1, sym__inlines, - ACTIONS(5602), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -86286,7 +86663,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -86310,70 +86687,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [21870] = 33, - ACTIONS(3085), 1, + [21872] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5810), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3779), 1, + STATE(3814), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -86381,7 +86758,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -86405,70 +86782,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [21998] = 33, - ACTIONS(3085), 1, + [22000] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5812), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3567), 1, + STATE(3815), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -86476,7 +86853,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -86500,70 +86877,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [22126] = 33, - ACTIONS(3085), 1, + [22128] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5814), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3568), 1, + STATE(3816), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -86571,7 +86948,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -86595,70 +86972,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [22254] = 33, - ACTIONS(3085), 1, + [22256] = 33, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, ACTIONS(5816), 1, - aux_sym_insert_token1, - STATE(2931), 1, + sym__double_quote_span_close, + STATE(3095), 1, sym__line, - STATE(3569), 1, + STATE(3620), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -86666,7 +87043,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -86690,70 +87067,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [22382] = 33, - ACTIONS(3085), 1, + [22384] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5818), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3570), 1, + STATE(4057), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -86761,7 +87138,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -86785,70 +87162,70 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [22510] = 33, - ACTIONS(3085), 1, + [22512] = 33, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5820), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3780), 1, + STATE(4060), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -86856,7 +87233,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -86880,70 +87257,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [22638] = 33, - ACTIONS(4556), 1, + [22640] = 32, + ACTIONS(3484), 1, + sym__pipe_table_delimiter, + ACTIONS(3732), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(3734), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(3736), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(3738), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(3740), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(3742), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(3744), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(3746), 1, + sym__whitespace, + ACTIONS(3748), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(3750), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(3752), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(3754), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(3756), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(3758), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(3760), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(3762), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(3764), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(3766), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(3768), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(3770), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(3772), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(3774), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(3776), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(3778), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(3780), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(3782), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(3784), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(3786), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(3788), 1, sym__emphasis_open_underscore, - ACTIONS(5822), 1, - sym__single_quote_span_close, - STATE(2986), 1, - sym__line, - STATE(3595), 1, - sym__inlines, - ACTIONS(5594), 7, + ACTIONS(5822), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -86951,7 +87326,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(715), 24, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -86975,70 +87350,71 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, + aux_sym__line_with_maybe_spaces_repeat1, [22766] = 33, - ACTIONS(4952), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5824), 1, - sym__double_quote_span_close, - STATE(2929), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(3600), 1, + STATE(4063), 1, sym__inlines, - ACTIONS(5602), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -87046,7 +87422,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -87071,67 +87447,67 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [22894] = 33, - ACTIONS(4556), 1, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, ACTIONS(5826), 1, sym__single_quote_span_close, - STATE(2986), 1, + STATE(3089), 1, sym__line, - STATE(3612), 1, + STATE(4392), 1, sym__inlines, ACTIONS(5594), 7, sym__html_comment, @@ -87141,7 +87517,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -87166,69 +87542,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [23022] = 33, - ACTIONS(4952), 1, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, ACTIONS(5828), 1, sym__double_quote_span_close, - STATE(2929), 1, + STATE(3095), 1, sym__line, - STATE(3613), 1, + STATE(4393), 1, sym__inlines, - ACTIONS(5602), 7, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -87236,7 +87612,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -87261,69 +87637,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [23150] = 33, - ACTIONS(4556), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5830), 1, - sym__single_quote_span_close, - STATE(2986), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(3835), 1, + STATE(3684), 1, sym__inlines, - ACTIONS(5594), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -87331,7 +87707,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -87356,69 +87732,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [23278] = 33, - ACTIONS(4952), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5832), 1, - sym__double_quote_span_close, - STATE(2929), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(3882), 1, + STATE(3727), 1, sym__inlines, - ACTIONS(5602), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -87426,7 +87802,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -87451,69 +87827,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [23406] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5834), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3635), 1, + STATE(4064), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -87521,7 +87897,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -87546,69 +87922,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [23534] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5836), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3636), 1, + STATE(4215), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -87616,7 +87992,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -87641,69 +88017,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [23662] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5838), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3637), 1, + STATE(4221), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -87711,7 +88087,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -87736,69 +88112,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [23790] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5840), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3638), 1, + STATE(4296), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -87806,7 +88182,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -87831,69 +88207,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [23918] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5842), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3467), 1, + STATE(3573), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -87901,7 +88277,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -87926,69 +88302,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [24046] = 33, - ACTIONS(3085), 1, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, ACTIONS(5844), 1, - aux_sym_insert_token1, - STATE(2931), 1, + sym__single_quote_span_close, + STATE(3089), 1, sym__line, - STATE(3508), 1, + STATE(3858), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5594), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -87996,7 +88372,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -88021,69 +88397,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [24174] = 33, - ACTIONS(3085), 1, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, ACTIONS(5846), 1, - aux_sym_insert_token1, - STATE(2931), 1, + sym__double_quote_span_close, + STATE(3095), 1, sym__line, - STATE(3649), 1, + STATE(3863), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -88091,7 +88467,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -88116,69 +88492,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [24302] = 33, - ACTIONS(3085), 1, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, ACTIONS(5848), 1, - aux_sym_insert_token1, - STATE(2931), 1, + sym__single_quote_span_close, + STATE(3089), 1, sym__line, - STATE(3650), 1, + STATE(3776), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5594), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -88186,7 +88562,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -88211,69 +88587,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [24430] = 33, - ACTIONS(4952), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5850), 1, - sym__double_quote_span_close, - STATE(2929), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(3591), 1, + STATE(3994), 1, sym__inlines, - ACTIONS(5602), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -88281,7 +88657,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -88306,69 +88682,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [24558] = 33, - ACTIONS(3085), 1, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, ACTIONS(5852), 1, - aux_sym_insert_token1, - STATE(2931), 1, + sym__double_quote_span_close, + STATE(3095), 1, sym__line, - STATE(3651), 1, + STATE(3777), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -88376,7 +88752,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -88401,69 +88777,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [24686] = 33, - ACTIONS(3085), 1, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, ACTIONS(5854), 1, - aux_sym_insert_token1, - STATE(2931), 1, + sym__single_quote_span_close, + STATE(3089), 1, sym__line, - STATE(3652), 1, + STATE(4121), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5594), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -88471,7 +88847,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -88496,69 +88872,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [24814] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5856), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3509), 1, + STATE(4046), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -88566,7 +88942,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -88591,69 +88967,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [24942] = 33, - ACTIONS(3085), 1, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, ACTIONS(5858), 1, - aux_sym_insert_token1, - STATE(2931), 1, + sym__single_quote_span_close, + STATE(3089), 1, sym__line, - STATE(3510), 1, + STATE(3908), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5594), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -88661,7 +89037,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -88686,67 +89062,67 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [25070] = 33, - ACTIONS(4556), 1, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, ACTIONS(5860), 1, sym__single_quote_span_close, - STATE(2986), 1, + STATE(3089), 1, sym__line, - STATE(3717), 1, + STATE(4139), 1, sym__inlines, ACTIONS(5594), 7, sym__html_comment, @@ -88756,7 +89132,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -88781,69 +89157,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [25198] = 33, - ACTIONS(4952), 1, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, ACTIONS(5862), 1, sym__double_quote_span_close, - STATE(2929), 1, + STATE(3095), 1, sym__line, - STATE(3718), 1, + STATE(4140), 1, sym__inlines, - ACTIONS(5602), 7, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -88851,7 +89227,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -88876,69 +89252,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [25326] = 33, - ACTIONS(4556), 1, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, ACTIONS(5864), 1, - sym__single_quote_span_close, - STATE(2986), 1, + sym__double_quote_span_close, + STATE(3095), 1, sym__line, - STATE(3938), 1, + STATE(3911), 1, sym__inlines, - ACTIONS(5594), 7, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -88946,7 +89322,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -88971,69 +89347,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [25454] = 33, - ACTIONS(4952), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5866), 1, - sym__double_quote_span_close, - STATE(2929), 1, + aux_sym_insert_token1, + STATE(3050), 1, sym__line, - STATE(3939), 1, + STATE(3713), 1, sym__inlines, - ACTIONS(5602), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -89041,7 +89417,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -89066,69 +89442,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [25582] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5868), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3743), 1, + STATE(4175), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -89136,7 +89512,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -89161,69 +89537,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [25710] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5870), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3746), 1, + STATE(4178), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -89231,7 +89607,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -89256,69 +89632,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [25838] = 33, - ACTIONS(3085), 1, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, ACTIONS(5872), 1, - aux_sym_insert_token1, - STATE(2931), 1, + sym__double_quote_span_close, + STATE(3095), 1, sym__line, - STATE(3747), 1, + STATE(4146), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -89326,7 +89702,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -89351,69 +89727,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [25966] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5874), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(3515), 1, + STATE(4179), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -89421,7 +89797,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -89446,69 +89822,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [26094] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5876), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(4132), 1, + STATE(3729), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -89516,7 +89892,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -89541,69 +89917,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [26222] = 33, - ACTIONS(3085), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, ACTIONS(5878), 1, aux_sym_insert_token1, - STATE(2931), 1, + STATE(3050), 1, sym__line, - STATE(4145), 1, + STATE(4021), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -89611,7 +89987,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -89636,69 +90012,69 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [26350] = 33, - ACTIONS(3085), 1, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, ACTIONS(5880), 1, - aux_sym_insert_token1, - STATE(2931), 1, + sym__single_quote_span_close, + STATE(3089), 1, sym__line, - STATE(3770), 1, + STATE(4016), 1, sym__inlines, - ACTIONS(3083), 7, + ACTIONS(5594), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -89706,7 +90082,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -89731,65 +90107,65 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [26478] = 32, - ACTIONS(5352), 1, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(2989), 1, + STATE(3041), 1, sym__line, - STATE(3620), 1, + STATE(3723), 1, sym__inlines, ACTIONS(5882), 7, sym__html_comment, @@ -89799,7 +90175,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -89824,67 +90200,67 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [26603] = 32, - ACTIONS(3409), 1, + ACTIONS(4252), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4254), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(4258), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(4260), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(4262), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(4268), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(4270), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(4272), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(4274), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(4276), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(4278), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(4280), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(4282), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(4284), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(4286), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(4288), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4290), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4292), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4294), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4296), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4298), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4300), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4302), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4304), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4306), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(2797), 1, - sym__inlines, - STATE(2878), 1, + STATE(3092), 1, sym__line, - ACTIONS(3407), 7, + STATE(3799), 1, + sym__inlines, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -89892,7 +90268,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -89973,9 +90349,9 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(105), 1, sym__emphasis_open_underscore, - STATE(2867), 1, + STATE(2947), 1, sym__line, - STATE(3196), 1, + STATE(3289), 1, sym__inlines, ACTIONS(5), 7, sym__html_comment, @@ -89985,7 +90361,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(652), 23, + STATE(642), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -90066,9 +90442,9 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(105), 1, sym__emphasis_open_underscore, - STATE(2867), 1, + STATE(2947), 1, sym__line, - STATE(3279), 1, + STATE(3384), 1, sym__inlines, ACTIONS(5), 7, sym__html_comment, @@ -90078,7 +90454,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(652), 23, + STATE(642), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -90103,67 +90479,67 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [26978] = 32, - ACTIONS(4100), 1, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - STATE(2996), 1, + STATE(3067), 1, sym__line, - STATE(3794), 1, + STATE(3572), 1, sym__inlines, - ACTIONS(5884), 7, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -90196,67 +90572,67 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [27103] = 32, - ACTIONS(4802), 1, + ACTIONS(7), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(9), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(11), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(13), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(15), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(17), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(19), 1, anon_sym_PIPE, - ACTIONS(4818), 1, + ACTIONS(65), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(67), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(69), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(71), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(73), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(75), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(77), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(79), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(81), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(83), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(85), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(87), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(89), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(91), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(93), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(95), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(97), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(99), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(101), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(103), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(105), 1, sym__emphasis_open_underscore, - STATE(2958), 1, + STATE(2947), 1, sym__line, - STATE(3795), 1, + STATE(3331), 1, sym__inlines, - ACTIONS(5886), 7, + ACTIONS(5), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -90264,7 +90640,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(688), 23, + STATE(642), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -90289,65 +90665,65 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [27228] = 32, - ACTIONS(5102), 1, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(5104), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(5106), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(5108), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5110), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(5112), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(5114), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(5118), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(5120), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(5122), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(5124), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(5126), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(5128), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(5130), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(5132), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(5134), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(5136), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5138), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5140), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(5142), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(5144), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(5146), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(5148), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(5150), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(5152), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(5154), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5156), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(5158), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - STATE(3002), 1, + STATE(3118), 1, sym__line, - STATE(3796), 1, + STATE(4106), 1, sym__inlines, ACTIONS(5888), 7, sym__html_comment, @@ -90357,7 +90733,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(676), 23, + STATE(688), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -90382,67 +90758,67 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [27353] = 32, - ACTIONS(5352), 1, + ACTIONS(7), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(9), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(11), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(13), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(15), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(17), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(19), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(65), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(67), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(69), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(71), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(73), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(75), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(77), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(79), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(81), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(83), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(85), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(87), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(89), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(91), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(93), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(95), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(97), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(99), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(101), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(103), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(105), 1, sym__emphasis_open_underscore, - STATE(2989), 1, + STATE(2947), 1, sym__line, - STATE(3798), 1, + STATE(3216), 1, sym__inlines, - ACTIONS(5882), 7, + ACTIONS(5), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -90450,7 +90826,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(642), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -90475,67 +90851,67 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [27478] = 32, - ACTIONS(4250), 1, + ACTIONS(7), 1, anon_sym_LBRACK, - ACTIONS(4252), 1, + ACTIONS(9), 1, anon_sym_BANG_LBRACK, - ACTIONS(4254), 1, + ACTIONS(11), 1, anon_sym_DOLLAR, - ACTIONS(4256), 1, + ACTIONS(13), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(15), 1, anon_sym_LBRACE, - ACTIONS(4260), 1, + ACTIONS(17), 1, aux_sym_pandoc_str_token1, - ACTIONS(4262), 1, + ACTIONS(19), 1, anon_sym_PIPE, - ACTIONS(4266), 1, + ACTIONS(65), 1, sym__code_span_start, - ACTIONS(4268), 1, + ACTIONS(67), 1, sym__highlight_span_start, - ACTIONS(4270), 1, + ACTIONS(69), 1, sym__insert_span_start, - ACTIONS(4272), 1, + ACTIONS(71), 1, sym__delete_span_start, - ACTIONS(4274), 1, + ACTIONS(73), 1, sym__edit_comment_span_start, - ACTIONS(4276), 1, + ACTIONS(75), 1, sym__single_quote_span_open, - ACTIONS(4278), 1, + ACTIONS(77), 1, sym__double_quote_span_open, - ACTIONS(4280), 1, + ACTIONS(79), 1, sym__shortcode_open_escaped, - ACTIONS(4282), 1, + ACTIONS(81), 1, sym__shortcode_open, - ACTIONS(4284), 1, + ACTIONS(83), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4286), 1, + ACTIONS(85), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4288), 1, + ACTIONS(87), 1, sym__cite_author_in_text, - ACTIONS(4290), 1, + ACTIONS(89), 1, sym__cite_suppress_author, - ACTIONS(4292), 1, + ACTIONS(91), 1, sym__strikeout_open, - ACTIONS(4294), 1, + ACTIONS(93), 1, sym__subscript_open, - ACTIONS(4296), 1, + ACTIONS(95), 1, sym__superscript_open, - ACTIONS(4298), 1, + ACTIONS(97), 1, sym__inline_note_start_token, - ACTIONS(4300), 1, + ACTIONS(99), 1, sym__strong_emphasis_open_star, - ACTIONS(4302), 1, + ACTIONS(101), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4304), 1, + ACTIONS(103), 1, sym__emphasis_open_star, - ACTIONS(4306), 1, + ACTIONS(105), 1, sym__emphasis_open_underscore, - STATE(2959), 1, + STATE(2947), 1, sym__line, - STATE(3802), 1, + STATE(3312), 1, sym__inlines, - ACTIONS(5890), 7, + ACTIONS(5), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -90543,7 +90919,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(642), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -90568,67 +90944,67 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [27603] = 32, - ACTIONS(4400), 1, + ACTIONS(7), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(9), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(11), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(13), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(15), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(17), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(19), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(65), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(67), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(69), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(71), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(73), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(75), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(77), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(79), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(81), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(83), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(85), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(87), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(89), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(91), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(93), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(95), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(97), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(99), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(101), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(103), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(105), 1, sym__emphasis_open_underscore, - STATE(2999), 1, + STATE(2947), 1, sym__line, - STATE(3817), 1, + STATE(3296), 1, sym__inlines, - ACTIONS(5892), 7, + ACTIONS(5), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -90636,7 +91012,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(642), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -90661,99 +91037,6 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [27728] = 32, - ACTIONS(3948), 1, - anon_sym_LBRACK, - ACTIONS(3950), 1, - anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, - anon_sym_DOLLAR, - ACTIONS(3954), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, - anon_sym_LBRACE, - ACTIONS(3958), 1, - aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, - anon_sym_PIPE, - ACTIONS(3964), 1, - sym__code_span_start, - ACTIONS(3966), 1, - sym__highlight_span_start, - ACTIONS(3968), 1, - sym__insert_span_start, - ACTIONS(3970), 1, - sym__delete_span_start, - ACTIONS(3972), 1, - sym__edit_comment_span_start, - ACTIONS(3974), 1, - sym__single_quote_span_open, - ACTIONS(3976), 1, - sym__double_quote_span_open, - ACTIONS(3978), 1, - sym__shortcode_open_escaped, - ACTIONS(3980), 1, - sym__shortcode_open, - ACTIONS(3982), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, - sym__cite_author_in_text, - ACTIONS(3988), 1, - sym__cite_suppress_author, - ACTIONS(3990), 1, - sym__strikeout_open, - ACTIONS(3992), 1, - sym__subscript_open, - ACTIONS(3994), 1, - sym__superscript_open, - ACTIONS(3996), 1, - sym__inline_note_start_token, - ACTIONS(3998), 1, - sym__strong_emphasis_open_star, - ACTIONS(4000), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, - sym__emphasis_open_star, - ACTIONS(4004), 1, - sym__emphasis_open_underscore, - STATE(2932), 1, - sym__line, - STATE(3818), 1, - sym__inlines, - ACTIONS(5894), 7, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - STATE(655), 23, - 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_pandoc_str, - [27853] = 32, ACTIONS(3409), 1, anon_sym_LBRACK, ACTIONS(3411), 1, @@ -90810,10 +91093,10 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2817), 1, - sym__inlines, - STATE(2878), 1, + STATE(2931), 1, sym__line, + STATE(2942), 1, + sym__inlines, ACTIONS(3407), 7, sym__html_comment, sym__autolink, @@ -90822,7 +91105,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -90846,7 +91129,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [27978] = 32, + [27853] = 32, ACTIONS(7), 1, anon_sym_LBRACK, ACTIONS(9), 1, @@ -90903,9 +91186,9 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(105), 1, sym__emphasis_open_underscore, - STATE(2867), 1, + STATE(2947), 1, sym__line, - STATE(3199), 1, + STATE(3298), 1, sym__inlines, ACTIONS(5), 7, sym__html_comment, @@ -90915,7 +91198,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(652), 23, + STATE(642), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -90939,66 +91222,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [28103] = 32, - ACTIONS(4250), 1, + [27978] = 32, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(4252), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(4254), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(4256), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(4260), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(4262), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(4266), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(4268), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(4270), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(4272), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(4274), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(4276), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(4278), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(4280), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(4282), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(4284), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4286), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4288), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(4290), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(4292), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(4294), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(4296), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(4298), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(4300), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(4302), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4304), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(4306), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(2959), 1, + STATE(3076), 1, sym__line, - STATE(3984), 1, + STATE(4387), 1, sym__inlines, ACTIONS(5890), 7, sym__html_comment, @@ -91008,7 +91291,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -91032,68 +91315,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [28228] = 32, - ACTIONS(7), 1, + [28103] = 32, + ACTIONS(5102), 1, anon_sym_LBRACK, - ACTIONS(9), 1, + ACTIONS(5104), 1, anon_sym_BANG_LBRACK, - ACTIONS(11), 1, + ACTIONS(5106), 1, anon_sym_DOLLAR, - ACTIONS(13), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(15), 1, + ACTIONS(5110), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(5112), 1, aux_sym_pandoc_str_token1, - ACTIONS(19), 1, + ACTIONS(5114), 1, anon_sym_PIPE, - ACTIONS(65), 1, + ACTIONS(5118), 1, sym__code_span_start, - ACTIONS(67), 1, + ACTIONS(5120), 1, sym__highlight_span_start, - ACTIONS(69), 1, + ACTIONS(5122), 1, sym__insert_span_start, - ACTIONS(71), 1, + ACTIONS(5124), 1, sym__delete_span_start, - ACTIONS(73), 1, + ACTIONS(5126), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, + ACTIONS(5128), 1, sym__single_quote_span_open, - ACTIONS(77), 1, + ACTIONS(5130), 1, sym__double_quote_span_open, - ACTIONS(79), 1, + ACTIONS(5132), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, + ACTIONS(5134), 1, sym__shortcode_open, - ACTIONS(83), 1, + ACTIONS(5136), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, + ACTIONS(5138), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, + ACTIONS(5140), 1, sym__cite_author_in_text, - ACTIONS(89), 1, + ACTIONS(5142), 1, sym__cite_suppress_author, - ACTIONS(91), 1, + ACTIONS(5144), 1, sym__strikeout_open, - ACTIONS(93), 1, + ACTIONS(5146), 1, sym__subscript_open, - ACTIONS(95), 1, + ACTIONS(5148), 1, sym__superscript_open, - ACTIONS(97), 1, + ACTIONS(5150), 1, sym__inline_note_start_token, - ACTIONS(99), 1, + ACTIONS(5152), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, + ACTIONS(5154), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, + ACTIONS(5156), 1, sym__emphasis_open_star, - ACTIONS(105), 1, + ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(2867), 1, + STATE(3062), 1, sym__line, - STATE(3385), 1, + STATE(4382), 1, sym__inlines, - ACTIONS(5), 7, + ACTIONS(5892), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -91101,7 +91384,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(652), 23, + STATE(676), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -91125,68 +91408,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [28353] = 32, - ACTIONS(4100), 1, + [28228] = 32, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(2996), 1, + STATE(3041), 1, sym__line, - STATE(3671), 1, + STATE(4313), 1, sym__inlines, - ACTIONS(5884), 7, + ACTIONS(5882), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -91194,7 +91477,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(665), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -91218,7 +91501,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [28478] = 32, + [28353] = 32, ACTIONS(7), 1, anon_sym_LBRACK, ACTIONS(9), 1, @@ -91275,9 +91558,9 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(105), 1, sym__emphasis_open_underscore, - STATE(2867), 1, + STATE(2947), 1, sym__line, - STATE(3101), 1, + STATE(3525), 1, sym__inlines, ACTIONS(5), 7, sym__html_comment, @@ -91287,7 +91570,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(652), 23, + STATE(642), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -91311,68 +91594,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [28603] = 32, - ACTIONS(4100), 1, + [28478] = 32, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(2996), 1, + STATE(3099), 1, sym__line, - STATE(4064), 1, + STATE(3611), 1, sym__inlines, - ACTIONS(5884), 7, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -91380,7 +91663,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(665), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -91404,68 +91687,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [28728] = 32, - ACTIONS(4802), 1, + [28603] = 32, + ACTIONS(4252), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(4254), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(4258), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(4260), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(4262), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(4818), 1, + ACTIONS(4268), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(4270), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(4272), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(4274), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(4276), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(4278), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(4280), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(4282), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(4284), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(4286), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(4288), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(4290), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(4292), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(4294), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(4296), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(4298), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(4300), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(4302), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(4304), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(4306), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(2958), 1, + STATE(3092), 1, sym__line, - STATE(4102), 1, + STATE(3652), 1, sym__inlines, - ACTIONS(5886), 7, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -91473,7 +91756,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(688), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -91497,68 +91780,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [28853] = 32, - ACTIONS(5102), 1, + [28728] = 32, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(5104), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(5106), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(5108), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5110), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(5112), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(5114), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(5118), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(5120), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(5122), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(5124), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(5126), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(5128), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(5130), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(5132), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(5134), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(5136), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5138), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5140), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(5142), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(5144), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(5146), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(5148), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(5150), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(5152), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(5154), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5156), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(5158), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(3002), 1, + STATE(3076), 1, sym__line, - STATE(4110), 1, + STATE(4194), 1, sym__inlines, - ACTIONS(5888), 7, + ACTIONS(5890), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -91566,7 +91849,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(676), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -91590,68 +91873,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [28978] = 32, - ACTIONS(5352), 1, + [28853] = 32, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - STATE(2989), 1, + STATE(3067), 1, sym__line, - STATE(3526), 1, + STATE(4216), 1, sym__inlines, - ACTIONS(5882), 7, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -91659,7 +91942,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(665), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -91683,68 +91966,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [29103] = 32, - ACTIONS(4250), 1, + [28978] = 32, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4252), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4254), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4256), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4260), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4262), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4266), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4268), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4270), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4272), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4274), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4276), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4278), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4280), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4282), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4284), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4286), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4288), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4290), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4292), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4294), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4296), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4298), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4300), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4302), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4304), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4306), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - STATE(2959), 1, + STATE(3118), 1, sym__line, - STATE(3531), 1, + STATE(4220), 1, sym__inlines, - ACTIONS(5890), 7, + ACTIONS(5888), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -91752,7 +92035,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(688), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -91776,66 +92059,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [29228] = 32, - ACTIONS(4400), 1, + [29103] = 32, + ACTIONS(5102), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(5104), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(5106), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(5110), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(5112), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(5114), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(5118), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(5120), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(5122), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(5124), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(5126), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(5128), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(5130), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(5132), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(5134), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(5136), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(5138), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(5140), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(5142), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(5144), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(5146), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(5148), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(5150), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(5152), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(5154), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(5156), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(2999), 1, + STATE(3062), 1, sym__line, - STATE(3535), 1, + STATE(4224), 1, sym__inlines, ACTIONS(5892), 7, sym__html_comment, @@ -91845,7 +92128,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(676), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -91869,68 +92152,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [29353] = 32, - ACTIONS(3948), 1, + [29228] = 32, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(2932), 1, + STATE(3041), 1, sym__line, - STATE(3556), 1, + STATE(4239), 1, sym__inlines, - ACTIONS(5894), 7, + ACTIONS(5882), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -91938,7 +92221,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(655), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -91962,161 +92245,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [29478] = 32, - ACTIONS(3409), 1, + [29353] = 32, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, - anon_sym_LBRACE, - ACTIONS(3419), 1, - aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, - anon_sym_PIPE, - ACTIONS(3425), 1, - sym__code_span_start, - ACTIONS(3427), 1, - sym__highlight_span_start, - ACTIONS(3429), 1, - sym__insert_span_start, - ACTIONS(3431), 1, - sym__delete_span_start, - ACTIONS(3433), 1, - sym__edit_comment_span_start, - ACTIONS(3435), 1, - sym__single_quote_span_open, - ACTIONS(3437), 1, - sym__double_quote_span_open, - ACTIONS(3439), 1, - sym__shortcode_open_escaped, - ACTIONS(3441), 1, - sym__shortcode_open, - ACTIONS(3443), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, - sym__cite_author_in_text, - ACTIONS(3449), 1, - sym__cite_suppress_author, - ACTIONS(3451), 1, - sym__strikeout_open, - ACTIONS(3453), 1, - sym__subscript_open, - ACTIONS(3455), 1, - sym__superscript_open, - ACTIONS(3457), 1, - sym__inline_note_start_token, - ACTIONS(3459), 1, - sym__strong_emphasis_open_star, - ACTIONS(3461), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, - sym__emphasis_open_star, - ACTIONS(3465), 1, - sym__emphasis_open_underscore, - STATE(2785), 1, - sym__inlines, - STATE(2878), 1, - sym__line, - ACTIONS(3407), 7, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - STATE(654), 23, - 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_pandoc_str, - [29603] = 32, ACTIONS(4802), 1, - anon_sym_LBRACK, - ACTIONS(4804), 1, - anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, - anon_sym_DOLLAR, - ACTIONS(4808), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(4818), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(2958), 1, + STATE(3099), 1, sym__line, - STATE(4127), 1, + STATE(4270), 1, sym__inlines, - ACTIONS(5886), 7, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -92124,7 +92314,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(688), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -92148,68 +92338,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [29728] = 32, - ACTIONS(5102), 1, + [29478] = 32, + ACTIONS(4252), 1, anon_sym_LBRACK, - ACTIONS(5104), 1, + ACTIONS(4254), 1, anon_sym_BANG_LBRACK, - ACTIONS(5106), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR, - ACTIONS(5108), 1, + ACTIONS(4258), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5110), 1, + ACTIONS(4260), 1, anon_sym_LBRACE, - ACTIONS(5112), 1, + ACTIONS(4262), 1, aux_sym_pandoc_str_token1, - ACTIONS(5114), 1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(5118), 1, + ACTIONS(4268), 1, sym__code_span_start, - ACTIONS(5120), 1, + ACTIONS(4270), 1, sym__highlight_span_start, - ACTIONS(5122), 1, + ACTIONS(4272), 1, sym__insert_span_start, - ACTIONS(5124), 1, + ACTIONS(4274), 1, sym__delete_span_start, - ACTIONS(5126), 1, + ACTIONS(4276), 1, sym__edit_comment_span_start, - ACTIONS(5128), 1, + ACTIONS(4278), 1, sym__single_quote_span_open, - ACTIONS(5130), 1, + ACTIONS(4280), 1, sym__double_quote_span_open, - ACTIONS(5132), 1, + ACTIONS(4282), 1, sym__shortcode_open_escaped, - ACTIONS(5134), 1, + ACTIONS(4284), 1, sym__shortcode_open, - ACTIONS(5136), 1, + ACTIONS(4286), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5138), 1, + ACTIONS(4288), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5140), 1, + ACTIONS(4290), 1, sym__cite_author_in_text, - ACTIONS(5142), 1, + ACTIONS(4292), 1, sym__cite_suppress_author, - ACTIONS(5144), 1, + ACTIONS(4294), 1, sym__strikeout_open, - ACTIONS(5146), 1, + ACTIONS(4296), 1, sym__subscript_open, - ACTIONS(5148), 1, + ACTIONS(4298), 1, sym__superscript_open, - ACTIONS(5150), 1, + ACTIONS(4300), 1, sym__inline_note_start_token, - ACTIONS(5152), 1, + ACTIONS(4302), 1, sym__strong_emphasis_open_star, - ACTIONS(5154), 1, + ACTIONS(4304), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5156), 1, + ACTIONS(4306), 1, sym__emphasis_open_star, - ACTIONS(5158), 1, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(3002), 1, + STATE(3092), 1, sym__line, - STATE(3640), 1, + STATE(4271), 1, sym__inlines, - ACTIONS(5888), 7, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -92217,7 +92407,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(676), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -92241,68 +92431,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [29853] = 32, - ACTIONS(7), 1, + [29603] = 32, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(9), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(11), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(13), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(15), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(19), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(65), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(67), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(69), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(71), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(73), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(77), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(79), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(83), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(89), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(91), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(93), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(95), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(97), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(99), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(105), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2867), 1, + STATE(2931), 1, sym__line, - STATE(3105), 1, + STATE(3029), 1, sym__inlines, - ACTIONS(5), 7, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -92310,7 +92500,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(652), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -92334,68 +92524,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [29978] = 32, - ACTIONS(7), 1, + [29728] = 32, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(9), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(11), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(13), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(15), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(19), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(65), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(67), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(69), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(71), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(73), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(77), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(79), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(83), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(89), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(91), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(93), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(95), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(97), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(99), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(105), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(2867), 1, + STATE(3076), 1, sym__line, - STATE(3281), 1, + STATE(4082), 1, sym__inlines, - ACTIONS(5), 7, + ACTIONS(5890), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -92403,7 +92593,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(652), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -92427,68 +92617,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [30103] = 32, - ACTIONS(4100), 1, + [29853] = 32, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - STATE(2996), 1, + STATE(3067), 1, sym__line, - STATE(4089), 1, + STATE(4083), 1, sym__inlines, - ACTIONS(5884), 7, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -92520,68 +92710,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [30228] = 32, - ACTIONS(4802), 1, + [29978] = 32, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4818), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - STATE(2958), 1, + STATE(3118), 1, sym__line, - STATE(4093), 1, + STATE(4088), 1, sym__inlines, - ACTIONS(5886), 7, + ACTIONS(5888), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -92613,7 +92803,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [30353] = 32, + [30103] = 32, ACTIONS(5102), 1, anon_sym_LBRACK, ACTIONS(5104), 1, @@ -92670,11 +92860,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(3002), 1, + STATE(3062), 1, sym__line, - STATE(4099), 1, + STATE(4090), 1, sym__inlines, - ACTIONS(5888), 7, + ACTIONS(5892), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -92706,66 +92896,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [30478] = 32, - ACTIONS(5352), 1, + [30228] = 32, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(2989), 1, + STATE(3041), 1, sym__line, - STATE(4103), 1, + STATE(4091), 1, sym__inlines, ACTIONS(5882), 7, sym__html_comment, @@ -92775,7 +92965,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -92799,68 +92989,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [30603] = 32, - ACTIONS(4250), 1, + [30353] = 32, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(4252), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4254), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(4256), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(4260), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(4262), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(4266), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(4268), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(4270), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(4272), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(4274), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(4276), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(4278), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(4280), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(4282), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(4284), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4286), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4288), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(4290), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(4292), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(4294), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(4296), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(4298), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(4300), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(4302), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4304), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(4306), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(2959), 1, + STATE(3099), 1, sym__line, - STATE(4107), 1, + STATE(4092), 1, sym__inlines, - ACTIONS(5890), 7, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -92868,7 +93058,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -92892,68 +93082,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [30728] = 32, - ACTIONS(4400), 1, + [30478] = 32, + ACTIONS(4252), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(4254), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(4258), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(4260), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(4262), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(4268), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(4270), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(4272), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(4274), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(4276), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(4278), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(4280), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(4282), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(4284), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(4286), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(4288), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(4290), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(4292), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(4294), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(4296), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(4298), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(4300), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(4302), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(4304), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(4306), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(2999), 1, + STATE(3092), 1, sym__line, - STATE(4108), 1, + STATE(4097), 1, sym__inlines, - ACTIONS(5892), 7, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -92961,7 +93151,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -92985,68 +93175,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [30853] = 32, - ACTIONS(3948), 1, + [30603] = 32, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2932), 1, - sym__line, - STATE(4109), 1, + STATE(2872), 1, sym__inlines, - ACTIONS(5894), 7, + STATE(2931), 1, + sym__line, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -93054,7 +93244,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(655), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93078,68 +93268,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [30978] = 32, - ACTIONS(3409), 1, + [30728] = 32, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(2756), 1, - sym__inlines, - STATE(2878), 1, + STATE(3076), 1, sym__line, - ACTIONS(3407), 7, + STATE(3877), 1, + sym__inlines, + ACTIONS(5890), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -93147,7 +93337,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93171,68 +93361,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [31103] = 32, - ACTIONS(4100), 1, + [30853] = 32, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - STATE(2996), 1, + STATE(3067), 1, sym__line, - STATE(3709), 1, + STATE(3879), 1, sym__inlines, - ACTIONS(5884), 7, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -93264,68 +93454,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [31228] = 32, - ACTIONS(4802), 1, + [30978] = 32, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4818), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - STATE(2958), 1, + STATE(3118), 1, sym__line, - STATE(3711), 1, + STATE(3885), 1, sym__inlines, - ACTIONS(5886), 7, + ACTIONS(5888), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -93357,7 +93547,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [31353] = 32, + [31103] = 32, ACTIONS(5102), 1, anon_sym_LBRACK, ACTIONS(5104), 1, @@ -93414,11 +93604,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(3002), 1, + STATE(3062), 1, sym__line, - STATE(3713), 1, + STATE(3888), 1, sym__inlines, - ACTIONS(5888), 7, + ACTIONS(5892), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -93450,66 +93640,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [31478] = 32, - ACTIONS(5352), 1, + [31228] = 32, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(2989), 1, + STATE(3041), 1, sym__line, - STATE(3724), 1, + STATE(3891), 1, sym__inlines, ACTIONS(5882), 7, sym__html_comment, @@ -93519,7 +93709,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93543,68 +93733,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [31603] = 32, - ACTIONS(4250), 1, + [31353] = 32, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(4252), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4254), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(4256), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(4260), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(4262), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(4266), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(4268), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(4270), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(4272), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(4274), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(4276), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(4278), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(4280), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(4282), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(4284), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4286), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4288), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(4290), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(4292), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(4294), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(4296), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(4298), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(4300), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(4302), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4304), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(4306), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(2959), 1, + STATE(3099), 1, sym__line, - STATE(3729), 1, + STATE(3894), 1, sym__inlines, - ACTIONS(5890), 7, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -93612,7 +93802,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93636,68 +93826,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [31728] = 32, - ACTIONS(4400), 1, + [31478] = 32, + ACTIONS(4252), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(4254), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(4258), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(4260), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(4262), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(4268), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(4270), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(4272), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(4274), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(4276), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(4278), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(4280), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(4282), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(4284), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(4286), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(4288), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(4290), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(4292), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(4294), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(4296), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(4298), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(4300), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(4302), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(4304), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(4306), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(2999), 1, + STATE(3092), 1, sym__line, - STATE(3730), 1, + STATE(3897), 1, sym__inlines, - ACTIONS(5892), 7, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -93705,7 +93895,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93729,68 +93919,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [31853] = 32, - ACTIONS(3948), 1, + [31603] = 32, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2932), 1, - sym__line, - STATE(3732), 1, + STATE(2889), 1, sym__inlines, - ACTIONS(5894), 7, + STATE(2931), 1, + sym__line, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -93798,7 +93988,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(655), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93822,68 +94012,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [31978] = 32, - ACTIONS(3409), 1, + [31728] = 32, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(2784), 1, - sym__inlines, - STATE(2878), 1, + STATE(3076), 1, sym__line, - ACTIONS(3407), 7, + STATE(3628), 1, + sym__inlines, + ACTIONS(5890), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -93891,7 +94081,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -93915,68 +94105,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [32103] = 32, - ACTIONS(4100), 1, + [31853] = 32, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - STATE(2996), 1, + STATE(3067), 1, sym__line, - STATE(3963), 1, + STATE(3629), 1, sym__inlines, - ACTIONS(5884), 7, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -94008,68 +94198,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [32228] = 32, - ACTIONS(4802), 1, + [31978] = 32, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4818), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - STATE(2958), 1, + STATE(3118), 1, sym__line, - STATE(3964), 1, + STATE(3630), 1, sym__inlines, - ACTIONS(5886), 7, + ACTIONS(5888), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -94101,7 +94291,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [32353] = 32, + [32103] = 32, ACTIONS(5102), 1, anon_sym_LBRACK, ACTIONS(5104), 1, @@ -94158,11 +94348,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(3002), 1, + STATE(3062), 1, sym__line, - STATE(3967), 1, + STATE(3633), 1, sym__inlines, - ACTIONS(5888), 7, + ACTIONS(5892), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -94194,68 +94384,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [32478] = 32, - ACTIONS(3948), 1, + [32228] = 32, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(2932), 1, + STATE(3041), 1, sym__line, - STATE(3609), 1, + STATE(3635), 1, sym__inlines, - ACTIONS(5894), 7, + ACTIONS(5882), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -94263,7 +94453,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(655), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94287,68 +94477,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [32603] = 32, - ACTIONS(5352), 1, + [32353] = 32, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(2989), 1, + STATE(3099), 1, sym__line, - STATE(3980), 1, + STATE(3637), 1, sym__inlines, - ACTIONS(5882), 7, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -94356,7 +94546,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94380,68 +94570,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [32728] = 32, - ACTIONS(4250), 1, - anon_sym_LBRACK, + [32478] = 32, ACTIONS(4252), 1, - anon_sym_BANG_LBRACK, + anon_sym_LBRACK, ACTIONS(4254), 1, - anon_sym_DOLLAR, + anon_sym_BANG_LBRACK, ACTIONS(4256), 1, - anon_sym_DOLLAR_DOLLAR, + anon_sym_DOLLAR, ACTIONS(4258), 1, - anon_sym_LBRACE, + anon_sym_DOLLAR_DOLLAR, ACTIONS(4260), 1, - aux_sym_pandoc_str_token1, + anon_sym_LBRACE, ACTIONS(4262), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(4266), 1, - sym__code_span_start, ACTIONS(4268), 1, - sym__highlight_span_start, + sym__code_span_start, ACTIONS(4270), 1, - sym__insert_span_start, + sym__highlight_span_start, ACTIONS(4272), 1, - sym__delete_span_start, + sym__insert_span_start, ACTIONS(4274), 1, - sym__edit_comment_span_start, + sym__delete_span_start, ACTIONS(4276), 1, - sym__single_quote_span_open, + sym__edit_comment_span_start, ACTIONS(4278), 1, - sym__double_quote_span_open, + sym__single_quote_span_open, ACTIONS(4280), 1, - sym__shortcode_open_escaped, + sym__double_quote_span_open, ACTIONS(4282), 1, - sym__shortcode_open, + sym__shortcode_open_escaped, ACTIONS(4284), 1, - sym__cite_author_in_text_with_open_bracket, + sym__shortcode_open, ACTIONS(4286), 1, - sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text_with_open_bracket, ACTIONS(4288), 1, - sym__cite_author_in_text, + sym__cite_suppress_author_with_open_bracket, ACTIONS(4290), 1, - sym__cite_suppress_author, + sym__cite_author_in_text, ACTIONS(4292), 1, - sym__strikeout_open, + sym__cite_suppress_author, ACTIONS(4294), 1, - sym__subscript_open, + sym__strikeout_open, ACTIONS(4296), 1, - sym__superscript_open, + sym__subscript_open, ACTIONS(4298), 1, - sym__inline_note_start_token, + sym__superscript_open, ACTIONS(4300), 1, - sym__strong_emphasis_open_star, + sym__inline_note_start_token, ACTIONS(4302), 1, - sym__strong_emphasis_open_underscore, + sym__strong_emphasis_open_star, ACTIONS(4304), 1, - sym__emphasis_open_star, + sym__strong_emphasis_open_underscore, ACTIONS(4306), 1, + sym__emphasis_open_star, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(2959), 1, + STATE(3092), 1, sym__line, - STATE(3981), 1, + STATE(3639), 1, sym__inlines, - ACTIONS(5890), 7, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -94449,7 +94639,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94473,68 +94663,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [32853] = 32, - ACTIONS(4400), 1, + [32603] = 32, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2999), 1, - sym__line, - STATE(3982), 1, + STATE(2901), 1, sym__inlines, - ACTIONS(5892), 7, + STATE(2931), 1, + sym__line, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -94542,7 +94732,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94566,68 +94756,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [32978] = 32, - ACTIONS(3948), 1, + [32728] = 32, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(2932), 1, + STATE(3076), 1, sym__line, - STATE(3983), 1, + STATE(3781), 1, sym__inlines, - ACTIONS(5894), 7, + ACTIONS(5890), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -94635,7 +94825,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(655), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94659,68 +94849,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [33103] = 32, - ACTIONS(3409), 1, + [32853] = 32, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - STATE(2820), 1, - sym__inlines, - STATE(2878), 1, + STATE(3067), 1, sym__line, - ACTIONS(3407), 7, + STATE(3783), 1, + sym__inlines, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -94728,7 +94918,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(665), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94752,68 +94942,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [33228] = 32, - ACTIONS(4100), 1, + [32978] = 32, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - STATE(2996), 1, + STATE(3118), 1, sym__line, - STATE(4210), 1, + STATE(3785), 1, sym__inlines, - ACTIONS(5884), 7, + ACTIONS(5888), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -94821,7 +95011,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(665), 23, + STATE(688), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -94845,100 +95035,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [33353] = 32, - ACTIONS(4802), 1, - anon_sym_LBRACK, - ACTIONS(4804), 1, - anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, - anon_sym_DOLLAR, - ACTIONS(4808), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, - anon_sym_LBRACE, - ACTIONS(4812), 1, - aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, - anon_sym_PIPE, - ACTIONS(4818), 1, - sym__code_span_start, - ACTIONS(4820), 1, - sym__highlight_span_start, - ACTIONS(4822), 1, - sym__insert_span_start, - ACTIONS(4824), 1, - sym__delete_span_start, - ACTIONS(4826), 1, - sym__edit_comment_span_start, - ACTIONS(4828), 1, - sym__single_quote_span_open, - ACTIONS(4830), 1, - sym__double_quote_span_open, - ACTIONS(4832), 1, - sym__shortcode_open_escaped, - ACTIONS(4834), 1, - sym__shortcode_open, - ACTIONS(4836), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, - sym__cite_author_in_text, - ACTIONS(4842), 1, - sym__cite_suppress_author, - ACTIONS(4844), 1, - sym__strikeout_open, - ACTIONS(4846), 1, - sym__subscript_open, - ACTIONS(4848), 1, - sym__superscript_open, - ACTIONS(4850), 1, - sym__inline_note_start_token, - ACTIONS(4852), 1, - sym__strong_emphasis_open_star, - ACTIONS(4854), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, - sym__emphasis_open_star, - ACTIONS(4858), 1, - sym__emphasis_open_underscore, - STATE(2958), 1, - sym__line, - STATE(4211), 1, - sym__inlines, - ACTIONS(5886), 7, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - STATE(688), 23, - 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_pandoc_str, - [33478] = 32, + [33103] = 32, ACTIONS(5102), 1, anon_sym_LBRACK, ACTIONS(5104), 1, @@ -94995,11 +95092,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(3002), 1, + STATE(3062), 1, sym__line, - STATE(4212), 1, + STATE(3795), 1, sym__inlines, - ACTIONS(5888), 7, + ACTIONS(5892), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -95031,66 +95128,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [33603] = 32, - ACTIONS(5352), 1, + [33228] = 32, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(2989), 1, + STATE(3041), 1, sym__line, - STATE(4216), 1, + STATE(3800), 1, sym__inlines, ACTIONS(5882), 7, sym__html_comment, @@ -95100,7 +95197,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95124,68 +95221,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [33728] = 32, - ACTIONS(4250), 1, + [33353] = 32, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(4252), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4254), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(4256), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(4260), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(4262), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(4266), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(4268), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(4270), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(4272), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(4274), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(4276), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(4278), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(4280), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(4282), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(4284), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4286), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4288), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(4290), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(4292), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(4294), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(4296), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(4298), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(4300), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(4302), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4304), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(4306), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(2959), 1, + STATE(3099), 1, sym__line, - STATE(4217), 1, + STATE(3801), 1, sym__inlines, - ACTIONS(5890), 7, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -95193,7 +95290,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95217,68 +95314,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [33853] = 32, - ACTIONS(4400), 1, + [33478] = 32, + ACTIONS(4252), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(4254), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(4258), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(4260), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(4262), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(4268), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(4270), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(4272), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(4274), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(4276), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(4278), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(4280), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(4282), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(4284), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(4286), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(4288), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(4290), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(4292), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(4294), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(4296), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(4298), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(4300), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(4302), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(4304), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(4306), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(2999), 1, + STATE(3092), 1, sym__line, - STATE(4220), 1, + STATE(3802), 1, sym__inlines, - ACTIONS(5892), 7, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -95286,7 +95383,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95310,68 +95407,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [33978] = 32, - ACTIONS(3948), 1, + [33603] = 32, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2932), 1, - sym__line, - STATE(4221), 1, + STATE(2912), 1, sym__inlines, - ACTIONS(5894), 7, + STATE(2931), 1, + sym__line, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -95379,7 +95476,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(655), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95403,68 +95500,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [34103] = 32, - ACTIONS(3409), 1, + [33728] = 32, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(2878), 1, + STATE(3076), 1, sym__line, - STATE(2903), 1, + STATE(3914), 1, sym__inlines, - ACTIONS(3407), 7, + ACTIONS(5890), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -95472,7 +95569,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95496,68 +95593,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [34228] = 32, - ACTIONS(4100), 1, + [33853] = 32, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - STATE(2996), 1, + STATE(3067), 1, sym__line, - STATE(3603), 1, + STATE(3915), 1, sym__inlines, - ACTIONS(5884), 7, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -95589,68 +95686,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [34353] = 32, - ACTIONS(4802), 1, + [33978] = 32, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4818), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - STATE(2958), 1, + STATE(3118), 1, sym__line, - STATE(3605), 1, + STATE(3917), 1, sym__inlines, - ACTIONS(5886), 7, + ACTIONS(5888), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -95682,7 +95779,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [34478] = 32, + [34103] = 32, ACTIONS(5102), 1, anon_sym_LBRACK, ACTIONS(5104), 1, @@ -95739,11 +95836,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(3002), 1, + STATE(3062), 1, sym__line, - STATE(3607), 1, + STATE(3919), 1, sym__inlines, - ACTIONS(5888), 7, + ACTIONS(5892), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -95775,68 +95872,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [34603] = 32, - ACTIONS(7), 1, + [34228] = 32, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(9), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(11), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(13), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(15), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(19), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(65), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(67), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(69), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(71), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(73), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(77), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(79), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(83), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(89), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(91), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(93), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(95), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(97), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(99), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(105), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2867), 1, - sym__line, - STATE(3252), 1, + STATE(2909), 1, sym__inlines, - ACTIONS(5), 7, + STATE(2931), 1, + sym__line, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -95844,7 +95941,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(652), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95868,68 +95965,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [34728] = 32, - ACTIONS(5352), 1, + [34353] = 32, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(2989), 1, + STATE(3099), 1, sym__line, - STATE(3611), 1, + STATE(3921), 1, sym__inlines, - ACTIONS(5882), 7, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -95937,7 +96034,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -95961,68 +96058,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [34853] = 32, - ACTIONS(4250), 1, - anon_sym_LBRACK, + [34478] = 32, ACTIONS(4252), 1, - anon_sym_BANG_LBRACK, + anon_sym_LBRACK, ACTIONS(4254), 1, - anon_sym_DOLLAR, + anon_sym_BANG_LBRACK, ACTIONS(4256), 1, - anon_sym_DOLLAR_DOLLAR, + anon_sym_DOLLAR, ACTIONS(4258), 1, - anon_sym_LBRACE, + anon_sym_DOLLAR_DOLLAR, ACTIONS(4260), 1, - aux_sym_pandoc_str_token1, + anon_sym_LBRACE, ACTIONS(4262), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(4266), 1, - sym__code_span_start, ACTIONS(4268), 1, - sym__highlight_span_start, + sym__code_span_start, ACTIONS(4270), 1, - sym__insert_span_start, + sym__highlight_span_start, ACTIONS(4272), 1, - sym__delete_span_start, + sym__insert_span_start, ACTIONS(4274), 1, - sym__edit_comment_span_start, + sym__delete_span_start, ACTIONS(4276), 1, - sym__single_quote_span_open, + sym__edit_comment_span_start, ACTIONS(4278), 1, - sym__double_quote_span_open, + sym__single_quote_span_open, ACTIONS(4280), 1, - sym__shortcode_open_escaped, + sym__double_quote_span_open, ACTIONS(4282), 1, - sym__shortcode_open, + sym__shortcode_open_escaped, ACTIONS(4284), 1, - sym__cite_author_in_text_with_open_bracket, + sym__shortcode_open, ACTIONS(4286), 1, - sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text_with_open_bracket, ACTIONS(4288), 1, - sym__cite_author_in_text, + sym__cite_suppress_author_with_open_bracket, ACTIONS(4290), 1, - sym__cite_suppress_author, + sym__cite_author_in_text, ACTIONS(4292), 1, - sym__strikeout_open, + sym__cite_suppress_author, ACTIONS(4294), 1, - sym__subscript_open, + sym__strikeout_open, ACTIONS(4296), 1, - sym__superscript_open, + sym__subscript_open, ACTIONS(4298), 1, - sym__inline_note_start_token, + sym__superscript_open, ACTIONS(4300), 1, - sym__strong_emphasis_open_star, + sym__inline_note_start_token, ACTIONS(4302), 1, - sym__strong_emphasis_open_underscore, + sym__strong_emphasis_open_star, ACTIONS(4304), 1, - sym__emphasis_open_star, + sym__strong_emphasis_open_underscore, ACTIONS(4306), 1, + sym__emphasis_open_star, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(2959), 1, + STATE(3092), 1, sym__line, - STATE(3618), 1, + STATE(3922), 1, sym__inlines, - ACTIONS(5890), 7, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -96030,7 +96127,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96054,68 +96151,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [34978] = 32, - ACTIONS(4400), 1, + [34603] = 32, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2999), 1, + STATE(2931), 1, sym__line, - STATE(3619), 1, + STATE(2932), 1, sym__inlines, - ACTIONS(5892), 7, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -96123,7 +96220,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96147,68 +96244,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [35103] = 32, - ACTIONS(3948), 1, + [34728] = 32, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(2932), 1, + STATE(3076), 1, sym__line, - STATE(3624), 1, + STATE(4022), 1, sym__inlines, - ACTIONS(5894), 7, + ACTIONS(5890), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -96216,7 +96313,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(655), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96240,68 +96337,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [35228] = 32, - ACTIONS(3409), 1, + [34853] = 32, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - STATE(2760), 1, - sym__inlines, - STATE(2878), 1, + STATE(3067), 1, sym__line, - ACTIONS(3407), 7, + STATE(4023), 1, + sym__inlines, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -96309,7 +96406,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(665), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96333,68 +96430,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [35353] = 32, - ACTIONS(4100), 1, + [34978] = 32, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - STATE(2996), 1, + STATE(3118), 1, sym__line, - STATE(3721), 1, + STATE(4025), 1, sym__inlines, - ACTIONS(5884), 7, + ACTIONS(5888), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -96402,7 +96499,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(665), 23, + STATE(688), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96426,7 +96523,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [35478] = 32, + [35103] = 32, ACTIONS(5102), 1, anon_sym_LBRACK, ACTIONS(5104), 1, @@ -96483,11 +96580,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(3002), 1, + STATE(3062), 1, sym__line, - STATE(3723), 1, + STATE(4029), 1, sym__inlines, - ACTIONS(5888), 7, + ACTIONS(5892), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -96519,66 +96616,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [35603] = 32, - ACTIONS(5352), 1, + [35228] = 32, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(2989), 1, + STATE(3041), 1, sym__line, - STATE(3908), 1, + STATE(4030), 1, sym__inlines, ACTIONS(5882), 7, sym__html_comment, @@ -96588,7 +96685,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96612,68 +96709,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [35728] = 32, - ACTIONS(5352), 1, + [35353] = 32, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(2989), 1, + STATE(3099), 1, sym__line, - STATE(3725), 1, + STATE(4032), 1, sym__inlines, - ACTIONS(5882), 7, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -96681,7 +96778,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96705,68 +96802,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [35853] = 32, - ACTIONS(4250), 1, - anon_sym_LBRACK, + [35478] = 32, ACTIONS(4252), 1, - anon_sym_BANG_LBRACK, + anon_sym_LBRACK, ACTIONS(4254), 1, - anon_sym_DOLLAR, + anon_sym_BANG_LBRACK, ACTIONS(4256), 1, - anon_sym_DOLLAR_DOLLAR, + anon_sym_DOLLAR, ACTIONS(4258), 1, - anon_sym_LBRACE, + anon_sym_DOLLAR_DOLLAR, ACTIONS(4260), 1, - aux_sym_pandoc_str_token1, + anon_sym_LBRACE, ACTIONS(4262), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(4266), 1, - sym__code_span_start, ACTIONS(4268), 1, - sym__highlight_span_start, + sym__code_span_start, ACTIONS(4270), 1, - sym__insert_span_start, + sym__highlight_span_start, ACTIONS(4272), 1, - sym__delete_span_start, + sym__insert_span_start, ACTIONS(4274), 1, - sym__edit_comment_span_start, + sym__delete_span_start, ACTIONS(4276), 1, - sym__single_quote_span_open, + sym__edit_comment_span_start, ACTIONS(4278), 1, - sym__double_quote_span_open, + sym__single_quote_span_open, ACTIONS(4280), 1, - sym__shortcode_open_escaped, + sym__double_quote_span_open, ACTIONS(4282), 1, - sym__shortcode_open, + sym__shortcode_open_escaped, ACTIONS(4284), 1, - sym__cite_author_in_text_with_open_bracket, + sym__shortcode_open, ACTIONS(4286), 1, - sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text_with_open_bracket, ACTIONS(4288), 1, - sym__cite_author_in_text, + sym__cite_suppress_author_with_open_bracket, ACTIONS(4290), 1, - sym__cite_suppress_author, + sym__cite_author_in_text, ACTIONS(4292), 1, - sym__strikeout_open, + sym__cite_suppress_author, ACTIONS(4294), 1, - sym__subscript_open, + sym__strikeout_open, ACTIONS(4296), 1, - sym__superscript_open, + sym__subscript_open, ACTIONS(4298), 1, - sym__inline_note_start_token, + sym__superscript_open, ACTIONS(4300), 1, - sym__strong_emphasis_open_star, + sym__inline_note_start_token, ACTIONS(4302), 1, - sym__strong_emphasis_open_underscore, + sym__strong_emphasis_open_star, ACTIONS(4304), 1, - sym__emphasis_open_star, + sym__strong_emphasis_open_underscore, ACTIONS(4306), 1, + sym__emphasis_open_star, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(2959), 1, + STATE(3092), 1, sym__line, - STATE(3726), 1, + STATE(4033), 1, sym__inlines, - ACTIONS(5890), 7, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -96774,7 +96871,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96798,68 +96895,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [35978] = 32, - ACTIONS(4400), 1, + [35603] = 32, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2999), 1, + STATE(2931), 1, sym__line, - STATE(3727), 1, + STATE(2954), 1, sym__inlines, - ACTIONS(5892), 7, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -96867,7 +96964,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96891,68 +96988,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [36103] = 32, - ACTIONS(3948), 1, + [35728] = 32, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(2932), 1, + STATE(3076), 1, sym__line, - STATE(3728), 1, + STATE(4143), 1, sym__inlines, - ACTIONS(5894), 7, + ACTIONS(5890), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -96960,7 +97057,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(655), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -96984,68 +97081,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [36228] = 32, - ACTIONS(3409), 1, + [35853] = 32, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - STATE(2770), 1, - sym__inlines, - STATE(2878), 1, + STATE(3067), 1, sym__line, - ACTIONS(3407), 7, + STATE(4144), 1, + sym__inlines, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -97053,7 +97150,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(665), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -97077,161 +97174,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [36353] = 32, - ACTIONS(4100), 1, + [35978] = 32, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, - sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, - sym__emphasis_open_star, - ACTIONS(4156), 1, - sym__emphasis_open_underscore, - STATE(2996), 1, - sym__line, - STATE(3820), 1, - sym__inlines, - ACTIONS(5884), 7, - sym__html_comment, - sym__autolink, - sym_inline_note_reference, - sym_html_element, - sym__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - STATE(665), 23, - 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_pandoc_str, - [36478] = 32, - ACTIONS(4802), 1, - anon_sym_LBRACK, - ACTIONS(4804), 1, - anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, - anon_sym_DOLLAR, - ACTIONS(4808), 1, - anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, - anon_sym_LBRACE, - ACTIONS(4812), 1, - aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, - anon_sym_PIPE, - ACTIONS(4818), 1, - sym__code_span_start, - ACTIONS(4820), 1, - sym__highlight_span_start, - ACTIONS(4822), 1, - sym__insert_span_start, - ACTIONS(4824), 1, - sym__delete_span_start, - ACTIONS(4826), 1, - sym__edit_comment_span_start, - ACTIONS(4828), 1, - sym__single_quote_span_open, - ACTIONS(4830), 1, - sym__double_quote_span_open, - ACTIONS(4832), 1, - sym__shortcode_open_escaped, - ACTIONS(4834), 1, - sym__shortcode_open, - ACTIONS(4836), 1, - sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, - sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, - sym__cite_author_in_text, - ACTIONS(4842), 1, - sym__cite_suppress_author, - ACTIONS(4844), 1, - sym__strikeout_open, - ACTIONS(4846), 1, - sym__subscript_open, - ACTIONS(4848), 1, - sym__superscript_open, - ACTIONS(4850), 1, - sym__inline_note_start_token, - ACTIONS(4852), 1, - sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - STATE(2958), 1, + STATE(3118), 1, sym__line, - STATE(3821), 1, + STATE(4147), 1, sym__inlines, - ACTIONS(5886), 7, + ACTIONS(5888), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -97263,7 +97267,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [36603] = 32, + [36103] = 32, ACTIONS(5102), 1, anon_sym_LBRACK, ACTIONS(5104), 1, @@ -97320,11 +97324,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(3002), 1, + STATE(3062), 1, sym__line, - STATE(3822), 1, + STATE(4150), 1, sym__inlines, - ACTIONS(5888), 7, + ACTIONS(5892), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -97356,66 +97360,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [36728] = 32, - ACTIONS(5352), 1, + [36228] = 32, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(2989), 1, + STATE(3041), 1, sym__line, - STATE(3824), 1, + STATE(4153), 1, sym__inlines, ACTIONS(5882), 7, sym__html_comment, @@ -97425,7 +97429,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -97449,68 +97453,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [36853] = 32, - ACTIONS(4250), 1, + [36353] = 32, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(4252), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4254), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(4256), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(4260), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(4262), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(4266), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(4268), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(4270), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(4272), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(4274), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(4276), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(4278), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(4280), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(4282), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(4284), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4286), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4288), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(4290), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(4292), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(4294), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(4296), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(4298), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(4300), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(4302), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4304), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(4306), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(2959), 1, + STATE(3099), 1, sym__line, - STATE(3828), 1, + STATE(4154), 1, sym__inlines, - ACTIONS(5890), 7, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -97518,7 +97522,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -97542,68 +97546,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [36978] = 32, - ACTIONS(4400), 1, + [36478] = 32, + ACTIONS(4252), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(4254), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(4258), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(4260), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(4262), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(4268), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(4270), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(4272), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(4274), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(4276), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(4278), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(4280), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(4282), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(4284), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(4286), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(4288), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(4290), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(4292), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(4294), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(4296), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(4298), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(4300), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(4302), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(4304), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(4306), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(2999), 1, + STATE(3092), 1, sym__line, - STATE(3829), 1, + STATE(4156), 1, sym__inlines, - ACTIONS(5892), 7, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -97611,7 +97615,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -97635,68 +97639,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [37103] = 32, - ACTIONS(3948), 1, + [36603] = 32, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2932), 1, + STATE(2931), 1, sym__line, - STATE(3830), 1, + STATE(2979), 1, sym__inlines, - ACTIONS(5894), 7, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -97704,7 +97708,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(655), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -97728,68 +97732,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [37228] = 32, - ACTIONS(3409), 1, + [36728] = 32, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(2793), 1, - sym__inlines, - STATE(2878), 1, + STATE(3076), 1, sym__line, - ACTIONS(3407), 7, + STATE(4253), 1, + sym__inlines, + ACTIONS(5890), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -97797,7 +97801,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -97821,68 +97825,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [37353] = 32, - ACTIONS(4100), 1, + [36853] = 32, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - STATE(2996), 1, + STATE(3067), 1, sym__line, - STATE(3927), 1, + STATE(4254), 1, sym__inlines, - ACTIONS(5884), 7, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -97914,68 +97918,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [37478] = 32, - ACTIONS(4802), 1, + [36978] = 32, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4818), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - STATE(2958), 1, + STATE(3118), 1, sym__line, - STATE(3928), 1, + STATE(4255), 1, sym__inlines, - ACTIONS(5886), 7, + ACTIONS(5888), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -98007,7 +98011,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [37603] = 32, + [37103] = 32, ACTIONS(5102), 1, anon_sym_LBRACK, ACTIONS(5104), 1, @@ -98064,11 +98068,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(3002), 1, + STATE(3062), 1, sym__line, - STATE(3929), 1, + STATE(4257), 1, sym__inlines, - ACTIONS(5888), 7, + ACTIONS(5892), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -98100,66 +98104,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [37728] = 32, - ACTIONS(5352), 1, + [37228] = 32, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(2989), 1, + STATE(3041), 1, sym__line, - STATE(3931), 1, + STATE(4258), 1, sym__inlines, ACTIONS(5882), 7, sym__html_comment, @@ -98169,7 +98173,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98193,68 +98197,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [37853] = 32, - ACTIONS(4250), 1, + [37353] = 32, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(4252), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4254), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(4256), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(4260), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(4262), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(4266), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(4268), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(4270), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(4272), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(4274), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(4276), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(4278), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(4280), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(4282), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(4284), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4286), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4288), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(4290), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(4292), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(4294), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(4296), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(4298), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(4300), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(4302), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4304), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(4306), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(2959), 1, + STATE(3099), 1, sym__line, - STATE(3932), 1, + STATE(4259), 1, sym__inlines, - ACTIONS(5890), 7, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -98262,7 +98266,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98286,68 +98290,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [37978] = 32, - ACTIONS(4400), 1, + [37478] = 32, + ACTIONS(4252), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(4254), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(4258), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(4260), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(4262), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(4268), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(4270), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(4272), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(4274), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(4276), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(4278), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(4280), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(4282), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(4284), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(4286), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(4288), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(4290), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(4292), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(4294), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(4296), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(4298), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(4300), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(4302), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(4304), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(4306), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(2999), 1, + STATE(3092), 1, sym__line, - STATE(3933), 1, + STATE(4260), 1, sym__inlines, - ACTIONS(5892), 7, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -98355,7 +98359,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98379,68 +98383,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [38103] = 32, - ACTIONS(3948), 1, + [37603] = 32, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2932), 1, + STATE(2931), 1, sym__line, - STATE(3934), 1, + STATE(3002), 1, sym__inlines, - ACTIONS(5894), 7, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -98448,7 +98452,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(655), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98472,68 +98476,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [38228] = 32, - ACTIONS(3409), 1, + [37728] = 32, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(2810), 1, - sym__inlines, - STATE(2878), 1, + STATE(3076), 1, sym__line, - ACTIONS(3407), 7, + STATE(4396), 1, + sym__inlines, + ACTIONS(5890), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -98541,7 +98545,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98565,68 +98569,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [38353] = 32, - ACTIONS(4100), 1, + [37853] = 32, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - STATE(2996), 1, + STATE(3067), 1, sym__line, - STATE(4030), 1, + STATE(4397), 1, sym__inlines, - ACTIONS(5884), 7, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -98658,68 +98662,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [38478] = 32, - ACTIONS(4802), 1, + [37978] = 32, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4818), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - STATE(2958), 1, + STATE(3118), 1, sym__line, - STATE(4031), 1, + STATE(4398), 1, sym__inlines, - ACTIONS(5886), 7, + ACTIONS(5888), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -98751,7 +98755,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [38603] = 32, + [38103] = 32, ACTIONS(5102), 1, anon_sym_LBRACK, ACTIONS(5104), 1, @@ -98808,11 +98812,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(3002), 1, + STATE(3062), 1, sym__line, - STATE(4032), 1, + STATE(4400), 1, sym__inlines, - ACTIONS(5888), 7, + ACTIONS(5892), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -98844,66 +98848,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [38728] = 32, - ACTIONS(5352), 1, + [38228] = 32, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(2989), 1, + STATE(3041), 1, sym__line, - STATE(4034), 1, + STATE(4401), 1, sym__inlines, ACTIONS(5882), 7, sym__html_comment, @@ -98913,7 +98917,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -98937,68 +98941,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [38853] = 32, - ACTIONS(4250), 1, + [38353] = 32, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(4252), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4254), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(4256), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(4260), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(4262), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(4266), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(4268), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(4270), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(4272), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(4274), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(4276), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(4278), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(4280), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(4282), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(4284), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4286), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4288), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(4290), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(4292), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(4294), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(4296), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(4298), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(4300), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(4302), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4304), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(4306), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(2959), 1, + STATE(3099), 1, sym__line, - STATE(4035), 1, + STATE(4402), 1, sym__inlines, - ACTIONS(5890), 7, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -99006,7 +99010,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99030,68 +99034,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [38978] = 32, - ACTIONS(4400), 1, + [38478] = 32, + ACTIONS(4252), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(4254), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(4258), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(4260), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(4262), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(4268), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(4270), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(4272), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(4274), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(4276), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(4278), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(4280), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(4282), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(4284), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(4286), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(4288), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(4290), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(4292), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(4294), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(4296), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(4298), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(4300), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(4302), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(4304), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(4306), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(2999), 1, + STATE(3092), 1, sym__line, - STATE(4036), 1, + STATE(4403), 1, sym__inlines, - ACTIONS(5892), 7, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -99099,7 +99103,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99123,68 +99127,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [39103] = 32, - ACTIONS(3948), 1, + [38603] = 32, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2932), 1, + STATE(2931), 1, sym__line, - STATE(4037), 1, + STATE(2955), 1, sym__inlines, - ACTIONS(5894), 7, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -99192,7 +99196,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(655), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99216,68 +99220,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [39228] = 32, - ACTIONS(3409), 1, + [38728] = 32, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(2830), 1, - sym__inlines, - STATE(2878), 1, + STATE(3076), 1, sym__line, - ACTIONS(3407), 7, + STATE(3989), 1, + sym__inlines, + ACTIONS(5890), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -99285,7 +99289,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99309,68 +99313,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [39353] = 32, - ACTIONS(4100), 1, + [38853] = 32, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - STATE(2996), 1, + STATE(3067), 1, sym__line, - STATE(4124), 1, + STATE(3993), 1, sym__inlines, - ACTIONS(5884), 7, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -99402,68 +99406,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [39478] = 32, - ACTIONS(4802), 1, + [38978] = 32, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4818), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - STATE(2958), 1, + STATE(3118), 1, sym__line, - STATE(4125), 1, + STATE(3995), 1, sym__inlines, - ACTIONS(5886), 7, + ACTIONS(5888), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -99495,7 +99499,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [39603] = 32, + [39103] = 32, ACTIONS(5102), 1, anon_sym_LBRACK, ACTIONS(5104), 1, @@ -99552,11 +99556,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(3002), 1, + STATE(3062), 1, sym__line, - STATE(4126), 1, + STATE(3997), 1, sym__inlines, - ACTIONS(5888), 7, + ACTIONS(5892), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -99588,66 +99592,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [39728] = 32, - ACTIONS(5352), 1, + [39228] = 32, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(2989), 1, + STATE(3041), 1, sym__line, - STATE(4128), 1, + STATE(3999), 1, sym__inlines, ACTIONS(5882), 7, sym__html_comment, @@ -99657,7 +99661,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99681,68 +99685,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [39853] = 32, - ACTIONS(4250), 1, + [39353] = 32, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(4252), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4254), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(4256), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(4260), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(4262), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(4266), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(4268), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(4270), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(4272), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(4274), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(4276), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(4278), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(4280), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(4282), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(4284), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4286), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4288), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(4290), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(4292), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(4294), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(4296), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(4298), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(4300), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(4302), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4304), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(4306), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(2959), 1, + STATE(3099), 1, sym__line, - STATE(4129), 1, + STATE(4003), 1, sym__inlines, - ACTIONS(5890), 7, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -99750,7 +99754,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99774,68 +99778,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [39978] = 32, - ACTIONS(4400), 1, + [39478] = 32, + ACTIONS(4252), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(4254), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(4258), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(4260), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(4262), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(4268), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(4270), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(4272), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(4274), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(4276), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(4278), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(4280), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(4282), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(4284), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(4286), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(4288), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(4290), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(4292), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(4294), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(4296), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(4298), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(4300), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(4302), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(4304), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(4306), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(2999), 1, + STATE(3092), 1, sym__line, - STATE(4130), 1, + STATE(4004), 1, sym__inlines, - ACTIONS(5892), 7, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -99843,7 +99847,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99867,68 +99871,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [40103] = 32, - ACTIONS(3948), 1, + [39603] = 32, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2932), 1, - sym__line, - STATE(4131), 1, + STATE(2879), 1, sym__inlines, - ACTIONS(5894), 7, + STATE(2931), 1, + sym__line, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -99936,7 +99940,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(655), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -99960,68 +99964,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [40228] = 32, - ACTIONS(3409), 1, + [39728] = 32, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(2850), 1, - sym__inlines, - STATE(2878), 1, + STATE(3076), 1, sym__line, - ACTIONS(3407), 7, + STATE(4381), 1, + sym__inlines, + ACTIONS(5890), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -100029,7 +100033,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -100053,68 +100057,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [40353] = 32, - ACTIONS(4100), 1, + [39853] = 32, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - STATE(2996), 1, + STATE(3067), 1, sym__line, - STATE(3480), 1, + STATE(4389), 1, sym__inlines, - ACTIONS(5884), 7, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -100146,68 +100150,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [40478] = 32, - ACTIONS(4802), 1, + [39978] = 32, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4818), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - STATE(2958), 1, + STATE(3118), 1, sym__line, - STATE(3481), 1, + STATE(4407), 1, sym__inlines, - ACTIONS(5886), 7, + ACTIONS(5888), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -100239,7 +100243,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [40603] = 32, + [40103] = 32, ACTIONS(5102), 1, anon_sym_LBRACK, ACTIONS(5104), 1, @@ -100296,11 +100300,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(3002), 1, + STATE(3062), 1, sym__line, - STATE(3482), 1, + STATE(3574), 1, sym__inlines, - ACTIONS(5888), 7, + ACTIONS(5892), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -100332,66 +100336,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [40728] = 32, - ACTIONS(5352), 1, + [40228] = 32, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(2989), 1, + STATE(3041), 1, sym__line, - STATE(3484), 1, + STATE(3575), 1, sym__inlines, ACTIONS(5882), 7, sym__html_comment, @@ -100401,7 +100405,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -100425,68 +100429,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [40853] = 32, - ACTIONS(4250), 1, + [40353] = 32, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(4252), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4254), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(4256), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(4260), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(4262), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(4266), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(4268), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(4270), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(4272), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(4274), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(4276), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(4278), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(4280), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(4282), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(4284), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4286), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4288), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(4290), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(4292), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(4294), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(4296), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(4298), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(4300), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(4302), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4304), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(4306), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(2959), 1, + STATE(3099), 1, sym__line, - STATE(3485), 1, + STATE(3576), 1, sym__inlines, - ACTIONS(5890), 7, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -100494,7 +100498,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -100518,68 +100522,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [40978] = 32, - ACTIONS(4400), 1, + [40478] = 32, + ACTIONS(4252), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(4254), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(4258), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(4260), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(4262), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(4268), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(4270), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(4272), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(4274), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(4276), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(4278), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(4280), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(4282), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(4284), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(4286), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(4288), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(4290), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(4292), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(4294), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(4296), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(4298), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(4300), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(4302), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(4304), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(4306), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(2999), 1, + STATE(3092), 1, sym__line, - STATE(3486), 1, + STATE(3577), 1, sym__inlines, - ACTIONS(5892), 7, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -100587,7 +100591,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -100611,68 +100615,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [41103] = 32, - ACTIONS(3948), 1, + [40603] = 32, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2932), 1, - sym__line, - STATE(3487), 1, + STATE(2887), 1, sym__inlines, - ACTIONS(5894), 7, + STATE(2931), 1, + sym__line, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -100680,7 +100684,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(655), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -100704,68 +100708,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [41228] = 32, - ACTIONS(3409), 1, + [40728] = 32, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(2861), 1, - sym__inlines, - STATE(2878), 1, + STATE(3076), 1, sym__line, - ACTIONS(3407), 7, + STATE(3644), 1, + sym__inlines, + ACTIONS(5890), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -100773,7 +100777,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -100797,68 +100801,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [41353] = 32, - ACTIONS(4100), 1, + [40853] = 32, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - STATE(2996), 1, + STATE(3067), 1, sym__line, - STATE(3548), 1, + STATE(3645), 1, sym__inlines, - ACTIONS(5884), 7, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -100890,68 +100894,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [41478] = 32, - ACTIONS(4802), 1, + [40978] = 32, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4818), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - STATE(2958), 1, + STATE(3118), 1, sym__line, - STATE(3549), 1, + STATE(3646), 1, sym__inlines, - ACTIONS(5886), 7, + ACTIONS(5888), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -100983,7 +100987,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [41603] = 32, + [41103] = 32, ACTIONS(5102), 1, anon_sym_LBRACK, ACTIONS(5104), 1, @@ -101040,11 +101044,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(3002), 1, + STATE(3062), 1, sym__line, - STATE(3550), 1, + STATE(3648), 1, sym__inlines, - ACTIONS(5888), 7, + ACTIONS(5892), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -101076,66 +101080,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [41728] = 32, - ACTIONS(5352), 1, + [41228] = 32, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(2989), 1, + STATE(3041), 1, sym__line, - STATE(3552), 1, + STATE(3649), 1, sym__inlines, ACTIONS(5882), 7, sym__html_comment, @@ -101145,7 +101149,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101169,68 +101173,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [41853] = 32, - ACTIONS(4250), 1, + [41353] = 32, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(4252), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4254), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(4256), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(4260), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(4262), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(4266), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(4268), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(4270), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(4272), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(4274), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(4276), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(4278), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(4280), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(4282), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(4284), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4286), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4288), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(4290), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(4292), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(4294), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(4296), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(4298), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(4300), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(4302), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4304), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(4306), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(2959), 1, + STATE(3099), 1, sym__line, - STATE(3553), 1, + STATE(3650), 1, sym__inlines, - ACTIONS(5890), 7, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -101238,7 +101242,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101262,68 +101266,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [41978] = 32, - ACTIONS(4400), 1, + [41478] = 32, + ACTIONS(4252), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(4254), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(4258), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(4260), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(4262), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(4268), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(4270), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(4272), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(4274), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(4276), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(4278), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(4280), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(4282), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(4284), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(4286), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(4288), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(4290), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(4292), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(4294), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(4296), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(4298), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(4300), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(4302), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(4304), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(4306), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(2999), 1, + STATE(3092), 1, sym__line, - STATE(3554), 1, + STATE(3651), 1, sym__inlines, - ACTIONS(5892), 7, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -101331,7 +101335,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101355,68 +101359,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [42103] = 32, - ACTIONS(3948), 1, + [41603] = 32, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2932), 1, - sym__line, - STATE(3555), 1, + STATE(2895), 1, sym__inlines, - ACTIONS(5894), 7, + STATE(2931), 1, + sym__line, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -101424,7 +101428,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(655), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101448,68 +101452,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [42228] = 32, - ACTIONS(3409), 1, + [41728] = 32, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(2872), 1, - sym__inlines, - STATE(2878), 1, + STATE(3076), 1, sym__line, - ACTIONS(3407), 7, + STATE(3718), 1, + sym__inlines, + ACTIONS(5890), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -101517,7 +101521,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101541,68 +101545,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [42353] = 32, - ACTIONS(4100), 1, + [41853] = 32, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - STATE(2996), 1, + STATE(3067), 1, sym__line, - STATE(3616), 1, + STATE(3719), 1, sym__inlines, - ACTIONS(5884), 7, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -101634,68 +101638,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [42478] = 32, - ACTIONS(4802), 1, + [41978] = 32, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4818), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - STATE(2958), 1, + STATE(3118), 1, sym__line, - STATE(3617), 1, + STATE(3720), 1, sym__inlines, - ACTIONS(5886), 7, + ACTIONS(5888), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -101727,7 +101731,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [42603] = 32, + [42103] = 32, ACTIONS(5102), 1, anon_sym_LBRACK, ACTIONS(5104), 1, @@ -101784,11 +101788,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(3002), 1, + STATE(3062), 1, sym__line, - STATE(3458), 1, + STATE(3722), 1, sym__inlines, - ACTIONS(5888), 7, + ACTIONS(5892), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -101820,68 +101824,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [42728] = 32, - ACTIONS(4400), 1, + [42228] = 32, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(2999), 1, + STATE(3099), 1, sym__line, - STATE(4039), 1, + STATE(3724), 1, sym__inlines, - ACTIONS(5892), 7, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -101889,7 +101893,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -101913,68 +101917,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [42853] = 32, - ACTIONS(4250), 1, - anon_sym_LBRACK, + [42353] = 32, ACTIONS(4252), 1, - anon_sym_BANG_LBRACK, + anon_sym_LBRACK, ACTIONS(4254), 1, - anon_sym_DOLLAR, + anon_sym_BANG_LBRACK, ACTIONS(4256), 1, - anon_sym_DOLLAR_DOLLAR, + anon_sym_DOLLAR, ACTIONS(4258), 1, - anon_sym_LBRACE, + anon_sym_DOLLAR_DOLLAR, ACTIONS(4260), 1, - aux_sym_pandoc_str_token1, + anon_sym_LBRACE, ACTIONS(4262), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(4266), 1, - sym__code_span_start, ACTIONS(4268), 1, - sym__highlight_span_start, + sym__code_span_start, ACTIONS(4270), 1, - sym__insert_span_start, + sym__highlight_span_start, ACTIONS(4272), 1, - sym__delete_span_start, + sym__insert_span_start, ACTIONS(4274), 1, - sym__edit_comment_span_start, + sym__delete_span_start, ACTIONS(4276), 1, - sym__single_quote_span_open, + sym__edit_comment_span_start, ACTIONS(4278), 1, - sym__double_quote_span_open, + sym__single_quote_span_open, ACTIONS(4280), 1, - sym__shortcode_open_escaped, + sym__double_quote_span_open, ACTIONS(4282), 1, - sym__shortcode_open, + sym__shortcode_open_escaped, ACTIONS(4284), 1, - sym__cite_author_in_text_with_open_bracket, + sym__shortcode_open, ACTIONS(4286), 1, - sym__cite_suppress_author_with_open_bracket, + sym__cite_author_in_text_with_open_bracket, ACTIONS(4288), 1, - sym__cite_author_in_text, + sym__cite_suppress_author_with_open_bracket, ACTIONS(4290), 1, - sym__cite_suppress_author, + sym__cite_author_in_text, ACTIONS(4292), 1, - sym__strikeout_open, + sym__cite_suppress_author, ACTIONS(4294), 1, - sym__subscript_open, + sym__strikeout_open, ACTIONS(4296), 1, - sym__superscript_open, + sym__subscript_open, ACTIONS(4298), 1, - sym__inline_note_start_token, + sym__superscript_open, ACTIONS(4300), 1, - sym__strong_emphasis_open_star, + sym__inline_note_start_token, ACTIONS(4302), 1, - sym__strong_emphasis_open_underscore, + sym__strong_emphasis_open_star, ACTIONS(4304), 1, - sym__emphasis_open_star, + sym__strong_emphasis_open_underscore, ACTIONS(4306), 1, + sym__emphasis_open_star, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(2959), 1, + STATE(3092), 1, sym__line, - STATE(3621), 1, + STATE(3725), 1, sym__inlines, - ACTIONS(5890), 7, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -101982,7 +101986,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102006,68 +102010,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [42978] = 32, - ACTIONS(4400), 1, + [42478] = 32, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(2999), 1, - sym__line, - STATE(3622), 1, + STATE(2900), 1, sym__inlines, - ACTIONS(5892), 7, + STATE(2931), 1, + sym__line, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -102075,7 +102079,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102099,68 +102103,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [43103] = 32, - ACTIONS(3948), 1, + [42603] = 32, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(2932), 1, + STATE(3076), 1, sym__line, - STATE(3623), 1, + STATE(3792), 1, sym__inlines, - ACTIONS(5894), 7, + ACTIONS(5890), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -102168,7 +102172,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(655), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102192,68 +102196,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [43228] = 32, - ACTIONS(3409), 1, + [42728] = 32, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - STATE(2878), 1, + STATE(3067), 1, sym__line, - STATE(2899), 1, + STATE(3793), 1, sym__inlines, - ACTIONS(3407), 7, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -102261,7 +102265,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(665), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102285,68 +102289,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [43353] = 32, - ACTIONS(4802), 1, + [42853] = 32, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4818), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - STATE(2958), 1, + STATE(3118), 1, sym__line, - STATE(3722), 1, + STATE(3794), 1, sym__inlines, - ACTIONS(5886), 7, + ACTIONS(5888), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -102378,7 +102382,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [43478] = 31, + [42978] = 32, ACTIONS(5102), 1, anon_sym_LBRACK, ACTIONS(5104), 1, @@ -102435,9 +102439,11 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(3447), 1, + STATE(3062), 1, sym__line, - ACTIONS(5888), 7, + STATE(3796), 1, + sym__inlines, + ACTIONS(5892), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -102469,66 +102475,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [43600] = 31, - ACTIONS(4802), 1, + [43103] = 32, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(4818), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(3318), 1, + STATE(3041), 1, sym__line, - ACTIONS(5886), 7, + STATE(3797), 1, + sym__inlines, + ACTIONS(5882), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -102536,7 +102544,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(688), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102560,66 +102568,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [43722] = 31, - ACTIONS(4100), 1, + [43228] = 32, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(3425), 1, + STATE(3099), 1, sym__line, - ACTIONS(5884), 7, + STATE(3798), 1, + sym__inlines, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -102627,7 +102637,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(665), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102651,66 +102661,68 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [43844] = 31, - ACTIONS(4250), 1, + [43353] = 32, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(4252), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(4254), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(4256), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(4260), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(4262), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(4266), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(4268), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(4270), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(4272), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(4274), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(4276), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(4278), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(4280), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(4282), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(4284), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4286), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4288), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(4290), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(4292), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(4294), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(4296), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(4298), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(4300), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(4302), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4304), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(4306), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(3443), 1, + STATE(3041), 1, sym__line, - ACTIONS(5890), 7, + STATE(3920), 1, + sym__inlines, + ACTIONS(5882), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -102718,7 +102730,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(668), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102742,66 +102754,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [43966] = 31, - ACTIONS(7), 1, + [43478] = 31, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(9), 1, + ACTIONS(3079), 1, anon_sym_BANG_LBRACK, - ACTIONS(11), 1, + ACTIONS(3081), 1, anon_sym_DOLLAR, - ACTIONS(13), 1, + ACTIONS(3083), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(15), 1, + ACTIONS(3087), 1, anon_sym_LBRACE, - ACTIONS(17), 1, + ACTIONS(3089), 1, aux_sym_pandoc_str_token1, - ACTIONS(19), 1, + ACTIONS(3091), 1, anon_sym_PIPE, - ACTIONS(65), 1, + ACTIONS(3097), 1, sym__code_span_start, - ACTIONS(67), 1, + ACTIONS(3099), 1, sym__highlight_span_start, - ACTIONS(69), 1, + ACTIONS(3101), 1, sym__insert_span_start, - ACTIONS(71), 1, + ACTIONS(3103), 1, sym__delete_span_start, - ACTIONS(73), 1, + ACTIONS(3105), 1, sym__edit_comment_span_start, - ACTIONS(75), 1, + ACTIONS(3107), 1, sym__single_quote_span_open, - ACTIONS(77), 1, + ACTIONS(3109), 1, sym__double_quote_span_open, - ACTIONS(79), 1, + ACTIONS(3111), 1, sym__shortcode_open_escaped, - ACTIONS(81), 1, + ACTIONS(3113), 1, sym__shortcode_open, - ACTIONS(83), 1, + ACTIONS(3115), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(85), 1, + ACTIONS(3117), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(87), 1, + ACTIONS(3119), 1, sym__cite_author_in_text, - ACTIONS(89), 1, + ACTIONS(3121), 1, sym__cite_suppress_author, - ACTIONS(91), 1, + ACTIONS(3123), 1, sym__strikeout_open, - ACTIONS(93), 1, + ACTIONS(3125), 1, sym__subscript_open, - ACTIONS(95), 1, + ACTIONS(3127), 1, sym__superscript_open, - ACTIONS(97), 1, + ACTIONS(3129), 1, sym__inline_note_start_token, - ACTIONS(99), 1, + ACTIONS(3131), 1, sym__strong_emphasis_open_star, - ACTIONS(101), 1, + ACTIONS(3133), 1, sym__strong_emphasis_open_underscore, - ACTIONS(103), 1, + ACTIONS(3135), 1, sym__emphasis_open_star, - ACTIONS(105), 1, + ACTIONS(3137), 1, sym__emphasis_open_underscore, - STATE(3061), 1, + STATE(3437), 1, sym__line, - ACTIONS(5), 7, + ACTIONS(3075), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -102809,7 +102821,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(652), 23, + STATE(686), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102833,66 +102845,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [44088] = 31, - ACTIONS(3948), 1, + [43600] = 31, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - STATE(3360), 1, + STATE(3209), 1, sym__line, - ACTIONS(5894), 7, + ACTIONS(3407), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -102900,7 +102912,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(655), 23, + STATE(673), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -102924,66 +102936,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [44210] = 31, - ACTIONS(3085), 1, + [43722] = 31, + ACTIONS(4252), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4254), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4258), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4260), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4262), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4268), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4270), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4272), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4274), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4276), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4278), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4280), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4282), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4284), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4286), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4288), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4290), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4292), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4294), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4296), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4298), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4300), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4302), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4304), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4306), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - STATE(3448), 1, + STATE(3529), 1, sym__line, - ACTIONS(3083), 7, + ACTIONS(5884), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -102991,7 +103003,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(664), 23, + STATE(661), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103015,66 +103027,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [44332] = 31, - ACTIONS(4952), 1, + [43844] = 31, + ACTIONS(5102), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(5104), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(5106), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(5110), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(5112), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(5114), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(5118), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(5120), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(5122), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(5124), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(5126), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(5128), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(5130), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(5132), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(5134), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(5136), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(5138), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(5140), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(5142), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(5144), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(5146), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(5148), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(5150), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(5152), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(5154), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(5156), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(5158), 1, sym__emphasis_open_underscore, - STATE(3409), 1, + STATE(3566), 1, sym__line, - ACTIONS(5602), 7, + ACTIONS(5892), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -103082,7 +103094,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(674), 23, + STATE(676), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103106,66 +103118,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [44454] = 31, - ACTIONS(4400), 1, + [43966] = 31, + ACTIONS(2181), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(2185), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(2189), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(2191), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(2193), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(2195), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(2197), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(2203), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(2205), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(2207), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(2209), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(2211), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(2213), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(2215), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(2217), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(2219), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(2221), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(2223), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(2225), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(2227), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(2229), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(2231), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(2233), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(2235), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(2237), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(2239), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(2241), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(2243), 1, sym__emphasis_open_underscore, - STATE(3440), 1, + STATE(3295), 1, sym__line, - ACTIONS(5892), 7, + ACTIONS(2179), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -103173,7 +103185,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(662), 23, + STATE(638), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103197,66 +103209,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [44576] = 31, - ACTIONS(4556), 1, + [44088] = 31, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - STATE(3329), 1, + STATE(3490), 1, sym__line, - ACTIONS(5594), 7, + ACTIONS(5882), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -103264,7 +103276,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(666), 23, + STATE(679), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103288,66 +103300,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [44698] = 31, - ACTIONS(3409), 1, + [44210] = 31, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - STATE(3149), 1, + STATE(3549), 1, sym__line, - ACTIONS(3407), 7, + ACTIONS(5894), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -103355,7 +103367,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(654), 23, + STATE(683), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103379,66 +103391,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [44820] = 31, - ACTIONS(5352), 1, + [44332] = 31, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(4316), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(4318), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(4320), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(4322), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(4324), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(4328), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(4330), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(4332), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(4334), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(4336), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(4338), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(4340), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(4342), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(4344), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(4346), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(4348), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(4350), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(4352), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(4354), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(4356), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(4358), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(4360), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(4362), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(4364), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(4366), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(4368), 1, sym__emphasis_open_underscore, - STATE(3354), 1, + STATE(3450), 1, sym__line, - ACTIONS(5882), 7, + ACTIONS(5890), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -103446,7 +103458,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(684), 23, + STATE(662), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103470,66 +103482,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [44942] = 31, - ACTIONS(2181), 1, + [44454] = 31, + ACTIONS(4100), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, + ACTIONS(4102), 1, anon_sym_BANG_LBRACK, - ACTIONS(2189), 1, + ACTIONS(4104), 1, anon_sym_DOLLAR, - ACTIONS(2191), 1, + ACTIONS(4106), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2193), 1, + ACTIONS(4108), 1, anon_sym_LBRACE, - ACTIONS(2195), 1, + ACTIONS(4110), 1, aux_sym_pandoc_str_token1, - ACTIONS(2197), 1, + ACTIONS(4112), 1, anon_sym_PIPE, - ACTIONS(2203), 1, + ACTIONS(4116), 1, sym__code_span_start, - ACTIONS(2205), 1, + ACTIONS(4118), 1, sym__highlight_span_start, - ACTIONS(2207), 1, + ACTIONS(4120), 1, sym__insert_span_start, - ACTIONS(2209), 1, + ACTIONS(4122), 1, sym__delete_span_start, - ACTIONS(2211), 1, + ACTIONS(4124), 1, sym__edit_comment_span_start, - ACTIONS(2213), 1, + ACTIONS(4126), 1, sym__single_quote_span_open, - ACTIONS(2215), 1, + ACTIONS(4128), 1, sym__double_quote_span_open, - ACTIONS(2217), 1, + ACTIONS(4130), 1, sym__shortcode_open_escaped, - ACTIONS(2219), 1, + ACTIONS(4132), 1, sym__shortcode_open, - ACTIONS(2221), 1, + ACTIONS(4134), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2223), 1, + ACTIONS(4136), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2225), 1, + ACTIONS(4138), 1, sym__cite_author_in_text, - ACTIONS(2227), 1, + ACTIONS(4140), 1, sym__cite_suppress_author, - ACTIONS(2229), 1, + ACTIONS(4142), 1, sym__strikeout_open, - ACTIONS(2231), 1, + ACTIONS(4144), 1, sym__subscript_open, - ACTIONS(2233), 1, + ACTIONS(4146), 1, sym__superscript_open, - ACTIONS(2235), 1, + ACTIONS(4148), 1, sym__inline_note_start_token, - ACTIONS(2237), 1, + ACTIONS(4150), 1, sym__strong_emphasis_open_star, - ACTIONS(2239), 1, + ACTIONS(4152), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2241), 1, + ACTIONS(4154), 1, sym__emphasis_open_star, - ACTIONS(2243), 1, + ACTIONS(4156), 1, sym__emphasis_open_underscore, - STATE(3238), 1, + STATE(3503), 1, sym__line, - ACTIONS(2179), 7, + ACTIONS(5600), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -103537,7 +103549,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(616), 23, + STATE(658), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103561,64 +103573,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [45064] = 30, - ACTIONS(4952), 1, + [44576] = 31, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(4954), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(4956), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(4958), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4960), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(4962), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(4964), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(4968), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(4970), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(4972), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(4974), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(4976), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(4978), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(4980), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(4982), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(4984), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(4986), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4988), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4990), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(4992), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(4994), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(4996), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(4998), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(5000), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(5002), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(5004), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5006), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(5008), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, - ACTIONS(5896), 7, + STATE(3500), 1, + sym__line, + ACTIONS(5594), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -103626,7 +103640,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(2259), 23, + STATE(687), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103650,64 +103664,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [45183] = 30, - ACTIONS(3409), 1, + [44698] = 31, + ACTIONS(4464), 1, anon_sym_LBRACK, - ACTIONS(3411), 1, + ACTIONS(4466), 1, anon_sym_BANG_LBRACK, - ACTIONS(3413), 1, + ACTIONS(4468), 1, anon_sym_DOLLAR, - ACTIONS(3415), 1, + ACTIONS(4470), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3417), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(3419), 1, + ACTIONS(4474), 1, aux_sym_pandoc_str_token1, - ACTIONS(3421), 1, + ACTIONS(4476), 1, anon_sym_PIPE, - ACTIONS(3425), 1, + ACTIONS(4480), 1, sym__code_span_start, - ACTIONS(3427), 1, + ACTIONS(4482), 1, sym__highlight_span_start, - ACTIONS(3429), 1, + ACTIONS(4484), 1, sym__insert_span_start, - ACTIONS(3431), 1, + ACTIONS(4486), 1, sym__delete_span_start, - ACTIONS(3433), 1, + ACTIONS(4488), 1, sym__edit_comment_span_start, - ACTIONS(3435), 1, + ACTIONS(4490), 1, sym__single_quote_span_open, - ACTIONS(3437), 1, + ACTIONS(4492), 1, sym__double_quote_span_open, - ACTIONS(3439), 1, + ACTIONS(4494), 1, sym__shortcode_open_escaped, - ACTIONS(3441), 1, + ACTIONS(4496), 1, sym__shortcode_open, - ACTIONS(3443), 1, + ACTIONS(4498), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3445), 1, + ACTIONS(4500), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3447), 1, + ACTIONS(4502), 1, sym__cite_author_in_text, - ACTIONS(3449), 1, + ACTIONS(4504), 1, sym__cite_suppress_author, - ACTIONS(3451), 1, + ACTIONS(4506), 1, sym__strikeout_open, - ACTIONS(3453), 1, + ACTIONS(4508), 1, sym__subscript_open, - ACTIONS(3455), 1, + ACTIONS(4510), 1, sym__superscript_open, - ACTIONS(3457), 1, + ACTIONS(4512), 1, sym__inline_note_start_token, - ACTIONS(3459), 1, + ACTIONS(4514), 1, sym__strong_emphasis_open_star, - ACTIONS(3461), 1, + ACTIONS(4516), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3463), 1, + ACTIONS(4518), 1, sym__emphasis_open_star, - ACTIONS(3465), 1, + ACTIONS(4520), 1, sym__emphasis_open_underscore, - ACTIONS(5898), 7, + STATE(3526), 1, + sym__line, + ACTIONS(5886), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -103715,7 +103731,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(1840), 23, + STATE(665), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103739,64 +103755,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [45302] = 30, - ACTIONS(4556), 1, + [44820] = 31, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(4558), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(4560), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(4562), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4564), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(4566), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(4568), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(4572), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(4574), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(4576), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(4578), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(4580), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(4582), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(4584), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(4586), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(4588), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(4590), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4592), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4594), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(4596), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(4598), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(4600), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(4602), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(4604), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(4606), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(4608), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4610), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(4612), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, - ACTIONS(5900), 7, + STATE(3436), 1, + sym__line, + ACTIONS(5888), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -103804,7 +103822,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(2119), 23, + STATE(688), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103828,64 +103846,66 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [45421] = 30, - ACTIONS(2181), 1, + [44942] = 31, + ACTIONS(7), 1, anon_sym_LBRACK, - ACTIONS(2185), 1, + ACTIONS(9), 1, anon_sym_BANG_LBRACK, - ACTIONS(2189), 1, + ACTIONS(11), 1, anon_sym_DOLLAR, - ACTIONS(2191), 1, + ACTIONS(13), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(2193), 1, + ACTIONS(15), 1, anon_sym_LBRACE, - ACTIONS(2195), 1, + ACTIONS(17), 1, aux_sym_pandoc_str_token1, - ACTIONS(2197), 1, + ACTIONS(19), 1, anon_sym_PIPE, - ACTIONS(2203), 1, + ACTIONS(65), 1, sym__code_span_start, - ACTIONS(2205), 1, + ACTIONS(67), 1, sym__highlight_span_start, - ACTIONS(2207), 1, + ACTIONS(69), 1, sym__insert_span_start, - ACTIONS(2209), 1, + ACTIONS(71), 1, sym__delete_span_start, - ACTIONS(2211), 1, + ACTIONS(73), 1, sym__edit_comment_span_start, - ACTIONS(2213), 1, + ACTIONS(75), 1, sym__single_quote_span_open, - ACTIONS(2215), 1, + ACTIONS(77), 1, sym__double_quote_span_open, - ACTIONS(2217), 1, + ACTIONS(79), 1, sym__shortcode_open_escaped, - ACTIONS(2219), 1, + ACTIONS(81), 1, sym__shortcode_open, - ACTIONS(2221), 1, + ACTIONS(83), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(2223), 1, + ACTIONS(85), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(2225), 1, + ACTIONS(87), 1, sym__cite_author_in_text, - ACTIONS(2227), 1, + ACTIONS(89), 1, sym__cite_suppress_author, - ACTIONS(2229), 1, + ACTIONS(91), 1, sym__strikeout_open, - ACTIONS(2231), 1, + ACTIONS(93), 1, sym__subscript_open, - ACTIONS(2233), 1, + ACTIONS(95), 1, sym__superscript_open, - ACTIONS(2235), 1, + ACTIONS(97), 1, sym__inline_note_start_token, - ACTIONS(2237), 1, + ACTIONS(99), 1, sym__strong_emphasis_open_star, - ACTIONS(2239), 1, + ACTIONS(101), 1, sym__strong_emphasis_open_underscore, - ACTIONS(2241), 1, + ACTIONS(103), 1, sym__emphasis_open_star, - ACTIONS(2243), 1, + ACTIONS(105), 1, sym__emphasis_open_underscore, - ACTIONS(5902), 7, + STATE(3257), 1, + sym__line, + ACTIONS(5), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -103893,7 +103913,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(1169), 23, + STATE(642), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -103917,64 +103937,64 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [45540] = 30, - ACTIONS(4400), 1, + [45064] = 30, + ACTIONS(5254), 1, anon_sym_LBRACK, - ACTIONS(4402), 1, + ACTIONS(5256), 1, anon_sym_BANG_LBRACK, - ACTIONS(4404), 1, + ACTIONS(5258), 1, anon_sym_DOLLAR, - ACTIONS(4406), 1, + ACTIONS(5260), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4408), 1, + ACTIONS(5262), 1, anon_sym_LBRACE, - ACTIONS(4410), 1, + ACTIONS(5264), 1, aux_sym_pandoc_str_token1, - ACTIONS(4412), 1, + ACTIONS(5266), 1, anon_sym_PIPE, - ACTIONS(4416), 1, + ACTIONS(5270), 1, sym__code_span_start, - ACTIONS(4418), 1, + ACTIONS(5272), 1, sym__highlight_span_start, - ACTIONS(4420), 1, + ACTIONS(5274), 1, sym__insert_span_start, - ACTIONS(4422), 1, + ACTIONS(5276), 1, sym__delete_span_start, - ACTIONS(4424), 1, + ACTIONS(5278), 1, sym__edit_comment_span_start, - ACTIONS(4426), 1, + ACTIONS(5280), 1, sym__single_quote_span_open, - ACTIONS(4428), 1, + ACTIONS(5282), 1, sym__double_quote_span_open, - ACTIONS(4430), 1, + ACTIONS(5284), 1, sym__shortcode_open_escaped, - ACTIONS(4432), 1, + ACTIONS(5286), 1, sym__shortcode_open, - ACTIONS(4434), 1, + ACTIONS(5288), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4436), 1, + ACTIONS(5290), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4438), 1, + ACTIONS(5292), 1, sym__cite_author_in_text, - ACTIONS(4440), 1, + ACTIONS(5294), 1, sym__cite_suppress_author, - ACTIONS(4442), 1, + ACTIONS(5296), 1, sym__strikeout_open, - ACTIONS(4444), 1, + ACTIONS(5298), 1, sym__subscript_open, - ACTIONS(4446), 1, + ACTIONS(5300), 1, sym__superscript_open, - ACTIONS(4448), 1, + ACTIONS(5302), 1, sym__inline_note_start_token, - ACTIONS(4450), 1, + ACTIONS(5304), 1, sym__strong_emphasis_open_star, - ACTIONS(4452), 1, + ACTIONS(5306), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4454), 1, + ACTIONS(5308), 1, sym__emphasis_open_star, - ACTIONS(4456), 1, + ACTIONS(5310), 1, sym__emphasis_open_underscore, - ACTIONS(5904), 7, + ACTIONS(5896), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -103982,7 +104002,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(1534), 23, + STATE(1795), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104006,64 +104026,64 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [45659] = 30, - ACTIONS(5352), 1, + [45183] = 30, + ACTIONS(4796), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(4798), 1, anon_sym_BANG_LBRACK, - ACTIONS(5356), 1, + ACTIONS(4800), 1, anon_sym_DOLLAR, - ACTIONS(5358), 1, + ACTIONS(4802), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5360), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - ACTIONS(5362), 1, + ACTIONS(4806), 1, aux_sym_pandoc_str_token1, - ACTIONS(5364), 1, + ACTIONS(4808), 1, anon_sym_PIPE, - ACTIONS(5368), 1, + ACTIONS(4812), 1, sym__code_span_start, - ACTIONS(5370), 1, + ACTIONS(4814), 1, sym__highlight_span_start, - ACTIONS(5372), 1, + ACTIONS(4816), 1, sym__insert_span_start, - ACTIONS(5374), 1, + ACTIONS(4818), 1, sym__delete_span_start, - ACTIONS(5376), 1, + ACTIONS(4820), 1, sym__edit_comment_span_start, - ACTIONS(5378), 1, + ACTIONS(4822), 1, sym__single_quote_span_open, - ACTIONS(5380), 1, + ACTIONS(4824), 1, sym__double_quote_span_open, - ACTIONS(5382), 1, + ACTIONS(4826), 1, sym__shortcode_open_escaped, - ACTIONS(5384), 1, + ACTIONS(4828), 1, sym__shortcode_open, - ACTIONS(5386), 1, + ACTIONS(4830), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5388), 1, + ACTIONS(4832), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5390), 1, + ACTIONS(4834), 1, sym__cite_author_in_text, - ACTIONS(5392), 1, + ACTIONS(4836), 1, sym__cite_suppress_author, - ACTIONS(5394), 1, + ACTIONS(4838), 1, sym__strikeout_open, - ACTIONS(5396), 1, + ACTIONS(4840), 1, sym__subscript_open, - ACTIONS(5398), 1, + ACTIONS(4842), 1, sym__superscript_open, - ACTIONS(5400), 1, + ACTIONS(4844), 1, sym__inline_note_start_token, - ACTIONS(5402), 1, + ACTIONS(4846), 1, sym__strong_emphasis_open_star, - ACTIONS(5404), 1, + ACTIONS(4848), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5406), 1, + ACTIONS(4850), 1, sym__emphasis_open_star, - ACTIONS(5408), 1, + ACTIONS(4852), 1, sym__emphasis_open_underscore, - ACTIONS(5906), 7, + ACTIONS(5898), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -104071,7 +104091,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(1956), 23, + STATE(1880), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104095,64 +104115,64 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [45778] = 30, - ACTIONS(4802), 1, + [45302] = 30, + ACTIONS(3409), 1, anon_sym_LBRACK, - ACTIONS(4804), 1, + ACTIONS(3411), 1, anon_sym_BANG_LBRACK, - ACTIONS(4806), 1, + ACTIONS(3413), 1, anon_sym_DOLLAR, - ACTIONS(4808), 1, + ACTIONS(3415), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4810), 1, + ACTIONS(3417), 1, anon_sym_LBRACE, - ACTIONS(4812), 1, + ACTIONS(3419), 1, aux_sym_pandoc_str_token1, - ACTIONS(4814), 1, + ACTIONS(3421), 1, anon_sym_PIPE, - ACTIONS(4818), 1, + ACTIONS(3425), 1, sym__code_span_start, - ACTIONS(4820), 1, + ACTIONS(3427), 1, sym__highlight_span_start, - ACTIONS(4822), 1, + ACTIONS(3429), 1, sym__insert_span_start, - ACTIONS(4824), 1, + ACTIONS(3431), 1, sym__delete_span_start, - ACTIONS(4826), 1, + ACTIONS(3433), 1, sym__edit_comment_span_start, - ACTIONS(4828), 1, + ACTIONS(3435), 1, sym__single_quote_span_open, - ACTIONS(4830), 1, + ACTIONS(3437), 1, sym__double_quote_span_open, - ACTIONS(4832), 1, + ACTIONS(3439), 1, sym__shortcode_open_escaped, - ACTIONS(4834), 1, + ACTIONS(3441), 1, sym__shortcode_open, - ACTIONS(4836), 1, + ACTIONS(3443), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4838), 1, + ACTIONS(3445), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4840), 1, + ACTIONS(3447), 1, sym__cite_author_in_text, - ACTIONS(4842), 1, + ACTIONS(3449), 1, sym__cite_suppress_author, - ACTIONS(4844), 1, + ACTIONS(3451), 1, sym__strikeout_open, - ACTIONS(4846), 1, + ACTIONS(3453), 1, sym__subscript_open, - ACTIONS(4848), 1, + ACTIONS(3455), 1, sym__superscript_open, - ACTIONS(4850), 1, + ACTIONS(3457), 1, sym__inline_note_start_token, - ACTIONS(4852), 1, + ACTIONS(3459), 1, sym__strong_emphasis_open_star, - ACTIONS(4854), 1, + ACTIONS(3461), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4856), 1, + ACTIONS(3463), 1, sym__emphasis_open_star, - ACTIONS(4858), 1, + ACTIONS(3465), 1, sym__emphasis_open_underscore, - ACTIONS(5908), 7, + ACTIONS(5900), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -104160,7 +104180,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(1951), 23, + STATE(1648), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104184,64 +104204,64 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [45897] = 30, - ACTIONS(3948), 1, + [45421] = 30, + ACTIONS(4252), 1, anon_sym_LBRACK, - ACTIONS(3950), 1, + ACTIONS(4254), 1, anon_sym_BANG_LBRACK, - ACTIONS(3952), 1, + ACTIONS(4256), 1, anon_sym_DOLLAR, - ACTIONS(3954), 1, + ACTIONS(4258), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3956), 1, + ACTIONS(4260), 1, anon_sym_LBRACE, - ACTIONS(3958), 1, + ACTIONS(4262), 1, aux_sym_pandoc_str_token1, - ACTIONS(3960), 1, + ACTIONS(4264), 1, anon_sym_PIPE, - ACTIONS(3964), 1, + ACTIONS(4268), 1, sym__code_span_start, - ACTIONS(3966), 1, + ACTIONS(4270), 1, sym__highlight_span_start, - ACTIONS(3968), 1, + ACTIONS(4272), 1, sym__insert_span_start, - ACTIONS(3970), 1, + ACTIONS(4274), 1, sym__delete_span_start, - ACTIONS(3972), 1, + ACTIONS(4276), 1, sym__edit_comment_span_start, - ACTIONS(3974), 1, + ACTIONS(4278), 1, sym__single_quote_span_open, - ACTIONS(3976), 1, + ACTIONS(4280), 1, sym__double_quote_span_open, - ACTIONS(3978), 1, + ACTIONS(4282), 1, sym__shortcode_open_escaped, - ACTIONS(3980), 1, + ACTIONS(4284), 1, sym__shortcode_open, - ACTIONS(3982), 1, + ACTIONS(4286), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3984), 1, + ACTIONS(4288), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3986), 1, + ACTIONS(4290), 1, sym__cite_author_in_text, - ACTIONS(3988), 1, + ACTIONS(4292), 1, sym__cite_suppress_author, - ACTIONS(3990), 1, + ACTIONS(4294), 1, sym__strikeout_open, - ACTIONS(3992), 1, + ACTIONS(4296), 1, sym__subscript_open, - ACTIONS(3994), 1, + ACTIONS(4298), 1, sym__superscript_open, - ACTIONS(3996), 1, + ACTIONS(4300), 1, sym__inline_note_start_token, - ACTIONS(3998), 1, + ACTIONS(4302), 1, sym__strong_emphasis_open_star, - ACTIONS(4000), 1, + ACTIONS(4304), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4002), 1, + ACTIONS(4306), 1, sym__emphasis_open_star, - ACTIONS(4004), 1, + ACTIONS(4308), 1, sym__emphasis_open_underscore, - ACTIONS(5910), 7, + ACTIONS(5902), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -104249,7 +104269,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(1627), 23, + STATE(1952), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104273,64 +104293,64 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [46016] = 30, - ACTIONS(4250), 1, + [45540] = 30, + ACTIONS(5102), 1, anon_sym_LBRACK, - ACTIONS(4252), 1, + ACTIONS(5104), 1, anon_sym_BANG_LBRACK, - ACTIONS(4254), 1, + ACTIONS(5106), 1, anon_sym_DOLLAR, - ACTIONS(4256), 1, + ACTIONS(5108), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4258), 1, + ACTIONS(5110), 1, anon_sym_LBRACE, - ACTIONS(4260), 1, + ACTIONS(5112), 1, aux_sym_pandoc_str_token1, - ACTIONS(4262), 1, + ACTIONS(5114), 1, anon_sym_PIPE, - ACTIONS(4266), 1, + ACTIONS(5118), 1, sym__code_span_start, - ACTIONS(4268), 1, + ACTIONS(5120), 1, sym__highlight_span_start, - ACTIONS(4270), 1, + ACTIONS(5122), 1, sym__insert_span_start, - ACTIONS(4272), 1, + ACTIONS(5124), 1, sym__delete_span_start, - ACTIONS(4274), 1, + ACTIONS(5126), 1, sym__edit_comment_span_start, - ACTIONS(4276), 1, + ACTIONS(5128), 1, sym__single_quote_span_open, - ACTIONS(4278), 1, + ACTIONS(5130), 1, sym__double_quote_span_open, - ACTIONS(4280), 1, + ACTIONS(5132), 1, sym__shortcode_open_escaped, - ACTIONS(4282), 1, + ACTIONS(5134), 1, sym__shortcode_open, - ACTIONS(4284), 1, + ACTIONS(5136), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4286), 1, + ACTIONS(5138), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4288), 1, + ACTIONS(5140), 1, sym__cite_author_in_text, - ACTIONS(4290), 1, + ACTIONS(5142), 1, sym__cite_suppress_author, - ACTIONS(4292), 1, + ACTIONS(5144), 1, sym__strikeout_open, - ACTIONS(4294), 1, + ACTIONS(5146), 1, sym__subscript_open, - ACTIONS(4296), 1, + ACTIONS(5148), 1, sym__superscript_open, - ACTIONS(4298), 1, + ACTIONS(5150), 1, sym__inline_note_start_token, - ACTIONS(4300), 1, + ACTIONS(5152), 1, sym__strong_emphasis_open_star, - ACTIONS(4302), 1, + ACTIONS(5154), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4304), 1, + ACTIONS(5156), 1, sym__emphasis_open_star, - ACTIONS(4306), 1, + ACTIONS(5158), 1, sym__emphasis_open_underscore, - ACTIONS(5912), 7, + ACTIONS(5904), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -104338,7 +104358,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(2092), 23, + STATE(1726), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104362,64 +104382,64 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [46135] = 30, - ACTIONS(4100), 1, + [45659] = 30, + ACTIONS(2181), 1, anon_sym_LBRACK, - ACTIONS(4102), 1, + ACTIONS(2185), 1, anon_sym_BANG_LBRACK, - ACTIONS(4104), 1, + ACTIONS(2189), 1, anon_sym_DOLLAR, - ACTIONS(4106), 1, + ACTIONS(2191), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(4108), 1, + ACTIONS(2193), 1, anon_sym_LBRACE, - ACTIONS(4110), 1, + ACTIONS(2195), 1, aux_sym_pandoc_str_token1, - ACTIONS(4112), 1, + ACTIONS(2197), 1, anon_sym_PIPE, - ACTIONS(4116), 1, + ACTIONS(2203), 1, sym__code_span_start, - ACTIONS(4118), 1, + ACTIONS(2205), 1, sym__highlight_span_start, - ACTIONS(4120), 1, + ACTIONS(2207), 1, sym__insert_span_start, - ACTIONS(4122), 1, + ACTIONS(2209), 1, sym__delete_span_start, - ACTIONS(4124), 1, + ACTIONS(2211), 1, sym__edit_comment_span_start, - ACTIONS(4126), 1, + ACTIONS(2213), 1, sym__single_quote_span_open, - ACTIONS(4128), 1, + ACTIONS(2215), 1, sym__double_quote_span_open, - ACTIONS(4130), 1, + ACTIONS(2217), 1, sym__shortcode_open_escaped, - ACTIONS(4132), 1, + ACTIONS(2219), 1, sym__shortcode_open, - ACTIONS(4134), 1, + ACTIONS(2221), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(4136), 1, + ACTIONS(2223), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(4138), 1, + ACTIONS(2225), 1, sym__cite_author_in_text, - ACTIONS(4140), 1, + ACTIONS(2227), 1, sym__cite_suppress_author, - ACTIONS(4142), 1, + ACTIONS(2229), 1, sym__strikeout_open, - ACTIONS(4144), 1, + ACTIONS(2231), 1, sym__subscript_open, - ACTIONS(4146), 1, + ACTIONS(2233), 1, sym__superscript_open, - ACTIONS(4148), 1, + ACTIONS(2235), 1, sym__inline_note_start_token, - ACTIONS(4150), 1, + ACTIONS(2237), 1, sym__strong_emphasis_open_star, - ACTIONS(4152), 1, + ACTIONS(2239), 1, sym__strong_emphasis_open_underscore, - ACTIONS(4154), 1, + ACTIONS(2241), 1, sym__emphasis_open_star, - ACTIONS(4156), 1, + ACTIONS(2243), 1, sym__emphasis_open_underscore, - ACTIONS(5914), 7, + ACTIONS(5906), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -104427,7 +104447,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(1802), 23, + STATE(1498), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104451,64 +104471,64 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [46254] = 30, - ACTIONS(5102), 1, + [45778] = 30, + ACTIONS(4034), 1, anon_sym_LBRACK, - ACTIONS(5104), 1, + ACTIONS(4036), 1, anon_sym_BANG_LBRACK, - ACTIONS(5106), 1, + ACTIONS(4038), 1, anon_sym_DOLLAR, - ACTIONS(5108), 1, + ACTIONS(4040), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(5110), 1, + ACTIONS(4042), 1, anon_sym_LBRACE, - ACTIONS(5112), 1, + ACTIONS(4044), 1, aux_sym_pandoc_str_token1, - ACTIONS(5114), 1, + ACTIONS(4046), 1, anon_sym_PIPE, - ACTIONS(5118), 1, + ACTIONS(4050), 1, sym__code_span_start, - ACTIONS(5120), 1, + ACTIONS(4052), 1, sym__highlight_span_start, - ACTIONS(5122), 1, + ACTIONS(4054), 1, sym__insert_span_start, - ACTIONS(5124), 1, + ACTIONS(4056), 1, sym__delete_span_start, - ACTIONS(5126), 1, + ACTIONS(4058), 1, sym__edit_comment_span_start, - ACTIONS(5128), 1, + ACTIONS(4060), 1, sym__single_quote_span_open, - ACTIONS(5130), 1, + ACTIONS(4062), 1, sym__double_quote_span_open, - ACTIONS(5132), 1, + ACTIONS(4064), 1, sym__shortcode_open_escaped, - ACTIONS(5134), 1, + ACTIONS(4066), 1, sym__shortcode_open, - ACTIONS(5136), 1, + ACTIONS(4068), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(5138), 1, + ACTIONS(4070), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(5140), 1, + ACTIONS(4072), 1, sym__cite_author_in_text, - ACTIONS(5142), 1, + ACTIONS(4074), 1, sym__cite_suppress_author, - ACTIONS(5144), 1, + ACTIONS(4076), 1, sym__strikeout_open, - ACTIONS(5146), 1, + ACTIONS(4078), 1, sym__subscript_open, - ACTIONS(5148), 1, + ACTIONS(4080), 1, sym__superscript_open, - ACTIONS(5150), 1, + ACTIONS(4082), 1, sym__inline_note_start_token, - ACTIONS(5152), 1, + ACTIONS(4084), 1, sym__strong_emphasis_open_star, - ACTIONS(5154), 1, + ACTIONS(4086), 1, sym__strong_emphasis_open_underscore, - ACTIONS(5156), 1, + ACTIONS(4088), 1, sym__emphasis_open_star, - ACTIONS(5158), 1, + ACTIONS(4090), 1, sym__emphasis_open_underscore, - ACTIONS(5916), 7, + ACTIONS(5908), 7, sym__html_comment, sym__autolink, sym_inline_note_reference, @@ -104516,7 +104536,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(1688), 23, + STATE(2138), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104540,12 +104560,279 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_emph, sym_pandoc_strong, sym_pandoc_str, - [46373] = 30, - ACTIONS(7), 1, + [45897] = 30, + ACTIONS(4312), 1, anon_sym_LBRACK, - ACTIONS(9), 1, + ACTIONS(4314), 1, anon_sym_BANG_LBRACK, - ACTIONS(11), 1, + ACTIONS(4316), 1, + anon_sym_DOLLAR, + ACTIONS(4318), 1, + anon_sym_DOLLAR_DOLLAR, + ACTIONS(4320), 1, + anon_sym_LBRACE, + ACTIONS(4322), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4324), 1, + anon_sym_PIPE, + ACTIONS(4328), 1, + sym__code_span_start, + ACTIONS(4330), 1, + sym__highlight_span_start, + ACTIONS(4332), 1, + sym__insert_span_start, + ACTIONS(4334), 1, + sym__delete_span_start, + ACTIONS(4336), 1, + sym__edit_comment_span_start, + ACTIONS(4338), 1, + sym__single_quote_span_open, + ACTIONS(4340), 1, + sym__double_quote_span_open, + ACTIONS(4342), 1, + sym__shortcode_open_escaped, + ACTIONS(4344), 1, + sym__shortcode_open, + ACTIONS(4346), 1, + sym__cite_author_in_text_with_open_bracket, + ACTIONS(4348), 1, + sym__cite_suppress_author_with_open_bracket, + ACTIONS(4350), 1, + sym__cite_author_in_text, + ACTIONS(4352), 1, + sym__cite_suppress_author, + ACTIONS(4354), 1, + sym__strikeout_open, + ACTIONS(4356), 1, + sym__subscript_open, + ACTIONS(4358), 1, + sym__superscript_open, + ACTIONS(4360), 1, + sym__inline_note_start_token, + ACTIONS(4362), 1, + sym__strong_emphasis_open_star, + ACTIONS(4364), 1, + sym__strong_emphasis_open_underscore, + ACTIONS(4366), 1, + sym__emphasis_open_star, + ACTIONS(4368), 1, + sym__emphasis_open_underscore, + ACTIONS(5910), 7, + sym__html_comment, + sym__autolink, + sym_inline_note_reference, + sym_html_element, + sym__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + STATE(2278), 23, + 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_pandoc_str, + [46016] = 30, + ACTIONS(3077), 1, + anon_sym_LBRACK, + ACTIONS(3079), 1, + anon_sym_BANG_LBRACK, + ACTIONS(3081), 1, + anon_sym_DOLLAR, + ACTIONS(3083), 1, + anon_sym_DOLLAR_DOLLAR, + ACTIONS(3087), 1, + anon_sym_LBRACE, + ACTIONS(3089), 1, + aux_sym_pandoc_str_token1, + ACTIONS(3091), 1, + anon_sym_PIPE, + ACTIONS(3097), 1, + sym__code_span_start, + ACTIONS(3099), 1, + sym__highlight_span_start, + ACTIONS(3101), 1, + sym__insert_span_start, + ACTIONS(3103), 1, + sym__delete_span_start, + ACTIONS(3105), 1, + sym__edit_comment_span_start, + ACTIONS(3107), 1, + sym__single_quote_span_open, + ACTIONS(3109), 1, + sym__double_quote_span_open, + ACTIONS(3111), 1, + sym__shortcode_open_escaped, + ACTIONS(3113), 1, + sym__shortcode_open, + ACTIONS(3115), 1, + sym__cite_author_in_text_with_open_bracket, + ACTIONS(3117), 1, + sym__cite_suppress_author_with_open_bracket, + ACTIONS(3119), 1, + sym__cite_author_in_text, + ACTIONS(3121), 1, + sym__cite_suppress_author, + ACTIONS(3123), 1, + sym__strikeout_open, + ACTIONS(3125), 1, + sym__subscript_open, + ACTIONS(3127), 1, + sym__superscript_open, + ACTIONS(3129), 1, + sym__inline_note_start_token, + ACTIONS(3131), 1, + sym__strong_emphasis_open_star, + ACTIONS(3133), 1, + sym__strong_emphasis_open_underscore, + ACTIONS(3135), 1, + sym__emphasis_open_star, + ACTIONS(3137), 1, + sym__emphasis_open_underscore, + ACTIONS(5912), 7, + sym__html_comment, + sym__autolink, + sym_inline_note_reference, + sym_html_element, + sym__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + STATE(1708), 23, + 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_pandoc_str, + [46135] = 30, + ACTIONS(4100), 1, + anon_sym_LBRACK, + ACTIONS(4102), 1, + anon_sym_BANG_LBRACK, + ACTIONS(4104), 1, + anon_sym_DOLLAR, + ACTIONS(4106), 1, + anon_sym_DOLLAR_DOLLAR, + ACTIONS(4108), 1, + anon_sym_LBRACE, + ACTIONS(4110), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4112), 1, + anon_sym_PIPE, + ACTIONS(4116), 1, + sym__code_span_start, + ACTIONS(4118), 1, + sym__highlight_span_start, + ACTIONS(4120), 1, + sym__insert_span_start, + ACTIONS(4122), 1, + sym__delete_span_start, + ACTIONS(4124), 1, + sym__edit_comment_span_start, + ACTIONS(4126), 1, + sym__single_quote_span_open, + ACTIONS(4128), 1, + sym__double_quote_span_open, + ACTIONS(4130), 1, + sym__shortcode_open_escaped, + ACTIONS(4132), 1, + sym__shortcode_open, + ACTIONS(4134), 1, + sym__cite_author_in_text_with_open_bracket, + ACTIONS(4136), 1, + sym__cite_suppress_author_with_open_bracket, + ACTIONS(4138), 1, + sym__cite_author_in_text, + ACTIONS(4140), 1, + sym__cite_suppress_author, + ACTIONS(4142), 1, + sym__strikeout_open, + ACTIONS(4144), 1, + sym__subscript_open, + ACTIONS(4146), 1, + sym__superscript_open, + ACTIONS(4148), 1, + sym__inline_note_start_token, + ACTIONS(4150), 1, + sym__strong_emphasis_open_star, + ACTIONS(4152), 1, + sym__strong_emphasis_open_underscore, + ACTIONS(4154), 1, + sym__emphasis_open_star, + ACTIONS(4156), 1, + sym__emphasis_open_underscore, + ACTIONS(5914), 7, + sym__html_comment, + sym__autolink, + sym_inline_note_reference, + sym_html_element, + sym__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + STATE(2206), 23, + 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_pandoc_str, + [46254] = 30, + ACTIONS(7), 1, + anon_sym_LBRACK, + ACTIONS(9), 1, + anon_sym_BANG_LBRACK, + ACTIONS(11), 1, anon_sym_DOLLAR, ACTIONS(13), 1, anon_sym_DOLLAR_DOLLAR, @@ -104597,6 +104884,95 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_star, ACTIONS(105), 1, sym__emphasis_open_underscore, + ACTIONS(5916), 7, + sym__html_comment, + sym__autolink, + sym_inline_note_reference, + sym_html_element, + sym__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + STATE(1191), 23, + 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_pandoc_str, + [46373] = 30, + ACTIONS(4464), 1, + anon_sym_LBRACK, + ACTIONS(4466), 1, + anon_sym_BANG_LBRACK, + ACTIONS(4468), 1, + anon_sym_DOLLAR, + ACTIONS(4470), 1, + anon_sym_DOLLAR_DOLLAR, + ACTIONS(4472), 1, + anon_sym_LBRACE, + ACTIONS(4474), 1, + aux_sym_pandoc_str_token1, + ACTIONS(4476), 1, + anon_sym_PIPE, + ACTIONS(4480), 1, + sym__code_span_start, + ACTIONS(4482), 1, + sym__highlight_span_start, + ACTIONS(4484), 1, + sym__insert_span_start, + ACTIONS(4486), 1, + sym__delete_span_start, + ACTIONS(4488), 1, + sym__edit_comment_span_start, + ACTIONS(4490), 1, + sym__single_quote_span_open, + ACTIONS(4492), 1, + sym__double_quote_span_open, + ACTIONS(4494), 1, + sym__shortcode_open_escaped, + ACTIONS(4496), 1, + sym__shortcode_open, + ACTIONS(4498), 1, + sym__cite_author_in_text_with_open_bracket, + ACTIONS(4500), 1, + sym__cite_suppress_author_with_open_bracket, + ACTIONS(4502), 1, + sym__cite_author_in_text, + ACTIONS(4504), 1, + sym__cite_suppress_author, + ACTIONS(4506), 1, + sym__strikeout_open, + ACTIONS(4508), 1, + sym__subscript_open, + ACTIONS(4510), 1, + sym__superscript_open, + ACTIONS(4512), 1, + sym__inline_note_start_token, + ACTIONS(4514), 1, + sym__strong_emphasis_open_star, + ACTIONS(4516), 1, + sym__strong_emphasis_open_underscore, + ACTIONS(4518), 1, + sym__emphasis_open_star, + ACTIONS(4520), 1, + sym__emphasis_open_underscore, ACTIONS(5918), 7, sym__html_comment, sym__autolink, @@ -104605,7 +104981,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(1370), 23, + STATE(2350), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104630,61 +105006,61 @@ static const uint16_t ts_small_parse_table[] = { sym_pandoc_strong, sym_pandoc_str, [46492] = 30, - ACTIONS(3085), 1, + ACTIONS(4856), 1, anon_sym_LBRACK, - ACTIONS(3087), 1, + ACTIONS(4858), 1, anon_sym_BANG_LBRACK, - ACTIONS(3089), 1, + ACTIONS(4860), 1, anon_sym_DOLLAR, - ACTIONS(3091), 1, + ACTIONS(4862), 1, anon_sym_DOLLAR_DOLLAR, - ACTIONS(3095), 1, + ACTIONS(4864), 1, anon_sym_LBRACE, - ACTIONS(3097), 1, + ACTIONS(4866), 1, aux_sym_pandoc_str_token1, - ACTIONS(3099), 1, + ACTIONS(4868), 1, anon_sym_PIPE, - ACTIONS(3105), 1, + ACTIONS(4872), 1, sym__code_span_start, - ACTIONS(3107), 1, + ACTIONS(4874), 1, sym__highlight_span_start, - ACTIONS(3109), 1, + ACTIONS(4876), 1, sym__insert_span_start, - ACTIONS(3111), 1, + ACTIONS(4878), 1, sym__delete_span_start, - ACTIONS(3113), 1, + ACTIONS(4880), 1, sym__edit_comment_span_start, - ACTIONS(3115), 1, + ACTIONS(4882), 1, sym__single_quote_span_open, - ACTIONS(3117), 1, + ACTIONS(4884), 1, sym__double_quote_span_open, - ACTIONS(3119), 1, + ACTIONS(4886), 1, sym__shortcode_open_escaped, - ACTIONS(3121), 1, + ACTIONS(4888), 1, sym__shortcode_open, - ACTIONS(3123), 1, + ACTIONS(4890), 1, sym__cite_author_in_text_with_open_bracket, - ACTIONS(3125), 1, + ACTIONS(4892), 1, sym__cite_suppress_author_with_open_bracket, - ACTIONS(3127), 1, + ACTIONS(4894), 1, sym__cite_author_in_text, - ACTIONS(3129), 1, + ACTIONS(4896), 1, sym__cite_suppress_author, - ACTIONS(3131), 1, + ACTIONS(4898), 1, sym__strikeout_open, - ACTIONS(3133), 1, + ACTIONS(4900), 1, sym__subscript_open, - ACTIONS(3135), 1, + ACTIONS(4902), 1, sym__superscript_open, - ACTIONS(3137), 1, + ACTIONS(4904), 1, sym__inline_note_start_token, - ACTIONS(3139), 1, + ACTIONS(4906), 1, sym__strong_emphasis_open_star, - ACTIONS(3141), 1, + ACTIONS(4908), 1, sym__strong_emphasis_open_underscore, - ACTIONS(3143), 1, + ACTIONS(4910), 1, sym__emphasis_open_star, - ACTIONS(3145), 1, + ACTIONS(4912), 1, sym__emphasis_open_underscore, ACTIONS(5920), 7, sym__html_comment, @@ -104694,7 +105070,7 @@ static const uint16_t ts_small_parse_table[] = { sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, - STATE(2209), 23, + STATE(1567), 23, sym_pandoc_span, sym_pandoc_image, sym_pandoc_math, @@ -104764,13 +105140,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [46660] = 3, - ACTIONS(5928), 1, - sym_block_continuation, - ACTIONS(5924), 2, + [46660] = 2, + ACTIONS(5930), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5922), 38, + ACTIONS(5928), 39, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -104801,6 +105175,7 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym__pipe_table_delimiter, sym__pandoc_line_break, + sym__caption_start, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, @@ -104809,11 +105184,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [46708] = 2, - ACTIONS(5932), 2, + [46706] = 3, + ACTIONS(5932), 1, + sym_block_continuation, + ACTIONS(5924), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5930), 39, + ACTIONS(5922), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -104844,7 +105221,6 @@ static const uint16_t ts_small_parse_table[] = { sym_html_element, sym__pipe_table_delimiter, sym__pandoc_line_break, - sym__caption_start, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, @@ -104856,7 +105232,7 @@ static const uint16_t ts_small_parse_table[] = { [46754] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(992), 1, + STATE(1013), 1, sym__pandoc_attr_specifier, ACTIONS(5936), 2, anon_sym_DOLLAR, @@ -104902,7 +105278,7 @@ static const uint16_t ts_small_parse_table[] = { [46804] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(995), 1, + STATE(1025), 1, sym__pandoc_attr_specifier, ACTIONS(5940), 2, anon_sym_DOLLAR, @@ -104948,7 +105324,7 @@ static const uint16_t ts_small_parse_table[] = { [46854] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(998), 1, + STATE(979), 1, sym__pandoc_attr_specifier, ACTIONS(5944), 2, anon_sym_DOLLAR, @@ -104994,7 +105370,7 @@ static const uint16_t ts_small_parse_table[] = { [46904] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1001), 1, + STATE(982), 1, sym__pandoc_attr_specifier, ACTIONS(5948), 2, anon_sym_DOLLAR, @@ -105040,7 +105416,7 @@ static const uint16_t ts_small_parse_table[] = { [46954] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1014), 1, + STATE(995), 1, sym__pandoc_attr_specifier, ACTIONS(5952), 2, anon_sym_DOLLAR, @@ -105086,7 +105462,7 @@ static const uint16_t ts_small_parse_table[] = { [47004] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1018), 1, + STATE(999), 1, sym__pandoc_attr_specifier, ACTIONS(5956), 2, anon_sym_DOLLAR, @@ -105132,7 +105508,7 @@ static const uint16_t ts_small_parse_table[] = { [47054] = 4, ACTIONS(5962), 1, anon_sym_LBRACE, - STATE(1023), 1, + STATE(1004), 1, sym_attribute_specifier, ACTIONS(5960), 2, anon_sym_DOLLAR, @@ -105178,7 +105554,7 @@ static const uint16_t ts_small_parse_table[] = { [47104] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1024), 1, + STATE(1005), 1, sym__pandoc_attr_specifier, ACTIONS(5966), 2, anon_sym_DOLLAR, @@ -105224,7 +105600,7 @@ static const uint16_t ts_small_parse_table[] = { [47154] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1025), 1, + STATE(1006), 1, sym__pandoc_attr_specifier, ACTIONS(5970), 2, anon_sym_DOLLAR, @@ -105270,7 +105646,7 @@ static const uint16_t ts_small_parse_table[] = { [47204] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1027), 1, + STATE(1008), 1, sym__pandoc_attr_specifier, ACTIONS(5974), 2, anon_sym_DOLLAR, @@ -105316,7 +105692,7 @@ static const uint16_t ts_small_parse_table[] = { [47254] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1028), 1, + STATE(1009), 1, sym__pandoc_attr_specifier, ACTIONS(5978), 2, anon_sym_DOLLAR, @@ -105362,7 +105738,7 @@ static const uint16_t ts_small_parse_table[] = { [47304] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1030), 1, + STATE(1011), 1, sym__pandoc_attr_specifier, ACTIONS(5982), 2, anon_sym_DOLLAR, @@ -105408,7 +105784,7 @@ static const uint16_t ts_small_parse_table[] = { [47354] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(977), 1, + STATE(1012), 1, sym__pandoc_attr_specifier, ACTIONS(5986), 2, anon_sym_DOLLAR, @@ -105454,7 +105830,7 @@ static const uint16_t ts_small_parse_table[] = { [47404] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1033), 1, + STATE(1014), 1, sym__pandoc_attr_specifier, ACTIONS(5990), 2, anon_sym_DOLLAR, @@ -105500,7 +105876,7 @@ static const uint16_t ts_small_parse_table[] = { [47454] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1034), 1, + STATE(1015), 1, sym__pandoc_attr_specifier, ACTIONS(5994), 2, anon_sym_DOLLAR, @@ -105546,7 +105922,7 @@ static const uint16_t ts_small_parse_table[] = { [47504] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1039), 1, + STATE(1020), 1, sym__pandoc_attr_specifier, ACTIONS(5998), 2, anon_sym_DOLLAR, @@ -105592,7 +105968,7 @@ static const uint16_t ts_small_parse_table[] = { [47554] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1040), 1, + STATE(1021), 1, sym__pandoc_attr_specifier, ACTIONS(6002), 2, anon_sym_DOLLAR, @@ -105638,7 +106014,7 @@ static const uint16_t ts_small_parse_table[] = { [47604] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1042), 1, + STATE(1023), 1, sym__pandoc_attr_specifier, ACTIONS(6006), 2, anon_sym_DOLLAR, @@ -105684,7 +106060,7 @@ static const uint16_t ts_small_parse_table[] = { [47654] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1043), 1, + STATE(1024), 1, sym__pandoc_attr_specifier, ACTIONS(6010), 2, anon_sym_DOLLAR, @@ -105730,7 +106106,7 @@ static const uint16_t ts_small_parse_table[] = { [47704] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1045), 1, + STATE(1026), 1, sym__pandoc_attr_specifier, ACTIONS(6014), 2, anon_sym_DOLLAR, @@ -105776,7 +106152,7 @@ static const uint16_t ts_small_parse_table[] = { [47754] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1046), 1, + STATE(1027), 1, sym__pandoc_attr_specifier, ACTIONS(6018), 2, anon_sym_DOLLAR, @@ -105822,7 +106198,7 @@ static const uint16_t ts_small_parse_table[] = { [47804] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1047), 1, + STATE(1028), 1, sym__pandoc_attr_specifier, ACTIONS(6022), 2, anon_sym_DOLLAR, @@ -105868,7 +106244,7 @@ static const uint16_t ts_small_parse_table[] = { [47854] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1048), 1, + STATE(1029), 1, sym__pandoc_attr_specifier, ACTIONS(6026), 2, anon_sym_DOLLAR, @@ -105914,7 +106290,7 @@ static const uint16_t ts_small_parse_table[] = { [47904] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1053), 1, + STATE(1034), 1, sym__pandoc_attr_specifier, ACTIONS(6030), 2, anon_sym_DOLLAR, @@ -105960,7 +106336,7 @@ static const uint16_t ts_small_parse_table[] = { [47954] = 4, ACTIONS(2057), 1, anon_sym_LBRACE, - STATE(1054), 1, + STATE(1035), 1, sym__pandoc_attr_specifier, ACTIONS(6034), 2, anon_sym_DOLLAR, @@ -106049,14 +106425,14 @@ static const uint16_t ts_small_parse_table[] = { [48049] = 4, ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1251), 1, + STATE(1103), 1, sym__pandoc_attr_specifier, - ACTIONS(6030), 4, + ACTIONS(6002), 4, aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6028), 34, + ACTIONS(6000), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -106091,18 +106467,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - [48098] = 4, - ACTIONS(2193), 1, - anon_sym_LBRACE, - STATE(1252), 1, - sym__pandoc_attr_specifier, - ACTIONS(6034), 4, - aux_sym_pandoc_span_token1, + [48098] = 2, + ACTIONS(6042), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6032), 34, - sym__soft_line_ending, + ACTIONS(6040), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -106128,22 +106500,28 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - [48147] = 2, - ACTIONS(6042), 2, + sym__whitespace, + [48143] = 4, + ACTIONS(2193), 1, + anon_sym_LBRACE, + STATE(1105), 1, + sym__pandoc_attr_specifier, + ACTIONS(6006), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6040), 38, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + sym__whitespace, + ACTIONS(6004), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -106169,28 +106547,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, [48192] = 4, - ACTIONS(15), 1, + ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1416), 1, + STATE(1106), 1, sym__pandoc_attr_specifier, - ACTIONS(6006), 2, + ACTIONS(6010), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6004), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6008), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -106221,21 +106597,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - sym__whitespace, - [48241] = 4, - ACTIONS(15), 1, - anon_sym_LBRACE, - STATE(1417), 1, - sym__pandoc_attr_specifier, - ACTIONS(6010), 2, + [48241] = 2, + ACTIONS(6046), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 36, + ACTIONS(6044), 38, sym__line_ending, - sym__soft_line_ending, sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -106261,26 +106633,28 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [48290] = 4, - ACTIONS(15), 1, + [48286] = 4, + ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1414), 1, + STATE(1108), 1, sym__pandoc_attr_specifier, - ACTIONS(6002), 2, + ACTIONS(6014), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6012), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -106311,21 +106685,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - sym__whitespace, - [48339] = 4, - ACTIONS(2193), 1, - anon_sym_LBRACE, - STATE(1189), 1, - sym__pandoc_attr_specifier, - ACTIONS(5936), 4, - aux_sym_pandoc_span_token1, + [48335] = 2, + ACTIONS(6050), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5934), 34, - sym__soft_line_ending, + ACTIONS(6048), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -106351,19 +106721,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - [48388] = 2, - ACTIONS(6046), 2, + sym__whitespace, + [48380] = 2, + ACTIONS(6054), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6044), 38, + ACTIONS(6052), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -106402,11 +106774,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [48433] = 2, - ACTIONS(6050), 2, + [48425] = 2, + ACTIONS(6058), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6048), 38, + ACTIONS(6056), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -106445,11 +106817,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [48478] = 2, - ACTIONS(6054), 2, + [48470] = 2, + ACTIONS(6062), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6052), 38, + ACTIONS(6060), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -106488,11 +106860,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [48523] = 2, - ACTIONS(6058), 2, + [48515] = 2, + ACTIONS(6066), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6056), 38, + ACTIONS(6064), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -106531,18 +106903,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [48568] = 4, - ACTIONS(2193), 1, - anon_sym_LBRACE, - STATE(1192), 1, - sym__pandoc_attr_specifier, - ACTIONS(5940), 4, - aux_sym_pandoc_span_token1, + [48560] = 2, + ACTIONS(6070), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5938), 34, - sym__soft_line_ending, + ACTIONS(6068), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -106568,26 +106936,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - [48617] = 4, - ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1195), 1, - sym__pandoc_attr_specifier, - ACTIONS(5944), 4, - aux_sym_pandoc_span_token1, + anon_sym_PIPE, + sym__whitespace, + [48605] = 2, + ACTIONS(6074), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5942), 34, - sym__soft_line_ending, + ACTIONS(6072), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -106613,26 +106979,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - [48666] = 4, - ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1198), 1, - sym__pandoc_attr_specifier, - ACTIONS(5948), 4, - aux_sym_pandoc_span_token1, + anon_sym_PIPE, + sym__whitespace, + [48650] = 2, + ACTIONS(6078), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5946), 34, - sym__soft_line_ending, + ACTIONS(6076), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -106658,19 +107022,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - [48715] = 2, - ACTIONS(6062), 2, + sym__whitespace, + [48695] = 2, + ACTIONS(6082), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6060), 38, + ACTIONS(6080), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -106709,18 +107075,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [48760] = 4, - ACTIONS(2193), 1, - anon_sym_LBRACE, - STATE(1211), 1, - sym__pandoc_attr_specifier, - ACTIONS(5952), 4, - aux_sym_pandoc_span_token1, + [48740] = 2, + ACTIONS(6086), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5950), 34, - sym__soft_line_ending, + ACTIONS(6084), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -106746,26 +107108,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - [48809] = 4, - ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1215), 1, - sym__pandoc_attr_specifier, - ACTIONS(5956), 4, - aux_sym_pandoc_span_token1, + anon_sym_PIPE, + sym__whitespace, + [48785] = 2, + ACTIONS(6090), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5954), 34, - sym__soft_line_ending, + ACTIONS(6088), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -106791,19 +107151,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - [48858] = 2, - ACTIONS(5978), 2, + sym__whitespace, + [48830] = 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 38, + ACTIONS(6000), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -106842,18 +107204,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [48903] = 4, - ACTIONS(6064), 1, - anon_sym_LBRACE, - STATE(1220), 1, - sym_attribute_specifier, - ACTIONS(5960), 4, - aux_sym_pandoc_span_token1, + [48875] = 2, + ACTIONS(6094), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5958), 34, - sym__soft_line_ending, + ACTIONS(6092), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -106879,26 +107237,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - [48952] = 4, - ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1221), 1, - sym__pandoc_attr_specifier, - ACTIONS(5966), 4, - aux_sym_pandoc_span_token1, + anon_sym_PIPE, + sym__whitespace, + [48920] = 2, + ACTIONS(6098), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5964), 34, - sym__soft_line_ending, + ACTIONS(6096), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -106924,19 +107280,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - [49001] = 2, - ACTIONS(6068), 2, + sym__whitespace, + [48965] = 2, + ACTIONS(6102), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6066), 38, + ACTIONS(6100), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -106975,18 +107333,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [49046] = 4, - ACTIONS(2193), 1, - anon_sym_LBRACE, - STATE(1222), 1, - sym__pandoc_attr_specifier, - ACTIONS(5970), 4, - aux_sym_pandoc_span_token1, + [49010] = 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5968), 34, - sym__soft_line_ending, + ACTIONS(6008), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -107012,26 +107366,71 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - [49095] = 4, - ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1224), 1, - sym__pandoc_attr_specifier, - ACTIONS(5974), 4, - aux_sym_pandoc_span_token1, + anon_sym_PIPE, + sym__whitespace, + [49055] = 2, + ACTIONS(6106), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5972), 34, - sym__soft_line_ending, + ACTIONS(6104), 38, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [49100] = 4, + ACTIONS(2193), 1, + anon_sym_LBRACE, + STATE(1109), 1, + sym__pandoc_attr_specifier, + ACTIONS(6018), 4, + aux_sym_pandoc_span_token1, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + sym__whitespace, + ACTIONS(6016), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -107065,11 +107464,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - [49144] = 2, - ACTIONS(6072), 2, + [49149] = 2, + ACTIONS(6110), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6070), 38, + ACTIONS(6108), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -107108,18 +107507,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [49189] = 4, - ACTIONS(2193), 1, - anon_sym_LBRACE, - STATE(1225), 1, - sym__pandoc_attr_specifier, - ACTIONS(5978), 4, - aux_sym_pandoc_span_token1, + [49194] = 2, + ACTIONS(6114), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5976), 34, - sym__soft_line_ending, + ACTIONS(6112), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -107145,26 +107540,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - [49238] = 4, - ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1227), 1, - sym__pandoc_attr_specifier, - ACTIONS(5982), 4, - aux_sym_pandoc_span_token1, + anon_sym_PIPE, + sym__whitespace, + [49239] = 2, + ACTIONS(6118), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5980), 34, - sym__soft_line_ending, + ACTIONS(6116), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -107190,19 +107583,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - [49287] = 2, - ACTIONS(6076), 2, + sym__whitespace, + [49284] = 2, + ACTIONS(6122), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6074), 38, + ACTIONS(6120), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -107241,11 +107636,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [49332] = 2, - ACTIONS(6080), 2, + [49329] = 2, + ACTIONS(6126), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6078), 38, + ACTIONS(6124), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -107284,14 +107679,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [49377] = 2, - ACTIONS(6084), 2, + [49374] = 4, + ACTIONS(2193), 1, + anon_sym_LBRACE, + STATE(1110), 1, + sym__pandoc_attr_specifier, + ACTIONS(6022), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6082), 38, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + sym__whitespace, + ACTIONS(6020), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -107317,21 +107716,19 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [49422] = 2, - ACTIONS(6088), 2, + [49423] = 2, + ACTIONS(6130), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6086), 38, + ACTIONS(6128), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -107370,11 +107767,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [49467] = 2, - ACTIONS(6092), 2, + [49468] = 2, + ACTIONS(6134), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6090), 38, + ACTIONS(6132), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -107413,11 +107810,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [49512] = 2, - ACTIONS(6096), 2, + [49513] = 4, + ACTIONS(2193), 1, + anon_sym_LBRACE, + STATE(1111), 1, + sym__pandoc_attr_specifier, + ACTIONS(6026), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6094), 38, + sym__whitespace, + ACTIONS(6024), 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + aux_sym_target_token1, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, + [49562] = 2, + ACTIONS(6138), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6136), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -107456,11 +107898,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [49557] = 2, - ACTIONS(6100), 2, + [49607] = 2, + ACTIONS(6142), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6098), 38, + ACTIONS(6140), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -107499,11 +107941,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [49602] = 2, - ACTIONS(6104), 2, + [49652] = 2, + ACTIONS(6146), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6102), 38, + ACTIONS(6144), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -107542,11 +107984,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [49647] = 2, - ACTIONS(6108), 2, + [49697] = 2, + ACTIONS(6150), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6106), 38, + ACTIONS(6148), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -107585,11 +108027,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [49692] = 2, - ACTIONS(6112), 2, + [49742] = 2, + ACTIONS(6154), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6110), 38, + ACTIONS(6152), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -107628,11 +108070,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [49737] = 2, - ACTIONS(6002), 2, + [49787] = 4, + ACTIONS(2193), 1, + anon_sym_LBRACE, + STATE(1164), 1, + sym__pandoc_attr_specifier, + ACTIONS(6030), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 38, + sym__whitespace, + ACTIONS(6028), 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + aux_sym_target_token1, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, + [49836] = 2, + ACTIONS(6158), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6156), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -107671,11 +108158,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [49782] = 2, - ACTIONS(6116), 2, + [49881] = 2, + ACTIONS(6162), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6114), 38, + ACTIONS(6160), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -107714,18 +108201,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [49827] = 4, - ACTIONS(2193), 1, - anon_sym_LBRACE, - STATE(1228), 1, - sym__pandoc_attr_specifier, - ACTIONS(5986), 4, - aux_sym_pandoc_span_token1, + [49926] = 2, + ACTIONS(6166), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5984), 34, - sym__soft_line_ending, + ACTIONS(6164), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -107751,26 +108234,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - [49876] = 4, - ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1230), 1, - sym__pandoc_attr_specifier, - ACTIONS(5990), 4, - aux_sym_pandoc_span_token1, + anon_sym_PIPE, + sym__whitespace, + [49971] = 2, + ACTIONS(6170), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5988), 34, - sym__soft_line_ending, + ACTIONS(6168), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -107796,19 +108277,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - [49925] = 2, - ACTIONS(6010), 2, + sym__whitespace, + [50016] = 2, + ACTIONS(6174), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 38, + ACTIONS(6172), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -107847,17 +108330,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [49970] = 4, + [50061] = 4, ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1231), 1, + STATE(1167), 1, sym__pandoc_attr_specifier, - ACTIONS(5994), 4, + ACTIONS(6034), 4, aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(5992), 34, + ACTIONS(6032), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -107892,18 +108375,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - [50019] = 4, - ACTIONS(2193), 1, - anon_sym_LBRACE, - STATE(1236), 1, - sym__pandoc_attr_specifier, - ACTIONS(5998), 4, - aux_sym_pandoc_span_token1, + [50110] = 2, + ACTIONS(6178), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5996), 34, - sym__soft_line_ending, + ACTIONS(6176), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -107929,19 +108408,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - [50068] = 2, - ACTIONS(6120), 2, + sym__whitespace, + [50155] = 2, + ACTIONS(6182), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6118), 38, + ACTIONS(6180), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -107980,11 +108461,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [50113] = 2, - ACTIONS(6124), 2, + [50200] = 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6122), 38, + ACTIONS(5976), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -108023,11 +108504,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [50158] = 2, - ACTIONS(6128), 2, + [50245] = 2, + ACTIONS(6186), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6126), 38, + ACTIONS(6184), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -108066,11 +108547,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [50203] = 2, - ACTIONS(6132), 2, + [50290] = 2, + ACTIONS(6190), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6130), 38, + ACTIONS(6188), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -108109,11 +108590,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [50248] = 2, - ACTIONS(6136), 2, + [50335] = 2, + ACTIONS(6194), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6134), 38, + ACTIONS(6192), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -108152,18 +108633,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [50293] = 4, - ACTIONS(2193), 1, - anon_sym_LBRACE, - STATE(1237), 1, - sym__pandoc_attr_specifier, - ACTIONS(6002), 4, - aux_sym_pandoc_span_token1, + [50380] = 2, + ACTIONS(6198), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6000), 34, - sym__soft_line_ending, + ACTIONS(6196), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -108189,19 +108666,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - [50342] = 2, - ACTIONS(6140), 2, + sym__whitespace, + [50425] = 2, + ACTIONS(6202), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6138), 38, + ACTIONS(6200), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -108240,11 +108719,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [50387] = 2, - ACTIONS(6144), 2, + [50470] = 2, + ACTIONS(6206), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6142), 38, + ACTIONS(6204), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -108283,18 +108762,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [50432] = 4, - ACTIONS(2193), 1, - anon_sym_LBRACE, - STATE(1239), 1, - sym__pandoc_attr_specifier, - ACTIONS(6006), 4, - aux_sym_pandoc_span_token1, + [50515] = 2, + ACTIONS(6210), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6004), 34, - sym__soft_line_ending, + ACTIONS(6208), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -108320,19 +108795,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - [50481] = 2, - ACTIONS(6148), 2, + sym__whitespace, + [50560] = 2, + ACTIONS(6214), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6146), 38, + ACTIONS(6212), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -108371,11 +108848,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [50526] = 2, - ACTIONS(6150), 2, + [50605] = 2, + ACTIONS(6218), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(2739), 38, + ACTIONS(6216), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -108414,18 +108891,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [50571] = 4, - ACTIONS(2193), 1, - anon_sym_LBRACE, - STATE(1240), 1, - sym__pandoc_attr_specifier, - ACTIONS(6010), 4, - aux_sym_pandoc_span_token1, + [50650] = 2, + ACTIONS(6222), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6008), 34, - sym__soft_line_ending, + ACTIONS(6220), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -108451,22 +108924,28 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - [50620] = 2, - ACTIONS(6154), 2, + sym__whitespace, + [50695] = 4, + ACTIONS(2193), 1, + anon_sym_LBRACE, + STATE(1535), 1, + sym__pandoc_attr_specifier, + ACTIONS(5994), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6152), 38, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + sym__whitespace, + ACTIONS(5992), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -108492,24 +108971,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [50665] = 2, - ACTIONS(6158), 2, + [50744] = 4, + ACTIONS(2193), 1, + anon_sym_LBRACE, + STATE(1102), 1, + sym__pandoc_attr_specifier, + ACTIONS(5998), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6156), 38, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + sym__whitespace, + ACTIONS(5996), 34, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -108535,28 +109016,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [50710] = 4, - ACTIONS(2193), 1, - anon_sym_LBRACE, - STATE(1242), 1, - sym__pandoc_attr_specifier, - ACTIONS(6014), 4, - aux_sym_pandoc_span_token1, + [50793] = 2, + ACTIONS(6226), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6012), 34, - sym__soft_line_ending, + ACTIONS(6224), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -108582,19 +109057,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - [50759] = 2, - ACTIONS(6162), 2, + sym__whitespace, + [50838] = 2, + ACTIONS(6230), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6160), 38, + ACTIONS(6228), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -108633,18 +109110,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [50804] = 4, - ACTIONS(15), 1, - anon_sym_LBRACE, - STATE(1413), 1, - sym__pandoc_attr_specifier, - ACTIONS(5998), 2, + [50883] = 2, + ACTIONS(6234), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5996), 36, + ACTIONS(6232), 38, sym__line_ending, - sym__soft_line_ending, sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -108670,19 +109143,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [50853] = 2, - ACTIONS(6166), 2, + [50928] = 2, + ACTIONS(6238), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6164), 38, + ACTIONS(6236), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -108721,11 +109196,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [50898] = 2, - ACTIONS(6170), 2, + [50973] = 2, + ACTIONS(6242), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6168), 38, + ACTIONS(6240), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -108764,11 +109239,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [50943] = 2, - ACTIONS(6174), 2, + [51018] = 2, + ACTIONS(6246), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6172), 38, + ACTIONS(6244), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -108807,18 +109282,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [50988] = 4, - ACTIONS(2193), 1, - anon_sym_LBRACE, - STATE(1243), 1, - sym__pandoc_attr_specifier, - ACTIONS(6018), 4, - aux_sym_pandoc_span_token1, + [51063] = 2, + ACTIONS(6250), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6016), 34, - sym__soft_line_ending, + ACTIONS(6248), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -108844,19 +109315,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - [51037] = 2, - ACTIONS(6178), 2, + sym__whitespace, + [51108] = 2, + ACTIONS(6254), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6176), 38, + ACTIONS(6252), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -108895,11 +109368,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51082] = 2, - ACTIONS(6182), 2, + [51153] = 2, + ACTIONS(6258), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6180), 38, + ACTIONS(6256), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -108938,18 +109411,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51127] = 4, - ACTIONS(2193), 1, - anon_sym_LBRACE, - STATE(1244), 1, - sym__pandoc_attr_specifier, - ACTIONS(6022), 4, - aux_sym_pandoc_span_token1, + [51198] = 2, + ACTIONS(6262), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6020), 34, - sym__soft_line_ending, + ACTIONS(6260), 38, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -108975,19 +109444,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - [51176] = 2, - ACTIONS(6186), 2, + sym__whitespace, + [51243] = 2, + ACTIONS(6266), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6184), 38, + ACTIONS(6264), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -109026,11 +109497,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51221] = 2, - ACTIONS(6190), 2, + [51288] = 2, + ACTIONS(6270), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6188), 38, + ACTIONS(6268), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -109069,11 +109540,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51266] = 2, - ACTIONS(6194), 2, + [51333] = 2, + ACTIONS(6274), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6192), 38, + ACTIONS(6272), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -109112,11 +109583,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51311] = 2, - ACTIONS(6198), 2, + [51378] = 2, + ACTIONS(6278), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6196), 38, + ACTIONS(6276), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -109155,11 +109626,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51356] = 2, - ACTIONS(6202), 2, + [51423] = 2, + ACTIONS(6282), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6200), 38, + ACTIONS(6280), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -109198,11 +109669,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51401] = 2, - ACTIONS(6206), 2, + [51468] = 2, + ACTIONS(6286), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6204), 38, + ACTIONS(6284), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -109241,14 +109712,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51446] = 2, - ACTIONS(6210), 2, + [51513] = 4, + ACTIONS(15), 1, + anon_sym_LBRACE, + STATE(1296), 1, + sym__pandoc_attr_specifier, + ACTIONS(5998), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6208), 38, + ACTIONS(5996), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -109274,24 +109749,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51491] = 2, - ACTIONS(6214), 2, + [51562] = 4, + ACTIONS(15), 1, + anon_sym_LBRACE, + STATE(1297), 1, + sym__pandoc_attr_specifier, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6212), 38, + ACTIONS(6000), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -109317,24 +109794,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51536] = 2, - ACTIONS(6218), 2, + [51611] = 4, + ACTIONS(15), 1, + anon_sym_LBRACE, + STATE(1322), 1, + sym__pandoc_attr_specifier, + ACTIONS(6006), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6216), 38, + ACTIONS(6004), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -109360,24 +109839,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51581] = 2, - ACTIONS(6222), 2, + [51660] = 4, + ACTIONS(15), 1, + anon_sym_LBRACE, + STATE(1387), 1, + sym__pandoc_attr_specifier, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6220), 38, + ACTIONS(6008), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -109403,24 +109884,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51626] = 2, - ACTIONS(6226), 2, + [51709] = 4, + ACTIONS(15), 1, + anon_sym_LBRACE, + STATE(1239), 1, + sym__pandoc_attr_specifier, + ACTIONS(5936), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6224), 38, + ACTIONS(5934), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -109446,24 +109929,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51671] = 2, - ACTIONS(6230), 2, + [51758] = 4, + ACTIONS(15), 1, + anon_sym_LBRACE, + STATE(1242), 1, + sym__pandoc_attr_specifier, + ACTIONS(5940), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6228), 38, + ACTIONS(5938), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -109489,21 +109974,19 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51716] = 2, - ACTIONS(6234), 2, + [51807] = 2, + ACTIONS(6288), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6232), 38, + ACTIONS(2735), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -109542,14 +110025,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51761] = 2, - ACTIONS(6238), 2, + [51852] = 4, + ACTIONS(15), 1, + anon_sym_LBRACE, + STATE(1199), 1, + sym__pandoc_attr_specifier, + ACTIONS(5944), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6236), 38, + ACTIONS(5942), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -109575,24 +110062,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51806] = 2, - ACTIONS(6242), 2, + [51901] = 4, + ACTIONS(15), 1, + anon_sym_LBRACE, + STATE(1389), 1, + sym__pandoc_attr_specifier, + ACTIONS(5948), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6240), 38, + ACTIONS(5946), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -109618,24 +110107,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51851] = 2, - ACTIONS(6246), 2, + [51950] = 4, + ACTIONS(15), 1, + anon_sym_LBRACE, + STATE(1116), 1, + sym__pandoc_attr_specifier, + ACTIONS(5952), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6244), 38, + ACTIONS(5950), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -109661,24 +110152,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51896] = 2, - ACTIONS(6250), 2, + [51999] = 4, + ACTIONS(15), 1, + anon_sym_LBRACE, + STATE(1256), 1, + sym__pandoc_attr_specifier, + ACTIONS(5982), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6248), 38, + ACTIONS(5980), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -109704,24 +110197,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51941] = 2, - ACTIONS(6254), 2, + [52048] = 4, + ACTIONS(15), 1, + anon_sym_LBRACE, + STATE(1140), 1, + sym__pandoc_attr_specifier, + ACTIONS(5956), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6252), 38, + ACTIONS(5954), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -109747,24 +110242,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [51986] = 2, - ACTIONS(6258), 2, + [52097] = 4, + ACTIONS(15), 1, + anon_sym_LBRACE, + STATE(1257), 1, + sym__pandoc_attr_specifier, + ACTIONS(5986), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6256), 38, + ACTIONS(5984), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -109790,24 +110287,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [52031] = 2, - ACTIONS(6262), 2, + [52146] = 4, + ACTIONS(6290), 1, + anon_sym_LBRACE, + STATE(1243), 1, + sym_attribute_specifier, + ACTIONS(5960), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6260), 38, + ACTIONS(5958), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -109833,24 +110332,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [52076] = 2, - ACTIONS(6266), 2, + [52195] = 4, + ACTIONS(15), 1, + anon_sym_LBRACE, + STATE(1246), 1, + sym__pandoc_attr_specifier, + ACTIONS(5966), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6264), 38, + ACTIONS(5964), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -109876,24 +110377,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [52121] = 2, - ACTIONS(6270), 2, + [52244] = 4, + ACTIONS(15), 1, + anon_sym_LBRACE, + STATE(1247), 1, + sym__pandoc_attr_specifier, + ACTIONS(5970), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6268), 38, + ACTIONS(5968), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -109919,24 +110422,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [52166] = 2, - ACTIONS(6274), 2, + [52293] = 4, + ACTIONS(15), 1, + anon_sym_LBRACE, + STATE(1120), 1, + sym__pandoc_attr_specifier, + ACTIONS(6014), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6272), 38, + ACTIONS(6012), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -109962,21 +110467,19 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [52211] = 2, - ACTIONS(6278), 2, + [52342] = 2, + ACTIONS(6294), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6276), 38, + ACTIONS(6292), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -110015,15 +110518,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [52256] = 4, + [52387] = 4, ACTIONS(15), 1, anon_sym_LBRACE, - STATE(1455), 1, + STATE(1121), 1, sym__pandoc_attr_specifier, - ACTIONS(5952), 2, + ACTIONS(6018), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5950), 36, + ACTIONS(6016), 36, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -110060,18 +110563,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [52305] = 4, - ACTIONS(2193), 1, + [52436] = 4, + ACTIONS(15), 1, anon_sym_LBRACE, - STATE(1245), 1, + STATE(1129), 1, sym__pandoc_attr_specifier, - ACTIONS(6026), 4, - aux_sym_pandoc_span_token1, + ACTIONS(6022), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6024), 34, + ACTIONS(6020), 36, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -110102,18 +110605,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - [52354] = 4, + sym__whitespace, + [52485] = 4, ACTIONS(15), 1, anon_sym_LBRACE, - STATE(1197), 1, + STATE(1130), 1, sym__pandoc_attr_specifier, - ACTIONS(5956), 2, + ACTIONS(6026), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5954), 36, + ACTIONS(6024), 36, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -110150,18 +110653,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [52403] = 4, - ACTIONS(15), 1, - anon_sym_LBRACE, - STATE(1383), 1, - sym__pandoc_attr_specifier, - ACTIONS(5936), 2, + [52534] = 2, + ACTIONS(5930), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5934), 36, + ACTIONS(5928), 38, sym__line_ending, - sym__soft_line_ending, sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -110187,23 +110686,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [52452] = 4, + [52579] = 4, ACTIONS(15), 1, anon_sym_LBRACE, - STATE(1420), 1, + STATE(1253), 1, sym__pandoc_attr_specifier, - ACTIONS(5940), 2, + ACTIONS(5974), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5938), 36, + ACTIONS(5972), 36, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -110240,14 +110741,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [52501] = 2, - ACTIONS(5932), 2, + [52628] = 4, + ACTIONS(15), 1, + anon_sym_LBRACE, + STATE(1138), 1, + sym__pandoc_attr_specifier, + ACTIONS(6030), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5930), 38, + ACTIONS(6028), 36, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -110273,25 +110778,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [52546] = 4, + [52677] = 4, ACTIONS(15), 1, anon_sym_LBRACE, - STATE(1423), 1, + STATE(1259), 1, sym__pandoc_attr_specifier, - ACTIONS(5944), 2, + ACTIONS(5990), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5942), 36, + ACTIONS(5988), 36, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -110328,15 +110831,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [52595] = 4, + [52726] = 4, ACTIONS(15), 1, anon_sym_LBRACE, - STATE(1426), 1, + STATE(1139), 1, sym__pandoc_attr_specifier, - ACTIONS(5948), 2, + ACTIONS(6034), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5946), 36, + ACTIONS(6032), 36, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -110373,15 +110876,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [52644] = 4, - ACTIONS(6280), 1, + [52775] = 4, + ACTIONS(15), 1, anon_sym_LBRACE, - STATE(1384), 1, - sym_attribute_specifier, - ACTIONS(5960), 2, + STATE(1260), 1, + sym__pandoc_attr_specifier, + ACTIONS(5994), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5958), 36, + ACTIONS(5992), 36, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -110418,15 +110921,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [52693] = 4, + [52824] = 4, ACTIONS(15), 1, anon_sym_LBRACE, - STATE(1457), 1, + STATE(1254), 1, sym__pandoc_attr_specifier, - ACTIONS(6014), 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6012), 36, + ACTIONS(5976), 36, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -110463,18 +110966,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [52742] = 4, - ACTIONS(15), 1, + [52873] = 4, + ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1477), 1, + STATE(1522), 1, sym__pandoc_attr_specifier, - ACTIONS(6018), 2, + ACTIONS(5936), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6016), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(5934), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -110505,21 +111008,66 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, + [52922] = 4, + ACTIONS(2193), 1, + anon_sym_LBRACE, + STATE(1526), 1, + sym__pandoc_attr_specifier, + ACTIONS(5940), 4, + aux_sym_pandoc_span_token1, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, sym__whitespace, - [52791] = 4, - ACTIONS(15), 1, + ACTIONS(5938), 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + aux_sym_target_token1, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, + [52971] = 4, + ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1478), 1, + STATE(1529), 1, sym__pandoc_attr_specifier, - ACTIONS(6022), 2, + ACTIONS(5944), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6020), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(5942), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -110550,21 +111098,21 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - sym__whitespace, - [52840] = 4, - ACTIONS(15), 1, + [53020] = 4, + ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1479), 1, + STATE(1533), 1, sym__pandoc_attr_specifier, - ACTIONS(6026), 2, + ACTIONS(5948), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6024), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(5946), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -110595,21 +111143,21 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - sym__whitespace, - [52889] = 4, - ACTIONS(15), 1, + [53069] = 4, + ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1385), 1, + STATE(1107), 1, sym__pandoc_attr_specifier, - ACTIONS(5966), 2, + ACTIONS(5952), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5964), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(5950), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -110640,21 +111188,21 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - sym__whitespace, - [52938] = 4, - ACTIONS(15), 1, + [53118] = 4, + ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1504), 1, + STATE(1411), 1, sym__pandoc_attr_specifier, - ACTIONS(6030), 2, + ACTIONS(5956), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6028), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(5954), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -110685,21 +111233,21 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - sym__whitespace, - [52987] = 4, - ACTIONS(15), 1, + [53167] = 4, + ACTIONS(6296), 1, anon_sym_LBRACE, - STATE(1511), 1, - sym__pandoc_attr_specifier, - ACTIONS(6034), 2, + STATE(1513), 1, + sym_attribute_specifier, + ACTIONS(5960), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6032), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(5958), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -110730,21 +111278,21 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - sym__whitespace, - [53036] = 4, - ACTIONS(15), 1, + [53216] = 4, + ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1386), 1, + STATE(1518), 1, sym__pandoc_attr_specifier, - ACTIONS(5970), 2, + ACTIONS(5966), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5968), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(5964), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -110775,21 +111323,21 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - sym__whitespace, - [53085] = 4, - ACTIONS(15), 1, + [53265] = 4, + ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1388), 1, + STATE(1519), 1, sym__pandoc_attr_specifier, - ACTIONS(5974), 2, + ACTIONS(5970), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5972), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(5968), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -110820,21 +111368,21 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - sym__whitespace, - [53134] = 4, - ACTIONS(15), 1, + [53314] = 4, + ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1389), 1, + STATE(1524), 1, sym__pandoc_attr_specifier, - ACTIONS(5978), 2, + ACTIONS(5974), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(5972), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -110865,21 +111413,21 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - sym__whitespace, - [53183] = 4, - ACTIONS(15), 1, + [53363] = 4, + ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1391), 1, + STATE(1525), 1, sym__pandoc_attr_specifier, - ACTIONS(5982), 2, + ACTIONS(5978), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5980), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(5976), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -110910,21 +111458,21 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - sym__whitespace, - [53232] = 4, - ACTIONS(15), 1, + [53412] = 4, + ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1392), 1, + STATE(1528), 1, sym__pandoc_attr_specifier, - ACTIONS(5986), 2, + ACTIONS(5982), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5984), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(5980), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -110955,21 +111503,21 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - sym__whitespace, - [53281] = 4, - ACTIONS(15), 1, + [53461] = 4, + ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1394), 1, + STATE(1531), 1, sym__pandoc_attr_specifier, - ACTIONS(5990), 2, + ACTIONS(5986), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5988), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(5984), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -111000,21 +111548,21 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - sym__whitespace, - [53330] = 4, - ACTIONS(15), 1, + [53510] = 4, + ACTIONS(2193), 1, anon_sym_LBRACE, - STATE(1395), 1, + STATE(1534), 1, sym__pandoc_attr_specifier, - ACTIONS(5994), 2, + ACTIONS(5990), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5992), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(5988), 34, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -111045,14 +111593,14 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - sym__whitespace, - [53379] = 2, - ACTIONS(6284), 2, + [53559] = 2, + ACTIONS(6300), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6282), 38, + ACTIONS(6298), 38, sym__line_ending, sym__eof, sym__pipe_table_line_ending, @@ -111091,15 +111639,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [53424] = 4, - ACTIONS(4564), 1, + [53604] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(2264), 1, + STATE(2221), 1, sym__pandoc_attr_specifier, - ACTIONS(5970), 2, + ACTIONS(5998), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5968), 35, + ACTIONS(5996), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -111135,15 +111683,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [53472] = 4, - ACTIONS(5360), 1, - anon_sym_LBRACE, - STATE(2151), 1, - sym__pandoc_attr_specifier, - ACTIONS(6022), 2, + [53652] = 2, + ACTIONS(6086), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6020), 35, + sym__whitespace, + ACTIONS(6084), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -111165,7 +111711,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, @@ -111176,18 +111721,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [53520] = 4, - ACTIONS(5360), 1, anon_sym_LBRACE, - STATE(2156), 1, - sym__pandoc_attr_specifier, - ACTIONS(6026), 2, + anon_sym_PIPE, + [53696] = 2, + ACTIONS(6158), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6024), 35, + sym__whitespace, + ACTIONS(6156), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -111209,7 +111753,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, @@ -111220,18 +111763,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [53568] = 4, - ACTIONS(5360), 1, anon_sym_LBRACE, - STATE(2189), 1, - sym__pandoc_attr_specifier, - ACTIONS(6030), 2, + anon_sym_PIPE, + [53740] = 2, + ACTIONS(6162), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6028), 35, + sym__whitespace, + ACTIONS(6160), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -111253,7 +111795,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, @@ -111264,18 +111805,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [53616] = 4, - ACTIONS(5360), 1, anon_sym_LBRACE, - STATE(2190), 1, - sym__pandoc_attr_specifier, - ACTIONS(6034), 2, + anon_sym_PIPE, + [53784] = 2, + ACTIONS(6166), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6032), 35, + sym__whitespace, + ACTIONS(6164), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -111297,7 +111837,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, @@ -111308,18 +111847,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [53664] = 4, - ACTIONS(4258), 1, anon_sym_LBRACE, - STATE(2250), 1, - sym__pandoc_attr_specifier, - ACTIONS(5936), 2, + anon_sym_PIPE, + [53828] = 2, + ACTIONS(6170), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5934), 35, + sym__whitespace, + ACTIONS(6168), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -111342,7 +111880,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, @@ -111352,18 +111889,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [53712] = 4, - ACTIONS(4258), 1, anon_sym_LBRACE, - STATE(2254), 1, - sym__pandoc_attr_specifier, - ACTIONS(5940), 2, + anon_sym_PIPE, + [53872] = 2, + ACTIONS(6174), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5938), 35, + sym__whitespace, + ACTIONS(6172), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -111386,7 +111922,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, @@ -111396,18 +111931,59 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, + [53916] = 2, + ACTIONS(6090), 4, + aux_sym_pandoc_span_token1, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, sym__whitespace, - [53760] = 4, - ACTIONS(4258), 1, + ACTIONS(6088), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + aux_sym_target_token1, + anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - STATE(2268), 1, - sym__pandoc_attr_specifier, - ACTIONS(5944), 2, + anon_sym_PIPE, + [53960] = 2, + ACTIONS(6178), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5942), 35, + sym__whitespace, + ACTIONS(6176), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -111430,7 +112006,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, @@ -111440,62 +112015,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [53808] = 4, - ACTIONS(4258), 1, anon_sym_LBRACE, - STATE(2280), 1, - sym__pandoc_attr_specifier, - ACTIONS(5948), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(5946), 35, - 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__strong_emphasis_close_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - sym__whitespace, - [53856] = 4, - ACTIONS(4258), 1, - anon_sym_LBRACE, - STATE(2323), 1, - sym__pandoc_attr_specifier, - ACTIONS(5952), 2, + [54004] = 2, + ACTIONS(6182), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5950), 35, + sym__whitespace, + ACTIONS(6180), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -111518,7 +112048,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, @@ -111528,18 +112057,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [53904] = 4, - ACTIONS(4258), 1, anon_sym_LBRACE, - STATE(2329), 1, - sym__pandoc_attr_specifier, - ACTIONS(5956), 2, + anon_sym_PIPE, + [54048] = 2, + ACTIONS(6002), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5954), 35, + sym__whitespace, + ACTIONS(6000), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -111562,7 +112090,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, @@ -111572,18 +112099,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [53952] = 4, - ACTIONS(6286), 1, anon_sym_LBRACE, - STATE(1538), 1, - sym_attribute_specifier, - ACTIONS(5960), 2, + anon_sym_PIPE, + [54092] = 2, + ACTIONS(6186), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5958), 35, + sym__whitespace, + ACTIONS(6184), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -111606,7 +112132,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, @@ -111616,18 +112141,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [54000] = 4, - ACTIONS(4258), 1, anon_sym_LBRACE, - STATE(1539), 1, - sym__pandoc_attr_specifier, - ACTIONS(5966), 2, + anon_sym_PIPE, + [54136] = 2, + ACTIONS(6190), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5964), 35, + sym__whitespace, + ACTIONS(6188), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -111650,7 +112174,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, @@ -111660,18 +112183,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [54048] = 4, - ACTIONS(4258), 1, anon_sym_LBRACE, - STATE(1540), 1, - sym__pandoc_attr_specifier, - ACTIONS(5970), 2, + anon_sym_PIPE, + [54180] = 2, + ACTIONS(6194), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5968), 35, + sym__whitespace, + ACTIONS(6192), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -111694,7 +112216,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, @@ -111704,18 +112225,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [54096] = 4, - ACTIONS(4258), 1, anon_sym_LBRACE, - STATE(1542), 1, - sym__pandoc_attr_specifier, - ACTIONS(5974), 2, + anon_sym_PIPE, + [54224] = 2, + ACTIONS(6198), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5972), 35, + sym__whitespace, + ACTIONS(6196), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -111738,7 +112258,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, @@ -111748,18 +112267,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [54144] = 4, - ACTIONS(4258), 1, anon_sym_LBRACE, - STATE(1543), 1, - sym__pandoc_attr_specifier, - ACTIONS(5978), 2, + anon_sym_PIPE, + [54268] = 2, + ACTIONS(6202), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 35, + sym__whitespace, + ACTIONS(6200), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -111782,7 +112300,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, @@ -111792,19 +112309,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [54192] = 4, - ACTIONS(4258), 1, anon_sym_LBRACE, - STATE(1545), 1, - sym__pandoc_attr_specifier, - ACTIONS(5982), 2, + anon_sym_PIPE, + [54312] = 2, + ACTIONS(6086), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5980), 35, + ACTIONS(6084), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -111826,7 +112342,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, @@ -111837,17 +112352,19 @@ 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, - [54240] = 4, - ACTIONS(4258), 1, + [54356] = 4, + ACTIONS(6302), 1, anon_sym_LBRACE, - STATE(1546), 1, - sym__pandoc_attr_specifier, - ACTIONS(5986), 2, + STATE(1729), 1, + sym_attribute_specifier, + ACTIONS(5960), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5984), 35, + sym__whitespace, + ACTIONS(5958), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -111870,7 +112387,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, @@ -111881,18 +112397,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [54288] = 4, - ACTIONS(4258), 1, - anon_sym_LBRACE, - STATE(1548), 1, - sym__pandoc_attr_specifier, - ACTIONS(5990), 2, + [54404] = 2, + ACTIONS(6090), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5988), 35, + ACTIONS(6088), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -111914,7 +112428,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, @@ -111925,18 +112438,17 @@ 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, - [54336] = 4, - ACTIONS(4258), 1, - anon_sym_LBRACE, - STATE(1549), 1, - sym__pandoc_attr_specifier, - ACTIONS(5994), 2, + [54448] = 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5992), 35, + ACTIONS(6000), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -111958,7 +112470,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, @@ -111969,18 +112480,17 @@ 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, - [54384] = 4, - ACTIONS(4258), 1, - anon_sym_LBRACE, - STATE(1554), 1, - sym__pandoc_attr_specifier, - ACTIONS(5998), 2, + [54492] = 2, + ACTIONS(6094), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5996), 35, + ACTIONS(6092), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -112002,7 +112512,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, @@ -112013,17 +112522,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, - [54432] = 4, - ACTIONS(4258), 1, - anon_sym_LBRACE, - STATE(1555), 1, - sym__pandoc_attr_specifier, - ACTIONS(6002), 2, + [54536] = 2, + ACTIONS(6278), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 35, + sym__whitespace, + ACTIONS(6276), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -112046,7 +112554,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, @@ -112056,18 +112563,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [54480] = 4, - ACTIONS(4258), 1, anon_sym_LBRACE, - STATE(1557), 1, - sym__pandoc_attr_specifier, - ACTIONS(6006), 2, + anon_sym_PIPE, + [54580] = 2, + ACTIONS(6206), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6004), 35, + sym__whitespace, + ACTIONS(6204), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -112090,7 +112596,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, @@ -112100,19 +112605,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [54528] = 4, - ACTIONS(4258), 1, anon_sym_LBRACE, - STATE(1558), 1, - sym__pandoc_attr_specifier, - ACTIONS(6010), 2, + anon_sym_PIPE, + [54624] = 2, + ACTIONS(6186), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 35, + ACTIONS(6184), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -112134,7 +112638,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, @@ -112145,18 +112648,17 @@ 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, - [54576] = 4, - ACTIONS(3019), 1, - anon_sym_LBRACE, - STATE(1992), 1, - sym__pandoc_attr_specifier, - ACTIONS(6014), 2, + [54668] = 2, + ACTIONS(6190), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6012), 35, + ACTIONS(6188), 37, sym__line_ending, + sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -112182,24 +112684,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [54624] = 4, - ACTIONS(4258), 1, + [54712] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(1560), 1, + STATE(2119), 1, sym__pandoc_attr_specifier, - ACTIONS(6014), 2, + ACTIONS(5936), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6012), 35, + sym__whitespace, + ACTIONS(5934), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -112222,7 +112725,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, @@ -112233,17 +112735,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_PIPE, - sym__whitespace, - [54672] = 4, - ACTIONS(4258), 1, + [54760] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(1561), 1, + STATE(2120), 1, sym__pandoc_attr_specifier, - ACTIONS(6018), 2, + ACTIONS(5940), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6016), 35, + sym__whitespace, + ACTIONS(5938), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -112266,7 +112769,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, @@ -112277,61 +112779,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_PIPE, - sym__whitespace, - [54720] = 4, - ACTIONS(4258), 1, + [54808] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(1562), 1, + STATE(2121), 1, sym__pandoc_attr_specifier, - ACTIONS(6022), 2, + ACTIONS(5944), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6020), 35, - 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__strong_emphasis_close_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, sym__whitespace, - [54768] = 4, - ACTIONS(4258), 1, - anon_sym_LBRACE, - STATE(1563), 1, - sym__pandoc_attr_specifier, - ACTIONS(6026), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6024), 35, + ACTIONS(5942), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -112354,7 +112813,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, @@ -112365,61 +112823,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_PIPE, - sym__whitespace, - [54816] = 4, - ACTIONS(4258), 1, + [54856] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(1569), 1, + STATE(2122), 1, sym__pandoc_attr_specifier, - ACTIONS(6030), 2, + ACTIONS(5948), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6028), 35, - 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__strong_emphasis_close_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, sym__whitespace, - [54864] = 4, - ACTIONS(4258), 1, - anon_sym_LBRACE, - STATE(1570), 1, - sym__pandoc_attr_specifier, - ACTIONS(6034), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6032), 35, + ACTIONS(5946), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -112442,7 +112857,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, @@ -112453,17 +112867,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_PIPE, - sym__whitespace, - [54912] = 4, - ACTIONS(4408), 1, + [54904] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(1594), 1, + STATE(2133), 1, sym__pandoc_attr_specifier, - ACTIONS(5936), 2, + ACTIONS(5952), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5934), 35, + sym__whitespace, + ACTIONS(5950), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -112487,7 +112902,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, @@ -112497,17 +112911,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_PIPE, - sym__whitespace, - [54960] = 4, - ACTIONS(4408), 1, + [54952] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(1597), 1, + STATE(2135), 1, sym__pandoc_attr_specifier, - ACTIONS(5940), 2, + ACTIONS(5956), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5938), 35, + sym__whitespace, + ACTIONS(5954), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -112531,7 +112946,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, @@ -112541,17 +112955,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_PIPE, - sym__whitespace, - [55008] = 4, - ACTIONS(4408), 1, + [55000] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, - STATE(1600), 1, + STATE(1730), 1, sym__pandoc_attr_specifier, - ACTIONS(5944), 2, + ACTIONS(5966), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5942), 35, + sym__whitespace, + ACTIONS(5964), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -112575,7 +112990,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, @@ -112585,18 +112999,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [55056] = 4, - ACTIONS(4408), 1, - anon_sym_LBRACE, - STATE(1603), 1, - sym__pandoc_attr_specifier, - ACTIONS(5948), 2, + [55048] = 2, + ACTIONS(6194), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5946), 35, + ACTIONS(6192), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -112619,7 +113031,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, @@ -112629,18 +113040,17 @@ 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, - [55104] = 4, - ACTIONS(4408), 1, - anon_sym_LBRACE, - STATE(1616), 1, - sym__pandoc_attr_specifier, - ACTIONS(5952), 2, + [55092] = 2, + ACTIONS(6198), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5950), 35, + ACTIONS(6196), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -112663,7 +113073,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, @@ -112673,18 +113082,17 @@ 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, - [55152] = 4, - ACTIONS(4408), 1, - anon_sym_LBRACE, - STATE(1620), 1, - sym__pandoc_attr_specifier, - ACTIONS(5956), 2, + [55136] = 2, + ACTIONS(6202), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5954), 35, + ACTIONS(6200), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -112707,7 +113115,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, @@ -112717,18 +113124,17 @@ 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, - [55200] = 4, - ACTIONS(6288), 1, - anon_sym_LBRACE, - STATE(1631), 1, - sym_attribute_specifier, - ACTIONS(5960), 2, + [55180] = 2, + ACTIONS(6278), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5958), 35, + ACTIONS(6276), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -112751,7 +113157,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, @@ -112761,18 +113166,17 @@ 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, - [55248] = 4, - ACTIONS(4408), 1, - anon_sym_LBRACE, - STATE(1632), 1, - sym__pandoc_attr_specifier, - ACTIONS(5966), 2, + [55224] = 2, + ACTIONS(6206), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5964), 35, + ACTIONS(6204), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -112795,7 +113199,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, @@ -112805,18 +113208,17 @@ 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, - [55296] = 4, - ACTIONS(4408), 1, - anon_sym_LBRACE, - STATE(1633), 1, - sym__pandoc_attr_specifier, - ACTIONS(5970), 2, + [55268] = 2, + ACTIONS(6210), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5968), 35, + ACTIONS(6208), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -112839,7 +113241,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, @@ -112849,18 +113250,17 @@ 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, - [55344] = 4, - ACTIONS(4408), 1, - anon_sym_LBRACE, - STATE(1635), 1, - sym__pandoc_attr_specifier, - ACTIONS(5974), 2, + [55312] = 2, + ACTIONS(6214), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5972), 35, + ACTIONS(6212), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -112883,7 +113283,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, @@ -112893,18 +113292,17 @@ 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, - [55392] = 4, - ACTIONS(4408), 1, - anon_sym_LBRACE, - STATE(1636), 1, - sym__pandoc_attr_specifier, - ACTIONS(5978), 2, + [55356] = 2, + ACTIONS(6242), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 35, + ACTIONS(6240), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -112927,7 +113325,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, @@ -112937,17 +113334,19 @@ 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, - [55440] = 4, - ACTIONS(4408), 1, + [55400] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, - STATE(1638), 1, + STATE(1731), 1, sym__pandoc_attr_specifier, - ACTIONS(5982), 2, + ACTIONS(5970), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5980), 35, + sym__whitespace, + ACTIONS(5968), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -112971,7 +113370,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, @@ -112981,18 +113379,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [55488] = 4, - ACTIONS(4408), 1, - anon_sym_LBRACE, - STATE(1639), 1, - sym__pandoc_attr_specifier, - ACTIONS(5986), 2, + [55448] = 2, + ACTIONS(6218), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5984), 35, + ACTIONS(6216), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113015,7 +113411,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, @@ -113025,18 +113420,17 @@ 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, - [55536] = 4, - ACTIONS(4408), 1, - anon_sym_LBRACE, - STATE(1641), 1, - sym__pandoc_attr_specifier, - ACTIONS(5990), 2, + [55492] = 2, + ACTIONS(6222), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5988), 35, + ACTIONS(6220), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113059,7 +113453,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, @@ -113069,18 +113462,17 @@ 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, - [55584] = 4, - ACTIONS(4408), 1, - anon_sym_LBRACE, - STATE(1642), 1, - sym__pandoc_attr_specifier, - ACTIONS(5994), 2, + [55536] = 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5992), 35, + ACTIONS(6008), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113103,7 +113495,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, @@ -113113,17 +113504,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, - [55632] = 4, - ACTIONS(4408), 1, - anon_sym_LBRACE, - STATE(1647), 1, - sym__pandoc_attr_specifier, - ACTIONS(5998), 2, + [55580] = 2, + ACTIONS(6210), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5996), 35, + sym__whitespace, + ACTIONS(6208), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -113147,7 +113537,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, @@ -113156,19 +113545,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [55680] = 4, - ACTIONS(4408), 1, anon_sym_LBRACE, - STATE(1648), 1, - sym__pandoc_attr_specifier, - ACTIONS(6002), 2, + anon_sym_PIPE, + [55624] = 2, + ACTIONS(6304), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 35, - sym__soft_line_ending, + ACTIONS(2774), 37, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113191,7 +113579,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, @@ -113201,18 +113588,59 @@ 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, - [55728] = 4, - ACTIONS(4408), 1, + [55668] = 2, + ACTIONS(6214), 4, + aux_sym_pandoc_span_token1, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + sym__whitespace, + ACTIONS(6212), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + aux_sym_target_token1, + anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - STATE(1650), 1, - sym__pandoc_attr_specifier, - ACTIONS(6006), 2, + anon_sym_PIPE, + [55712] = 2, + ACTIONS(6110), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6004), 35, + ACTIONS(6108), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113235,7 +113663,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, @@ -113245,18 +113672,17 @@ 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, - [55776] = 4, - ACTIONS(4408), 1, - anon_sym_LBRACE, - STATE(1651), 1, - sym__pandoc_attr_specifier, - ACTIONS(6010), 2, + [55756] = 2, + ACTIONS(6114), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 35, + ACTIONS(6112), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113279,7 +113705,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, @@ -113289,18 +113714,17 @@ 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, - [55824] = 4, - ACTIONS(3019), 1, - anon_sym_LBRACE, - STATE(1993), 1, - sym__pandoc_attr_specifier, - ACTIONS(6018), 2, + [55800] = 2, + ACTIONS(6246), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6016), 35, + ACTIONS(6244), 37, sym__line_ending, + sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113326,25 +113750,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [55872] = 4, - ACTIONS(4408), 1, + [55844] = 4, + ACTIONS(6306), 1, anon_sym_LBRACE, - STATE(1653), 1, - sym__pandoc_attr_specifier, - ACTIONS(6014), 2, + STATE(1803), 1, + sym_attribute_specifier, + ACTIONS(5960), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6012), 35, - sym__soft_line_ending, + ACTIONS(5958), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113367,10 +113791,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -113379,16 +113803,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [55920] = 4, - ACTIONS(4408), 1, + [55892] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(1654), 1, + STATE(1806), 1, sym__pandoc_attr_specifier, - ACTIONS(6018), 2, + ACTIONS(5966), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6016), 35, - sym__soft_line_ending, + ACTIONS(5964), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113411,10 +113835,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -113423,15 +113847,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [55968] = 4, - ACTIONS(4408), 1, + [55940] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, - STATE(1655), 1, + STATE(1732), 1, sym__pandoc_attr_specifier, - ACTIONS(6022), 2, + ACTIONS(5974), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6020), 35, + sym__whitespace, + ACTIONS(5972), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -113455,7 +113880,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, @@ -113465,17 +113889,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [56016] = 4, - ACTIONS(4408), 1, + [55988] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, - STATE(1656), 1, + STATE(1733), 1, sym__pandoc_attr_specifier, - ACTIONS(6026), 2, + ACTIONS(5978), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6024), 35, + sym__whitespace, + ACTIONS(5976), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -113499,7 +113924,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, @@ -113509,18 +113933,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [56064] = 4, - ACTIONS(4408), 1, + [56036] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(1662), 1, + STATE(1809), 1, sym__pandoc_attr_specifier, - ACTIONS(6030), 2, + ACTIONS(5970), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6028), 35, - sym__soft_line_ending, + ACTIONS(5968), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113543,10 +113967,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -113555,16 +113979,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [56112] = 4, - ACTIONS(4408), 1, + [56084] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(1663), 1, + STATE(1817), 1, sym__pandoc_attr_specifier, - ACTIONS(6034), 2, + ACTIONS(5974), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6032), 35, - sym__soft_line_ending, + ACTIONS(5972), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113587,10 +114011,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -113599,16 +114023,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [56160] = 4, - ACTIONS(3956), 1, + [56132] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(1687), 1, + STATE(1841), 1, sym__pandoc_attr_specifier, - ACTIONS(5936), 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5934), 35, - sym__soft_line_ending, + ACTIONS(5976), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113632,9 +114056,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -113643,16 +114067,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [56208] = 4, - ACTIONS(3956), 1, + [56180] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(1690), 1, + STATE(1842), 1, sym__pandoc_attr_specifier, - ACTIONS(5940), 2, + ACTIONS(5982), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5938), 35, - sym__soft_line_ending, + ACTIONS(5980), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113676,9 +114100,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -113687,16 +114111,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [56256] = 4, - ACTIONS(3956), 1, + [56228] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(1693), 1, + STATE(1843), 1, sym__pandoc_attr_specifier, - ACTIONS(5944), 2, + ACTIONS(5986), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5942), 35, - sym__soft_line_ending, + ACTIONS(5984), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113720,9 +114144,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -113731,16 +114155,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [56304] = 4, - ACTIONS(3956), 1, + [56276] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(1696), 1, + STATE(1848), 1, sym__pandoc_attr_specifier, - ACTIONS(5948), 2, + ACTIONS(5990), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5946), 35, - sym__soft_line_ending, + ACTIONS(5988), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113764,9 +114188,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -113775,16 +114199,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [56352] = 4, - ACTIONS(3956), 1, + [56324] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(1709), 1, + STATE(1849), 1, sym__pandoc_attr_specifier, - ACTIONS(5952), 2, + ACTIONS(5994), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5950), 35, - sym__soft_line_ending, + ACTIONS(5992), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113808,9 +114232,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -113819,16 +114243,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [56400] = 4, - ACTIONS(3956), 1, + [56372] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(1713), 1, + STATE(1857), 1, sym__pandoc_attr_specifier, - ACTIONS(5956), 2, + ACTIONS(5998), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5954), 35, - sym__soft_line_ending, + ACTIONS(5996), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113852,9 +114276,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -113863,16 +114287,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [56448] = 4, - ACTIONS(6290), 1, + [56420] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(1724), 1, - sym_attribute_specifier, - ACTIONS(5960), 2, + STATE(1859), 1, + sym__pandoc_attr_specifier, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5958), 35, - sym__soft_line_ending, + ACTIONS(6000), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113896,9 +114320,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -113907,16 +114331,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [56496] = 4, - ACTIONS(3956), 1, + [56468] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(1725), 1, + STATE(1861), 1, sym__pandoc_attr_specifier, - ACTIONS(5966), 2, + ACTIONS(6006), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5964), 35, - sym__soft_line_ending, + ACTIONS(6004), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113940,9 +114364,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -113951,16 +114375,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [56544] = 4, - ACTIONS(3956), 1, + [56516] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(1726), 1, + STATE(1862), 1, sym__pandoc_attr_specifier, - ACTIONS(5970), 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5968), 35, - sym__soft_line_ending, + ACTIONS(6008), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -113984,9 +114408,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -113995,16 +114419,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [56592] = 4, - ACTIONS(3956), 1, - anon_sym_LBRACE, - STATE(1728), 1, - sym__pandoc_attr_specifier, - ACTIONS(5974), 2, + [56564] = 2, + ACTIONS(6250), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5972), 35, + ACTIONS(6248), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -114028,7 +114450,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__pandoc_line_break, @@ -114037,61 +114458,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, - [56640] = 4, - ACTIONS(3956), 1, anon_sym_LBRACE, - STATE(1729), 1, - sym__pandoc_attr_specifier, - ACTIONS(5978), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(5976), 35, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [56688] = 4, - ACTIONS(3956), 1, + [56608] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, - STATE(1731), 1, + STATE(1707), 1, sym__pandoc_attr_specifier, - ACTIONS(5982), 2, + ACTIONS(5948), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5980), 35, + sym__whitespace, + ACTIONS(5946), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114116,7 +114495,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__pandoc_line_break, @@ -114125,17 +114503,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [56736] = 4, - ACTIONS(3956), 1, - anon_sym_LBRACE, - STATE(1732), 1, - sym__pandoc_attr_specifier, - ACTIONS(5986), 2, + [56656] = 2, + ACTIONS(6218), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5984), 35, + sym__whitespace, + ACTIONS(6216), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114160,7 +114536,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__pandoc_line_break, @@ -114168,18 +114543,20 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [56784] = 4, - ACTIONS(3956), 1, + [56700] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, STATE(1734), 1, sym__pandoc_attr_specifier, - ACTIONS(5990), 2, + ACTIONS(5982), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5988), 35, + sym__whitespace, + ACTIONS(5980), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114204,7 +114581,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__pandoc_line_break, @@ -114213,61 +114589,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [56832] = 4, - ACTIONS(3956), 1, + [56748] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, STATE(1735), 1, sym__pandoc_attr_specifier, - ACTIONS(5994), 2, + ACTIONS(5986), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5992), 35, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, sym__whitespace, - [56880] = 4, - ACTIONS(3956), 1, - anon_sym_LBRACE, - STATE(1740), 1, - sym__pandoc_attr_specifier, - ACTIONS(5998), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(5996), 35, + ACTIONS(5984), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114292,7 +114625,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__pandoc_line_break, @@ -114301,17 +114633,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [56928] = 4, - ACTIONS(3956), 1, - anon_sym_LBRACE, - STATE(1741), 1, - sym__pandoc_attr_specifier, - ACTIONS(6002), 2, + [56796] = 2, + ACTIONS(6222), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 35, + sym__whitespace, + ACTIONS(6220), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114336,7 +114666,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__pandoc_line_break, @@ -114344,18 +114673,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [56976] = 4, - ACTIONS(3956), 1, anon_sym_LBRACE, - STATE(1743), 1, - sym__pandoc_attr_specifier, - ACTIONS(6006), 2, + anon_sym_PIPE, + [56840] = 2, + ACTIONS(6038), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6004), 35, + sym__whitespace, + ACTIONS(6036), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114380,7 +114708,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__pandoc_line_break, @@ -114388,60 +114715,20 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [57024] = 4, - ACTIONS(3956), 1, + [56884] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, - STATE(1744), 1, + STATE(1736), 1, sym__pandoc_attr_specifier, - ACTIONS(6010), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6008), 35, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [57072] = 2, - ACTIONS(6294), 4, - aux_sym_pandoc_span_token1, + ACTIONS(5990), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6292), 35, + ACTIONS(5988), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114473,20 +114760,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - [57116] = 4, - ACTIONS(3019), 1, - anon_sym_LBRACE, - STATE(1994), 1, - sym__pandoc_attr_specifier, - ACTIONS(6022), 2, + [56932] = 2, + ACTIONS(6038), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6020), 35, + ACTIONS(6036), 37, sym__line_ending, + sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -114512,24 +114796,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [57164] = 4, - ACTIONS(3956), 1, + [56976] = 4, + ACTIONS(6308), 1, anon_sym_LBRACE, - STATE(1746), 1, - sym__pandoc_attr_specifier, - ACTIONS(6014), 2, + STATE(2141), 1, + sym_attribute_specifier, + ACTIONS(5960), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6012), 35, + sym__whitespace, + ACTIONS(5958), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114554,7 +114839,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__pandoc_line_break, @@ -114563,17 +114847,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_PIPE, - sym__whitespace, - [57212] = 4, - ACTIONS(3956), 1, + [57024] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(1747), 1, + STATE(2142), 1, sym__pandoc_attr_specifier, - ACTIONS(6018), 2, + ACTIONS(5966), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6016), 35, + sym__whitespace, + ACTIONS(5964), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114598,7 +114883,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__pandoc_line_break, @@ -114607,17 +114891,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_PIPE, - sym__whitespace, - [57260] = 4, - ACTIONS(3956), 1, + [57072] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(1748), 1, + STATE(2143), 1, sym__pandoc_attr_specifier, - ACTIONS(6022), 2, + ACTIONS(5970), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6020), 35, + sym__whitespace, + ACTIONS(5968), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114642,7 +114927,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__pandoc_line_break, @@ -114651,17 +114935,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_PIPE, - sym__whitespace, - [57308] = 4, - ACTIONS(3956), 1, + [57120] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, - STATE(1749), 1, + STATE(1737), 1, sym__pandoc_attr_specifier, - ACTIONS(6026), 2, + ACTIONS(5994), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6024), 35, + sym__whitespace, + ACTIONS(5992), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114686,7 +114971,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__pandoc_line_break, @@ -114695,17 +114979,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [57356] = 4, - ACTIONS(3956), 1, + [57168] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(1755), 1, + STATE(2144), 1, sym__pandoc_attr_specifier, - ACTIONS(6030), 2, + ACTIONS(5974), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6028), 35, + sym__whitespace, + ACTIONS(5972), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114730,7 +115015,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__pandoc_line_break, @@ -114739,59 +115023,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_PIPE, - sym__whitespace, - [57404] = 4, - ACTIONS(3956), 1, + [57216] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(1756), 1, + STATE(2145), 1, sym__pandoc_attr_specifier, - ACTIONS(6034), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6032), 35, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [57452] = 2, - ACTIONS(6042), 4, - aux_sym_pandoc_span_token1, + ACTIONS(5978), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6040), 35, + ACTIONS(5976), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114823,19 +115066,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + aux_sym_insert_token1, anon_sym_PIPE, - [57496] = 4, - ACTIONS(4960), 1, + [57264] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(1541), 1, + STATE(2146), 1, sym__pandoc_attr_specifier, - ACTIONS(6018), 2, + ACTIONS(5982), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6016), 35, + sym__whitespace, + ACTIONS(5980), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114846,7 +115089,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, @@ -114869,17 +115111,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_PIPE, - sym__whitespace, - [57544] = 4, - ACTIONS(4960), 1, + [57312] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(1544), 1, + STATE(2147), 1, sym__pandoc_attr_specifier, - ACTIONS(6022), 2, + ACTIONS(5986), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6020), 35, + sym__whitespace, + ACTIONS(5984), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114890,7 +115133,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, @@ -114913,17 +115155,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_PIPE, - sym__whitespace, - [57592] = 4, - ACTIONS(4960), 1, + [57360] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(1550), 1, + STATE(2148), 1, sym__pandoc_attr_specifier, - ACTIONS(6026), 2, + ACTIONS(5990), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6024), 35, + sym__whitespace, + ACTIONS(5988), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114934,7 +115177,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, @@ -114957,17 +115199,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_PIPE, - sym__whitespace, - [57640] = 4, - ACTIONS(4960), 1, + [57408] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(1595), 1, + STATE(2149), 1, sym__pandoc_attr_specifier, - ACTIONS(6030), 2, + ACTIONS(5994), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6028), 35, + sym__whitespace, + ACTIONS(5992), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -114978,7 +115221,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, @@ -115001,15 +115243,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_PIPE, - sym__whitespace, - [57688] = 2, - ACTIONS(6046), 4, - aux_sym_pandoc_span_token1, + [57456] = 4, + ACTIONS(3087), 1, + anon_sym_LBRACE, + STATE(2153), 1, + sym__pandoc_attr_specifier, + ACTIONS(5998), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6044), 35, + ACTIONS(5996), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -115041,17 +115286,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + aux_sym_insert_token1, anon_sym_PIPE, - [57732] = 2, - ACTIONS(6050), 4, - aux_sym_pandoc_span_token1, + [57504] = 4, + ACTIONS(3087), 1, + anon_sym_LBRACE, + STATE(2154), 1, + sym__pandoc_attr_specifier, + ACTIONS(6002), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6048), 35, + ACTIONS(6000), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -115083,17 +115330,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + aux_sym_insert_token1, anon_sym_PIPE, - [57776] = 2, - ACTIONS(6054), 4, - aux_sym_pandoc_span_token1, + [57552] = 4, + ACTIONS(3087), 1, + anon_sym_LBRACE, + STATE(2155), 1, + sym__pandoc_attr_specifier, + ACTIONS(6006), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6052), 35, + ACTIONS(6004), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -115125,17 +115374,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + aux_sym_insert_token1, anon_sym_PIPE, - [57820] = 2, - ACTIONS(6058), 4, - aux_sym_pandoc_span_token1, + [57600] = 4, + ACTIONS(3087), 1, + anon_sym_LBRACE, + STATE(2156), 1, + sym__pandoc_attr_specifier, + ACTIONS(6010), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6056), 35, + ACTIONS(6008), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -115167,20 +115418,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + aux_sym_insert_token1, anon_sym_PIPE, - [57864] = 4, - ACTIONS(4960), 1, - anon_sym_LBRACE, - STATE(1596), 1, - sym__pandoc_attr_specifier, - ACTIONS(6034), 2, + [57648] = 2, + ACTIONS(6282), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6032), 35, + ACTIONS(6280), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -115190,7 +115438,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, @@ -115213,17 +115460,19 @@ 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, - [57912] = 4, - ACTIONS(4960), 1, + [57692] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, - STATE(2274), 1, + STATE(1741), 1, sym__pandoc_attr_specifier, - ACTIONS(6006), 2, + ACTIONS(5998), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6004), 35, + sym__whitespace, + ACTIONS(5996), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -115234,7 +115483,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, @@ -115257,17 +115505,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [57960] = 4, - ACTIONS(4108), 1, + [57740] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, - STATE(1814), 1, + STATE(1742), 1, sym__pandoc_attr_specifier, - ACTIONS(5936), 2, + ACTIONS(6002), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5934), 35, + sym__whitespace, + ACTIONS(6000), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -115285,7 +115534,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, @@ -115301,16 +115549,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [58008] = 2, - ACTIONS(6062), 4, - aux_sym_pandoc_span_token1, + [57788] = 2, + ACTIONS(6300), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6060), 35, + ACTIONS(6298), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -115341,20 +115589,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [58052] = 4, - ACTIONS(4108), 1, - anon_sym_LBRACE, - STATE(1818), 1, - sym__pandoc_attr_specifier, - ACTIONS(5940), 2, + sym__whitespace, + [57832] = 2, + ACTIONS(6226), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5938), 35, + ACTIONS(6224), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -115371,7 +115617,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, @@ -115387,17 +115632,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, - [58100] = 4, - ACTIONS(4108), 1, - anon_sym_LBRACE, - STATE(1834), 1, - sym__pandoc_attr_specifier, - ACTIONS(5944), 2, + [57876] = 2, + ACTIONS(6282), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5942), 35, + sym__whitespace, + ACTIONS(6280), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -115415,7 +115659,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, @@ -115430,17 +115673,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [58148] = 2, - ACTIONS(5978), 4, - aux_sym_pandoc_span_token1, + [57920] = 2, + ACTIONS(6312), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5976), 35, + ACTIONS(6310), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -115471,19 +115715,20 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [58192] = 4, - ACTIONS(4108), 1, + sym__whitespace, + [57964] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, - STATE(1847), 1, + STATE(1743), 1, sym__pandoc_attr_specifier, - ACTIONS(5948), 2, + ACTIONS(6006), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5946), 35, + sym__whitespace, + ACTIONS(6004), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -115501,7 +115746,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, @@ -115517,17 +115761,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [58240] = 4, - ACTIONS(4108), 1, - anon_sym_LBRACE, - STATE(1924), 1, - sym__pandoc_attr_specifier, - ACTIONS(5952), 2, + [58012] = 2, + ACTIONS(6300), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5950), 35, + sym__whitespace, + ACTIONS(6298), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -115545,7 +115787,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, @@ -115560,17 +115801,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [58288] = 2, - ACTIONS(6068), 4, - aux_sym_pandoc_span_token1, + [58056] = 2, + ACTIONS(6230), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6066), 35, + ACTIONS(6228), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -115601,20 +115843,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [58332] = 4, - ACTIONS(4108), 1, - anon_sym_LBRACE, - STATE(1930), 1, - sym__pandoc_attr_specifier, - ACTIONS(5956), 2, + sym__whitespace, + [58100] = 2, + ACTIONS(6286), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5954), 35, + ACTIONS(6284), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -115631,7 +115871,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, @@ -115647,13 +115886,14 @@ 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, - [58380] = 2, - ACTIONS(6010), 2, + [58144] = 2, + ACTIONS(6234), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 37, + ACTIONS(6232), 37, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -115691,14 +115931,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [58424] = 2, - ACTIONS(6072), 4, - aux_sym_pandoc_span_token1, + [58188] = 2, + ACTIONS(6294), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6070), 35, + ACTIONS(6292), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -115729,63 +115969,20 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [58468] = 4, - ACTIONS(6296), 1, - anon_sym_LBRACE, - STATE(1972), 1, - sym_attribute_specifier, - ACTIONS(5960), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(5958), 35, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, sym__whitespace, - [58516] = 4, - ACTIONS(4108), 1, + [58232] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, - STATE(1981), 1, + STATE(1744), 1, sym__pandoc_attr_specifier, - ACTIONS(5966), 2, + ACTIONS(6010), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5964), 35, + sym__whitespace, + ACTIONS(6008), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -115803,7 +116000,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, @@ -115819,16 +116015,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [58564] = 2, - ACTIONS(6076), 4, - aux_sym_pandoc_span_token1, + [58280] = 2, + ACTIONS(6042), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6074), 35, + ACTIONS(6040), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -115859,59 +116055,20 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [58608] = 2, - ACTIONS(6080), 4, - aux_sym_pandoc_span_token1, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6078), 35, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - aux_sym_target_token1, - anon_sym_DOLLAR_DOLLAR, + [58324] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, - anon_sym_PIPE, - [58652] = 2, - ACTIONS(6084), 4, - aux_sym_pandoc_span_token1, + STATE(1749), 1, + sym__pandoc_attr_specifier, + ACTIONS(6014), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6082), 35, + ACTIONS(6012), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -115943,18 +116100,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - [58696] = 2, - ACTIONS(6088), 4, - aux_sym_pandoc_span_token1, + [58372] = 2, + ACTIONS(6050), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6086), 35, + ACTIONS(6048), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -115985,18 +116141,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [58740] = 2, - ACTIONS(6092), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [58416] = 2, + ACTIONS(6254), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6090), 35, + ACTIONS(6252), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -116027,17 +116183,20 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [58784] = 2, - ACTIONS(6096), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [58460] = 4, + ACTIONS(3417), 1, + anon_sym_LBRACE, + STATE(1750), 1, + sym__pandoc_attr_specifier, + ACTIONS(6018), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6094), 35, + ACTIONS(6016), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -116069,17 +116228,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - [58828] = 2, - ACTIONS(6100), 4, - aux_sym_pandoc_span_token1, + [58508] = 4, + ACTIONS(3417), 1, + anon_sym_LBRACE, + STATE(1751), 1, + sym__pandoc_attr_specifier, + ACTIONS(6022), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6098), 35, + ACTIONS(6020), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -116111,18 +116272,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - [58872] = 2, - ACTIONS(6104), 4, - aux_sym_pandoc_span_token1, + [58556] = 2, + ACTIONS(6258), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6102), 35, + ACTIONS(6256), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -116153,18 +116313,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [58916] = 2, - ACTIONS(6108), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [58600] = 2, + ACTIONS(6098), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6106), 35, + ACTIONS(6096), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -116195,18 +116355,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [58960] = 2, - ACTIONS(6112), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [58644] = 2, + ACTIONS(6314), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6110), 35, - sym__soft_line_ending, + ACTIONS(2745), 37, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -116237,18 +116397,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [59004] = 2, - ACTIONS(6002), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [58688] = 2, + ACTIONS(6102), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6000), 35, + ACTIONS(6100), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -116279,18 +116439,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [59048] = 2, - ACTIONS(6116), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [58732] = 2, + ACTIONS(6106), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6114), 35, + ACTIONS(6104), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -116321,19 +116481,20 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [59092] = 4, - ACTIONS(4108), 1, + sym__whitespace, + [58776] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, - STATE(1987), 1, + STATE(1752), 1, sym__pandoc_attr_specifier, - ACTIONS(5970), 2, + ACTIONS(6026), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5968), 35, + sym__whitespace, + ACTIONS(6024), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -116351,7 +116512,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, @@ -116367,18 +116527,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [59140] = 4, - ACTIONS(4108), 1, - anon_sym_LBRACE, - STATE(2030), 1, - sym__pandoc_attr_specifier, - ACTIONS(5974), 2, + [58824] = 2, + ACTIONS(6318), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5972), 35, - sym__soft_line_ending, + ACTIONS(6316), 37, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -116395,7 +116553,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, @@ -116411,15 +116568,19 @@ 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, - [59188] = 2, - ACTIONS(6010), 4, - aux_sym_pandoc_span_token1, + [58868] = 4, + ACTIONS(3417), 1, + anon_sym_LBRACE, + STATE(1758), 1, + sym__pandoc_attr_specifier, + ACTIONS(6030), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6008), 35, + ACTIONS(6028), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -116451,19 +116612,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - [59232] = 4, - ACTIONS(4108), 1, + [58916] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(2032), 1, + STATE(2159), 1, sym__pandoc_attr_specifier, - ACTIONS(5978), 2, + ACTIONS(6014), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 35, + sym__whitespace, + ACTIONS(6012), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -116481,7 +116642,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, @@ -116497,17 +116657,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_PIPE, - sym__whitespace, - [59280] = 4, - ACTIONS(4108), 1, + [58964] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - STATE(2034), 1, + STATE(2160), 1, sym__pandoc_attr_specifier, - ACTIONS(5982), 2, + ACTIONS(6018), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5980), 35, + sym__whitespace, + ACTIONS(6016), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -116525,7 +116686,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, @@ -116541,15 +116701,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_PIPE, - sym__whitespace, - [59328] = 2, - ACTIONS(6120), 4, - aux_sym_pandoc_span_token1, + [59012] = 4, + ACTIONS(3087), 1, + anon_sym_LBRACE, + STATE(2161), 1, + sym__pandoc_attr_specifier, + ACTIONS(6022), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6118), 35, + ACTIONS(6020), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -116581,17 +116744,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + aux_sym_insert_token1, anon_sym_PIPE, - [59372] = 2, - ACTIONS(6124), 4, - aux_sym_pandoc_span_token1, + [59060] = 4, + ACTIONS(3087), 1, + anon_sym_LBRACE, + STATE(2162), 1, + sym__pandoc_attr_specifier, + ACTIONS(6026), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6122), 35, + ACTIONS(6024), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -116623,17 +116788,16 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + aux_sym_insert_token1, anon_sym_PIPE, - [59416] = 2, - ACTIONS(6128), 4, + [59108] = 2, + ACTIONS(6226), 4, aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6126), 35, + ACTIONS(6224), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -116669,55 +116833,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [59460] = 2, - ACTIONS(6132), 4, - aux_sym_pandoc_span_token1, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6130), 35, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - aux_sym_target_token1, - anon_sym_DOLLAR_DOLLAR, + [59152] = 4, + ACTIONS(3087), 1, anon_sym_LBRACE, - anon_sym_PIPE, - [59504] = 2, - ACTIONS(6136), 4, - aux_sym_pandoc_span_token1, + STATE(2168), 1, + sym__pandoc_attr_specifier, + ACTIONS(6030), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6134), 35, + ACTIONS(6028), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -116749,19 +116874,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + aux_sym_insert_token1, anon_sym_PIPE, - [59548] = 4, - ACTIONS(4108), 1, + [59200] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, - STATE(2035), 1, + STATE(1759), 1, sym__pandoc_attr_specifier, - ACTIONS(5986), 2, + ACTIONS(6034), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5984), 35, + sym__whitespace, + ACTIONS(6032), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -116779,7 +116904,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, @@ -116795,15 +116919,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [59596] = 2, - ACTIONS(6140), 4, + [59248] = 2, + ACTIONS(6230), 4, aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6138), 35, + ACTIONS(6228), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -116839,13 +116963,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [59640] = 2, - ACTIONS(6144), 4, - aux_sym_pandoc_span_token1, + [59292] = 4, + ACTIONS(3087), 1, + anon_sym_LBRACE, + STATE(2169), 1, + sym__pandoc_attr_specifier, + ACTIONS(6034), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6142), 35, + ACTIONS(6032), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -116877,20 +117004,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + aux_sym_insert_token1, anon_sym_PIPE, - [59684] = 4, - ACTIONS(4108), 1, + [59340] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(2043), 1, + STATE(1964), 1, sym__pandoc_attr_specifier, - ACTIONS(5990), 2, + ACTIONS(6014), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5988), 35, - sym__soft_line_ending, + ACTIONS(6012), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -116907,7 +117033,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, @@ -116917,6 +117042,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -116925,14 +117051,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [59732] = 2, - ACTIONS(6148), 4, - aux_sym_pandoc_span_token1, + [59388] = 4, + ACTIONS(3011), 1, + anon_sym_LBRACE, + STATE(1970), 1, + sym__pandoc_attr_specifier, + ACTIONS(6018), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6146), 35, - sym__soft_line_ending, + ACTIONS(6016), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -116958,23 +117086,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, - [59776] = 2, - ACTIONS(6038), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [59436] = 4, + ACTIONS(3011), 1, + anon_sym_LBRACE, + STATE(1973), 1, + sym__pandoc_attr_specifier, + ACTIONS(6022), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6036), 35, - sym__soft_line_ending, + ACTIONS(6020), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -117000,25 +117130,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, - [59820] = 4, - ACTIONS(4108), 1, + sym__whitespace, + [59484] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(2045), 1, + STATE(1997), 1, sym__pandoc_attr_specifier, - ACTIONS(5994), 2, + ACTIONS(6026), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5992), 35, - sym__soft_line_ending, + ACTIONS(6024), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -117035,7 +117165,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, @@ -117045,6 +117174,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -117053,13 +117183,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [59868] = 2, - ACTIONS(6154), 4, - aux_sym_pandoc_span_token1, + [59532] = 4, + ACTIONS(5110), 1, + anon_sym_LBRACE, + STATE(1774), 1, + sym__pandoc_attr_specifier, + ACTIONS(5936), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6152), 35, + ACTIONS(5934), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -117081,6 +117213,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, @@ -117091,18 +117224,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, - [59912] = 2, - ACTIONS(6158), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [59580] = 4, + ACTIONS(3011), 1, + anon_sym_LBRACE, + STATE(2007), 1, + sym__pandoc_attr_specifier, + ACTIONS(6030), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6156), 35, - sym__soft_line_ending, + ACTIONS(6028), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -117128,25 +117262,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, - [59956] = 4, - ACTIONS(4108), 1, + sym__whitespace, + [59628] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(2060), 1, + STATE(2009), 1, sym__pandoc_attr_specifier, - ACTIONS(5998), 2, + ACTIONS(6034), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5996), 35, - sym__soft_line_ending, + ACTIONS(6032), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -117163,7 +117297,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, @@ -117173,6 +117306,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -117181,13 +117315,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [60004] = 2, - ACTIONS(6162), 4, + [59676] = 2, + ACTIONS(6286), 4, aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6160), 35, + ACTIONS(6284), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -117223,13 +117357,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [60048] = 2, - ACTIONS(6284), 4, - aux_sym_pandoc_span_token1, + [59720] = 4, + ACTIONS(5110), 1, + anon_sym_LBRACE, + STATE(1775), 1, + sym__pandoc_attr_specifier, + ACTIONS(5940), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6282), 35, + ACTIONS(5938), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -117251,6 +117387,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, @@ -117261,18 +117398,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, - [60092] = 2, - ACTIONS(6166), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [59768] = 2, + ACTIONS(6238), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6164), 35, + ACTIONS(6236), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -117303,17 +117439,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [60136] = 2, - ACTIONS(6170), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [59812] = 4, + ACTIONS(5110), 1, + anon_sym_LBRACE, + STATE(1776), 1, + sym__pandoc_attr_specifier, + ACTIONS(5944), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6168), 35, + ACTIONS(5942), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -117335,6 +117473,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, @@ -117345,17 +117484,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, - [60180] = 2, - ACTIONS(6174), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [59860] = 4, + ACTIONS(5110), 1, + anon_sym_LBRACE, + STATE(1777), 1, + sym__pandoc_attr_specifier, + ACTIONS(5948), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6172), 35, + ACTIONS(5946), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -117377,6 +117517,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, @@ -117387,19 +117528,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, - [60224] = 4, - ACTIONS(4108), 1, + sym__whitespace, + [59908] = 4, + ACTIONS(5110), 1, anon_sym_LBRACE, - STATE(2062), 1, + STATE(1788), 1, sym__pandoc_attr_specifier, - ACTIONS(6002), 2, + ACTIONS(5952), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 35, + ACTIONS(5950), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -117417,11 +117557,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, @@ -117435,13 +117575,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [60272] = 2, - ACTIONS(6178), 4, - aux_sym_pandoc_span_token1, + [59956] = 4, + ACTIONS(5110), 1, + anon_sym_LBRACE, + STATE(1790), 1, + sym__pandoc_attr_specifier, + ACTIONS(5956), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6176), 35, + ACTIONS(5954), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -117463,6 +117605,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, @@ -117473,17 +117616,16 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, - [60316] = 2, - ACTIONS(6182), 4, + sym__whitespace, + [60004] = 2, + ACTIONS(6234), 4, aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6180), 35, + ACTIONS(6232), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -117519,15 +117661,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [60360] = 4, - ACTIONS(4108), 1, + [60048] = 4, + ACTIONS(6320), 1, anon_sym_LBRACE, - STATE(2065), 1, - sym__pandoc_attr_specifier, - ACTIONS(6006), 2, + STATE(1798), 1, + sym_attribute_specifier, + ACTIONS(5960), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6004), 35, + ACTIONS(5958), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -117545,11 +117687,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, @@ -117563,13 +117705,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [60408] = 2, - ACTIONS(6186), 4, + [60096] = 2, + ACTIONS(6238), 4, aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6184), 35, + ACTIONS(6236), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -117605,14 +117747,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [60452] = 2, - ACTIONS(6190), 4, - aux_sym_pandoc_span_token1, + [60140] = 2, + ACTIONS(6146), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6188), 35, + ACTIONS(6144), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -117643,17 +117785,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [60496] = 2, - ACTIONS(6194), 4, + sym__whitespace, + [60184] = 2, + ACTIONS(6242), 4, aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6192), 35, + ACTIONS(6240), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -117689,13 +117831,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [60540] = 2, - ACTIONS(6198), 4, + [60228] = 2, + ACTIONS(6246), 4, aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6196), 35, + ACTIONS(6244), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -117731,14 +117873,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [60584] = 2, - ACTIONS(6202), 4, - aux_sym_pandoc_span_token1, + [60272] = 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6200), 35, + ACTIONS(5976), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -117769,18 +117911,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [60628] = 2, - ACTIONS(6270), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [60316] = 2, + ACTIONS(6118), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6268), 35, + ACTIONS(6116), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -117811,18 +117953,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [60672] = 2, - ACTIONS(6206), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [60360] = 2, + ACTIONS(6270), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6204), 35, + ACTIONS(6268), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -117853,18 +117995,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [60716] = 2, - ACTIONS(6210), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [60404] = 2, + ACTIONS(6274), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6208), 35, + ACTIONS(6272), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -117895,18 +118037,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [60760] = 2, - ACTIONS(6214), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [60448] = 2, + ACTIONS(6122), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6212), 35, + ACTIONS(6120), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -117937,18 +118079,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [60804] = 2, - ACTIONS(6218), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [60492] = 2, + ACTIONS(6126), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6216), 35, + ACTIONS(6124), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -117979,18 +118121,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [60848] = 2, - ACTIONS(6222), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [60536] = 2, + ACTIONS(6324), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6220), 35, - sym__soft_line_ending, + ACTIONS(6322), 37, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -118021,17 +118163,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [60892] = 2, - ACTIONS(6226), 4, + sym__whitespace, + [60580] = 2, + ACTIONS(6250), 4, aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6224), 35, + ACTIONS(6248), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118067,13 +118209,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [60936] = 2, - ACTIONS(6274), 4, + [60624] = 2, + ACTIONS(6254), 4, aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6272), 35, + ACTIONS(6252), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118109,13 +118251,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [60980] = 2, - ACTIONS(6230), 4, - aux_sym_pandoc_span_token1, + [60668] = 4, + ACTIONS(5110), 1, + anon_sym_LBRACE, + STATE(1799), 1, + sym__pandoc_attr_specifier, + ACTIONS(5966), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6228), 35, + ACTIONS(5964), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118137,6 +118281,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, @@ -118147,18 +118292,61 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, - [61024] = 2, - ACTIONS(6234), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [60716] = 4, + ACTIONS(5110), 1, + anon_sym_LBRACE, + STATE(1800), 1, + sym__pandoc_attr_specifier, + ACTIONS(5970), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, + ACTIONS(5968), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - ACTIONS(6232), 35, + [60764] = 2, + ACTIONS(6130), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6128), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -118189,18 +118377,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [61068] = 2, - ACTIONS(6238), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [60808] = 2, + ACTIONS(6134), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6236), 35, + ACTIONS(6132), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -118231,17 +118419,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [61112] = 2, - ACTIONS(6278), 4, + sym__whitespace, + [60852] = 2, + ACTIONS(6258), 4, aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6276), 35, + ACTIONS(6256), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118277,14 +118465,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [61156] = 2, - ACTIONS(6242), 4, - aux_sym_pandoc_span_token1, + [60896] = 2, + ACTIONS(6138), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, + ACTIONS(6136), 37, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - ACTIONS(6240), 35, + [60940] = 2, + ACTIONS(6142), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6140), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -118315,17 +118545,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [61200] = 2, - ACTIONS(6246), 4, + sym__whitespace, + [60984] = 2, + ACTIONS(6262), 4, aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6244), 35, + ACTIONS(6260), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118361,14 +118591,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [61244] = 2, - ACTIONS(6250), 4, - aux_sym_pandoc_span_token1, + [61028] = 2, + ACTIONS(6150), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, + ACTIONS(6148), 37, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - ACTIONS(6248), 35, + [61072] = 2, + ACTIONS(6154), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6152), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -118399,17 +118671,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [61288] = 2, - ACTIONS(6254), 4, + sym__whitespace, + [61116] = 2, + ACTIONS(6266), 4, aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6252), 35, + ACTIONS(6264), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118445,13 +118717,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [61332] = 2, - ACTIONS(6258), 4, + [61160] = 2, + ACTIONS(6270), 4, aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6256), 35, + ACTIONS(6268), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118487,14 +118759,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [61376] = 2, - ACTIONS(6262), 4, - aux_sym_pandoc_span_token1, + [61204] = 2, + ACTIONS(6158), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6260), 35, + ACTIONS(6156), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -118525,17 +118797,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [61420] = 2, - ACTIONS(6266), 4, - aux_sym_pandoc_span_token1, + sym__whitespace, + [61248] = 4, + ACTIONS(4042), 1, + anon_sym_LBRACE, + STATE(2185), 1, + sym__pandoc_attr_specifier, + ACTIONS(5936), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6264), 35, + ACTIONS(5934), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118545,6 +118819,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, @@ -118567,19 +118842,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, - [61464] = 4, - ACTIONS(4108), 1, + sym__whitespace, + [61296] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(2066), 1, + STATE(2186), 1, sym__pandoc_attr_specifier, - ACTIONS(6010), 2, + ACTIONS(5940), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 35, + ACTIONS(5938), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118589,6 +118863,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, @@ -118597,7 +118872,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, @@ -118615,15 +118889,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [61512] = 4, - ACTIONS(4960), 1, + [61344] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(2283), 1, + STATE(2187), 1, sym__pandoc_attr_specifier, - ACTIONS(6010), 2, + ACTIONS(5944), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 35, + ACTIONS(5942), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118633,8 +118907,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, @@ -118659,15 +118933,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [61560] = 4, - ACTIONS(4108), 1, + [61392] = 4, + ACTIONS(5110), 1, anon_sym_LBRACE, - STATE(2081), 1, + STATE(1801), 1, sym__pandoc_attr_specifier, - ACTIONS(6014), 2, + ACTIONS(5974), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6012), 35, + ACTIONS(5972), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118685,11 +118959,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, @@ -118703,15 +118977,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [61608] = 4, - ACTIONS(4108), 1, + [61440] = 4, + ACTIONS(5110), 1, anon_sym_LBRACE, - STATE(2083), 1, + STATE(1802), 1, sym__pandoc_attr_specifier, - ACTIONS(6018), 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6016), 35, + ACTIONS(5976), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118729,11 +119003,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, @@ -118747,15 +119021,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [61656] = 4, - ACTIONS(4108), 1, + [61488] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(2084), 1, + STATE(2188), 1, sym__pandoc_attr_specifier, - ACTIONS(6022), 2, + ACTIONS(5948), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6020), 35, + ACTIONS(5946), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118765,6 +119039,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, @@ -118773,7 +119048,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, @@ -118791,15 +119065,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [61704] = 4, - ACTIONS(4108), 1, + [61536] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(2113), 1, + STATE(2199), 1, sym__pandoc_attr_specifier, - ACTIONS(6026), 2, + ACTIONS(5952), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6024), 35, + ACTIONS(5950), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118809,6 +119083,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, @@ -118817,7 +119092,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, @@ -118835,15 +119109,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [61752] = 4, - ACTIONS(4108), 1, + [61584] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(2214), 1, + STATE(2201), 1, sym__pandoc_attr_specifier, - ACTIONS(6030), 2, + ACTIONS(5956), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6028), 35, + ACTIONS(5954), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118853,6 +119127,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, @@ -118861,7 +119136,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, @@ -118879,15 +119153,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [61800] = 4, - ACTIONS(4108), 1, - anon_sym_LBRACE, - STATE(2215), 1, - sym__pandoc_attr_specifier, - ACTIONS(6034), 2, + [61632] = 2, + ACTIONS(6274), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6032), 35, + sym__whitespace, + ACTIONS(6272), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118905,7 +119177,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, @@ -118920,18 +119191,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [61848] = 4, - ACTIONS(4960), 1, + [61676] = 4, + ACTIONS(6326), 1, anon_sym_LBRACE, - STATE(2080), 1, - sym__pandoc_attr_specifier, - ACTIONS(6002), 2, + STATE(2209), 1, + sym_attribute_specifier, + ACTIONS(5960), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 35, + ACTIONS(5958), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118941,8 +119213,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, @@ -118967,15 +119239,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [61896] = 4, - ACTIONS(4810), 1, + [61724] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(1580), 1, + STATE(2210), 1, sym__pandoc_attr_specifier, - ACTIONS(5936), 2, + ACTIONS(5966), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5934), 35, + ACTIONS(5964), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -118985,6 +119257,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, @@ -118994,7 +119267,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, @@ -119011,15 +119283,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [61944] = 4, - ACTIONS(4810), 1, + [61772] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(1583), 1, + STATE(2211), 1, sym__pandoc_attr_specifier, - ACTIONS(5940), 2, + ACTIONS(5970), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5938), 35, + ACTIONS(5968), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119029,6 +119301,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, @@ -119038,7 +119311,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, @@ -119055,15 +119327,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [61992] = 4, - ACTIONS(4810), 1, + [61820] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(1593), 1, + STATE(2212), 1, sym__pandoc_attr_specifier, - ACTIONS(5944), 2, + ACTIONS(5974), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5942), 35, + ACTIONS(5972), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119073,6 +119345,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, @@ -119082,7 +119355,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, @@ -119099,15 +119371,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [62040] = 4, - ACTIONS(4810), 1, + [61868] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(1598), 1, + STATE(2213), 1, sym__pandoc_attr_specifier, - ACTIONS(5948), 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5946), 35, + ACTIONS(5976), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119117,6 +119389,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, @@ -119126,7 +119399,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, @@ -119143,15 +119415,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [62088] = 4, - ACTIONS(4810), 1, + [61916] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(1640), 1, + STATE(2214), 1, sym__pandoc_attr_specifier, - ACTIONS(5952), 2, + ACTIONS(5982), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5950), 35, + ACTIONS(5980), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119161,6 +119433,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, @@ -119170,7 +119443,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, @@ -119187,15 +119459,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [62136] = 4, - ACTIONS(4810), 1, + [61964] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(1673), 1, + STATE(2215), 1, sym__pandoc_attr_specifier, - ACTIONS(5956), 2, + ACTIONS(5986), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5954), 35, + ACTIONS(5984), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119205,6 +119477,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, @@ -119214,7 +119487,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, @@ -119231,14 +119503,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [62184] = 2, - ACTIONS(6120), 2, + [62012] = 4, + ACTIONS(4042), 1, + anon_sym_LBRACE, + STATE(2216), 1, + sym__pandoc_attr_specifier, + ACTIONS(5990), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6118), 37, - sym__line_ending, + ACTIONS(5988), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119247,6 +119521,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, @@ -119270,18 +119545,17 @@ 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, - [62228] = 4, - ACTIONS(6298), 1, + [62060] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(1694), 1, - sym_attribute_specifier, - ACTIONS(5960), 2, + STATE(2217), 1, + sym__pandoc_attr_specifier, + ACTIONS(5994), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5958), 35, + ACTIONS(5992), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119291,6 +119565,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, @@ -119300,7 +119575,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, @@ -119317,15 +119591,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [62276] = 4, - ACTIONS(4810), 1, + [62108] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, - STATE(1695), 1, + STATE(1719), 1, sym__pandoc_attr_specifier, - ACTIONS(5966), 2, + ACTIONS(5952), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5964), 35, + sym__whitespace, + ACTIONS(5950), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119344,7 +119619,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, @@ -119359,17 +119633,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [62324] = 4, - ACTIONS(4810), 1, + [62156] = 4, + ACTIONS(5110), 1, anon_sym_LBRACE, - STATE(1697), 1, + STATE(1804), 1, sym__pandoc_attr_specifier, - ACTIONS(5970), 2, + ACTIONS(5982), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5968), 35, + ACTIONS(5980), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119388,10 +119662,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, @@ -119405,15 +119679,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [62372] = 4, - ACTIONS(4810), 1, + [62204] = 4, + ACTIONS(5110), 1, anon_sym_LBRACE, - STATE(1711), 1, + STATE(1805), 1, sym__pandoc_attr_specifier, - ACTIONS(5974), 2, + ACTIONS(5986), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5972), 35, + ACTIONS(5984), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119432,10 +119706,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, @@ -119449,15 +119723,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [62420] = 4, - ACTIONS(4810), 1, + [62252] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(1712), 1, + STATE(2222), 1, sym__pandoc_attr_specifier, - ACTIONS(5978), 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 35, + ACTIONS(6000), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119467,6 +119741,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, @@ -119476,7 +119751,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, @@ -119493,15 +119767,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [62468] = 4, - ACTIONS(4810), 1, + [62300] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(1715), 1, + STATE(2223), 1, sym__pandoc_attr_specifier, - ACTIONS(5982), 2, + ACTIONS(6006), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5980), 35, + ACTIONS(6004), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119511,6 +119785,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, @@ -119520,7 +119795,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, @@ -119537,15 +119811,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [62516] = 4, - ACTIONS(4810), 1, + [62348] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(1720), 1, + STATE(2224), 1, sym__pandoc_attr_specifier, - ACTIONS(5986), 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5984), 35, + ACTIONS(6008), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119555,6 +119829,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, @@ -119564,7 +119839,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, @@ -119581,16 +119855,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [62564] = 4, - ACTIONS(4810), 1, - anon_sym_LBRACE, - STATE(1727), 1, - sym__pandoc_attr_specifier, - ACTIONS(5990), 2, + [62396] = 2, + ACTIONS(6162), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5988), 35, + ACTIONS(6160), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119608,7 +119880,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, @@ -119623,17 +119894,18 @@ 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, - [62612] = 4, - ACTIONS(4810), 1, + [62440] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(1730), 1, + STATE(2229), 1, sym__pandoc_attr_specifier, - ACTIONS(5994), 2, + ACTIONS(6014), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5992), 35, + ACTIONS(6012), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119643,6 +119915,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, @@ -119652,7 +119925,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, @@ -119669,15 +119941,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [62660] = 4, - ACTIONS(4810), 1, + [62488] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(1764), 1, + STATE(2230), 1, sym__pandoc_attr_specifier, - ACTIONS(5998), 2, + ACTIONS(6018), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5996), 35, + ACTIONS(6016), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119687,6 +119959,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, @@ -119696,7 +119969,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, @@ -119713,15 +119985,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [62708] = 4, - ACTIONS(4810), 1, + [62536] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(1765), 1, + STATE(2231), 1, sym__pandoc_attr_specifier, - ACTIONS(6002), 2, + ACTIONS(6022), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 35, + ACTIONS(6020), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119731,6 +120003,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, @@ -119740,7 +120013,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, @@ -119757,15 +120029,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [62756] = 4, - ACTIONS(4810), 1, + [62584] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(1767), 1, + STATE(2232), 1, sym__pandoc_attr_specifier, - ACTIONS(6006), 2, + ACTIONS(6026), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6004), 35, + ACTIONS(6024), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119775,6 +120047,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, @@ -119784,7 +120057,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, @@ -119801,15 +120073,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [62804] = 4, - ACTIONS(4810), 1, + [62632] = 4, + ACTIONS(4042), 1, anon_sym_LBRACE, - STATE(1768), 1, + STATE(2238), 1, sym__pandoc_attr_specifier, - ACTIONS(6010), 2, + ACTIONS(6030), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 35, + ACTIONS(6028), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -119819,6 +120091,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, @@ -119828,7 +120101,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, @@ -119845,14 +120117,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [62852] = 2, - ACTIONS(6262), 2, + [62680] = 4, + ACTIONS(4042), 1, + anon_sym_LBRACE, + STATE(2239), 1, + sym__pandoc_attr_specifier, + ACTIONS(6034), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6260), 37, - sym__line_ending, + ACTIONS(6032), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119861,6 +120135,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, @@ -119884,19 +120159,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, - [62896] = 4, - ACTIONS(4810), 1, - anon_sym_LBRACE, - STATE(1770), 1, - sym__pandoc_attr_specifier, - ACTIONS(6014), 2, + [62728] = 2, + ACTIONS(6166), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6012), 35, + ACTIONS(6164), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119914,7 +120186,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, @@ -119929,18 +120200,17 @@ 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, - [62944] = 4, - ACTIONS(4810), 1, - anon_sym_LBRACE, - STATE(1771), 1, - sym__pandoc_attr_specifier, - ACTIONS(6018), 2, + [62772] = 2, + ACTIONS(6170), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6016), 35, + ACTIONS(6168), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -119958,7 +120228,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, @@ -119973,18 +120242,17 @@ 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, - [62992] = 4, - ACTIONS(4810), 1, - anon_sym_LBRACE, - STATE(1772), 1, - sym__pandoc_attr_specifier, - ACTIONS(6022), 2, + [62816] = 2, + ACTIONS(6174), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6020), 35, + ACTIONS(6172), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -120002,7 +120270,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, @@ -120017,17 +120284,18 @@ 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, - [63040] = 4, - ACTIONS(4810), 1, + [62860] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1773), 1, + STATE(2255), 1, sym__pandoc_attr_specifier, - ACTIONS(6026), 2, + ACTIONS(5936), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6024), 35, + ACTIONS(5934), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120038,6 +120306,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, @@ -120046,7 +120315,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, @@ -120063,15 +120331,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63088] = 4, - ACTIONS(4810), 1, + [62908] = 4, + ACTIONS(5110), 1, anon_sym_LBRACE, - STATE(1781), 1, + STATE(1807), 1, sym__pandoc_attr_specifier, - ACTIONS(6030), 2, + ACTIONS(5990), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6028), 35, + ACTIONS(5988), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120090,10 +120358,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, @@ -120107,15 +120375,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63136] = 4, - ACTIONS(4810), 1, + [62956] = 4, + ACTIONS(5110), 1, anon_sym_LBRACE, - STATE(1782), 1, + STATE(1808), 1, sym__pandoc_attr_specifier, - ACTIONS(6034), 2, + ACTIONS(5994), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6032), 35, + ACTIONS(5992), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120134,10 +120402,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, @@ -120151,14 +120419,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63184] = 2, - ACTIONS(6266), 2, + [63004] = 4, + ACTIONS(4108), 1, + anon_sym_LBRACE, + STATE(2256), 1, + sym__pandoc_attr_specifier, + ACTIONS(5940), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6264), 37, - sym__line_ending, + ACTIONS(5938), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -120168,6 +120438,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, @@ -120190,18 +120461,17 @@ 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, - [63228] = 4, - ACTIONS(5110), 1, + [63052] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1803), 1, + STATE(2257), 1, sym__pandoc_attr_specifier, - ACTIONS(5936), 2, + ACTIONS(5944), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5934), 35, + ACTIONS(5942), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120212,6 +120482,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, @@ -120221,7 +120492,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, @@ -120237,15 +120507,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63276] = 4, - ACTIONS(5110), 1, + [63100] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1810), 1, + STATE(2258), 1, sym__pandoc_attr_specifier, - ACTIONS(5940), 2, + ACTIONS(5948), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5938), 35, + ACTIONS(5946), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120256,6 +120526,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, @@ -120265,7 +120536,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, @@ -120281,15 +120551,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63324] = 4, - ACTIONS(5110), 1, + [63148] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1813), 1, + STATE(2269), 1, sym__pandoc_attr_specifier, - ACTIONS(5944), 2, + ACTIONS(5952), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5942), 35, + ACTIONS(5950), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120300,6 +120570,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, @@ -120309,7 +120580,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, @@ -120325,15 +120595,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63372] = 4, - ACTIONS(5110), 1, + [63196] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1816), 1, + STATE(2271), 1, sym__pandoc_attr_specifier, - ACTIONS(5948), 2, + ACTIONS(5956), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5946), 35, + ACTIONS(5954), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120344,6 +120614,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, @@ -120353,7 +120624,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, @@ -120369,15 +120639,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63420] = 4, - ACTIONS(5110), 1, + [63244] = 2, + ACTIONS(6094), 4, + aux_sym_pandoc_span_token1, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + sym__whitespace, + ACTIONS(6092), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + aux_sym_target_token1, + anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - STATE(1829), 1, - sym__pandoc_attr_specifier, - ACTIONS(5952), 2, + anon_sym_PIPE, + [63288] = 4, + ACTIONS(6328), 1, + anon_sym_LBRACE, + STATE(2281), 1, + sym_attribute_specifier, + ACTIONS(5960), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5950), 35, + ACTIONS(5958), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120388,6 +120700,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, @@ -120397,7 +120710,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, @@ -120413,15 +120725,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63468] = 4, - ACTIONS(5110), 1, + [63336] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1833), 1, + STATE(2282), 1, sym__pandoc_attr_specifier, - ACTIONS(5956), 2, + ACTIONS(5966), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5954), 35, + ACTIONS(5964), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120432,6 +120744,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, @@ -120441,7 +120754,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, @@ -120457,15 +120769,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63516] = 4, - ACTIONS(6300), 1, + [63384] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1844), 1, - sym_attribute_specifier, - ACTIONS(5960), 2, + STATE(2283), 1, + sym__pandoc_attr_specifier, + ACTIONS(5970), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5958), 35, + ACTIONS(5968), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120476,6 +120788,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, @@ -120485,7 +120798,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, @@ -120501,15 +120813,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63564] = 4, - ACTIONS(5110), 1, + [63432] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1845), 1, + STATE(2284), 1, sym__pandoc_attr_specifier, - ACTIONS(5966), 2, + ACTIONS(5974), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5964), 35, + ACTIONS(5972), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120520,6 +120832,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, @@ -120529,7 +120842,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, @@ -120545,15 +120857,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63612] = 4, - ACTIONS(5110), 1, + [63480] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1846), 1, + STATE(2285), 1, sym__pandoc_attr_specifier, - ACTIONS(5970), 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5968), 35, + ACTIONS(5976), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120564,6 +120876,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, @@ -120573,7 +120886,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, @@ -120589,15 +120901,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63660] = 4, - ACTIONS(5110), 1, + [63528] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1848), 1, + STATE(2287), 1, sym__pandoc_attr_specifier, - ACTIONS(5974), 2, + ACTIONS(5982), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5972), 35, + ACTIONS(5980), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120608,6 +120920,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, @@ -120617,7 +120930,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, @@ -120633,15 +120945,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63708] = 4, - ACTIONS(5110), 1, + [63576] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1849), 1, + STATE(2288), 1, sym__pandoc_attr_specifier, - ACTIONS(5978), 2, + ACTIONS(5986), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 35, + ACTIONS(5984), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120652,6 +120964,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, @@ -120661,7 +120974,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, @@ -120677,15 +120989,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63756] = 4, - ACTIONS(5110), 1, + [63624] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1857), 1, + STATE(2290), 1, sym__pandoc_attr_specifier, - ACTIONS(5982), 2, + ACTIONS(5990), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5980), 35, + ACTIONS(5988), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120696,6 +121008,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, @@ -120705,7 +121018,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, @@ -120721,15 +121033,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63804] = 4, + [63672] = 4, ACTIONS(5110), 1, anon_sym_LBRACE, - STATE(1871), 1, + STATE(1813), 1, sym__pandoc_attr_specifier, - ACTIONS(5986), 2, + ACTIONS(5998), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5984), 35, + ACTIONS(5996), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120749,9 +121061,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, @@ -120765,15 +121077,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63852] = 4, + [63720] = 4, ACTIONS(5110), 1, anon_sym_LBRACE, - STATE(1873), 1, + STATE(1814), 1, sym__pandoc_attr_specifier, - ACTIONS(5990), 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5988), 35, + ACTIONS(6000), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -120793,9 +121105,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, @@ -120809,10 +121121,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63900] = 4, - ACTIONS(5110), 1, + [63768] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1874), 1, + STATE(2291), 1, sym__pandoc_attr_specifier, ACTIONS(5994), 2, anon_sym_DOLLAR, @@ -120828,6 +121140,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, @@ -120837,7 +121150,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, @@ -120853,10 +121165,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63948] = 4, - ACTIONS(5110), 1, + [63816] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1885), 1, + STATE(2295), 1, sym__pandoc_attr_specifier, ACTIONS(5998), 2, anon_sym_DOLLAR, @@ -120872,6 +121184,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, @@ -120881,7 +121194,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, @@ -120897,10 +121209,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [63996] = 4, - ACTIONS(5110), 1, + [63864] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1886), 1, + STATE(2296), 1, sym__pandoc_attr_specifier, ACTIONS(6002), 2, anon_sym_DOLLAR, @@ -120916,6 +121228,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, @@ -120925,7 +121238,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, @@ -120941,10 +121253,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [64044] = 4, - ACTIONS(5110), 1, + [63912] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1888), 1, + STATE(2297), 1, sym__pandoc_attr_specifier, ACTIONS(6006), 2, anon_sym_DOLLAR, @@ -120960,6 +121272,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, @@ -120969,7 +121282,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, @@ -120985,10 +121297,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [64092] = 4, - ACTIONS(5110), 1, + [63960] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1889), 1, + STATE(2298), 1, sym__pandoc_attr_specifier, ACTIONS(6010), 2, anon_sym_DOLLAR, @@ -121004,6 +121316,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, @@ -121013,7 +121326,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, @@ -121029,14 +121341,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [64140] = 2, - ACTIONS(6302), 2, + [64008] = 2, + ACTIONS(6178), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(2749), 37, + ACTIONS(6176), 37, sym__line_ending, + sym__soft_line_ending, sym__eof, - sym__pipe_table_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -121071,10 +121383,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [64184] = 4, - ACTIONS(5110), 1, + [64052] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1890), 1, + STATE(2304), 1, sym__pandoc_attr_specifier, ACTIONS(6014), 2, anon_sym_DOLLAR, @@ -121090,6 +121402,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, @@ -121099,7 +121412,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, @@ -121115,10 +121427,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [64232] = 4, - ACTIONS(5110), 1, + [64100] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1891), 1, + STATE(2305), 1, sym__pandoc_attr_specifier, ACTIONS(6018), 2, anon_sym_DOLLAR, @@ -121134,6 +121446,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, @@ -121143,7 +121456,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, @@ -121159,10 +121471,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [64280] = 4, - ACTIONS(5110), 1, + [64148] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1892), 1, + STATE(2306), 1, sym__pandoc_attr_specifier, ACTIONS(6022), 2, anon_sym_DOLLAR, @@ -121178,6 +121490,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, @@ -121187,7 +121500,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, @@ -121203,10 +121515,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [64328] = 4, - ACTIONS(5110), 1, + [64196] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1893), 1, + STATE(2307), 1, sym__pandoc_attr_specifier, ACTIONS(6026), 2, anon_sym_DOLLAR, @@ -121222,6 +121534,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, @@ -121231,7 +121544,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, @@ -121247,10 +121559,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [64376] = 4, - ACTIONS(5110), 1, + [64244] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1899), 1, + STATE(2313), 1, sym__pandoc_attr_specifier, ACTIONS(6030), 2, anon_sym_DOLLAR, @@ -121266,6 +121578,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, @@ -121275,7 +121588,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, @@ -121291,10 +121603,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [64424] = 4, - ACTIONS(5110), 1, + [64292] = 4, + ACTIONS(4108), 1, anon_sym_LBRACE, - STATE(1900), 1, + STATE(2314), 1, sym__pandoc_attr_specifier, ACTIONS(6034), 2, anon_sym_DOLLAR, @@ -121310,6 +121622,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, @@ -121319,7 +121632,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, @@ -121335,16 +121647,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [64472] = 4, - ACTIONS(3417), 1, + [64340] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(1923), 1, + STATE(1586), 1, sym__pandoc_attr_specifier, - ACTIONS(5936), 3, + ACTIONS(5936), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, + ACTIONS(5934), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - ACTIONS(5934), 34, + [64388] = 4, + ACTIONS(4320), 1, + anon_sym_LBRACE, + STATE(2329), 1, + sym__pandoc_attr_specifier, + ACTIONS(5936), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(5934), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -121362,6 +121717,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, @@ -121377,18 +121733,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [64520] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [64436] = 4, + ACTIONS(5110), 1, anon_sym_LBRACE, - STATE(1926), 1, + STATE(1815), 1, sym__pandoc_attr_specifier, - ACTIONS(5940), 3, + ACTIONS(6006), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5938), 34, + ACTIONS(6004), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -121410,6 +121765,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, @@ -121421,18 +121777,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [64568] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [64484] = 4, + ACTIONS(5110), 1, anon_sym_LBRACE, - STATE(1929), 1, + STATE(1816), 1, sym__pandoc_attr_specifier, - ACTIONS(5944), 3, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5942), 34, + ACTIONS(6008), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -121454,6 +121809,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, @@ -121465,18 +121821,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [64616] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [64532] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(1932), 1, + STATE(2330), 1, sym__pandoc_attr_specifier, - ACTIONS(5948), 3, + ACTIONS(5940), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5946), 34, + ACTIONS(5938), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -121494,6 +121849,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, @@ -121509,17 +121865,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [64664] = 4, - ACTIONS(4960), 1, + sym__whitespace, + [64580] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(2063), 1, + STATE(2331), 1, sym__pandoc_attr_specifier, - ACTIONS(5998), 2, + ACTIONS(5944), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5996), 35, + ACTIONS(5942), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -121530,7 +121886,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, @@ -121538,6 +121893,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, @@ -121555,16 +121911,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [64712] = 4, - ACTIONS(3417), 1, + [64628] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(1949), 1, + STATE(2332), 1, sym__pandoc_attr_specifier, - ACTIONS(5956), 3, + ACTIONS(5948), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, + ACTIONS(5946), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - ACTIONS(5954), 34, + [64676] = 4, + ACTIONS(4320), 1, + anon_sym_LBRACE, + STATE(2343), 1, + sym__pandoc_attr_specifier, + ACTIONS(5952), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(5950), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -121582,6 +121981,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, @@ -121597,17 +121997,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [64760] = 4, - ACTIONS(4960), 1, + sym__whitespace, + [64724] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(2326), 1, + STATE(2345), 1, sym__pandoc_attr_specifier, - ACTIONS(6014), 2, + ACTIONS(5956), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6012), 35, + ACTIONS(5954), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -121618,7 +122018,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, @@ -121626,6 +122025,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, @@ -121643,16 +122043,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [64808] = 4, - ACTIONS(6304), 1, + [64772] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(1960), 1, - sym_attribute_specifier, - ACTIONS(5960), 3, + STATE(1610), 1, + sym__pandoc_attr_specifier, + ACTIONS(5940), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, + ACTIONS(5938), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - ACTIONS(5958), 34, + [64820] = 4, + ACTIONS(6330), 1, + anon_sym_LBRACE, + STATE(2353), 1, + sym_attribute_specifier, + ACTIONS(5960), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(5958), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -121670,6 +122113,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, @@ -121685,18 +122129,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [64856] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [64868] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(1961), 1, + STATE(2354), 1, sym__pandoc_attr_specifier, - ACTIONS(5966), 3, + ACTIONS(5966), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, + ACTIONS(5964), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - ACTIONS(5964), 34, + [64916] = 2, + ACTIONS(6054), 4, + aux_sym_pandoc_span_token1, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + sym__whitespace, + ACTIONS(6052), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -121728,19 +122213,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, + anon_sym_LBRACE, anon_sym_PIPE, - [64904] = 4, - ACTIONS(3417), 1, + [64960] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(1962), 1, + STATE(2356), 1, sym__pandoc_attr_specifier, - ACTIONS(5970), 3, + ACTIONS(5974), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5968), 34, + ACTIONS(5972), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -121758,6 +122243,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, @@ -121773,18 +122259,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [64952] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [65008] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(1964), 1, + STATE(2357), 1, sym__pandoc_attr_specifier, - ACTIONS(5974), 3, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5972), 34, + ACTIONS(5976), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -121802,6 +122287,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, @@ -121817,18 +122303,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [65000] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [65056] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(1965), 1, + STATE(2358), 1, sym__pandoc_attr_specifier, - ACTIONS(5978), 3, + ACTIONS(5982), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5976), 34, + ACTIONS(5980), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -121846,6 +122331,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, @@ -121861,18 +122347,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [65048] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [65104] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(1967), 1, + STATE(2359), 1, sym__pandoc_attr_specifier, - ACTIONS(5982), 3, + ACTIONS(5986), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5980), 34, + ACTIONS(5984), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -121890,6 +122375,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, @@ -121905,18 +122391,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [65096] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [65152] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(1970), 1, + STATE(2360), 1, sym__pandoc_attr_specifier, - ACTIONS(5986), 3, + ACTIONS(5990), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5984), 34, + ACTIONS(5988), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -121934,6 +122419,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, @@ -121949,18 +122435,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [65144] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [65200] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(1977), 1, + STATE(2361), 1, sym__pandoc_attr_specifier, - ACTIONS(5990), 3, + ACTIONS(5994), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5988), 34, + ACTIONS(5992), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -121978,6 +122463,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, @@ -121993,18 +122479,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [65192] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [65248] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(1980), 1, + STATE(2365), 1, sym__pandoc_attr_specifier, - ACTIONS(5994), 3, + ACTIONS(5998), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5992), 34, + ACTIONS(5996), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -122022,6 +122507,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, @@ -122037,18 +122523,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [65240] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [65296] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(1985), 1, + STATE(2366), 1, sym__pandoc_attr_specifier, - ACTIONS(5998), 3, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5996), 34, + ACTIONS(6000), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -122066,6 +122551,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, @@ -122081,18 +122567,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [65288] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [65344] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(1986), 1, + STATE(2367), 1, sym__pandoc_attr_specifier, - ACTIONS(6002), 3, + ACTIONS(6006), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6000), 34, + ACTIONS(6004), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -122110,6 +122595,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, @@ -122125,18 +122611,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [65336] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [65392] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(1988), 1, + STATE(2368), 1, sym__pandoc_attr_specifier, - ACTIONS(6006), 3, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6004), 34, + ACTIONS(6008), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -122154,6 +122639,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, @@ -122169,19 +122655,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [65384] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [65440] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(1989), 1, + STATE(1615), 1, sym__pandoc_attr_specifier, - ACTIONS(6010), 3, + ACTIONS(5944), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6008), 34, - sym__soft_line_ending, + ACTIONS(5942), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122207,22 +122692,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [65432] = 2, - ACTIONS(6124), 2, + sym__whitespace, + [65488] = 4, + ACTIONS(4320), 1, + anon_sym_LBRACE, + STATE(2373), 1, + sym__pandoc_attr_specifier, + ACTIONS(6014), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6122), 37, - sym__line_ending, + ACTIONS(6012), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122239,6 +122727,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, @@ -122254,19 +122743,17 @@ 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, - [65476] = 4, - ACTIONS(3417), 1, + [65536] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(1991), 1, + STATE(2374), 1, sym__pandoc_attr_specifier, - ACTIONS(6014), 3, + ACTIONS(6018), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6012), 34, + ACTIONS(6016), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -122284,6 +122771,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, @@ -122299,18 +122787,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [65524] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [65584] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(2003), 1, + STATE(2375), 1, sym__pandoc_attr_specifier, - ACTIONS(6018), 3, + ACTIONS(6022), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6016), 34, + ACTIONS(6020), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -122328,6 +122815,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, @@ -122343,18 +122831,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [65572] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [65632] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(2004), 1, + STATE(2376), 1, sym__pandoc_attr_specifier, - ACTIONS(6022), 3, + ACTIONS(6026), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6020), 34, + ACTIONS(6024), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -122372,6 +122859,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, @@ -122387,18 +122875,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [65620] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [65680] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(2005), 1, + STATE(2382), 1, sym__pandoc_attr_specifier, - ACTIONS(6026), 3, + ACTIONS(6030), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6024), 34, + ACTIONS(6028), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -122416,6 +122903,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, @@ -122431,18 +122919,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [65668] = 4, - ACTIONS(3417), 1, + sym__whitespace, + [65728] = 4, + ACTIONS(4320), 1, anon_sym_LBRACE, - STATE(2019), 1, + STATE(2383), 1, sym__pandoc_attr_specifier, - ACTIONS(6030), 3, + ACTIONS(6034), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6028), 34, + ACTIONS(6032), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -122460,6 +122947,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, @@ -122475,17 +122963,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, anon_sym_PIPE, - [65716] = 4, - ACTIONS(3019), 1, + sym__whitespace, + [65776] = 4, + ACTIONS(3011), 1, anon_sym_LBRACE, - STATE(1995), 1, + STATE(1618), 1, sym__pandoc_attr_specifier, - ACTIONS(6026), 2, + ACTIONS(5948), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6024), 35, + ACTIONS(5946), 35, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -122521,14 +123009,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [65764] = 2, - ACTIONS(6258), 2, + [65824] = 4, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1546), 1, + sym__pandoc_attr_specifier, + ACTIONS(5936), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6256), 37, - sym__line_ending, + ACTIONS(5934), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122546,6 +123036,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, @@ -122560,19 +123051,18 @@ 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, - [65808] = 4, - ACTIONS(3019), 1, + [65872] = 4, + ACTIONS(4472), 1, anon_sym_LBRACE, - STATE(2001), 1, + STATE(1547), 1, sym__pandoc_attr_specifier, - ACTIONS(6030), 2, + ACTIONS(5940), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6028), 35, - sym__line_ending, + ACTIONS(5938), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122590,6 +123080,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, @@ -122598,7 +123089,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -122607,16 +123097,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [65856] = 4, - ACTIONS(3019), 1, + [65920] = 4, + ACTIONS(4472), 1, anon_sym_LBRACE, - STATE(2002), 1, + STATE(1548), 1, sym__pandoc_attr_specifier, - ACTIONS(6034), 2, + ACTIONS(5944), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6032), 35, - sym__line_ending, + ACTIONS(5942), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122634,6 +123124,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, @@ -122642,7 +123133,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -122651,14 +123141,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [65904] = 2, - ACTIONS(6226), 2, + [65968] = 4, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1549), 1, + sym__pandoc_attr_specifier, + ACTIONS(5948), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6224), 37, - sym__line_ending, + ACTIONS(5946), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122676,6 +123168,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, @@ -122690,17 +123183,18 @@ 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, - [65948] = 2, - ACTIONS(6274), 2, + [66016] = 4, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1560), 1, + sym__pandoc_attr_specifier, + ACTIONS(5952), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6272), 37, - sym__line_ending, + ACTIONS(5950), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122718,6 +123212,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, @@ -122732,17 +123227,18 @@ 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, - [65992] = 2, - ACTIONS(6230), 2, + [66064] = 4, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1562), 1, + sym__pandoc_attr_specifier, + ACTIONS(5956), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6228), 37, - sym__line_ending, + ACTIONS(5954), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122760,6 +123256,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, @@ -122774,17 +123271,18 @@ 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, - [66036] = 2, - ACTIONS(6234), 2, + [66112] = 4, + ACTIONS(3011), 1, + anon_sym_LBRACE, + STATE(1657), 1, + sym__pandoc_attr_specifier, + ACTIONS(5952), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6232), 37, + ACTIONS(5950), 35, sym__line_ending, - sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122810,67 +123308,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [66080] = 4, - ACTIONS(3417), 1, + [66160] = 4, + ACTIONS(6332), 1, anon_sym_LBRACE, - STATE(2022), 1, - sym__pandoc_attr_specifier, - ACTIONS(6034), 3, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6032), 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, - anon_sym_PIPE, - [66128] = 2, - ACTIONS(6238), 2, + STATE(1570), 1, + sym_attribute_specifier, + ACTIONS(5960), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6236), 37, - sym__line_ending, + ACTIONS(5958), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122888,6 +123344,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, @@ -122902,17 +123359,18 @@ 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, - [66172] = 2, - ACTIONS(6278), 2, + [66208] = 4, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1571), 1, + sym__pandoc_attr_specifier, + ACTIONS(5966), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6276), 37, - sym__line_ending, + ACTIONS(5964), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -122930,6 +123388,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, @@ -122944,59 +123403,18 @@ 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, - [66216] = 2, - ACTIONS(6308), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6306), 37, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, + [66256] = 4, + ACTIONS(4472), 1, anon_sym_LBRACE, - anon_sym_PIPE, - sym__whitespace, - [66260] = 2, - ACTIONS(6242), 2, + STATE(1572), 1, + sym__pandoc_attr_specifier, + ACTIONS(5970), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6240), 37, - sym__line_ending, + ACTIONS(5968), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123014,6 +123432,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, @@ -123028,17 +123447,18 @@ 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, - [66304] = 2, - ACTIONS(6312), 2, + [66304] = 4, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1573), 1, + sym__pandoc_attr_specifier, + ACTIONS(5974), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6310), 37, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, + ACTIONS(5972), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123056,6 +123476,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, @@ -123070,18 +123491,17 @@ 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, - [66348] = 4, - ACTIONS(5360), 1, + [66352] = 4, + ACTIONS(4472), 1, anon_sym_LBRACE, - STATE(2052), 1, + STATE(1574), 1, sym__pandoc_attr_specifier, - ACTIONS(5936), 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5934), 35, + ACTIONS(5976), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -123100,10 +123520,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, @@ -123117,14 +123537,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [66396] = 2, - ACTIONS(6294), 2, + [66400] = 4, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1575), 1, + sym__pandoc_attr_specifier, + ACTIONS(5982), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6292), 37, - sym__line_ending, + ACTIONS(5980), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123142,6 +123564,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, @@ -123156,18 +123579,17 @@ 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, - [66440] = 4, - ACTIONS(5360), 1, + [66448] = 4, + ACTIONS(4472), 1, anon_sym_LBRACE, - STATE(2058), 1, + STATE(1576), 1, sym__pandoc_attr_specifier, - ACTIONS(5940), 2, + ACTIONS(5986), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5938), 35, + ACTIONS(5984), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -123186,10 +123608,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, @@ -123203,14 +123625,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [66488] = 2, - ACTIONS(6246), 2, + [66496] = 4, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1577), 1, + sym__pandoc_attr_specifier, + ACTIONS(5990), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6244), 37, - sym__line_ending, + ACTIONS(5988), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123228,6 +123652,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, @@ -123242,18 +123667,17 @@ 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, - [66532] = 4, - ACTIONS(5360), 1, + [66544] = 4, + ACTIONS(4472), 1, anon_sym_LBRACE, - STATE(2061), 1, + STATE(1578), 1, sym__pandoc_attr_specifier, - ACTIONS(5944), 2, + ACTIONS(5994), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5942), 35, + ACTIONS(5992), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -123272,10 +123696,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, @@ -123289,15 +123713,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [66580] = 4, - ACTIONS(5360), 1, + [66592] = 4, + ACTIONS(4472), 1, anon_sym_LBRACE, - STATE(2064), 1, + STATE(1582), 1, sym__pandoc_attr_specifier, - ACTIONS(5948), 2, + ACTIONS(5998), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5946), 35, + ACTIONS(5996), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -123316,10 +123740,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, @@ -123333,15 +123757,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [66628] = 4, - ACTIONS(5360), 1, + [66640] = 4, + ACTIONS(4472), 1, anon_sym_LBRACE, - STATE(2077), 1, + STATE(1583), 1, sym__pandoc_attr_specifier, - ACTIONS(5952), 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5950), 35, + ACTIONS(6000), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -123360,10 +123784,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, @@ -123377,15 +123801,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [66676] = 4, - ACTIONS(5360), 1, + [66688] = 4, + ACTIONS(4472), 1, anon_sym_LBRACE, - STATE(2082), 1, + STATE(1584), 1, sym__pandoc_attr_specifier, - ACTIONS(5956), 2, + ACTIONS(6006), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5954), 35, + ACTIONS(6004), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -123404,10 +123828,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, @@ -123421,14 +123845,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [66724] = 2, - ACTIONS(6046), 2, + [66736] = 4, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1585), 1, + sym__pandoc_attr_specifier, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6044), 37, - sym__line_ending, + ACTIONS(6008), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123446,6 +123872,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, @@ -123460,17 +123887,18 @@ 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, - [66768] = 2, - ACTIONS(6050), 2, + [66784] = 4, + ACTIONS(3011), 1, + anon_sym_LBRACE, + STATE(1670), 1, + sym__pandoc_attr_specifier, + ACTIONS(5956), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6048), 37, + ACTIONS(5954), 35, sym__line_ending, - sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123496,23 +123924,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [66812] = 2, - ACTIONS(6054), 2, + [66832] = 4, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1591), 1, + sym__pandoc_attr_specifier, + ACTIONS(6014), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6052), 37, - sym__line_ending, + ACTIONS(6012), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123530,6 +123960,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, @@ -123544,17 +123975,18 @@ 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, - [66856] = 2, - ACTIONS(6058), 2, + [66880] = 4, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1592), 1, + sym__pandoc_attr_specifier, + ACTIONS(6018), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6056), 37, - sym__line_ending, + ACTIONS(6016), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123572,6 +124004,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, @@ -123586,17 +124019,18 @@ 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, - [66900] = 2, - ACTIONS(6042), 2, + [66928] = 4, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1593), 1, + sym__pandoc_attr_specifier, + ACTIONS(6022), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6040), 37, - sym__line_ending, + ACTIONS(6020), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123614,6 +124048,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, @@ -123628,17 +124063,18 @@ 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, - [66944] = 2, - ACTIONS(6254), 2, + [66976] = 4, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1594), 1, + sym__pandoc_attr_specifier, + ACTIONS(6026), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6252), 37, - sym__line_ending, + ACTIONS(6024), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123656,6 +124092,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, @@ -123670,17 +124107,18 @@ 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, - [66988] = 2, - ACTIONS(6062), 2, + [67024] = 4, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1600), 1, + sym__pandoc_attr_specifier, + ACTIONS(6030), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6060), 37, - sym__line_ending, + ACTIONS(6028), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123698,6 +124136,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, @@ -123712,17 +124151,18 @@ 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, - [67032] = 2, - ACTIONS(6128), 2, + [67072] = 4, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1601), 1, + sym__pandoc_attr_specifier, + ACTIONS(6034), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6126), 37, - sym__line_ending, + ACTIONS(6032), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123740,6 +124180,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, @@ -123754,14 +124195,13 @@ 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, - [67076] = 2, - ACTIONS(6132), 2, + [67120] = 2, + ACTIONS(6182), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6130), 37, + ACTIONS(6180), 37, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -123799,11 +124239,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [67120] = 2, - ACTIONS(6136), 2, + [67164] = 4, + ACTIONS(4864), 1, + anon_sym_LBRACE, + STATE(1619), 1, + sym__pandoc_attr_specifier, + ACTIONS(5936), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(5934), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, + sym__whitespace, + [67212] = 2, + ACTIONS(6046), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6134), 37, + ACTIONS(6044), 37, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -123841,15 +124325,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [67164] = 4, - ACTIONS(6314), 1, + [67256] = 4, + ACTIONS(5110), 1, anon_sym_LBRACE, - STATE(2109), 1, - sym_attribute_specifier, - ACTIONS(5960), 2, + STATE(1822), 1, + sym__pandoc_attr_specifier, + ACTIONS(6014), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5958), 35, + ACTIONS(6012), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -123885,14 +124369,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [67212] = 2, - ACTIONS(6140), 2, + [67304] = 4, + ACTIONS(5110), 1, + anon_sym_LBRACE, + STATE(1823), 1, + sym__pandoc_attr_specifier, + ACTIONS(6018), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6138), 37, - sym__line_ending, + ACTIONS(6016), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123913,6 +124399,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, @@ -123924,17 +124411,18 @@ 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, - [67256] = 2, - ACTIONS(6144), 2, + [67352] = 4, + ACTIONS(4864), 1, + anon_sym_LBRACE, + STATE(2392), 1, + sym__pandoc_attr_specifier, + ACTIONS(5940), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6142), 37, - sym__line_ending, + ACTIONS(5938), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -123953,6 +124441,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, @@ -123966,18 +124455,17 @@ 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, - [67300] = 4, - ACTIONS(5360), 1, + [67400] = 4, + ACTIONS(5110), 1, anon_sym_LBRACE, - STATE(2110), 1, + STATE(1824), 1, sym__pandoc_attr_specifier, - ACTIONS(5966), 2, + ACTIONS(6022), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5964), 35, + ACTIONS(6020), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124013,14 +124501,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [67348] = 2, - ACTIONS(6148), 2, + [67448] = 4, + ACTIONS(5110), 1, + anon_sym_LBRACE, + STATE(1825), 1, + sym__pandoc_attr_specifier, + ACTIONS(6026), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6146), 37, - sym__line_ending, + ACTIONS(6024), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -124041,6 +124531,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, @@ -124052,17 +124543,18 @@ 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, - [67392] = 2, - ACTIONS(6038), 2, + [67496] = 4, + ACTIONS(5110), 1, + anon_sym_LBRACE, + STATE(1831), 1, + sym__pandoc_attr_specifier, + ACTIONS(6030), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6036), 37, - sym__line_ending, + ACTIONS(6028), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -124083,6 +124575,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, @@ -124094,18 +124587,17 @@ 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, - [67436] = 4, - ACTIONS(5360), 1, + [67544] = 4, + ACTIONS(5110), 1, anon_sym_LBRACE, - STATE(2112), 1, + STATE(1832), 1, sym__pandoc_attr_specifier, - ACTIONS(5970), 2, + ACTIONS(6034), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5968), 35, + ACTIONS(6032), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124141,14 +124633,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [67484] = 2, - ACTIONS(6154), 2, + [67592] = 2, + ACTIONS(6058), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6152), 37, - sym__line_ending, + sym__whitespace, + ACTIONS(6056), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -124179,18 +124671,20 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [67528] = 2, - ACTIONS(6158), 2, + [67636] = 4, + ACTIONS(4864), 1, + anon_sym_LBRACE, + STATE(1622), 1, + sym__pandoc_attr_specifier, + ACTIONS(5944), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6156), 37, - sym__line_ending, + ACTIONS(5942), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -124209,6 +124703,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, @@ -124222,19 +124717,18 @@ 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, - [67572] = 4, - ACTIONS(3019), 1, + [67684] = 4, + ACTIONS(4864), 1, anon_sym_LBRACE, - STATE(2130), 1, + STATE(1624), 1, sym__pandoc_attr_specifier, - ACTIONS(5936), 2, + ACTIONS(5948), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5934), 35, - sym__line_ending, + ACTIONS(5946), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -124253,6 +124747,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, @@ -124260,7 +124755,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -124269,16 +124763,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [67620] = 4, - ACTIONS(3019), 1, + [67732] = 4, + ACTIONS(4864), 1, anon_sym_LBRACE, - STATE(2135), 1, + STATE(1637), 1, sym__pandoc_attr_specifier, - ACTIONS(5940), 2, + ACTIONS(5952), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5938), 35, - sym__line_ending, + ACTIONS(5950), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -124297,6 +124791,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, @@ -124304,7 +124799,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -124313,16 +124807,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [67668] = 4, - ACTIONS(3019), 1, + [67780] = 4, + ACTIONS(4864), 1, anon_sym_LBRACE, - STATE(2160), 1, + STATE(1641), 1, sym__pandoc_attr_specifier, - ACTIONS(5944), 2, + ACTIONS(5956), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5942), 35, - sym__line_ending, + ACTIONS(5954), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -124341,6 +124835,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, @@ -124348,7 +124843,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -124357,16 +124851,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [67716] = 4, - ACTIONS(3019), 1, + [67828] = 2, + ACTIONS(6062), 4, + aux_sym_pandoc_span_token1, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + sym__whitespace, + ACTIONS(6060), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + aux_sym_target_token1, + anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - STATE(2163), 1, - sym__pandoc_attr_specifier, - ACTIONS(5948), 2, + anon_sym_PIPE, + [67872] = 4, + ACTIONS(6334), 1, + anon_sym_LBRACE, + STATE(1652), 1, + sym_attribute_specifier, + ACTIONS(5960), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5946), 35, - sym__line_ending, + ACTIONS(5958), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -124385,6 +124921,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, @@ -124392,7 +124929,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -124401,16 +124937,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [67764] = 4, - ACTIONS(3095), 1, + [67920] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2085), 1, + STATE(1853), 1, sym__pandoc_attr_specifier, - ACTIONS(5936), 3, + ACTIONS(5936), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5934), 34, + ACTIONS(5934), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124433,6 +124968,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, @@ -124443,18 +124979,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_PIPE, - [67812] = 4, - ACTIONS(3095), 1, + sym__whitespace, + [67968] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2088), 1, + STATE(1855), 1, sym__pandoc_attr_specifier, - ACTIONS(5940), 3, + ACTIONS(5940), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5938), 34, + ACTIONS(5938), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124477,6 +125012,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, @@ -124487,18 +125023,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_PIPE, - [67860] = 4, - ACTIONS(3095), 1, + sym__whitespace, + [68016] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2091), 1, + STATE(1858), 1, sym__pandoc_attr_specifier, - ACTIONS(5944), 3, + ACTIONS(5944), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5942), 34, + ACTIONS(5942), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124521,6 +125056,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, @@ -124531,18 +125067,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_PIPE, - [67908] = 4, - ACTIONS(3095), 1, + sym__whitespace, + [68064] = 4, + ACTIONS(4864), 1, anon_sym_LBRACE, - STATE(2094), 1, + STATE(1653), 1, sym__pandoc_attr_specifier, - ACTIONS(5948), 3, + ACTIONS(5966), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5946), 34, + ACTIONS(5964), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124562,6 +125097,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, @@ -124575,18 +125111,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_PIPE, - [67956] = 4, - ACTIONS(3095), 1, + sym__whitespace, + [68112] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2107), 1, + STATE(1860), 1, sym__pandoc_attr_specifier, - ACTIONS(5952), 3, + ACTIONS(5948), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5950), 34, + ACTIONS(5946), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124609,6 +125144,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, @@ -124619,18 +125155,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_PIPE, - [68004] = 4, - ACTIONS(3095), 1, + sym__whitespace, + [68160] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2111), 1, + STATE(1873), 1, sym__pandoc_attr_specifier, - ACTIONS(5956), 3, + ACTIONS(5952), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5954), 34, + ACTIONS(5950), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124653,6 +125188,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, @@ -124663,105 +125199,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_PIPE, - [68052] = 4, - ACTIONS(3019), 1, - anon_sym_LBRACE, - STATE(2187), 1, - sym__pandoc_attr_specifier, - ACTIONS(5952), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(5950), 35, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [68100] = 4, - ACTIONS(3019), 1, + [68208] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2191), 1, + STATE(1875), 1, sym__pandoc_attr_specifier, ACTIONS(5956), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, ACTIONS(5954), 35, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [68148] = 4, - ACTIONS(5360), 1, - anon_sym_LBRACE, - STATE(2116), 1, - sym__pandoc_attr_specifier, - ACTIONS(5974), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(5972), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124783,8 +125231,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, @@ -124797,14 +125245,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [68196] = 2, - ACTIONS(6162), 2, + [68256] = 2, + ACTIONS(6010), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6160), 37, - sym__line_ending, + sym__whitespace, + ACTIONS(6008), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -124835,19 +125283,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [68240] = 4, - ACTIONS(5360), 1, + [68300] = 4, + ACTIONS(6336), 1, anon_sym_LBRACE, - STATE(2117), 1, - sym__pandoc_attr_specifier, - ACTIONS(5978), 2, + STATE(1884), 1, + sym_attribute_specifier, + ACTIONS(5960), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 35, + ACTIONS(5958), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -124869,8 +125317,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, @@ -124883,14 +125331,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [68288] = 2, - ACTIONS(6284), 2, + [68348] = 4, + ACTIONS(4864), 1, + anon_sym_LBRACE, + STATE(1654), 1, + sym__pandoc_attr_specifier, + ACTIONS(5970), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6282), 37, - sym__line_ending, + ACTIONS(5968), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -124909,6 +125359,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, @@ -124922,17 +125373,18 @@ 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, - [68332] = 2, - ACTIONS(6166), 2, + [68396] = 4, + ACTIONS(4864), 1, + anon_sym_LBRACE, + STATE(1655), 1, + sym__pandoc_attr_specifier, + ACTIONS(5974), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6164), 37, - sym__line_ending, + ACTIONS(5972), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -124951,6 +125403,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, @@ -124964,17 +125417,18 @@ 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, - [68376] = 2, - ACTIONS(6170), 2, + [68444] = 4, + ACTIONS(4864), 1, + anon_sym_LBRACE, + STATE(1656), 1, + sym__pandoc_attr_specifier, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6168), 37, - sym__line_ending, + ACTIONS(5976), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -124993,6 +125447,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, @@ -125006,17 +125461,18 @@ 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, - [68420] = 2, - ACTIONS(6174), 2, + [68492] = 4, + ACTIONS(4864), 1, + anon_sym_LBRACE, + STATE(1658), 1, + sym__pandoc_attr_specifier, + ACTIONS(5982), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6172), 37, - sym__line_ending, + ACTIONS(5980), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -125035,6 +125491,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, @@ -125048,18 +125505,17 @@ 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, - [68464] = 4, - ACTIONS(5360), 1, + [68540] = 4, + ACTIONS(4864), 1, anon_sym_LBRACE, - STATE(2120), 1, + STATE(1659), 1, sym__pandoc_attr_specifier, - ACTIONS(5982), 2, + ACTIONS(5986), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5980), 35, + ACTIONS(5984), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125079,9 +125535,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, @@ -125095,14 +125551,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [68512] = 2, - ACTIONS(6178), 2, + [68588] = 4, + ACTIONS(4864), 1, + anon_sym_LBRACE, + STATE(1661), 1, + sym__pandoc_attr_specifier, + ACTIONS(5990), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6176), 37, - sym__line_ending, + ACTIONS(5988), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -125121,6 +125579,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, @@ -125134,17 +125593,18 @@ 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, - [68556] = 2, - ACTIONS(6182), 2, + [68636] = 4, + ACTIONS(5262), 1, + anon_sym_LBRACE, + STATE(1885), 1, + sym__pandoc_attr_specifier, + ACTIONS(5966), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6180), 37, - sym__line_ending, + ACTIONS(5964), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -125166,6 +125626,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, @@ -125176,18 +125637,17 @@ 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, - [68600] = 4, - ACTIONS(5360), 1, + [68684] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2121), 1, + STATE(1886), 1, sym__pandoc_attr_specifier, - ACTIONS(5986), 2, + ACTIONS(5970), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5984), 35, + ACTIONS(5968), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125209,8 +125669,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, @@ -125223,15 +125683,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [68648] = 4, - ACTIONS(5360), 1, + [68732] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2123), 1, + STATE(1888), 1, sym__pandoc_attr_specifier, - ACTIONS(5990), 2, + ACTIONS(5974), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5988), 35, + ACTIONS(5972), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125253,8 +125713,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, @@ -125267,14 +125727,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [68696] = 2, - ACTIONS(5978), 2, + [68780] = 4, + ACTIONS(4864), 1, + anon_sym_LBRACE, + STATE(1662), 1, + sym__pandoc_attr_specifier, + ACTIONS(5994), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 37, - sym__line_ending, + ACTIONS(5992), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -125293,6 +125755,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, @@ -125306,18 +125769,17 @@ 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, - [68740] = 4, - ACTIONS(5360), 1, + [68828] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2124), 1, + STATE(1889), 1, sym__pandoc_attr_specifier, - ACTIONS(5994), 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5992), 35, + ACTIONS(5976), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125339,8 +125801,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, @@ -125353,15 +125815,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [68788] = 4, - ACTIONS(5360), 1, + [68876] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2129), 1, + STATE(1890), 1, sym__pandoc_attr_specifier, - ACTIONS(5998), 2, + ACTIONS(5982), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5996), 35, + ACTIONS(5980), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125383,8 +125845,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, @@ -125397,14 +125859,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [68836] = 2, - ACTIONS(6068), 2, + [68924] = 4, + ACTIONS(5262), 1, + anon_sym_LBRACE, + STATE(1891), 1, + sym__pandoc_attr_specifier, + ACTIONS(5986), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6066), 37, - sym__line_ending, + ACTIONS(5984), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -125426,6 +125890,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, @@ -125436,18 +125901,17 @@ 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, - [68880] = 4, - ACTIONS(5360), 1, + [68972] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2131), 1, + STATE(1892), 1, sym__pandoc_attr_specifier, - ACTIONS(6002), 2, + ACTIONS(5990), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 35, + ACTIONS(5988), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125469,8 +125933,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, @@ -125483,15 +125947,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [68928] = 4, - ACTIONS(5360), 1, + [69020] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2136), 1, + STATE(1893), 1, sym__pandoc_attr_specifier, - ACTIONS(6006), 2, + ACTIONS(5994), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6004), 35, + ACTIONS(5992), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125513,8 +125977,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, @@ -125527,14 +125991,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [68976] = 2, - ACTIONS(6072), 2, + [69068] = 4, + ACTIONS(5262), 1, + anon_sym_LBRACE, + STATE(1897), 1, + sym__pandoc_attr_specifier, + ACTIONS(5998), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6070), 37, - sym__line_ending, + ACTIONS(5996), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -125556,6 +126022,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, @@ -125566,18 +126033,17 @@ 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, - [69020] = 4, - ACTIONS(5360), 1, + [69116] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2140), 1, + STATE(1898), 1, sym__pandoc_attr_specifier, - ACTIONS(6010), 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 35, + ACTIONS(6000), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125599,8 +126065,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, @@ -125613,15 +126079,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [69068] = 4, - ACTIONS(5360), 1, + [69164] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2146), 1, + STATE(1899), 1, sym__pandoc_attr_specifier, - ACTIONS(6014), 2, + ACTIONS(6006), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6012), 35, + ACTIONS(6004), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125643,8 +126109,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, @@ -125657,14 +126123,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [69116] = 2, - ACTIONS(6076), 2, + [69212] = 4, + ACTIONS(4864), 1, + anon_sym_LBRACE, + STATE(1666), 1, + sym__pandoc_attr_specifier, + ACTIONS(5998), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6074), 37, - sym__line_ending, + ACTIONS(5996), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -125683,6 +126151,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, @@ -125696,18 +126165,17 @@ 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, - [69160] = 4, - ACTIONS(5360), 1, + [69260] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2149), 1, + STATE(1900), 1, sym__pandoc_attr_specifier, - ACTIONS(6018), 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6016), 35, + ACTIONS(6008), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125729,8 +126197,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, @@ -125743,53 +126211,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [69208] = 2, - ACTIONS(6080), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6078), 37, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - anon_sym_PIPE, - sym__whitespace, - [69252] = 2, - ACTIONS(6084), 2, + [69308] = 2, + ACTIONS(6054), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6082), 37, + ACTIONS(6052), 37, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -125827,60 +126253,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [69296] = 4, - ACTIONS(6316), 1, - anon_sym_LBRACE, - STATE(2137), 1, - sym_attribute_specifier, - ACTIONS(5960), 3, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5958), 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, - anon_sym_PIPE, - [69344] = 4, - ACTIONS(3095), 1, + [69352] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2138), 1, + STATE(1905), 1, sym__pandoc_attr_specifier, - ACTIONS(5966), 3, + ACTIONS(6014), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5964), 34, + ACTIONS(6012), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125903,6 +126284,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, @@ -125913,18 +126295,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_PIPE, - [69392] = 4, - ACTIONS(3095), 1, + sym__whitespace, + [69400] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2139), 1, + STATE(1906), 1, sym__pandoc_attr_specifier, - ACTIONS(5970), 3, + ACTIONS(6018), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5968), 34, + ACTIONS(6016), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125947,6 +126328,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, @@ -125957,18 +126339,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_PIPE, - [69440] = 4, - ACTIONS(3095), 1, + sym__whitespace, + [69448] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2141), 1, + STATE(1907), 1, sym__pandoc_attr_specifier, - ACTIONS(5974), 3, + ACTIONS(6022), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5972), 34, + ACTIONS(6020), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -125991,6 +126372,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, @@ -126001,18 +126383,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_PIPE, - [69488] = 4, - ACTIONS(3095), 1, + sym__whitespace, + [69496] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2142), 1, + STATE(1908), 1, sym__pandoc_attr_specifier, - ACTIONS(5978), 3, + ACTIONS(6026), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5976), 34, + ACTIONS(6024), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126035,6 +126416,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, @@ -126045,18 +126427,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_PIPE, - [69536] = 4, - ACTIONS(3095), 1, + sym__whitespace, + [69544] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2144), 1, + STATE(1914), 1, sym__pandoc_attr_specifier, - ACTIONS(5982), 3, + ACTIONS(6030), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5980), 34, + ACTIONS(6028), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126079,6 +126460,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, @@ -126089,18 +126471,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_PIPE, - [69584] = 4, - ACTIONS(3095), 1, + sym__whitespace, + [69592] = 4, + ACTIONS(5262), 1, anon_sym_LBRACE, - STATE(2145), 1, + STATE(1915), 1, sym__pandoc_attr_specifier, - ACTIONS(5986), 3, + ACTIONS(6034), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5984), 34, + ACTIONS(6032), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126123,6 +126504,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, @@ -126133,18 +126515,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_PIPE, - [69632] = 4, - ACTIONS(3095), 1, + sym__whitespace, + [69640] = 4, + ACTIONS(4864), 1, anon_sym_LBRACE, - STATE(2147), 1, + STATE(1667), 1, sym__pandoc_attr_specifier, - ACTIONS(5990), 3, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5988), 34, + ACTIONS(6000), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126164,6 +126545,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, @@ -126177,18 +126559,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_PIPE, - [69680] = 4, - ACTIONS(3095), 1, + sym__whitespace, + [69688] = 4, + ACTIONS(3417), 1, anon_sym_LBRACE, - STATE(2148), 1, + STATE(1721), 1, sym__pandoc_attr_specifier, - ACTIONS(5994), 3, + ACTIONS(5956), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(5992), 34, + ACTIONS(5954), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126221,18 +126603,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, + aux_sym_inline_note_token1, anon_sym_PIPE, - [69728] = 4, - ACTIONS(3095), 1, - anon_sym_LBRACE, - STATE(2154), 1, - sym__pandoc_attr_specifier, - ACTIONS(5998), 3, + [69736] = 2, + ACTIONS(6066), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(5996), 34, + ACTIONS(6064), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126264,20 +126643,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, - anon_sym_PIPE, - [69776] = 4, - ACTIONS(3095), 1, anon_sym_LBRACE, - STATE(2155), 1, - sym__pandoc_attr_specifier, - ACTIONS(6002), 3, + anon_sym_PIPE, + [69780] = 2, + ACTIONS(6058), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6000), 34, + ACTIONS(6056), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -126309,18 +126686,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, anon_sym_PIPE, + sym__whitespace, [69824] = 4, - ACTIONS(3095), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(2157), 1, + STATE(1931), 1, sym__pandoc_attr_specifier, - ACTIONS(6006), 3, + ACTIONS(5936), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6004), 34, + ACTIONS(5934), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126344,6 +126721,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, @@ -126353,18 +126731,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_PIPE, + sym__whitespace, [69872] = 4, - ACTIONS(3095), 1, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(2158), 1, + STATE(1932), 1, sym__pandoc_attr_specifier, - ACTIONS(6010), 3, + ACTIONS(5940), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6008), 34, + ACTIONS(5938), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -126388,6 +126765,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, @@ -126397,16 +126775,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_PIPE, - [69920] = 2, - ACTIONS(6088), 2, + sym__whitespace, + [69920] = 4, + ACTIONS(4804), 1, + anon_sym_LBRACE, + STATE(1933), 1, + sym__pandoc_attr_specifier, + ACTIONS(5944), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6086), 37, - sym__line_ending, + ACTIONS(5942), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -126429,6 +126809,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, @@ -126438,17 +126819,18 @@ 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, - [69964] = 2, - ACTIONS(6092), 2, + [69968] = 4, + ACTIONS(4804), 1, + anon_sym_LBRACE, + STATE(1934), 1, + sym__pandoc_attr_specifier, + ACTIONS(5948), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6090), 37, - sym__line_ending, + ACTIONS(5946), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -126471,6 +126853,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, @@ -126480,17 +126863,18 @@ 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, - [70008] = 2, - ACTIONS(6096), 2, + [70016] = 4, + ACTIONS(4804), 1, + anon_sym_LBRACE, + STATE(1945), 1, + sym__pandoc_attr_specifier, + ACTIONS(5952), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6094), 37, - sym__line_ending, + ACTIONS(5950), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -126513,6 +126897,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, @@ -126522,59 +126907,18 @@ 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, - [70052] = 2, - ACTIONS(6100), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6098), 37, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, + [70064] = 4, + ACTIONS(4864), 1, anon_sym_LBRACE, - anon_sym_PIPE, - sym__whitespace, - [70096] = 2, - ACTIONS(6250), 2, + STATE(1668), 1, + sym__pandoc_attr_specifier, + ACTIONS(6006), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6248), 37, - sym__line_ending, + ACTIONS(6004), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -126593,6 +126937,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, @@ -126606,17 +126951,18 @@ 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, - [70140] = 2, - ACTIONS(6104), 2, + [70112] = 4, + ACTIONS(4804), 1, + anon_sym_LBRACE, + STATE(1947), 1, + sym__pandoc_attr_specifier, + ACTIONS(5956), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6102), 37, - sym__line_ending, + ACTIONS(5954), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -126639,6 +126985,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, @@ -126648,14 +126995,13 @@ 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, - [70184] = 2, - ACTIONS(6108), 2, + [70160] = 2, + ACTIONS(6062), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6106), 37, + ACTIONS(6060), 37, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -126693,56 +127039,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [70228] = 2, - ACTIONS(6318), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(2778), 37, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, + [70204] = 4, + ACTIONS(6338), 1, anon_sym_LBRACE, - anon_sym_PIPE, - sym__whitespace, - [70272] = 2, - ACTIONS(6112), 2, + STATE(1955), 1, + sym_attribute_specifier, + ACTIONS(5960), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6110), 37, - sym__line_ending, + ACTIONS(5958), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -126765,6 +127071,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, @@ -126774,17 +127081,18 @@ 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, - [70316] = 2, - ACTIONS(6002), 2, + [70252] = 4, + ACTIONS(4804), 1, + anon_sym_LBRACE, + STATE(1956), 1, + sym__pandoc_attr_specifier, + ACTIONS(5966), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 37, - sym__line_ending, + ACTIONS(5964), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -126807,6 +127115,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, @@ -126816,17 +127125,18 @@ 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, - [70360] = 2, - ACTIONS(6116), 2, + [70300] = 4, + ACTIONS(4804), 1, + anon_sym_LBRACE, + STATE(1957), 1, + sym__pandoc_attr_specifier, + ACTIONS(5970), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6114), 37, - sym__line_ending, + ACTIONS(5968), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -126849,6 +127159,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, @@ -126858,17 +127169,18 @@ 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, - [70404] = 2, - ACTIONS(6186), 2, + [70348] = 4, + ACTIONS(4804), 1, + anon_sym_LBRACE, + STATE(1958), 1, + sym__pandoc_attr_specifier, + ACTIONS(5974), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6184), 37, - sym__line_ending, + ACTIONS(5972), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -126891,6 +127203,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, @@ -126900,19 +127213,18 @@ 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, - [70448] = 4, - ACTIONS(6320), 1, + [70396] = 4, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(2093), 1, - sym_attribute_specifier, - ACTIONS(5960), 2, + STATE(1959), 1, + sym__pandoc_attr_specifier, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5958), 35, - sym__line_ending, + ACTIONS(5976), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -126935,10 +127247,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -126947,16 +127259,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [70496] = 4, - ACTIONS(3019), 1, + [70444] = 4, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(2213), 1, + STATE(1960), 1, sym__pandoc_attr_specifier, - ACTIONS(5966), 2, + ACTIONS(5982), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5964), 35, - sym__line_ending, + ACTIONS(5980), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -126979,10 +127291,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -126991,16 +127303,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [70544] = 4, - ACTIONS(3019), 1, + [70492] = 4, + ACTIONS(4864), 1, anon_sym_LBRACE, - STATE(2234), 1, + STATE(1669), 1, sym__pandoc_attr_specifier, - ACTIONS(5970), 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5968), 35, - sym__line_ending, + ACTIONS(6008), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -127019,6 +127331,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, @@ -127026,7 +127339,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -127035,16 +127347,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [70592] = 4, - ACTIONS(3019), 1, + [70540] = 4, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(1579), 1, + STATE(1961), 1, sym__pandoc_attr_specifier, - ACTIONS(5974), 2, + ACTIONS(5986), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5972), 35, - sym__line_ending, + ACTIONS(5984), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -127067,10 +127379,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -127079,16 +127391,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [70640] = 4, - ACTIONS(3095), 1, + [70588] = 4, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(2176), 1, + STATE(1962), 1, sym__pandoc_attr_specifier, - ACTIONS(6014), 3, + ACTIONS(5990), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6012), 34, + ACTIONS(5988), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127112,6 +127423,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, @@ -127121,18 +127433,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_PIPE, - [70688] = 4, - ACTIONS(3095), 1, + sym__whitespace, + [70636] = 4, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(2177), 1, + STATE(1963), 1, sym__pandoc_attr_specifier, - ACTIONS(6018), 3, + ACTIONS(5994), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6016), 34, + ACTIONS(5992), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127156,6 +127467,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, @@ -127165,18 +127477,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_PIPE, - [70736] = 4, - ACTIONS(3095), 1, + sym__whitespace, + [70684] = 4, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(2178), 1, + STATE(1968), 1, sym__pandoc_attr_specifier, - ACTIONS(6022), 3, + ACTIONS(5998), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6020), 34, + ACTIONS(5996), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127200,6 +127511,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, @@ -127209,18 +127521,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_PIPE, - [70784] = 4, - ACTIONS(3095), 1, + sym__whitespace, + [70732] = 4, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(2179), 1, + STATE(1969), 1, sym__pandoc_attr_specifier, - ACTIONS(6026), 3, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6024), 34, + ACTIONS(6000), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127244,6 +127555,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, @@ -127253,18 +127565,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_PIPE, - [70832] = 4, - ACTIONS(3019), 1, + sym__whitespace, + [70780] = 4, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(1591), 1, + STATE(1971), 1, sym__pandoc_attr_specifier, - ACTIONS(5978), 2, + ACTIONS(6006), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 35, - sym__line_ending, + ACTIONS(6004), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -127287,10 +127599,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -127299,16 +127611,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [70880] = 4, - ACTIONS(3095), 1, + [70828] = 4, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(2185), 1, + STATE(1972), 1, sym__pandoc_attr_specifier, - ACTIONS(6030), 3, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6028), 34, + ACTIONS(6008), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -127332,6 +127643,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, @@ -127341,19 +127653,16 @@ 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, - [70928] = 4, - ACTIONS(3095), 1, - anon_sym_LBRACE, - STATE(2186), 1, - sym__pandoc_attr_specifier, - ACTIONS(6034), 3, + sym__whitespace, + [70876] = 2, + ACTIONS(6066), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6032), 34, + ACTIONS(6064), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -127385,18 +127694,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_PIPE, - [70976] = 4, - ACTIONS(3019), 1, anon_sym_LBRACE, - STATE(1672), 1, - sym__pandoc_attr_specifier, - ACTIONS(5982), 2, + anon_sym_PIPE, + sym__whitespace, + [70920] = 2, + ACTIONS(6262), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5980), 35, + ACTIONS(6260), 37, sym__line_ending, + sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -127422,25 +127730,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [71024] = 4, - ACTIONS(3019), 1, + [70964] = 4, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(1684), 1, + STATE(1978), 1, sym__pandoc_attr_specifier, - ACTIONS(5986), 2, + ACTIONS(6014), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5984), 35, - sym__line_ending, + ACTIONS(6012), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -127463,10 +127771,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -127475,16 +127783,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [71072] = 4, - ACTIONS(3019), 1, + [71012] = 4, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(1968), 1, + STATE(1979), 1, sym__pandoc_attr_specifier, - ACTIONS(5990), 2, + ACTIONS(6018), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5988), 35, - sym__line_ending, + ACTIONS(6016), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -127507,10 +127815,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -127519,16 +127827,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [71120] = 4, - ACTIONS(3019), 1, + [71060] = 4, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(1969), 1, + STATE(1980), 1, sym__pandoc_attr_specifier, - ACTIONS(5994), 2, + ACTIONS(6022), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5992), 35, - sym__line_ending, + ACTIONS(6020), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -127551,10 +127859,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -127563,16 +127871,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [71168] = 4, - ACTIONS(3019), 1, + [71108] = 4, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(1975), 1, + STATE(1981), 1, sym__pandoc_attr_specifier, - ACTIONS(5998), 2, + ACTIONS(6026), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5996), 35, - sym__line_ending, + ACTIONS(6024), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -127595,10 +127903,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -127607,16 +127915,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [71216] = 4, - ACTIONS(3019), 1, + [71156] = 4, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(1976), 1, + STATE(1987), 1, sym__pandoc_attr_specifier, - ACTIONS(6002), 2, + ACTIONS(6030), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 35, - sym__line_ending, + ACTIONS(6028), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -127639,10 +127947,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -127651,16 +127959,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [71264] = 4, - ACTIONS(3019), 1, + [71204] = 4, + ACTIONS(4804), 1, anon_sym_LBRACE, - STATE(1978), 1, + STATE(1988), 1, sym__pandoc_attr_specifier, - ACTIONS(6006), 2, + ACTIONS(6034), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6004), 35, + ACTIONS(6032), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, + sym__whitespace, + [71252] = 2, + ACTIONS(6070), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6068), 37, sym__line_ending, + sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -127686,25 +128036,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [71312] = 4, - ACTIONS(3019), 1, + [71296] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(1979), 1, + STATE(2011), 1, sym__pandoc_attr_specifier, - ACTIONS(6010), 2, + ACTIONS(5936), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 35, - sym__line_ending, + ACTIONS(5934), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -127728,9 +128078,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -127739,14 +128089,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [71360] = 2, - ACTIONS(6190), 2, + [71344] = 4, + ACTIONS(4864), 1, + anon_sym_LBRACE, + STATE(1675), 1, + sym__pandoc_attr_specifier, + ACTIONS(6014), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6188), 37, - sym__line_ending, + ACTIONS(6012), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -127765,6 +128117,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, @@ -127778,17 +128131,18 @@ 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, - [71404] = 2, - ACTIONS(6194), 2, + [71392] = 4, + ACTIONS(4260), 1, + anon_sym_LBRACE, + STATE(2012), 1, + sym__pandoc_attr_specifier, + ACTIONS(5940), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6192), 37, - sym__line_ending, + ACTIONS(5938), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -127812,6 +128166,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__pandoc_line_break, @@ -127820,17 +128175,18 @@ 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, - [71448] = 2, - ACTIONS(6198), 2, + [71440] = 4, + ACTIONS(4260), 1, + anon_sym_LBRACE, + STATE(2013), 1, + sym__pandoc_attr_specifier, + ACTIONS(5944), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6196), 37, - sym__line_ending, + ACTIONS(5942), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -127854,6 +128210,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__pandoc_line_break, @@ -127862,17 +128219,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, + sym__whitespace, + [71488] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, + STATE(2014), 1, + sym__pandoc_attr_specifier, + ACTIONS(5948), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(5946), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [71492] = 2, - ACTIONS(6202), 2, + [71536] = 4, + ACTIONS(4260), 1, + anon_sym_LBRACE, + STATE(2025), 1, + sym__pandoc_attr_specifier, + ACTIONS(5952), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6200), 37, - sym__line_ending, + ACTIONS(5950), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -127896,6 +128298,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__pandoc_line_break, @@ -127904,14 +128307,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, + sym__whitespace, + [71584] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, + STATE(2027), 1, + sym__pandoc_attr_specifier, + ACTIONS(5956), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(5954), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [71536] = 2, - ACTIONS(6270), 2, + [71632] = 2, + ACTIONS(6074), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6268), 37, + ACTIONS(6072), 37, sym__line_ending, sym__soft_line_ending, sym__eof, @@ -127949,56 +128395,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [71580] = 2, - ACTIONS(6206), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6204), 37, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, + [71676] = 4, + ACTIONS(6340), 1, anon_sym_LBRACE, - anon_sym_PIPE, - sym__whitespace, - [71624] = 2, - ACTIONS(6210), 2, + STATE(2034), 1, + sym_attribute_specifier, + ACTIONS(5960), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6208), 37, - sym__line_ending, + ACTIONS(5958), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -128022,6 +128428,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__pandoc_line_break, @@ -128030,18 +128437,17 @@ 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, - [71668] = 4, - ACTIONS(4564), 1, + [71724] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(2226), 1, + STATE(2035), 1, sym__pandoc_attr_specifier, - ACTIONS(5936), 2, + ACTIONS(5966), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5934), 35, + ACTIONS(5964), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128051,7 +128457,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, @@ -128067,6 +128472,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__pandoc_line_break, @@ -128077,15 +128483,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [71716] = 4, - ACTIONS(4564), 1, + [71772] = 4, + ACTIONS(4864), 1, anon_sym_LBRACE, - STATE(2229), 1, + STATE(1676), 1, sym__pandoc_attr_specifier, - ACTIONS(5940), 2, + ACTIONS(6018), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5938), 35, + ACTIONS(6016), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128095,7 +128501,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, @@ -128106,6 +128511,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, @@ -128121,15 +128527,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [71764] = 4, - ACTIONS(4564), 1, + [71820] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(2232), 1, + STATE(2036), 1, sym__pandoc_attr_specifier, - ACTIONS(5944), 2, + ACTIONS(5970), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5942), 35, + ACTIONS(5968), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128139,7 +128545,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, @@ -128155,6 +128560,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__pandoc_line_break, @@ -128165,15 +128571,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [71812] = 4, - ACTIONS(4564), 1, + [71868] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(2235), 1, + STATE(2037), 1, sym__pandoc_attr_specifier, - ACTIONS(5948), 2, + ACTIONS(5974), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5946), 35, + ACTIONS(5972), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128183,7 +128589,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, @@ -128199,6 +128604,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__pandoc_line_break, @@ -128209,15 +128615,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [71860] = 4, - ACTIONS(4564), 1, + [71916] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(1527), 1, + STATE(2038), 1, sym__pandoc_attr_specifier, - ACTIONS(5952), 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5950), 35, + ACTIONS(5976), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128227,7 +128633,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, @@ -128243,6 +128648,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__pandoc_line_break, @@ -128253,15 +128659,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [71908] = 4, - ACTIONS(4564), 1, + [71964] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(2252), 1, + STATE(2039), 1, sym__pandoc_attr_specifier, - ACTIONS(5956), 2, + ACTIONS(5982), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5954), 35, + ACTIONS(5980), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128271,7 +128677,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, @@ -128287,6 +128692,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__pandoc_line_break, @@ -128297,14 +128703,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [71956] = 2, - ACTIONS(6214), 2, + [72012] = 4, + ACTIONS(4260), 1, + anon_sym_LBRACE, + STATE(2040), 1, + sym__pandoc_attr_specifier, + ACTIONS(5986), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6212), 37, - sym__line_ending, + ACTIONS(5984), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -128328,6 +128736,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__pandoc_line_break, @@ -128336,18 +128745,17 @@ 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, - [72000] = 4, - ACTIONS(6322), 1, + [72060] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(2262), 1, - sym_attribute_specifier, - ACTIONS(5960), 2, + STATE(2041), 1, + sym__pandoc_attr_specifier, + ACTIONS(5990), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5958), 35, + ACTIONS(5988), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128357,7 +128765,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, @@ -128373,6 +128780,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__pandoc_line_break, @@ -128383,15 +128791,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [72048] = 4, - ACTIONS(4564), 1, + [72108] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(2263), 1, + STATE(2042), 1, sym__pandoc_attr_specifier, - ACTIONS(5966), 2, + ACTIONS(5994), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5964), 35, + ACTIONS(5992), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128401,7 +128809,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, @@ -128417,6 +128824,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__pandoc_line_break, @@ -128427,15 +128835,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [72096] = 4, - ACTIONS(4960), 1, + [72156] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(1957), 1, + STATE(2046), 1, sym__pandoc_attr_specifier, - ACTIONS(5994), 2, + ACTIONS(5998), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5992), 35, + ACTIONS(5996), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128446,7 +128854,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, @@ -128461,6 +128868,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__pandoc_line_break, @@ -128471,15 +128879,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [72144] = 4, - ACTIONS(4564), 1, + [72204] = 4, + ACTIONS(4864), 1, anon_sym_LBRACE, - STATE(2266), 1, + STATE(1677), 1, sym__pandoc_attr_specifier, - ACTIONS(5974), 2, + ACTIONS(6022), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5972), 35, + ACTIONS(6020), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128489,7 +128897,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, @@ -128500,6 +128907,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, @@ -128515,15 +128923,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [72192] = 4, - ACTIONS(4564), 1, + [72252] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(2267), 1, + STATE(2047), 1, sym__pandoc_attr_specifier, - ACTIONS(5978), 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 35, + ACTIONS(6000), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128533,7 +128941,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, @@ -128549,6 +128956,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__pandoc_line_break, @@ -128559,15 +128967,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [72240] = 4, - ACTIONS(4564), 1, + [72300] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(2269), 1, + STATE(1539), 1, sym__pandoc_attr_specifier, - ACTIONS(5982), 2, + ACTIONS(6006), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5980), 35, + ACTIONS(6004), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128577,7 +128985,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, @@ -128593,6 +129000,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__pandoc_line_break, @@ -128603,15 +129011,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [72288] = 4, - ACTIONS(4564), 1, + [72348] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(2270), 1, + STATE(2050), 1, sym__pandoc_attr_specifier, - ACTIONS(5986), 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5984), 35, + ACTIONS(6008), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128621,7 +129029,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, @@ -128637,6 +129044,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__pandoc_line_break, @@ -128647,15 +129055,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [72336] = 4, - ACTIONS(4564), 1, - anon_sym_LBRACE, - STATE(2272), 1, - sym__pandoc_attr_specifier, - ACTIONS(5990), 2, + [72396] = 2, + ACTIONS(6312), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5988), 35, + sym__whitespace, + ACTIONS(6310), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128665,7 +129071,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, @@ -128688,19 +129093,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [72384] = 4, - ACTIONS(4564), 1, anon_sym_LBRACE, - STATE(2273), 1, - sym__pandoc_attr_specifier, - ACTIONS(5994), 2, + anon_sym_PIPE, + [72440] = 2, + ACTIONS(6078), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5992), 35, + ACTIONS(6076), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -128709,7 +129113,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, @@ -128733,17 +129136,18 @@ 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, - [72432] = 4, - ACTIONS(4564), 1, + [72484] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(2278), 1, + STATE(2055), 1, sym__pandoc_attr_specifier, - ACTIONS(5998), 2, + ACTIONS(6014), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5996), 35, + ACTIONS(6012), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128753,7 +129157,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, @@ -128769,6 +129172,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__pandoc_line_break, @@ -128779,15 +129183,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [72480] = 4, - ACTIONS(4564), 1, + [72532] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(2279), 1, + STATE(2056), 1, sym__pandoc_attr_specifier, - ACTIONS(6002), 2, + ACTIONS(6018), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 35, + ACTIONS(6016), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128797,7 +129201,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, @@ -128813,6 +129216,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__pandoc_line_break, @@ -128823,15 +129227,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [72528] = 4, - ACTIONS(4564), 1, + [72580] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(2281), 1, + STATE(2057), 1, sym__pandoc_attr_specifier, - ACTIONS(6006), 2, + ACTIONS(6022), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6004), 35, + ACTIONS(6020), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128841,7 +129245,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, @@ -128857,6 +129260,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__pandoc_line_break, @@ -128867,15 +129271,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [72576] = 4, - ACTIONS(4564), 1, + [72628] = 4, + ACTIONS(4864), 1, anon_sym_LBRACE, - STATE(2282), 1, + STATE(1678), 1, sym__pandoc_attr_specifier, - ACTIONS(6010), 2, + ACTIONS(6026), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 35, + ACTIONS(6024), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128885,7 +129289,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, @@ -128896,6 +129299,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, @@ -128911,14 +129315,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [72624] = 2, - ACTIONS(6218), 2, + [72676] = 4, + ACTIONS(4260), 1, + anon_sym_LBRACE, + STATE(2058), 1, + sym__pandoc_attr_specifier, + ACTIONS(6026), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6216), 37, - sym__line_ending, + ACTIONS(6024), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -128942,6 +129348,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__pandoc_line_break, @@ -128950,18 +129357,17 @@ 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, - [72668] = 4, - ACTIONS(4564), 1, + [72724] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(2284), 1, + STATE(2064), 1, sym__pandoc_attr_specifier, - ACTIONS(6014), 2, + ACTIONS(6030), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6012), 35, + ACTIONS(6028), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -128971,7 +129377,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, @@ -128987,6 +129392,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__pandoc_line_break, @@ -128997,16 +129403,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [72716] = 4, - ACTIONS(4564), 1, - anon_sym_LBRACE, - STATE(2285), 1, - sym__pandoc_attr_specifier, - ACTIONS(6018), 2, + [72772] = 2, + ACTIONS(6082), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6016), 35, + ACTIONS(6080), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -129015,7 +129419,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, @@ -129039,17 +129442,18 @@ 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, - [72764] = 4, - ACTIONS(4564), 1, + [72816] = 4, + ACTIONS(4260), 1, anon_sym_LBRACE, - STATE(2286), 1, + STATE(2065), 1, sym__pandoc_attr_specifier, - ACTIONS(6022), 2, + ACTIONS(6034), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6020), 35, + ACTIONS(6032), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129059,7 +129463,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, @@ -129075,6 +129478,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__pandoc_line_break, @@ -129085,15 +129489,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [72812] = 4, - ACTIONS(4564), 1, - anon_sym_LBRACE, - STATE(2287), 1, - sym__pandoc_attr_specifier, - ACTIONS(6026), 2, + [72864] = 2, + ACTIONS(6294), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6024), 35, + sym__whitespace, + ACTIONS(6292), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129103,7 +129505,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, @@ -129126,18 +129527,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [72860] = 4, - ACTIONS(4564), 1, anon_sym_LBRACE, - STATE(2293), 1, - sym__pandoc_attr_specifier, - ACTIONS(6030), 2, + anon_sym_PIPE, + [72908] = 2, + ACTIONS(6070), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6028), 35, + sym__whitespace, + ACTIONS(6068), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129147,7 +129547,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, @@ -129170,18 +129569,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [72908] = 4, - ACTIONS(4564), 1, anon_sym_LBRACE, - STATE(2294), 1, - sym__pandoc_attr_specifier, - ACTIONS(6034), 2, + anon_sym_PIPE, + [72952] = 2, + ACTIONS(6110), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6032), 35, + sym__whitespace, + ACTIONS(6108), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129191,7 +129589,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, @@ -129214,17 +129611,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [72956] = 2, - ACTIONS(6222), 2, + [72996] = 2, + ACTIONS(6114), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6220), 37, - sym__line_ending, + sym__whitespace, + ACTIONS(6112), 35, sym__soft_line_ending, - sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -129255,19 +129653,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [73000] = 4, - ACTIONS(4960), 1, + [73040] = 4, + ACTIONS(4864), 1, anon_sym_LBRACE, - STATE(2318), 1, + STATE(1684), 1, sym__pandoc_attr_specifier, - ACTIONS(5936), 2, + ACTIONS(6030), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5934), 35, + ACTIONS(6028), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129278,7 +129676,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, @@ -129288,6 +129685,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, @@ -129303,15 +129701,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [73048] = 4, - ACTIONS(4960), 1, - anon_sym_LBRACE, - STATE(2321), 1, - sym__pandoc_attr_specifier, - ACTIONS(5940), 2, + [73088] = 2, + ACTIONS(6118), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5938), 35, + sym__whitespace, + ACTIONS(6116), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129322,7 +129718,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, @@ -129344,18 +129739,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [73096] = 4, - ACTIONS(4960), 1, anon_sym_LBRACE, - STATE(2324), 1, - sym__pandoc_attr_specifier, - ACTIONS(5944), 2, + anon_sym_PIPE, + [73132] = 2, + ACTIONS(6050), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5942), 35, + sym__whitespace, + ACTIONS(6048), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129366,7 +129760,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, @@ -129388,18 +129781,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [73144] = 4, - ACTIONS(4960), 1, anon_sym_LBRACE, - STATE(2327), 1, - sym__pandoc_attr_specifier, - ACTIONS(5948), 2, + anon_sym_PIPE, + [73176] = 2, + ACTIONS(6098), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5946), 35, + sym__whitespace, + ACTIONS(6096), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129410,7 +129802,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, @@ -129432,18 +129823,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [73192] = 4, - ACTIONS(4960), 1, anon_sym_LBRACE, - STATE(1872), 1, - sym__pandoc_attr_specifier, - ACTIONS(5952), 2, + anon_sym_PIPE, + [73220] = 2, + ACTIONS(6102), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5950), 35, + sym__whitespace, + ACTIONS(6100), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129454,7 +129844,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, @@ -129476,18 +129865,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [73240] = 4, - ACTIONS(4960), 1, anon_sym_LBRACE, - STATE(2302), 1, - sym__pandoc_attr_specifier, - ACTIONS(5956), 2, + anon_sym_PIPE, + [73264] = 2, + ACTIONS(6106), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5954), 35, + sym__whitespace, + ACTIONS(6104), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129498,7 +129886,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, @@ -129520,18 +129907,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [73288] = 4, - ACTIONS(6324), 1, anon_sym_LBRACE, - STATE(1817), 1, - sym_attribute_specifier, - ACTIONS(5960), 2, + anon_sym_PIPE, + [73308] = 2, + ACTIONS(6122), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5958), 35, + sym__whitespace, + ACTIONS(6120), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129542,7 +129928,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, @@ -129564,18 +129949,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [73336] = 4, - ACTIONS(4960), 1, anon_sym_LBRACE, - STATE(1831), 1, - sym__pandoc_attr_specifier, - ACTIONS(5966), 2, + anon_sym_PIPE, + [73352] = 2, + ACTIONS(6126), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5964), 35, + sym__whitespace, + ACTIONS(6124), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129586,7 +129970,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, @@ -129608,18 +129991,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [73384] = 4, - ACTIONS(4960), 1, anon_sym_LBRACE, - STATE(1832), 1, - sym__pandoc_attr_specifier, - ACTIONS(5970), 2, + anon_sym_PIPE, + [73396] = 2, + ACTIONS(6074), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5968), 35, + sym__whitespace, + ACTIONS(6072), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129630,7 +130012,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, @@ -129652,18 +130033,19 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [73432] = 4, - ACTIONS(4960), 1, + [73440] = 4, + ACTIONS(4864), 1, anon_sym_LBRACE, - STATE(1841), 1, + STATE(1685), 1, sym__pandoc_attr_specifier, - ACTIONS(5974), 2, + ACTIONS(6034), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5972), 35, + ACTIONS(6032), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129674,7 +130056,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, @@ -129684,6 +130065,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, @@ -129699,15 +130081,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [73480] = 4, - ACTIONS(4960), 1, - anon_sym_LBRACE, - STATE(1856), 1, - sym__pandoc_attr_specifier, - ACTIONS(5978), 2, + [73488] = 2, + ACTIONS(6146), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 35, + sym__whitespace, + ACTIONS(6144), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129718,7 +130098,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, @@ -129740,19 +130119,18 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [73528] = 4, - ACTIONS(4960), 1, anon_sym_LBRACE, - STATE(1927), 1, - sym__pandoc_attr_specifier, - ACTIONS(5982), 2, + anon_sym_PIPE, + [73532] = 2, + ACTIONS(6266), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5980), 35, + ACTIONS(6264), 37, + sym__line_ending, sym__soft_line_ending, + sym__eof, sym__code_span_start, sym__html_comment, sym__autolink, @@ -129762,7 +130140,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, @@ -129785,17 +130162,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, - [73576] = 4, - ACTIONS(4960), 1, - anon_sym_LBRACE, - STATE(1928), 1, - sym__pandoc_attr_specifier, - ACTIONS(5986), 2, + [73576] = 2, + ACTIONS(6130), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5984), 35, + sym__whitespace, + ACTIONS(6128), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129806,7 +130182,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, @@ -129828,18 +130203,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [73624] = 4, - ACTIONS(4960), 1, anon_sym_LBRACE, - STATE(1933), 1, - sym__pandoc_attr_specifier, - ACTIONS(5990), 2, + anon_sym_PIPE, + [73620] = 2, + ACTIONS(6134), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5988), 35, + sym__whitespace, + ACTIONS(6132), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129850,7 +130224,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, @@ -129872,19 +130245,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - anon_sym_PIPE, - sym__whitespace, - [73672] = 4, - ACTIONS(3417), 1, anon_sym_LBRACE, - STATE(1945), 1, - sym__pandoc_attr_specifier, - ACTIONS(5952), 3, + anon_sym_PIPE, + [73664] = 2, + ACTIONS(5978), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(5950), 34, + ACTIONS(5976), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129916,14 +130287,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, - aux_sym_inline_note_token1, + anon_sym_LBRACE, anon_sym_PIPE, - [73720] = 2, - ACTIONS(6002), 2, + [73708] = 2, + ACTIONS(6078), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 36, + sym__whitespace, + ACTIONS(6076), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129933,7 +130307,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, @@ -129956,15 +130329,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [73763] = 2, - ACTIONS(6050), 2, + [73752] = 2, + ACTIONS(6138), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6048), 36, + sym__whitespace, + ACTIONS(6136), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -129983,7 +130358,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, @@ -129997,15 +130371,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [73806] = 2, - ACTIONS(6054), 2, + [73796] = 2, + ACTIONS(6042), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6052), 36, + sym__whitespace, + ACTIONS(6040), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130024,7 +130400,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, @@ -130038,15 +130413,61 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, + [73840] = 4, + ACTIONS(3417), 1, + anon_sym_LBRACE, + STATE(1704), 1, + sym__pandoc_attr_specifier, + ACTIONS(5936), 3, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, sym__whitespace, - [73849] = 2, - ACTIONS(6120), 2, + ACTIONS(5934), 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + aux_sym_inline_note_token1, + anon_sym_PIPE, + [73888] = 2, + ACTIONS(6142), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6118), 36, + sym__whitespace, + ACTIONS(6140), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130069,7 +130490,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, @@ -130079,15 +130499,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [73892] = 2, - ACTIONS(6124), 2, + [73932] = 2, + ACTIONS(6082), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6122), 36, + sym__whitespace, + ACTIONS(6080), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130110,7 +130532,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, @@ -130120,15 +130541,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [73935] = 2, - ACTIONS(6254), 2, + [73976] = 2, + ACTIONS(6046), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6252), 36, + sym__whitespace, + ACTIONS(6044), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130150,7 +130573,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, @@ -130161,15 +130583,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [73978] = 2, - ACTIONS(6258), 2, + [74020] = 2, + ACTIONS(6150), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6256), 36, + sym__whitespace, + ACTIONS(6148), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130191,7 +130615,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, @@ -130202,15 +130625,17 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [74021] = 2, - ACTIONS(6294), 2, + [74064] = 2, + ACTIONS(6154), 4, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6292), 36, + sym__whitespace, + ACTIONS(6152), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130234,7 +130659,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, @@ -130243,15 +130667,20 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [74064] = 2, - ACTIONS(6058), 2, + [74108] = 4, + ACTIONS(3417), 1, + anon_sym_LBRACE, + STATE(1705), 1, + sym__pandoc_attr_specifier, + ACTIONS(5940), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6056), 36, + sym__whitespace, + ACTIONS(5938), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130270,7 +130699,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, @@ -130285,14 +130713,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [74107] = 2, - ACTIONS(6262), 2, + [74156] = 4, + ACTIONS(3417), 1, + anon_sym_LBRACE, + STATE(1706), 1, + sym__pandoc_attr_specifier, + ACTIONS(5944), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6260), 36, + sym__whitespace, + ACTIONS(5942), 34, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130314,7 +130746,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, @@ -130326,14 +130757,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [74150] = 2, - ACTIONS(6266), 2, + [74204] = 4, + ACTIONS(4320), 1, + anon_sym_LBRACE, + STATE(2355), 1, + sym__pandoc_attr_specifier, + ACTIONS(5970), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6264), 36, + ACTIONS(5968), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130351,11 +130785,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, @@ -130367,14 +130801,13 @@ 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, - [74193] = 2, - ACTIONS(6128), 2, + [74252] = 2, + ACTIONS(6178), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6126), 36, + ACTIONS(6176), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130397,9 +130830,9 @@ 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__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -130411,11 +130844,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74236] = 2, - ACTIONS(6132), 2, + [74295] = 2, + ACTIONS(6050), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6130), 36, + ACTIONS(6048), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130434,11 +130867,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, @@ -130452,11 +130885,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74279] = 2, - ACTIONS(6136), 2, + [74338] = 2, + ACTIONS(6098), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6134), 36, + ACTIONS(6096), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130475,11 +130908,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, @@ -130493,11 +130926,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74322] = 2, - ACTIONS(6190), 2, + [74381] = 2, + ACTIONS(6102), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6188), 36, + ACTIONS(6100), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130508,7 +130941,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, @@ -130517,6 +130949,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, @@ -130534,11 +130967,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74365] = 2, - ACTIONS(6140), 2, + [74424] = 2, + ACTIONS(6106), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6138), 36, + ACTIONS(6104), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130557,11 +130990,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, @@ -130575,11 +131008,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74408] = 2, - ACTIONS(6144), 2, + [74467] = 2, + ACTIONS(6238), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6142), 36, + ACTIONS(6236), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130597,12 +131030,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, @@ -130616,11 +131049,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74451] = 2, - ACTIONS(6194), 2, + [74510] = 2, + ACTIONS(6242), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6192), 36, + ACTIONS(6240), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130631,7 +131064,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, @@ -130639,6 +131071,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, @@ -130657,11 +131090,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74494] = 2, - ACTIONS(6148), 2, + [74553] = 2, + ACTIONS(6146), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6146), 36, + ACTIONS(6144), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130680,11 +131113,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, @@ -130698,11 +131131,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74537] = 2, - ACTIONS(6038), 2, + [74596] = 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6036), 36, + ACTIONS(5976), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130721,11 +131154,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, @@ -130739,11 +131172,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74580] = 2, - ACTIONS(6246), 2, + [74639] = 2, + ACTIONS(6042), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6244), 36, + ACTIONS(6040), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130761,8 +131194,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, @@ -130780,11 +131213,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74623] = 2, - ACTIONS(6154), 2, + [74682] = 2, + ACTIONS(6046), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6152), 36, + ACTIONS(6044), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130803,11 +131236,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, @@ -130821,11 +131254,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74666] = 2, - ACTIONS(6158), 2, + [74725] = 2, + ACTIONS(6054), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6156), 36, + ACTIONS(6052), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130844,11 +131277,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, @@ -130862,11 +131295,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74709] = 2, - ACTIONS(6198), 2, + [74768] = 2, + ACTIONS(6058), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6196), 36, + ACTIONS(6056), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130877,7 +131310,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, @@ -130886,6 +131318,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, @@ -130903,11 +131336,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74752] = 2, - ACTIONS(6162), 2, + [74811] = 2, + ACTIONS(6062), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6160), 36, + ACTIONS(6060), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130926,11 +131359,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, @@ -130944,11 +131377,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74795] = 2, - ACTIONS(6284), 2, + [74854] = 2, + ACTIONS(6066), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6282), 36, + ACTIONS(6064), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -130967,11 +131400,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, @@ -130985,11 +131418,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74838] = 2, - ACTIONS(6166), 2, + [74897] = 2, + ACTIONS(6070), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6164), 36, + ACTIONS(6068), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131008,11 +131441,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, @@ -131026,11 +131459,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74881] = 2, - ACTIONS(6170), 2, + [74940] = 2, + ACTIONS(6074), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6168), 36, + ACTIONS(6072), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131049,11 +131482,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, @@ -131067,11 +131500,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74924] = 2, - ACTIONS(6174), 2, + [74983] = 2, + ACTIONS(6078), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6172), 36, + ACTIONS(6076), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131090,11 +131523,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, @@ -131108,11 +131541,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [74967] = 2, - ACTIONS(6250), 2, + [75026] = 2, + ACTIONS(6082), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6248), 36, + ACTIONS(6080), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131130,8 +131563,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, @@ -131149,11 +131582,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75010] = 2, - ACTIONS(6178), 2, + [75069] = 2, + ACTIONS(6086), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6176), 36, + ACTIONS(6084), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131172,11 +131605,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, @@ -131190,11 +131623,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75053] = 2, - ACTIONS(6182), 2, + [75112] = 2, + ACTIONS(6090), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6180), 36, + ACTIONS(6088), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131213,11 +131646,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, @@ -131231,11 +131664,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75096] = 2, - ACTIONS(6202), 2, + [75155] = 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6200), 36, + ACTIONS(6000), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131246,7 +131679,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, @@ -131255,6 +131687,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, @@ -131272,11 +131705,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75139] = 2, - ACTIONS(6186), 2, + [75198] = 2, + ACTIONS(6094), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6184), 36, + ACTIONS(6092), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131295,11 +131728,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, @@ -131313,11 +131746,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75182] = 2, - ACTIONS(6190), 2, + [75241] = 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6188), 36, + ACTIONS(6008), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131336,11 +131769,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, @@ -131354,11 +131787,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75225] = 2, - ACTIONS(6194), 2, + [75284] = 2, + ACTIONS(6110), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6192), 36, + ACTIONS(6108), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131377,11 +131810,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, @@ -131395,11 +131828,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75268] = 2, - ACTIONS(6198), 2, + [75327] = 2, + ACTIONS(6114), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6196), 36, + ACTIONS(6112), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131418,11 +131851,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, @@ -131436,11 +131869,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75311] = 2, - ACTIONS(6202), 2, + [75370] = 2, + ACTIONS(6246), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6200), 36, + ACTIONS(6244), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131458,12 +131891,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, @@ -131477,11 +131910,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75354] = 2, - ACTIONS(6270), 2, + [75413] = 2, + ACTIONS(6250), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6268), 36, + ACTIONS(6248), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131499,12 +131932,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, @@ -131518,11 +131951,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75397] = 2, - ACTIONS(6206), 2, + [75456] = 2, + ACTIONS(6312), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6204), 36, + ACTIONS(6310), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131542,10 +131975,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, @@ -131559,11 +131992,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75440] = 2, - ACTIONS(6210), 2, + [75499] = 2, + ACTIONS(6254), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6208), 36, + ACTIONS(6252), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131581,12 +132014,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, @@ -131600,11 +132033,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75483] = 2, - ACTIONS(6214), 2, + [75542] = 2, + ACTIONS(6258), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6212), 36, + ACTIONS(6256), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131622,12 +132055,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, @@ -131641,11 +132074,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75526] = 2, - ACTIONS(6218), 2, + [75585] = 2, + ACTIONS(6118), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6216), 36, + ACTIONS(6116), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131664,11 +132097,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, @@ -131682,11 +132115,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75569] = 2, - ACTIONS(6222), 2, + [75628] = 2, + ACTIONS(6122), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6220), 36, + ACTIONS(6120), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131705,11 +132138,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, @@ -131723,11 +132156,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75612] = 2, - ACTIONS(6226), 2, + [75671] = 2, + ACTIONS(6126), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6224), 36, + ACTIONS(6124), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131746,11 +132179,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, @@ -131764,11 +132197,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75655] = 2, - ACTIONS(6274), 2, + [75714] = 2, + ACTIONS(6130), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6272), 36, + ACTIONS(6128), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131787,11 +132220,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, @@ -131805,11 +132238,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75698] = 2, - ACTIONS(6230), 2, + [75757] = 2, + ACTIONS(6134), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6228), 36, + ACTIONS(6132), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131828,11 +132261,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, @@ -131846,11 +132279,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75741] = 2, - ACTIONS(6234), 2, + [75800] = 2, + ACTIONS(6138), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6232), 36, + ACTIONS(6136), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131869,11 +132302,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, @@ -131887,11 +132320,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75784] = 2, - ACTIONS(6238), 2, + [75843] = 2, + ACTIONS(6142), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6236), 36, + ACTIONS(6140), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131910,11 +132343,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, @@ -131928,11 +132361,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75827] = 2, - ACTIONS(6278), 2, + [75886] = 2, + ACTIONS(6150), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6276), 36, + ACTIONS(6148), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131951,11 +132384,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, @@ -131969,11 +132402,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75870] = 2, - ACTIONS(6242), 2, + [75929] = 2, + ACTIONS(6154), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6240), 36, + ACTIONS(6152), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -131992,11 +132425,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, @@ -132010,11 +132443,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75913] = 2, - ACTIONS(6042), 2, + [75972] = 2, + ACTIONS(6158), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6040), 36, + ACTIONS(6156), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132033,12 +132466,12 @@ 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -132051,12 +132484,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75956] = 2, - ACTIONS(6140), 2, + [76015] = 2, + ACTIONS(6162), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6138), 36, - sym__line_ending, + ACTIONS(6160), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -132074,6 +132507,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, @@ -132082,7 +132516,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -132092,11 +132525,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [75999] = 2, - ACTIONS(6062), 2, + [76058] = 2, + ACTIONS(6166), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6060), 36, + ACTIONS(6164), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132133,11 +132566,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76042] = 2, - ACTIONS(6270), 2, + [76101] = 2, + ACTIONS(6170), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6268), 36, + ACTIONS(6168), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132148,7 +132581,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, @@ -132157,6 +132589,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, @@ -132174,11 +132607,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76085] = 2, - ACTIONS(6206), 2, + [76144] = 2, + ACTIONS(6174), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6204), 36, + ACTIONS(6172), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132189,7 +132622,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, @@ -132198,6 +132630,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, @@ -132215,11 +132648,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76128] = 2, - ACTIONS(5978), 2, + [76187] = 2, + ACTIONS(6178), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 36, + ACTIONS(6176), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132256,11 +132689,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76171] = 2, - ACTIONS(6046), 2, + [76230] = 2, + ACTIONS(6182), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6044), 36, + ACTIONS(6180), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132279,12 +132712,12 @@ 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -132297,12 +132730,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76214] = 2, - ACTIONS(6050), 2, + [76273] = 2, + ACTIONS(6146), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6048), 36, - sym__soft_line_ending, + ACTIONS(6144), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -132325,10 +132758,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -132338,11 +132771,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76257] = 2, - ACTIONS(6054), 2, + [76316] = 2, + ACTIONS(6262), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6052), 36, + ACTIONS(6260), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132360,13 +132793,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, @@ -132379,11 +132812,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76300] = 2, - ACTIONS(6058), 2, + [76359] = 2, + ACTIONS(6266), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6056), 36, + ACTIONS(6264), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132401,13 +132834,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, @@ -132420,11 +132853,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76343] = 2, - ACTIONS(6210), 2, + [76402] = 2, + ACTIONS(6270), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6208), 36, + ACTIONS(6268), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132435,7 +132868,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, @@ -132443,6 +132875,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, @@ -132461,11 +132894,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76386] = 2, - ACTIONS(6214), 2, + [76445] = 2, + ACTIONS(6274), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6212), 36, + ACTIONS(6272), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132476,7 +132909,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, @@ -132484,6 +132916,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, @@ -132502,11 +132935,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76429] = 2, - ACTIONS(6246), 2, + [76488] = 2, + ACTIONS(6186), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6244), 36, + ACTIONS(6184), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132525,11 +132958,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, @@ -132543,12 +132976,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76472] = 2, - ACTIONS(6144), 2, + [76531] = 2, + ACTIONS(6190), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6142), 36, - sym__line_ending, + ACTIONS(6188), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -132566,6 +132999,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, @@ -132574,7 +133008,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -132584,11 +133017,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76515] = 2, - ACTIONS(6250), 2, + [76574] = 2, + ACTIONS(6194), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6248), 36, + ACTIONS(6192), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132607,11 +133040,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, @@ -132625,11 +133058,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76558] = 2, - ACTIONS(6068), 2, + [76617] = 2, + ACTIONS(6198), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6066), 36, + ACTIONS(6196), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132666,11 +133099,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76601] = 2, - ACTIONS(6062), 2, + [76660] = 2, + ACTIONS(6202), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6060), 36, + ACTIONS(6200), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132689,12 +133122,12 @@ 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -132707,11 +133140,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76644] = 2, - ACTIONS(6218), 2, + [76703] = 2, + ACTIONS(6278), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6216), 36, + ACTIONS(6276), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132722,7 +133155,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, @@ -132731,6 +133163,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, @@ -132748,11 +133181,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76687] = 2, - ACTIONS(6222), 2, + [76746] = 2, + ACTIONS(6206), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6220), 36, + ACTIONS(6204), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132763,7 +133196,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, @@ -132772,6 +133204,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, @@ -132789,11 +133222,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76730] = 2, - ACTIONS(5978), 2, + [76789] = 2, + ACTIONS(6210), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 36, + ACTIONS(6208), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132812,12 +133245,12 @@ 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -132830,11 +133263,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76773] = 2, - ACTIONS(6072), 2, + [76832] = 2, + ACTIONS(6214), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6070), 36, + ACTIONS(6212), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132871,11 +133304,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76816] = 2, - ACTIONS(6226), 2, + [76875] = 2, + ACTIONS(6218), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6224), 36, + ACTIONS(6216), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132886,7 +133319,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, @@ -132895,6 +133327,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, @@ -132912,11 +133345,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76859] = 2, - ACTIONS(6068), 2, + [76918] = 2, + ACTIONS(6222), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6066), 36, + ACTIONS(6220), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132935,12 +133368,12 @@ 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -132953,11 +133386,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76902] = 2, - ACTIONS(6088), 2, + [76961] = 2, + ACTIONS(6038), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6086), 36, + ACTIONS(6036), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -132968,7 +133401,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, @@ -132977,6 +133409,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, @@ -132994,11 +133427,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76945] = 2, - ACTIONS(6076), 2, + [77004] = 2, + ACTIONS(6282), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6074), 36, + ACTIONS(6280), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133035,11 +133468,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [76988] = 2, - ACTIONS(6072), 2, + [77047] = 2, + ACTIONS(6300), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6070), 36, + ACTIONS(6298), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133058,12 +133491,12 @@ 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -133076,11 +133509,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77031] = 2, - ACTIONS(6080), 2, + [77090] = 2, + ACTIONS(6226), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6078), 36, + ACTIONS(6224), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133117,11 +133550,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77074] = 2, - ACTIONS(6084), 2, + [77133] = 2, + ACTIONS(6230), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6082), 36, + ACTIONS(6228), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133158,11 +133591,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77117] = 2, - ACTIONS(6076), 2, + [77176] = 2, + ACTIONS(6286), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6074), 36, + ACTIONS(6284), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133181,12 +133614,12 @@ 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -133199,11 +133632,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77160] = 2, - ACTIONS(6080), 2, + [77219] = 2, + ACTIONS(6234), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6078), 36, + ACTIONS(6232), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133222,12 +133655,12 @@ 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -133240,11 +133673,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77203] = 2, - ACTIONS(6084), 2, + [77262] = 2, + ACTIONS(6294), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6082), 36, + ACTIONS(6292), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133264,11 +133697,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, @@ -133281,12 +133714,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77246] = 2, - ACTIONS(6088), 2, + [77305] = 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6086), 36, - sym__soft_line_ending, + ACTIONS(5976), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -133309,10 +133742,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -133322,11 +133755,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77289] = 2, - ACTIONS(6092), 2, + [77348] = 2, + ACTIONS(6050), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6090), 36, + ACTIONS(6048), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133346,11 +133779,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, @@ -133363,11 +133796,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77332] = 2, - ACTIONS(6096), 2, + [77391] = 2, + ACTIONS(6098), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6094), 36, + ACTIONS(6096), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133387,11 +133820,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, @@ -133404,11 +133837,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77375] = 2, - ACTIONS(6100), 2, + [77434] = 2, + ACTIONS(6102), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6098), 36, + ACTIONS(6100), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133428,11 +133861,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, @@ -133445,11 +133878,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77418] = 2, - ACTIONS(6104), 2, + [77477] = 2, + ACTIONS(6106), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6102), 36, + ACTIONS(6104), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133469,11 +133902,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, @@ -133486,12 +133919,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77461] = 2, - ACTIONS(6108), 2, + [77520] = 2, + ACTIONS(6042), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6106), 36, - sym__soft_line_ending, + ACTIONS(6040), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -133514,10 +133947,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -133527,11 +133960,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77504] = 2, - ACTIONS(6112), 2, + [77563] = 2, + ACTIONS(6238), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6110), 36, + ACTIONS(6236), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133550,12 +133983,12 @@ 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -133568,11 +134001,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77547] = 2, - ACTIONS(6002), 2, + [77606] = 2, + ACTIONS(6242), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 36, + ACTIONS(6240), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133591,12 +134024,12 @@ 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -133609,12 +134042,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77590] = 2, - ACTIONS(6116), 2, + [77649] = 2, + ACTIONS(6046), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6114), 36, - sym__soft_line_ending, + ACTIONS(6044), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -133637,10 +134070,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -133650,11 +134083,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77633] = 2, - ACTIONS(6088), 2, + [77692] = 2, + ACTIONS(6146), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6086), 36, + ACTIONS(6144), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133673,8 +134106,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, @@ -133691,12 +134124,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77676] = 2, - ACTIONS(6092), 2, + [77735] = 2, + ACTIONS(6054), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6090), 36, - sym__soft_line_ending, + ACTIONS(6052), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -133714,7 +134147,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, @@ -133723,6 +134155,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -133732,12 +134165,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77719] = 2, - ACTIONS(6010), 2, + [77778] = 2, + ACTIONS(6058), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 36, - sym__soft_line_ending, + ACTIONS(6056), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -133760,10 +134193,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -133773,11 +134206,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77762] = 2, - ACTIONS(6096), 2, + [77821] = 2, + ACTIONS(6042), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6094), 36, + ACTIONS(6040), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133796,8 +134229,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, @@ -133814,12 +134247,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77805] = 2, - ACTIONS(6100), 2, + [77864] = 2, + ACTIONS(6062), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6098), 36, - sym__soft_line_ending, + ACTIONS(6060), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -133837,7 +134270,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, @@ -133846,6 +134278,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -133855,11 +134288,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77848] = 2, - ACTIONS(6120), 2, + [77907] = 2, + ACTIONS(6046), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6118), 36, + ACTIONS(6044), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -133879,11 +134312,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, @@ -133896,12 +134329,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77891] = 2, - ACTIONS(6124), 2, + [77950] = 2, + ACTIONS(6066), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6122), 36, - sym__soft_line_ending, + ACTIONS(6064), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -133924,10 +134357,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -133937,12 +134370,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77934] = 2, - ACTIONS(6254), 2, + [77993] = 2, + ACTIONS(6070), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6252), 36, - sym__soft_line_ending, + ACTIONS(6068), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -133964,11 +134397,11 @@ 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, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -133978,11 +134411,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [77977] = 2, - ACTIONS(6258), 2, + [78036] = 2, + ACTIONS(6054), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6256), 36, + ACTIONS(6052), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134002,10 +134435,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, @@ -134019,11 +134452,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78020] = 2, - ACTIONS(6294), 2, + [78079] = 2, + ACTIONS(6058), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6292), 36, + ACTIONS(6056), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134043,12 +134476,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -134060,11 +134493,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78063] = 2, - ACTIONS(6104), 2, + [78122] = 2, + ACTIONS(6062), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6102), 36, + ACTIONS(6060), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134083,8 +134516,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, @@ -134101,11 +134534,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78106] = 2, - ACTIONS(6262), 2, + [78165] = 2, + ACTIONS(6066), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6260), 36, + ACTIONS(6064), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134125,10 +134558,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, @@ -134142,11 +134575,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78149] = 2, - ACTIONS(6266), 2, + [78208] = 2, + ACTIONS(6070), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6264), 36, + ACTIONS(6068), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134166,10 +134599,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, @@ -134183,11 +134616,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78192] = 2, - ACTIONS(6128), 2, + [78251] = 2, + ACTIONS(6074), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6126), 36, + ACTIONS(6072), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134207,11 +134640,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, @@ -134224,11 +134657,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78235] = 2, - ACTIONS(6132), 2, + [78294] = 2, + ACTIONS(6078), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6130), 36, + ACTIONS(6076), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134248,11 +134681,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, @@ -134265,11 +134698,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78278] = 2, - ACTIONS(6136), 2, + [78337] = 2, + ACTIONS(6082), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6134), 36, + ACTIONS(6080), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134289,11 +134722,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, @@ -134306,11 +134739,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78321] = 2, - ACTIONS(6108), 2, + [78380] = 2, + ACTIONS(6086), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6106), 36, + ACTIONS(6084), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134329,8 +134762,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, @@ -134347,11 +134780,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78364] = 2, - ACTIONS(6140), 2, + [78423] = 2, + ACTIONS(6090), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6138), 36, + ACTIONS(6088), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134371,11 +134804,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, @@ -134388,11 +134821,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78407] = 2, - ACTIONS(6144), 2, + [78466] = 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6142), 36, + ACTIONS(6000), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134412,11 +134845,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, @@ -134429,11 +134862,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78450] = 2, - ACTIONS(6112), 2, + [78509] = 2, + ACTIONS(6094), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6110), 36, + ACTIONS(6092), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134452,8 +134885,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, @@ -134470,12 +134903,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78493] = 2, - ACTIONS(6148), 2, + [78552] = 2, + ACTIONS(6074), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6146), 36, - sym__soft_line_ending, + ACTIONS(6072), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -134498,10 +134931,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -134511,12 +134944,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78536] = 2, - ACTIONS(6038), 2, + [78595] = 2, + ACTIONS(6078), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6036), 36, - sym__soft_line_ending, + ACTIONS(6076), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -134539,10 +134972,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -134552,11 +134985,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78579] = 2, - ACTIONS(6002), 2, + [78638] = 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 36, + ACTIONS(6008), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134575,8 +135008,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, @@ -134593,12 +135026,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78622] = 2, - ACTIONS(6154), 2, + [78681] = 2, + ACTIONS(6082), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6152), 36, - sym__soft_line_ending, + ACTIONS(6080), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -134621,10 +135054,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -134634,12 +135067,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78665] = 2, - ACTIONS(6158), 2, + [78724] = 2, + ACTIONS(6086), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6156), 36, - sym__soft_line_ending, + ACTIONS(6084), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -134662,10 +135095,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -134675,11 +135108,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78708] = 2, - ACTIONS(6116), 2, + [78767] = 2, + ACTIONS(6110), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6114), 36, + ACTIONS(6108), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134698,8 +135131,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, @@ -134716,11 +135149,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78751] = 2, - ACTIONS(6162), 2, + [78810] = 2, + ACTIONS(6114), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6160), 36, + ACTIONS(6112), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134740,11 +135173,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, @@ -134757,11 +135190,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78794] = 2, - ACTIONS(6284), 2, + [78853] = 2, + ACTIONS(6246), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6282), 36, + ACTIONS(6244), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134780,12 +135213,12 @@ 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -134798,11 +135231,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78837] = 2, - ACTIONS(6166), 2, + [78896] = 2, + ACTIONS(6250), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6164), 36, + ACTIONS(6248), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134821,12 +135254,12 @@ 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -134839,134 +135272,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [78880] = 2, - ACTIONS(6170), 2, + [78939] = 2, + ACTIONS(6312), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6168), 36, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - anon_sym_PIPE, sym__whitespace, - [78923] = 2, - ACTIONS(6174), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6172), 36, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - anon_sym_PIPE, - sym__whitespace, - [78966] = 2, - ACTIONS(6230), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6228), 36, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - anon_sym_PIPE, - sym__whitespace, - [79009] = 2, - ACTIONS(6178), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6176), 36, + ACTIONS(6310), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -134990,7 +135301,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, @@ -135001,14 +135311,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [79052] = 2, - ACTIONS(6182), 2, + [78982] = 2, + ACTIONS(6090), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6180), 36, - sym__soft_line_ending, + ACTIONS(6088), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -135031,10 +135341,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -135044,11 +135354,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79095] = 2, - ACTIONS(6234), 2, + [79025] = 2, + ACTIONS(6254), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6232), 36, + ACTIONS(6252), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135059,7 +135369,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, @@ -135068,6 +135377,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, @@ -135085,11 +135395,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79138] = 2, - ACTIONS(6186), 2, + [79068] = 2, + ACTIONS(6258), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6184), 36, + ACTIONS(6256), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135108,12 +135418,12 @@ 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -135126,11 +135436,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79181] = 2, - ACTIONS(6190), 2, + [79111] = 2, + ACTIONS(6118), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6188), 36, + ACTIONS(6116), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135150,11 +135460,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, @@ -135167,11 +135477,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79224] = 2, - ACTIONS(6194), 2, + [79154] = 2, + ACTIONS(6122), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6192), 36, + ACTIONS(6120), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135191,11 +135501,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, @@ -135208,11 +135518,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79267] = 2, - ACTIONS(6198), 2, + [79197] = 2, + ACTIONS(6126), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6196), 36, + ACTIONS(6124), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135232,11 +135542,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, @@ -135249,11 +135559,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79310] = 2, - ACTIONS(6202), 2, + [79240] = 2, + ACTIONS(6130), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6200), 36, + ACTIONS(6128), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135273,11 +135583,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, @@ -135290,11 +135600,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79353] = 2, - ACTIONS(6270), 2, + [79283] = 2, + ACTIONS(6134), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6268), 36, + ACTIONS(6132), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135314,11 +135624,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, @@ -135331,12 +135641,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79396] = 2, - ACTIONS(6206), 2, + [79326] = 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6204), 36, - sym__soft_line_ending, + ACTIONS(6000), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -135359,10 +135669,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -135372,11 +135682,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79439] = 2, - ACTIONS(6210), 2, + [79369] = 2, + ACTIONS(6138), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6208), 36, + ACTIONS(6136), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135396,11 +135706,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, @@ -135413,11 +135723,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79482] = 2, - ACTIONS(6214), 2, + [79412] = 2, + ACTIONS(6142), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6212), 36, + ACTIONS(6140), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135437,11 +135747,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, @@ -135454,12 +135764,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79525] = 2, - ACTIONS(6218), 2, + [79455] = 2, + ACTIONS(6094), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6216), 36, - sym__soft_line_ending, + ACTIONS(6092), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -135482,10 +135792,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -135495,11 +135805,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79568] = 2, - ACTIONS(6222), 2, + [79498] = 2, + ACTIONS(6150), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6220), 36, + ACTIONS(6148), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135519,11 +135829,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, @@ -135536,11 +135846,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79611] = 2, - ACTIONS(6226), 2, + [79541] = 2, + ACTIONS(6154), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6224), 36, + ACTIONS(6152), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135560,11 +135870,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, @@ -135577,11 +135887,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79654] = 2, - ACTIONS(6274), 2, + [79584] = 2, + ACTIONS(6158), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6272), 36, + ACTIONS(6156), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135601,11 +135911,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, @@ -135618,11 +135928,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79697] = 2, - ACTIONS(6230), 2, + [79627] = 2, + ACTIONS(6162), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6228), 36, + ACTIONS(6160), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135642,11 +135952,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, @@ -135659,11 +135969,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79740] = 2, - ACTIONS(6234), 2, + [79670] = 2, + ACTIONS(6166), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6232), 36, + ACTIONS(6164), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135683,11 +135993,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, @@ -135700,11 +136010,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79783] = 2, - ACTIONS(6238), 2, + [79713] = 2, + ACTIONS(6170), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6236), 36, + ACTIONS(6168), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135724,11 +136034,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, @@ -135741,11 +136051,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79826] = 2, - ACTIONS(6278), 2, + [79756] = 2, + ACTIONS(6174), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6276), 36, + ACTIONS(6172), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135765,11 +136075,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, @@ -135782,11 +136092,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79869] = 2, - ACTIONS(6242), 2, + [79799] = 2, + ACTIONS(6178), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6240), 36, + ACTIONS(6176), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135806,11 +136116,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, @@ -135823,11 +136133,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79912] = 2, - ACTIONS(6042), 2, + [79842] = 2, + ACTIONS(6182), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6040), 36, + ACTIONS(6180), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135847,12 +136157,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -135864,11 +136174,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79955] = 2, - ACTIONS(6148), 2, + [79885] = 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6146), 36, + ACTIONS(6008), 36, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -135905,11 +136215,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [79998] = 2, - ACTIONS(6010), 2, + [79928] = 2, + ACTIONS(6262), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 36, + ACTIONS(6260), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135946,11 +136256,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80041] = 2, - ACTIONS(6238), 2, + [79971] = 2, + ACTIONS(6266), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6236), 36, + ACTIONS(6264), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -135961,7 +136271,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, @@ -135970,6 +136279,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, @@ -135987,11 +136297,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80084] = 2, - ACTIONS(6278), 2, + [80014] = 2, + ACTIONS(6270), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6276), 36, + ACTIONS(6268), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136002,7 +136312,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, @@ -136011,6 +136320,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, @@ -136028,11 +136338,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80127] = 2, - ACTIONS(6120), 2, + [80057] = 2, + ACTIONS(6274), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6118), 36, + ACTIONS(6272), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136069,11 +136379,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80170] = 2, - ACTIONS(6046), 2, + [80100] = 2, + ACTIONS(6186), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6044), 36, + ACTIONS(6184), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136093,12 +136403,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -136110,11 +136420,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80213] = 2, - ACTIONS(6050), 2, + [80143] = 2, + ACTIONS(6190), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6048), 36, + ACTIONS(6188), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136134,12 +136444,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -136151,11 +136461,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80256] = 2, - ACTIONS(6054), 2, + [80186] = 2, + ACTIONS(6194), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6052), 36, + ACTIONS(6192), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136175,12 +136485,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -136192,11 +136502,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80299] = 2, - ACTIONS(6058), 2, + [80229] = 2, + ACTIONS(6198), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6056), 36, + ACTIONS(6196), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136216,12 +136526,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -136233,11 +136543,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80342] = 2, - ACTIONS(6124), 2, + [80272] = 2, + ACTIONS(6202), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6122), 36, + ACTIONS(6200), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136256,8 +136566,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, @@ -136274,11 +136584,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80385] = 2, - ACTIONS(6254), 2, + [80315] = 2, + ACTIONS(6278), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6252), 36, + ACTIONS(6276), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136296,9 +136606,9 @@ 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__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -136315,11 +136625,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80428] = 2, - ACTIONS(6246), 2, + [80358] = 2, + ACTIONS(6206), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6244), 36, + ACTIONS(6204), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136339,47 +136649,7 @@ static const uint16_t ts_small_parse_table[] = { 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - anon_sym_PIPE, - sym__whitespace, - [80471] = 2, - ACTIONS(6038), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6036), 36, - 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__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -136387,7 +136657,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -136397,11 +136666,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80514] = 2, - ACTIONS(6250), 2, + [80401] = 2, + ACTIONS(6210), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6248), 36, + ACTIONS(6208), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136421,11 +136690,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, @@ -136438,11 +136707,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80557] = 2, - ACTIONS(6258), 2, + [80444] = 2, + ACTIONS(6214), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6256), 36, + ACTIONS(6212), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136460,9 +136729,9 @@ 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__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -136479,11 +136748,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80600] = 2, - ACTIONS(6062), 2, + [80487] = 2, + ACTIONS(6218), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6060), 36, + ACTIONS(6216), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136503,12 +136772,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -136520,11 +136789,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80643] = 2, - ACTIONS(6294), 2, + [80530] = 2, + ACTIONS(6222), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6292), 36, + ACTIONS(6220), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136561,11 +136830,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80686] = 2, - ACTIONS(6242), 2, + [80573] = 2, + ACTIONS(6038), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6240), 36, + ACTIONS(6036), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136576,7 +136845,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, @@ -136586,6 +136854,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, @@ -136602,11 +136871,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80729] = 2, - ACTIONS(5978), 2, + [80616] = 2, + ACTIONS(6282), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 36, + ACTIONS(6280), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136626,12 +136895,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -136643,11 +136912,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80772] = 2, - ACTIONS(6262), 2, + [80659] = 2, + ACTIONS(6300), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6260), 36, + ACTIONS(6298), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136665,9 +136934,9 @@ 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__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -136684,11 +136953,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80815] = 2, - ACTIONS(6266), 2, + [80702] = 2, + ACTIONS(6226), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6264), 36, + ACTIONS(6224), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136706,9 +136975,9 @@ 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__superscript_close, sym__inline_note_start_token, sym__strong_emphasis_open_star, sym__strong_emphasis_open_underscore, @@ -136725,11 +136994,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80858] = 2, - ACTIONS(6068), 2, + [80745] = 2, + ACTIONS(6230), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6066), 36, + ACTIONS(6228), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136749,12 +137018,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -136766,11 +137035,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80901] = 2, - ACTIONS(6128), 2, + [80788] = 2, + ACTIONS(6286), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6126), 36, + ACTIONS(6284), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136789,8 +137058,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, @@ -136807,11 +137076,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80944] = 2, - ACTIONS(6132), 2, + [80831] = 2, + ACTIONS(6234), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6130), 36, + ACTIONS(6232), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136830,8 +137099,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, @@ -136848,11 +137117,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [80987] = 2, - ACTIONS(6072), 2, + [80874] = 2, + ACTIONS(6294), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6070), 36, + sym__whitespace, + ACTIONS(6292), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -136877,7 +137147,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__pandoc_line_break, @@ -136887,14 +137156,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [81030] = 2, - ACTIONS(6136), 2, + [80917] = 2, + ACTIONS(6110), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6134), 36, - sym__soft_line_ending, + ACTIONS(6108), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -136912,7 +137181,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, @@ -136921,6 +137189,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -136930,12 +137199,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [81073] = 2, - ACTIONS(6042), 2, + [80960] = 2, + ACTIONS(6114), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6040), 36, - sym__soft_line_ending, + ACTIONS(6112), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -136952,7 +137221,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, @@ -136962,6 +137230,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -136971,11 +137240,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [81116] = 2, - ACTIONS(6076), 2, + [81003] = 2, + ACTIONS(6050), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6074), 36, + sym__whitespace, + ACTIONS(6048), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137000,7 +137270,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__pandoc_line_break, @@ -137010,13 +137279,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [81159] = 2, - ACTIONS(6080), 2, + [81046] = 2, + ACTIONS(6098), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6078), 36, + sym__whitespace, + ACTIONS(6096), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137041,7 +137311,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__pandoc_line_break, @@ -137051,13 +137320,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [81202] = 2, - ACTIONS(6084), 2, + [81089] = 2, + ACTIONS(6102), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6082), 36, + sym__whitespace, + ACTIONS(6100), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137082,7 +137352,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__pandoc_line_break, @@ -137092,13 +137361,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [81245] = 2, - ACTIONS(6088), 2, + [81132] = 2, + ACTIONS(6106), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6086), 36, + sym__whitespace, + ACTIONS(6104), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137123,7 +137393,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__pandoc_line_break, @@ -137133,14 +137402,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [81288] = 2, - ACTIONS(6092), 2, + [81175] = 2, + ACTIONS(6246), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6090), 36, - sym__soft_line_ending, + ACTIONS(6244), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -137164,9 +137433,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -137176,12 +137445,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [81331] = 2, - ACTIONS(6096), 2, + [81218] = 2, + ACTIONS(6250), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6094), 36, - sym__soft_line_ending, + ACTIONS(6248), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -137205,9 +137474,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -137217,11 +137486,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [81374] = 2, - ACTIONS(6100), 2, + [81261] = 2, + ACTIONS(6238), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6098), 36, + ACTIONS(6236), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137241,12 +137510,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -137258,11 +137527,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [81417] = 2, - ACTIONS(6104), 2, + [81304] = 2, + ACTIONS(6242), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6102), 36, + ACTIONS(6240), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137282,12 +137551,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -137299,11 +137568,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [81460] = 2, - ACTIONS(6108), 2, + [81347] = 2, + ACTIONS(6146), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6106), 36, + sym__whitespace, + ACTIONS(6144), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137328,7 +137598,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__pandoc_line_break, @@ -137338,13 +137607,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [81503] = 2, - ACTIONS(6112), 2, + [81390] = 2, + ACTIONS(5978), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6110), 36, + sym__whitespace, + ACTIONS(5976), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137369,7 +137639,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__pandoc_line_break, @@ -137379,13 +137648,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [81546] = 2, - ACTIONS(6002), 2, + [81433] = 2, + ACTIONS(6042), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 36, + sym__whitespace, + ACTIONS(6040), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137410,7 +137680,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__pandoc_line_break, @@ -137420,13 +137689,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [81589] = 2, - ACTIONS(6116), 2, + [81476] = 2, + ACTIONS(6046), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6114), 36, + sym__whitespace, + ACTIONS(6044), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137451,7 +137721,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__pandoc_line_break, @@ -137461,13 +137730,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [81632] = 2, - ACTIONS(6140), 2, + [81519] = 2, + ACTIONS(6312), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6138), 36, + sym__whitespace, + ACTIONS(6310), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137486,7 +137756,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, @@ -137501,14 +137770,15 @@ 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, - sym__whitespace, - [81675] = 2, - ACTIONS(6144), 2, + [81562] = 2, + ACTIONS(6054), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6142), 36, + sym__whitespace, + ACTIONS(6052), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137527,7 +137797,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, @@ -137543,13 +137812,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [81718] = 2, - ACTIONS(6010), 2, + [81605] = 2, + ACTIONS(6058), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 36, + sym__whitespace, + ACTIONS(6056), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137574,7 +137844,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__pandoc_line_break, @@ -137584,13 +137853,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [81761] = 2, - ACTIONS(6100), 2, + [81648] = 2, + ACTIONS(6062), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6098), 36, + sym__whitespace, + ACTIONS(6060), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137601,7 +137871,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, @@ -137625,13 +137894,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [81804] = 2, - ACTIONS(6148), 2, + [81691] = 2, + ACTIONS(6066), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6146), 36, + sym__whitespace, + ACTIONS(6064), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137650,7 +137920,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, @@ -137666,13 +137935,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [81847] = 2, - ACTIONS(6120), 2, + [81734] = 2, + ACTIONS(6070), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6118), 36, + sym__whitespace, + ACTIONS(6068), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137697,7 +137967,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__pandoc_line_break, @@ -137707,13 +137976,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [81890] = 2, - ACTIONS(6124), 2, + [81777] = 2, + ACTIONS(6074), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6122), 36, + sym__whitespace, + ACTIONS(6072), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137738,7 +138008,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__pandoc_line_break, @@ -137748,13 +138017,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [81933] = 2, - ACTIONS(6254), 2, + [81820] = 2, + ACTIONS(6078), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6252), 36, + sym__whitespace, + ACTIONS(6076), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137778,7 +138048,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, @@ -137789,13 +138058,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [81976] = 2, - ACTIONS(6258), 2, + [81863] = 2, + ACTIONS(6082), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6256), 36, + sym__whitespace, + ACTIONS(6080), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137819,7 +138089,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, @@ -137830,13 +138099,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82019] = 2, - ACTIONS(6038), 2, + [81906] = 2, + ACTIONS(6086), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6036), 36, + sym__whitespace, + ACTIONS(6084), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137855,7 +138125,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, @@ -137871,13 +138140,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82062] = 2, - ACTIONS(6104), 2, + [81949] = 2, + ACTIONS(6090), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6102), 36, + sym__whitespace, + ACTIONS(6088), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137888,7 +138158,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, @@ -137912,13 +138181,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82105] = 2, - ACTIONS(6262), 2, + [81992] = 2, + ACTIONS(6002), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6260), 36, + sym__whitespace, + ACTIONS(6000), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137942,7 +138212,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, @@ -137953,13 +138222,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82148] = 2, - ACTIONS(6266), 2, + [82035] = 2, + ACTIONS(6094), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6264), 36, + sym__whitespace, + ACTIONS(6092), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -137983,7 +138253,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, @@ -137994,13 +138263,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82191] = 2, - ACTIONS(6128), 2, + [82078] = 2, + ACTIONS(6010), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6126), 36, + sym__whitespace, + ACTIONS(6008), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138025,7 +138295,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__pandoc_line_break, @@ -138035,13 +138304,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82234] = 2, - ACTIONS(6132), 2, + [82121] = 2, + ACTIONS(6110), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6130), 36, + sym__whitespace, + ACTIONS(6108), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138066,7 +138336,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__pandoc_line_break, @@ -138076,13 +138345,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82277] = 2, - ACTIONS(6136), 2, + [82164] = 2, + ACTIONS(6114), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6134), 36, + sym__whitespace, + ACTIONS(6112), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138107,7 +138377,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__pandoc_line_break, @@ -138117,13 +138386,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82320] = 2, - ACTIONS(6154), 2, + [82207] = 2, + ACTIONS(6246), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6152), 36, + ACTIONS(6244), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138142,8 +138411,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, @@ -138160,11 +138429,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [82363] = 2, - ACTIONS(6140), 2, + [82250] = 2, + ACTIONS(6250), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6138), 36, + ACTIONS(6248), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138184,12 +138453,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -138201,11 +138470,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [82406] = 2, - ACTIONS(6144), 2, + [82293] = 2, + ACTIONS(6312), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6142), 36, + ACTIONS(6310), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138227,10 +138496,10 @@ 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__pandoc_line_break, @@ -138242,11 +138511,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [82449] = 2, - ACTIONS(6158), 2, + [82336] = 2, + ACTIONS(6254), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6156), 36, + ACTIONS(6252), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138265,8 +138534,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, @@ -138283,11 +138552,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [82492] = 2, - ACTIONS(6148), 2, + [82379] = 2, + ACTIONS(6258), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6146), 36, + ACTIONS(6256), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138307,12 +138576,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -138324,11 +138593,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [82535] = 2, - ACTIONS(6038), 2, + [82422] = 2, + ACTIONS(6118), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6036), 36, + sym__whitespace, + ACTIONS(6116), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138353,7 +138623,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__pandoc_line_break, @@ -138363,13 +138632,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82578] = 2, - ACTIONS(6120), 2, + [82465] = 2, + ACTIONS(6122), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6118), 36, + sym__whitespace, + ACTIONS(6120), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138380,7 +138650,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, @@ -138404,13 +138673,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82621] = 2, - ACTIONS(6154), 2, + [82508] = 2, + ACTIONS(6126), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6152), 36, + sym__whitespace, + ACTIONS(6124), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138435,7 +138705,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__pandoc_line_break, @@ -138445,13 +138714,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82664] = 2, - ACTIONS(6158), 2, + [82551] = 2, + ACTIONS(6130), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6156), 36, + sym__whitespace, + ACTIONS(6128), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138476,7 +138746,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__pandoc_line_break, @@ -138486,13 +138755,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82707] = 2, - ACTIONS(6162), 2, + [82594] = 2, + ACTIONS(6134), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6160), 36, + sym__whitespace, + ACTIONS(6132), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138511,7 +138781,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, @@ -138527,13 +138796,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82750] = 2, - ACTIONS(6162), 2, + [82637] = 2, + ACTIONS(6138), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6160), 36, + sym__whitespace, + ACTIONS(6136), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138558,7 +138828,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__pandoc_line_break, @@ -138568,13 +138837,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82793] = 2, - ACTIONS(6284), 2, + [82680] = 2, + ACTIONS(6142), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6282), 36, + sym__whitespace, + ACTIONS(6140), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138599,7 +138869,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__pandoc_line_break, @@ -138609,13 +138878,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82836] = 2, - ACTIONS(6166), 2, + [82723] = 2, + ACTIONS(6150), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6164), 36, + sym__whitespace, + ACTIONS(6148), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138640,7 +138910,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__pandoc_line_break, @@ -138650,13 +138919,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82879] = 2, - ACTIONS(6170), 2, + [82766] = 2, + ACTIONS(6154), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6168), 36, + sym__whitespace, + ACTIONS(6152), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138681,7 +138951,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__pandoc_line_break, @@ -138691,13 +138960,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82922] = 2, - ACTIONS(6174), 2, + [82809] = 2, + ACTIONS(6158), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6172), 36, + sym__whitespace, + ACTIONS(6156), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138722,7 +138992,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__pandoc_line_break, @@ -138732,13 +139001,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [82965] = 2, - ACTIONS(6284), 2, + [82852] = 2, + ACTIONS(6162), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6282), 36, + sym__whitespace, + ACTIONS(6160), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138757,7 +139027,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, @@ -138773,13 +139042,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [83008] = 2, - ACTIONS(6178), 2, + [82895] = 2, + ACTIONS(6166), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6176), 36, + sym__whitespace, + ACTIONS(6164), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138804,7 +139074,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__pandoc_line_break, @@ -138814,13 +139083,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [83051] = 2, - ACTIONS(6182), 2, + [82938] = 2, + ACTIONS(6170), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6180), 36, + sym__whitespace, + ACTIONS(6168), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138845,7 +139115,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__pandoc_line_break, @@ -138855,13 +139124,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [83094] = 2, - ACTIONS(6166), 2, + [82981] = 2, + ACTIONS(6174), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6164), 36, + sym__whitespace, + ACTIONS(6172), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138880,7 +139150,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, @@ -138896,13 +139165,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [83137] = 2, - ACTIONS(6186), 2, + [83024] = 2, + ACTIONS(6178), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6184), 36, + sym__whitespace, + ACTIONS(6176), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138927,7 +139197,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__pandoc_line_break, @@ -138937,13 +139206,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [83180] = 2, - ACTIONS(6190), 2, + [83067] = 2, + ACTIONS(6182), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6188), 36, + sym__whitespace, + ACTIONS(6180), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -138968,7 +139238,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__pandoc_line_break, @@ -138978,13 +139247,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [83223] = 2, - ACTIONS(6194), 2, + [83110] = 2, + ACTIONS(6262), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6192), 36, + ACTIONS(6260), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139004,12 +139273,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -139021,11 +139290,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [83266] = 2, - ACTIONS(6198), 2, + [83153] = 2, + ACTIONS(6266), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6196), 36, + ACTIONS(6264), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139045,12 +139314,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -139062,11 +139331,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [83309] = 2, - ACTIONS(6202), 2, + [83196] = 2, + ACTIONS(6270), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6200), 36, + ACTIONS(6268), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139086,12 +139355,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -139103,11 +139372,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [83352] = 2, - ACTIONS(6270), 2, + [83239] = 2, + ACTIONS(6274), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6268), 36, + ACTIONS(6272), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139127,12 +139396,12 @@ 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_open_underscore, - sym__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -139144,11 +139413,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [83395] = 2, - ACTIONS(6206), 2, + [83282] = 2, + ACTIONS(6186), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6204), 36, + sym__whitespace, + ACTIONS(6184), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139173,7 +139443,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__pandoc_line_break, @@ -139183,13 +139452,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [83438] = 2, - ACTIONS(6210), 2, + [83325] = 2, + ACTIONS(6190), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6208), 36, + sym__whitespace, + ACTIONS(6188), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139214,7 +139484,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__pandoc_line_break, @@ -139224,13 +139493,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [83481] = 2, - ACTIONS(6214), 2, + [83368] = 2, + ACTIONS(6194), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6212), 36, + sym__whitespace, + ACTIONS(6192), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139255,7 +139525,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__pandoc_line_break, @@ -139265,13 +139534,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [83524] = 2, - ACTIONS(6218), 2, + [83411] = 2, + ACTIONS(6198), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6216), 36, + sym__whitespace, + ACTIONS(6196), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139296,7 +139566,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__pandoc_line_break, @@ -139306,13 +139575,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [83567] = 2, - ACTIONS(6222), 2, + [83454] = 2, + ACTIONS(6202), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6220), 36, + sym__whitespace, + ACTIONS(6200), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139337,7 +139607,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__pandoc_line_break, @@ -139347,13 +139616,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [83610] = 2, - ACTIONS(6226), 2, + [83497] = 2, + ACTIONS(6278), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6224), 36, + sym__whitespace, + ACTIONS(6276), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139378,7 +139648,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__pandoc_line_break, @@ -139388,54 +139657,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [83653] = 2, - ACTIONS(6274), 2, + [83540] = 2, + ACTIONS(6206), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6272), 36, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - anon_sym_PIPE, sym__whitespace, - [83696] = 2, - ACTIONS(6230), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6228), 36, + ACTIONS(6204), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139460,7 +139689,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__pandoc_line_break, @@ -139470,54 +139698,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [83739] = 2, - ACTIONS(6234), 2, + [83583] = 2, + ACTIONS(6210), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6232), 36, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - anon_sym_PIPE, sym__whitespace, - [83782] = 2, - ACTIONS(6238), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6236), 36, + ACTIONS(6208), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139542,7 +139730,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__pandoc_line_break, @@ -139552,54 +139739,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [83825] = 2, - ACTIONS(6278), 2, + [83626] = 2, + ACTIONS(6214), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6276), 36, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - anon_sym_PIPE, sym__whitespace, - [83868] = 2, - ACTIONS(6242), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6240), 36, + ACTIONS(6212), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139624,7 +139771,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__pandoc_line_break, @@ -139634,54 +139780,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [83911] = 2, - ACTIONS(6170), 2, + [83669] = 2, + ACTIONS(6218), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6168), 36, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - anon_sym_PIPE, sym__whitespace, - [83954] = 2, - ACTIONS(6174), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6172), 36, + ACTIONS(6216), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139700,7 +139806,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, @@ -139716,13 +139821,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [83997] = 2, - ACTIONS(6124), 2, + [83712] = 2, + ACTIONS(6222), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6122), 36, + sym__whitespace, + ACTIONS(6220), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139733,7 +139839,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, @@ -139757,13 +139862,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [84040] = 2, - ACTIONS(6178), 2, + [83755] = 2, + ACTIONS(6038), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6176), 36, + sym__whitespace, + ACTIONS(6036), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139782,7 +139888,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, @@ -139798,13 +139903,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [84083] = 2, - ACTIONS(6182), 2, + [83798] = 2, + ACTIONS(6282), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6180), 36, + sym__whitespace, + ACTIONS(6280), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139823,7 +139929,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, @@ -139839,13 +139944,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [84126] = 2, - ACTIONS(6254), 2, + [83841] = 2, + ACTIONS(6300), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6252), 36, + sym__whitespace, + ACTIONS(6298), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139855,7 +139961,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, @@ -139880,13 +139985,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [84169] = 2, - ACTIONS(6186), 2, + [83884] = 2, + ACTIONS(6226), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6184), 36, + sym__whitespace, + ACTIONS(6224), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139905,7 +140011,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, @@ -139921,13 +140026,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [84212] = 2, - ACTIONS(6190), 2, + [83927] = 2, + ACTIONS(6230), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6188), 36, + sym__whitespace, + ACTIONS(6228), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139946,7 +140052,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, @@ -139962,13 +140067,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [84255] = 2, - ACTIONS(6194), 2, + [83970] = 2, + ACTIONS(6286), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6192), 36, + sym__whitespace, + ACTIONS(6284), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -139987,7 +140093,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, @@ -140003,13 +140108,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [84298] = 2, - ACTIONS(6198), 2, + [84013] = 2, + ACTIONS(6234), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6196), 36, + sym__whitespace, + ACTIONS(6232), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140028,7 +140134,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, @@ -140044,13 +140149,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [84341] = 2, - ACTIONS(6202), 2, + [84056] = 2, + ACTIONS(6294), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6200), 36, + ACTIONS(6292), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140069,10 +140174,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, @@ -140087,11 +140192,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [84384] = 2, - ACTIONS(6246), 2, + [84099] = 2, + ACTIONS(6050), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6244), 36, + ACTIONS(6048), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140113,10 +140218,10 @@ 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__pandoc_line_break, @@ -140128,11 +140233,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [84427] = 2, - ACTIONS(6250), 2, + [84142] = 2, + ACTIONS(6098), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6248), 36, + ACTIONS(6096), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140154,10 +140259,10 @@ 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__pandoc_line_break, @@ -140169,11 +140274,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [84470] = 2, - ACTIONS(6270), 2, + [84185] = 2, + ACTIONS(6102), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6268), 36, + ACTIONS(6100), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140192,10 +140297,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, @@ -140210,11 +140315,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [84513] = 2, - ACTIONS(6206), 2, + [84228] = 2, + ACTIONS(6106), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6204), 36, + ACTIONS(6104), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140233,10 +140338,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, @@ -140251,11 +140356,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [84556] = 2, - ACTIONS(6210), 2, + [84271] = 2, + ACTIONS(6238), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6208), 36, + sym__whitespace, + ACTIONS(6236), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140274,7 +140380,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, @@ -140290,13 +140395,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, + [84314] = 2, + ACTIONS(6242), 3, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, sym__whitespace, - [84599] = 2, - ACTIONS(6214), 2, + ACTIONS(6240), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + aux_sym_inline_note_token1, + anon_sym_PIPE, + [84357] = 2, + ACTIONS(6146), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6212), 36, + ACTIONS(6144), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140315,10 +140461,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, @@ -140333,11 +140479,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [84642] = 2, - ACTIONS(6218), 2, + [84400] = 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6216), 36, + ACTIONS(5976), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140356,10 +140502,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, @@ -140374,11 +140520,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [84685] = 2, - ACTIONS(6222), 2, + [84443] = 2, + ACTIONS(6042), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6220), 36, + ACTIONS(6040), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140397,10 +140543,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, @@ -140415,11 +140561,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [84728] = 2, - ACTIONS(6226), 2, + [84486] = 2, + ACTIONS(6046), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6224), 36, + ACTIONS(6044), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140438,10 +140584,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, @@ -140456,11 +140602,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [84771] = 2, - ACTIONS(6274), 2, + [84529] = 2, + ACTIONS(6054), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6272), 36, + ACTIONS(6052), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140479,10 +140625,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, @@ -140497,11 +140643,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [84814] = 2, - ACTIONS(6230), 2, + [84572] = 2, + ACTIONS(6058), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6228), 36, + ACTIONS(6056), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140520,10 +140666,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, @@ -140538,11 +140684,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [84857] = 2, - ACTIONS(6234), 2, + [84615] = 2, + ACTIONS(6062), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6232), 36, + ACTIONS(6060), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140561,10 +140707,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, @@ -140579,11 +140725,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [84900] = 2, - ACTIONS(6238), 2, + [84658] = 2, + ACTIONS(6066), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6236), 36, + ACTIONS(6064), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140602,10 +140748,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, @@ -140620,11 +140766,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [84943] = 2, - ACTIONS(6278), 2, + [84701] = 2, + ACTIONS(6070), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6276), 36, + ACTIONS(6068), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140643,10 +140789,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, @@ -140661,11 +140807,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [84986] = 2, - ACTIONS(6242), 2, + [84744] = 2, + ACTIONS(6074), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6240), 36, + ACTIONS(6072), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140684,10 +140830,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, @@ -140702,11 +140848,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85029] = 2, - ACTIONS(6042), 2, + [84787] = 2, + ACTIONS(6078), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6040), 36, + ACTIONS(6076), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140726,9 +140872,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, @@ -140743,11 +140889,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85072] = 2, - ACTIONS(6046), 2, + [84830] = 2, + ACTIONS(6082), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6044), 36, + ACTIONS(6080), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140765,11 +140911,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, @@ -140784,11 +140930,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85115] = 2, - ACTIONS(6050), 2, + [84873] = 2, + ACTIONS(6086), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6048), 36, + ACTIONS(6084), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140806,11 +140952,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, @@ -140825,11 +140971,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85158] = 2, - ACTIONS(6054), 2, + [84916] = 2, + ACTIONS(6090), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6052), 36, + ACTIONS(6088), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140847,11 +140993,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, @@ -140866,11 +141012,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85201] = 2, - ACTIONS(6046), 2, + [84959] = 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6044), 36, + ACTIONS(6000), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140890,9 +141036,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, @@ -140907,11 +141053,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85244] = 2, - ACTIONS(6050), 2, + [85002] = 2, + ACTIONS(6094), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6048), 36, + ACTIONS(6092), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140931,9 +141077,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, @@ -140948,11 +141094,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85287] = 2, - ACTIONS(6054), 2, + [85045] = 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6052), 36, + ACTIONS(6008), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -140972,9 +141118,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, @@ -140989,11 +141135,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85330] = 2, - ACTIONS(6058), 2, + [85088] = 2, + ACTIONS(6110), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6056), 36, + ACTIONS(6108), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141013,9 +141159,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, @@ -141030,11 +141176,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85373] = 2, - ACTIONS(6058), 2, + [85131] = 2, + ACTIONS(6114), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6056), 36, + ACTIONS(6112), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141052,11 +141198,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, @@ -141071,11 +141217,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85416] = 2, - ACTIONS(6258), 2, + [85174] = 2, + ACTIONS(6246), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6256), 36, + sym__whitespace, + ACTIONS(6244), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141085,7 +141232,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, @@ -141110,13 +141256,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, + [85217] = 2, + ACTIONS(6250), 3, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, sym__whitespace, - [85459] = 2, - ACTIONS(6246), 2, + ACTIONS(6248), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + aux_sym_inline_note_token1, + anon_sym_PIPE, + [85260] = 2, + ACTIONS(6312), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6244), 36, + ACTIONS(6310), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141135,11 +141322,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, @@ -141153,11 +141340,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85502] = 2, - ACTIONS(6250), 2, + [85303] = 2, + ACTIONS(6254), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6248), 36, + sym__whitespace, + ACTIONS(6252), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141176,7 +141364,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, @@ -141192,13 +141379,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, + [85346] = 2, + ACTIONS(6258), 3, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, sym__whitespace, - [85545] = 2, - ACTIONS(6294), 2, + ACTIONS(6256), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + aux_sym_inline_note_token1, + anon_sym_PIPE, + [85389] = 2, + ACTIONS(6118), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6292), 36, + ACTIONS(6116), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141216,11 +141444,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, @@ -141235,11 +141463,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85588] = 2, - ACTIONS(6062), 2, + [85432] = 2, + ACTIONS(6122), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6060), 36, + ACTIONS(6120), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141259,9 +141487,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, @@ -141276,11 +141504,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85631] = 2, - ACTIONS(6246), 2, + [85475] = 2, + ACTIONS(6126), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6244), 36, + ACTIONS(6124), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141291,7 +141519,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, @@ -141303,6 +141530,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, @@ -141317,11 +141545,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85674] = 2, - ACTIONS(6108), 2, + [85518] = 2, + ACTIONS(6130), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6106), 36, + ACTIONS(6128), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141332,7 +141560,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, @@ -141344,6 +141571,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, @@ -141358,11 +141586,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85717] = 2, - ACTIONS(6254), 2, + [85561] = 2, + ACTIONS(6134), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6252), 36, + ACTIONS(6132), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141384,10 +141612,10 @@ 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__pandoc_line_break, @@ -141399,12 +141627,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85760] = 2, - ACTIONS(6258), 2, + [85604] = 2, + ACTIONS(6118), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6256), 36, - sym__soft_line_ending, + ACTIONS(6116), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -141428,9 +141656,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -141440,11 +141668,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85803] = 2, - ACTIONS(6262), 2, + [85647] = 2, + ACTIONS(6138), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6260), 36, + ACTIONS(6136), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141466,10 +141694,10 @@ 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__pandoc_line_break, @@ -141481,11 +141709,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85846] = 2, - ACTIONS(6266), 2, + [85690] = 2, + ACTIONS(6142), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6264), 36, + ACTIONS(6140), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141507,10 +141735,10 @@ 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__pandoc_line_break, @@ -141522,12 +141750,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85889] = 2, - ACTIONS(5978), 2, + [85733] = 2, + ACTIONS(6122), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 36, - sym__soft_line_ending, + ACTIONS(6120), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -141546,7 +141774,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, @@ -141554,6 +141781,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -141563,11 +141791,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85932] = 2, - ACTIONS(6250), 2, + [85776] = 2, + ACTIONS(6150), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6248), 36, + ACTIONS(6148), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141578,7 +141806,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, @@ -141590,6 +141817,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, @@ -141604,11 +141832,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [85975] = 2, - ACTIONS(6262), 2, + [85819] = 2, + ACTIONS(6154), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6260), 36, + ACTIONS(6152), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141618,7 +141846,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, @@ -141631,6 +141858,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, @@ -141645,12 +141873,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86018] = 2, - ACTIONS(6068), 2, + [85862] = 2, + ACTIONS(6126), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6066), 36, - sym__soft_line_ending, + ACTIONS(6124), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -141669,7 +141897,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, @@ -141677,6 +141904,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -141686,11 +141914,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86061] = 2, - ACTIONS(6062), 2, + [85905] = 2, + ACTIONS(6158), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6060), 36, + ACTIONS(6156), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141708,11 +141936,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, @@ -141727,11 +141955,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86104] = 2, - ACTIONS(6266), 2, + [85948] = 2, + ACTIONS(6162), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6264), 36, + ACTIONS(6160), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141741,7 +141969,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, @@ -141754,6 +141981,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, @@ -141768,11 +141996,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86147] = 2, - ACTIONS(6072), 2, + [85991] = 2, + ACTIONS(6166), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6070), 36, + ACTIONS(6164), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141792,9 +142020,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, @@ -141809,11 +142037,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86190] = 2, - ACTIONS(6128), 2, + [86034] = 2, + ACTIONS(6170), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6126), 36, + ACTIONS(6168), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141824,7 +142052,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, @@ -141836,6 +142063,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, @@ -141850,11 +142078,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86233] = 2, - ACTIONS(5978), 2, + [86077] = 2, + ACTIONS(6174), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 36, + ACTIONS(6172), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141872,11 +142100,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, @@ -141891,11 +142119,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86276] = 2, - ACTIONS(6076), 2, + [86120] = 2, + ACTIONS(6178), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6074), 36, + ACTIONS(6176), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141915,9 +142143,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, @@ -141932,11 +142160,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86319] = 2, - ACTIONS(6080), 2, + [86163] = 2, + ACTIONS(6182), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6078), 36, + ACTIONS(6180), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -141956,9 +142184,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, @@ -141973,12 +142201,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86362] = 2, - ACTIONS(6084), 2, + [86206] = 2, + ACTIONS(6130), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6082), 36, - sym__soft_line_ending, + ACTIONS(6128), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -141997,7 +142225,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, @@ -142005,6 +142232,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -142014,11 +142242,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86405] = 2, - ACTIONS(6088), 2, + [86249] = 2, + ACTIONS(6262), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6086), 36, + sym__whitespace, + ACTIONS(6260), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142038,7 +142267,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, @@ -142053,13 +142281,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [86448] = 2, - ACTIONS(6092), 2, + [86292] = 2, + ACTIONS(6266), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6090), 36, + sym__whitespace, + ACTIONS(6264), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142079,7 +142308,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, @@ -142094,13 +142322,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, - sym__whitespace, - [86491] = 2, - ACTIONS(6096), 2, + [86335] = 2, + ACTIONS(6270), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6094), 36, + sym__whitespace, + ACTIONS(6268), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142120,7 +142349,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, @@ -142135,13 +142363,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, + aux_sym_inline_note_token1, anon_sym_PIPE, + [86378] = 2, + ACTIONS(6274), 3, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, sym__whitespace, - [86534] = 2, - ACTIONS(6100), 2, + ACTIONS(6272), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + aux_sym_inline_note_token1, + anon_sym_PIPE, + [86421] = 2, + ACTIONS(6186), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6098), 36, + ACTIONS(6184), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142161,9 +142430,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, @@ -142178,11 +142447,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86577] = 2, - ACTIONS(6104), 2, + [86464] = 2, + ACTIONS(6190), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6102), 36, + ACTIONS(6188), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142202,9 +142471,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, @@ -142219,11 +142488,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86620] = 2, - ACTIONS(6108), 2, + [86507] = 2, + ACTIONS(6194), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6106), 36, + ACTIONS(6192), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142243,9 +142512,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, @@ -142260,11 +142529,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86663] = 2, - ACTIONS(6112), 2, + [86550] = 2, + ACTIONS(6198), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6110), 36, + ACTIONS(6196), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142284,9 +142553,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, @@ -142301,11 +142570,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86706] = 2, - ACTIONS(6002), 2, + [86593] = 2, + ACTIONS(6202), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 36, + ACTIONS(6200), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142325,9 +142594,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, @@ -142342,11 +142611,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86749] = 2, - ACTIONS(6116), 2, + [86636] = 2, + ACTIONS(6278), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6114), 36, + ACTIONS(6276), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142366,9 +142635,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, @@ -142383,11 +142652,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86792] = 2, - ACTIONS(6132), 2, + [86679] = 2, + ACTIONS(6206), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6130), 36, + ACTIONS(6204), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142398,7 +142667,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, @@ -142410,6 +142678,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, @@ -142424,11 +142693,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86835] = 2, - ACTIONS(6136), 2, + [86722] = 2, + ACTIONS(6210), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6134), 36, + ACTIONS(6208), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142439,7 +142708,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, @@ -142451,6 +142719,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, @@ -142465,11 +142734,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86878] = 2, - ACTIONS(6010), 2, + [86765] = 2, + ACTIONS(6214), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 36, + ACTIONS(6212), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142489,9 +142758,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, @@ -142506,11 +142775,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86921] = 2, - ACTIONS(6068), 2, + [86808] = 2, + ACTIONS(6218), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6066), 36, + ACTIONS(6216), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142528,11 +142797,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, @@ -142547,11 +142816,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [86964] = 2, - ACTIONS(6112), 2, + [86851] = 2, + ACTIONS(6222), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6110), 36, + ACTIONS(6220), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142562,7 +142831,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, @@ -142574,6 +142842,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, @@ -142588,11 +142857,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87007] = 2, - ACTIONS(6120), 2, + [86894] = 2, + ACTIONS(6038), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6118), 36, + ACTIONS(6036), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142612,9 +142881,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, @@ -142629,11 +142898,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87050] = 2, - ACTIONS(6124), 2, + [86937] = 2, + ACTIONS(6282), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6122), 36, + ACTIONS(6280), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142653,9 +142922,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, @@ -142670,11 +142939,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87093] = 2, - ACTIONS(6254), 2, + [86980] = 2, + ACTIONS(6300), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6252), 36, + ACTIONS(6298), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142693,10 +142962,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, @@ -142711,11 +142980,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87136] = 2, - ACTIONS(6258), 2, + [87023] = 2, + ACTIONS(6226), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6256), 36, + ACTIONS(6224), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142734,10 +143003,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, @@ -142752,12 +143021,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87179] = 2, - ACTIONS(6294), 3, + [87066] = 2, + ACTIONS(6230), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6292), 35, + ACTIONS(6228), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142779,6 +143047,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, @@ -142791,13 +143060,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [87222] = 2, - ACTIONS(6140), 2, + sym__whitespace, + [87109] = 2, + ACTIONS(6286), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6138), 36, + ACTIONS(6284), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142808,7 +143077,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, @@ -142820,6 +143088,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, @@ -142834,11 +143103,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87265] = 2, - ACTIONS(6262), 2, + [87152] = 2, + ACTIONS(6234), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6260), 36, + ACTIONS(6232), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142857,10 +143126,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, @@ -142875,11 +143144,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87308] = 2, - ACTIONS(6266), 2, + [87195] = 2, + ACTIONS(6294), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6264), 36, + ACTIONS(6292), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -142898,11 +143167,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, @@ -142916,12 +143185,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87351] = 2, - ACTIONS(6128), 2, + [87238] = 2, + ACTIONS(6134), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6126), 36, - sym__soft_line_ending, + ACTIONS(6132), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -142940,7 +143209,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, @@ -142948,6 +143216,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -142957,12 +143226,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87394] = 2, - ACTIONS(6132), 2, + [87281] = 2, + ACTIONS(6138), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6130), 36, - sym__soft_line_ending, + ACTIONS(6136), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -142981,7 +143250,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, @@ -142989,6 +143257,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -142998,12 +143267,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87437] = 2, - ACTIONS(6136), 2, + [87324] = 2, + ACTIONS(6142), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6134), 36, - sym__soft_line_ending, + ACTIONS(6140), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143022,7 +143291,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, @@ -143030,6 +143298,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -143039,11 +143308,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87480] = 2, - ACTIONS(6072), 2, + [87367] = 2, + ACTIONS(6050), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6070), 36, + ACTIONS(6048), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143061,12 +143330,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, @@ -143080,11 +143349,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87523] = 2, - ACTIONS(6140), 2, + [87410] = 2, + ACTIONS(6098), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6138), 36, + ACTIONS(6096), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143104,10 +143373,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, @@ -143121,11 +143390,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87566] = 2, - ACTIONS(6144), 2, + [87453] = 2, + ACTIONS(6102), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6142), 36, + ACTIONS(6100), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143145,10 +143414,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, @@ -143162,15 +143431,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87609] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2361), 1, - sym__pandoc_attr_specifier, - ACTIONS(5936), 2, + [87496] = 2, + ACTIONS(6106), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5934), 34, + ACTIONS(6104), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143192,28 +143458,26 @@ 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, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87656] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2365), 1, - sym__pandoc_attr_specifier, - ACTIONS(5940), 2, + [87539] = 2, + ACTIONS(6150), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5938), 34, + ACTIONS(6148), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143246,17 +143510,15 @@ 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, - [87703] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2370), 1, - sym__pandoc_attr_specifier, - ACTIONS(5944), 2, + [87582] = 2, + ACTIONS(6154), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5942), 34, + ACTIONS(6152), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143289,17 +143551,15 @@ 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, - [87750] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2378), 1, - sym__pandoc_attr_specifier, - ACTIONS(5948), 2, + [87625] = 2, + ACTIONS(6238), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5946), 34, + ACTIONS(6236), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143320,29 +143580,27 @@ 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_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87797] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2356), 1, - sym__pandoc_attr_specifier, - ACTIONS(5952), 2, + [87668] = 2, + ACTIONS(6242), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5950), 34, + ACTIONS(6240), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143363,29 +143621,27 @@ 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_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87844] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2360), 1, - sym__pandoc_attr_specifier, - ACTIONS(5956), 2, + [87711] = 2, + ACTIONS(6158), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5954), 34, + ACTIONS(6156), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143418,13 +143674,14 @@ 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, - [87891] = 2, - ACTIONS(6144), 2, + [87754] = 2, + ACTIONS(6146), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6142), 36, + ACTIONS(6144), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -143435,7 +143692,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, @@ -143448,6 +143704,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, @@ -143461,12 +143718,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87934] = 2, - ACTIONS(6148), 2, + [87797] = 2, + ACTIONS(6162), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6146), 36, - sym__soft_line_ending, + ACTIONS(6160), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143485,7 +143742,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, @@ -143493,6 +143749,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -143502,15 +143759,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [87977] = 4, - ACTIONS(6326), 1, - anon_sym_LBRACE, - STATE(2403), 1, - sym_attribute_specifier, - ACTIONS(5960), 2, + [87840] = 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5958), 34, + ACTIONS(5976), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143532,28 +143786,26 @@ 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, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88024] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2368), 1, - sym__pandoc_attr_specifier, - ACTIONS(5966), 2, + [87883] = 2, + ACTIONS(6166), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5964), 34, + ACTIONS(6164), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143586,17 +143838,15 @@ 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, - [88071] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2369), 1, - sym__pandoc_attr_specifier, - ACTIONS(5970), 2, + [87926] = 2, + ACTIONS(6170), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5968), 34, + ACTIONS(6168), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143629,17 +143879,15 @@ 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, - [88118] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2371), 1, - sym__pandoc_attr_specifier, - ACTIONS(5974), 2, + [87969] = 2, + ACTIONS(6042), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5972), 34, + ACTIONS(6040), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143661,28 +143909,26 @@ 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, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88165] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2372), 1, - sym__pandoc_attr_specifier, - ACTIONS(5978), 2, + [88012] = 2, + ACTIONS(6174), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 34, + ACTIONS(6172), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143715,17 +143961,15 @@ 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, - [88212] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2374), 1, - sym__pandoc_attr_specifier, - ACTIONS(5982), 2, + [88055] = 2, + ACTIONS(6046), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5980), 34, + ACTIONS(6044), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143747,28 +143991,26 @@ 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, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88259] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2375), 1, - sym__pandoc_attr_specifier, - ACTIONS(5986), 2, + [88098] = 2, + ACTIONS(6178), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5984), 34, + ACTIONS(6176), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143801,17 +144043,15 @@ 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, - [88306] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2376), 1, - sym__pandoc_attr_specifier, - ACTIONS(5990), 2, + [88141] = 2, + ACTIONS(6182), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5988), 34, + ACTIONS(6180), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143844,17 +144084,15 @@ 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, - [88353] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2377), 1, - sym__pandoc_attr_specifier, - ACTIONS(5994), 2, + [88184] = 2, + ACTIONS(6054), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5992), 34, + ACTIONS(6052), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143876,28 +144114,26 @@ 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, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88400] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2382), 1, - sym__pandoc_attr_specifier, - ACTIONS(5998), 2, + [88227] = 2, + ACTIONS(6058), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5996), 34, + ACTIONS(6056), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143919,28 +144155,26 @@ 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, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88447] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2383), 1, - sym__pandoc_attr_specifier, - ACTIONS(6002), 2, + [88270] = 2, + ACTIONS(6062), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 34, + ACTIONS(6060), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -143962,28 +144196,26 @@ 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, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88494] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2389), 1, - sym__pandoc_attr_specifier, - ACTIONS(6006), 2, + [88313] = 2, + ACTIONS(6066), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6004), 34, + ACTIONS(6064), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -144005,28 +144237,26 @@ 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, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88541] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2391), 1, - sym__pandoc_attr_specifier, - ACTIONS(6010), 2, + [88356] = 2, + ACTIONS(6070), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 34, + ACTIONS(6068), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -144048,24 +144278,25 @@ 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, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88588] = 2, - ACTIONS(6038), 2, + [88399] = 2, + ACTIONS(6074), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6036), 36, + ACTIONS(6072), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144085,10 +144316,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, @@ -144102,11 +144333,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88631] = 2, - ACTIONS(6002), 2, + [88442] = 2, + ACTIONS(6078), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 36, + ACTIONS(6076), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144117,7 +144348,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, @@ -144130,6 +144360,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, @@ -144143,11 +144374,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88674] = 2, - ACTIONS(6154), 2, + [88485] = 2, + ACTIONS(6082), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6152), 36, + ACTIONS(6080), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144167,10 +144398,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, @@ -144184,11 +144415,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88717] = 2, - ACTIONS(6158), 2, + [88528] = 2, + ACTIONS(6086), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6156), 36, + ACTIONS(6084), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144208,10 +144439,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, @@ -144225,15 +144456,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88760] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2392), 1, - sym__pandoc_attr_specifier, - ACTIONS(6014), 2, + [88571] = 2, + ACTIONS(6090), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6012), 34, + ACTIONS(6088), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -144255,28 +144483,26 @@ 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, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88807] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2393), 1, - sym__pandoc_attr_specifier, - ACTIONS(6018), 2, + [88614] = 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6016), 34, + ACTIONS(6000), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -144298,28 +144524,26 @@ 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, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88854] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2394), 1, - sym__pandoc_attr_specifier, - ACTIONS(6022), 2, + [88657] = 2, + ACTIONS(6094), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6020), 34, + ACTIONS(6092), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -144341,28 +144565,26 @@ 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, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88901] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2395), 1, - sym__pandoc_attr_specifier, - ACTIONS(6026), 2, + [88700] = 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6024), 34, + ACTIONS(6008), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -144384,28 +144606,26 @@ 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, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88948] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2400), 1, - sym__pandoc_attr_specifier, - ACTIONS(6030), 2, + [88743] = 2, + ACTIONS(6110), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6028), 34, + ACTIONS(6108), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -144427,28 +144647,26 @@ 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, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [88995] = 4, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(2401), 1, - sym__pandoc_attr_specifier, - ACTIONS(6034), 2, + [88786] = 2, + ACTIONS(6114), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6032), 34, + ACTIONS(6112), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -144470,24 +144688,25 @@ 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, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89042] = 2, - ACTIONS(6076), 2, + [88829] = 2, + ACTIONS(6246), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6074), 36, + ACTIONS(6244), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144505,11 +144724,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, @@ -144524,11 +144743,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89085] = 2, - ACTIONS(6162), 2, + [88872] = 2, + ACTIONS(6250), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6160), 36, + ACTIONS(6248), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144548,9 +144767,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, @@ -144565,11 +144784,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89128] = 2, - ACTIONS(6284), 2, + [88915] = 2, + ACTIONS(6312), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6282), 36, + ACTIONS(6310), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144589,11 +144808,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, @@ -144606,12 +144825,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89171] = 2, - ACTIONS(6166), 2, + [88958] = 2, + ACTIONS(6262), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6164), 36, - sym__soft_line_ending, + ACTIONS(6260), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -144630,7 +144849,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, @@ -144638,6 +144856,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -144647,11 +144866,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89214] = 2, - ACTIONS(6170), 2, + [89001] = 2, + ACTIONS(6254), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6168), 36, + ACTIONS(6252), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144671,9 +144890,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, @@ -144688,11 +144907,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89257] = 2, - ACTIONS(6174), 2, + [89044] = 2, + ACTIONS(6258), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6172), 36, + ACTIONS(6256), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144712,9 +144931,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, @@ -144729,11 +144948,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89300] = 2, - ACTIONS(6080), 2, + [89087] = 2, + ACTIONS(6118), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6078), 36, + ACTIONS(6116), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144751,12 +144970,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, @@ -144770,11 +144989,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89343] = 2, - ACTIONS(6178), 2, + [89130] = 2, + ACTIONS(6122), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6176), 36, + ACTIONS(6120), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144794,10 +145013,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, @@ -144811,11 +145030,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89386] = 2, - ACTIONS(6182), 2, + [89173] = 2, + ACTIONS(6126), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6180), 36, + ACTIONS(6124), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144835,10 +145054,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, @@ -144852,12 +145071,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89429] = 2, - ACTIONS(6186), 2, + [89216] = 2, + ACTIONS(6266), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6184), 36, - sym__soft_line_ending, + ACTIONS(6264), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -144876,7 +145095,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, @@ -144884,6 +145102,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -144893,11 +145112,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89472] = 2, - ACTIONS(6190), 2, + [89259] = 2, + ACTIONS(6130), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6188), 36, + ACTIONS(6128), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144917,10 +145136,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, @@ -144934,11 +145153,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89515] = 2, - ACTIONS(6194), 2, + [89302] = 2, + ACTIONS(6134), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6192), 36, + ACTIONS(6132), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144958,10 +145177,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, @@ -144975,11 +145194,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89558] = 2, - ACTIONS(6198), 2, + [89345] = 2, + ACTIONS(6138), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6196), 36, + ACTIONS(6136), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -144999,10 +145218,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, @@ -145016,11 +145235,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89601] = 2, - ACTIONS(6202), 2, + [89388] = 2, + ACTIONS(6142), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6200), 36, + ACTIONS(6140), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145040,10 +145259,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, @@ -145057,11 +145276,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89644] = 2, - ACTIONS(6270), 2, + [89431] = 2, + ACTIONS(6150), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6268), 36, + ACTIONS(6148), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145081,10 +145300,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, @@ -145098,11 +145317,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89687] = 2, - ACTIONS(6206), 2, + [89474] = 2, + ACTIONS(6154), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6204), 36, + ACTIONS(6152), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145122,10 +145341,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, @@ -145139,11 +145358,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89730] = 2, - ACTIONS(6210), 2, + [89517] = 2, + ACTIONS(6158), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6208), 36, + ACTIONS(6156), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145163,10 +145382,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, @@ -145180,11 +145399,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89773] = 2, - ACTIONS(6214), 2, + [89560] = 2, + ACTIONS(6162), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6212), 36, + ACTIONS(6160), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145204,10 +145423,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, @@ -145221,11 +145440,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89816] = 2, - ACTIONS(6218), 2, + [89603] = 2, + ACTIONS(6166), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6216), 36, + ACTIONS(6164), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145245,10 +145464,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, @@ -145262,11 +145481,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89859] = 2, - ACTIONS(6222), 2, + [89646] = 2, + ACTIONS(6170), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6220), 36, + ACTIONS(6168), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145286,10 +145505,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, @@ -145303,11 +145522,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89902] = 2, - ACTIONS(6226), 2, + [89689] = 2, + ACTIONS(6174), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6224), 36, + ACTIONS(6172), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145327,10 +145546,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, @@ -145344,11 +145563,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89945] = 2, - ACTIONS(6274), 2, + [89732] = 2, + ACTIONS(6178), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6272), 36, + ACTIONS(6176), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145368,10 +145587,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, @@ -145385,11 +145604,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [89988] = 2, - ACTIONS(6230), 2, + [89775] = 2, + ACTIONS(6182), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6228), 36, + ACTIONS(6180), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145409,10 +145628,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, @@ -145426,11 +145645,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90031] = 2, - ACTIONS(6234), 2, + [89818] = 2, + ACTIONS(6262), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6232), 36, + ACTIONS(6260), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145450,9 +145669,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, @@ -145467,11 +145686,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90074] = 2, - ACTIONS(6238), 2, + [89861] = 2, + ACTIONS(6266), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6236), 36, + ACTIONS(6264), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145491,9 +145710,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, @@ -145508,11 +145727,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90117] = 2, - ACTIONS(6278), 2, + [89904] = 2, + ACTIONS(6270), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6276), 36, + ACTIONS(6268), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145532,9 +145751,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, @@ -145549,11 +145768,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90160] = 2, - ACTIONS(6242), 2, + [89947] = 2, + ACTIONS(6274), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6240), 36, + ACTIONS(6272), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145573,9 +145792,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, @@ -145590,12 +145809,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90203] = 2, - ACTIONS(6042), 3, + [89990] = 2, + ACTIONS(6186), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6040), 35, + ACTIONS(6184), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145618,6 +145836,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, @@ -145629,13 +145848,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [90246] = 2, - ACTIONS(6084), 2, + sym__whitespace, + [90033] = 2, + ACTIONS(6190), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6082), 36, + ACTIONS(6188), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145653,12 +145872,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, @@ -145672,11 +145891,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90289] = 2, - ACTIONS(6088), 2, + [90076] = 2, + ACTIONS(6194), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6086), 36, + ACTIONS(6192), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145694,12 +145913,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, @@ -145713,11 +145932,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90332] = 2, - ACTIONS(6092), 2, + [90119] = 2, + ACTIONS(6198), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6090), 36, + ACTIONS(6196), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145735,12 +145954,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, @@ -145754,11 +145973,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90375] = 2, - ACTIONS(6096), 2, + [90162] = 2, + ACTIONS(6202), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6094), 36, + ACTIONS(6200), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145776,12 +145995,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, @@ -145795,12 +146014,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90418] = 2, - ACTIONS(6046), 3, + [90205] = 2, + ACTIONS(6278), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, + ACTIONS(6276), 36, + 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__strong_emphasis_close_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - ACTIONS(6044), 35, + [90248] = 2, + ACTIONS(6206), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6204), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145823,6 +146082,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, @@ -145834,14 +146094,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [90461] = 2, - ACTIONS(6050), 3, + sym__whitespace, + [90291] = 2, + ACTIONS(6210), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, + ACTIONS(6208), 36, + 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__strong_emphasis_close_underscore, + sym__emphasis_open_star, + sym__emphasis_open_underscore, + sym_inline_note_reference, + sym_html_element, + sym__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, sym__whitespace, - ACTIONS(6048), 35, + [90334] = 2, + ACTIONS(6214), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6212), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145864,6 +146164,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, @@ -145875,14 +146176,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [90504] = 2, - ACTIONS(6054), 3, + sym__whitespace, + [90377] = 2, + ACTIONS(6218), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6052), 35, + ACTIONS(6216), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145905,6 +146205,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, @@ -145916,14 +146217,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [90547] = 2, - ACTIONS(6058), 3, + sym__whitespace, + [90420] = 2, + ACTIONS(6222), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6056), 35, + ACTIONS(6220), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145946,6 +146246,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, @@ -145957,13 +146258,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [90590] = 2, - ACTIONS(6100), 2, + sym__whitespace, + [90463] = 2, + ACTIONS(6038), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6098), 36, + ACTIONS(6036), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -145981,12 +146282,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, @@ -146000,11 +146301,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90633] = 2, - ACTIONS(6104), 2, + [90506] = 2, + ACTIONS(6282), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6102), 36, + ACTIONS(6280), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146022,12 +146323,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, @@ -146041,11 +146342,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90676] = 2, - ACTIONS(6246), 2, + [90549] = 2, + ACTIONS(6300), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6244), 36, + ACTIONS(6298), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146065,10 +146366,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, @@ -146082,11 +146383,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90719] = 2, - ACTIONS(6108), 2, + [90592] = 2, + ACTIONS(6226), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6106), 36, + ACTIONS(6224), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146104,12 +146405,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, @@ -146123,11 +146424,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90762] = 2, - ACTIONS(6250), 2, + [90635] = 2, + ACTIONS(6230), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6248), 36, + ACTIONS(6228), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146147,10 +146448,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, @@ -146164,11 +146465,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90805] = 2, - ACTIONS(6112), 2, + [90678] = 2, + ACTIONS(6286), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6110), 36, + ACTIONS(6284), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146186,12 +146487,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, @@ -146205,12 +146506,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90848] = 2, - ACTIONS(6062), 3, + [90721] = 2, + ACTIONS(6234), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6060), 35, + ACTIONS(6232), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146233,6 +146533,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, @@ -146244,13 +146545,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [90891] = 2, - ACTIONS(6002), 2, + sym__whitespace, + [90764] = 2, + ACTIONS(6294), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 36, + ACTIONS(6292), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146268,13 +146569,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, @@ -146287,12 +146588,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90934] = 2, - ACTIONS(6116), 2, + [90807] = 2, + ACTIONS(6288), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6114), 36, - sym__soft_line_ending, + ACTIONS(2735), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -146309,7 +146610,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, @@ -146319,6 +146619,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -146328,12 +146629,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [90977] = 2, - ACTIONS(5978), 3, + [90850] = 2, + ACTIONS(6050), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5976), 35, + ACTIONS(6048), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146357,6 +146657,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, @@ -146367,13 +146668,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [91020] = 2, - ACTIONS(6148), 2, + sym__whitespace, + [90893] = 2, + ACTIONS(6098), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6146), 36, + ACTIONS(6096), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146384,7 +146685,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, @@ -146398,6 +146698,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, @@ -146410,11 +146711,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [91063] = 2, - ACTIONS(6038), 2, + [90936] = 2, + ACTIONS(6102), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6036), 36, + ACTIONS(6100), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146425,7 +146726,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, @@ -146439,6 +146739,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, @@ -146451,12 +146752,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [91106] = 2, - ACTIONS(6068), 3, + [90979] = 2, + ACTIONS(6106), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6066), 35, + ACTIONS(6104), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146480,6 +146780,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, @@ -146490,13 +146791,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [91149] = 2, - ACTIONS(6010), 2, + sym__whitespace, + [91022] = 2, + ACTIONS(6238), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 36, + ACTIONS(6236), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146514,12 +146815,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, @@ -146533,11 +146834,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [91192] = 2, - ACTIONS(6116), 2, + [91065] = 2, + ACTIONS(6242), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6114), 36, + ACTIONS(6240), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146548,7 +146849,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, @@ -146561,6 +146861,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, @@ -146574,12 +146875,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [91235] = 2, - ACTIONS(6072), 3, + [91108] = 2, + ACTIONS(6146), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6070), 35, + ACTIONS(6144), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146603,6 +146903,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, @@ -146613,13 +146914,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [91278] = 2, - ACTIONS(6154), 2, + sym__whitespace, + [91151] = 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6152), 36, + ACTIONS(5976), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146630,7 +146931,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, @@ -146644,6 +146944,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, @@ -146656,11 +146957,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [91321] = 2, - ACTIONS(6120), 2, + [91194] = 2, + ACTIONS(6042), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6118), 36, + ACTIONS(6040), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146678,13 +146979,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, @@ -146697,12 +146998,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [91364] = 2, - ACTIONS(6076), 3, + [91237] = 2, + ACTIONS(6046), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6074), 35, + ACTIONS(6044), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146726,6 +147026,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, @@ -146736,14 +147037,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [91407] = 2, - ACTIONS(6080), 3, + sym__whitespace, + [91280] = 2, + ACTIONS(6054), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6078), 35, + ACTIONS(6052), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146767,6 +147067,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, @@ -146777,14 +147078,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [91450] = 2, - ACTIONS(6084), 3, + sym__whitespace, + [91323] = 2, + ACTIONS(6058), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6082), 35, + ACTIONS(6056), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146808,6 +147108,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, @@ -146818,14 +147119,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [91493] = 2, - ACTIONS(6088), 3, + sym__whitespace, + [91366] = 2, + ACTIONS(6062), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6086), 35, + ACTIONS(6060), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146849,6 +147149,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, @@ -146859,14 +147160,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [91536] = 2, - ACTIONS(6092), 3, + sym__whitespace, + [91409] = 2, + ACTIONS(6066), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6090), 35, + ACTIONS(6064), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146890,6 +147190,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, @@ -146900,14 +147201,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [91579] = 2, - ACTIONS(6096), 3, + sym__whitespace, + [91452] = 2, + ACTIONS(6070), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6094), 35, + ACTIONS(6068), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146931,6 +147231,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, @@ -146941,14 +147242,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [91622] = 2, - ACTIONS(6100), 3, + sym__whitespace, + [91495] = 2, + ACTIONS(6074), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6098), 35, + ACTIONS(6072), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -146972,6 +147272,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, @@ -146982,14 +147283,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [91665] = 2, - ACTIONS(6104), 3, + sym__whitespace, + [91538] = 2, + ACTIONS(6078), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6102), 35, + ACTIONS(6076), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147013,6 +147313,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, @@ -147023,14 +147324,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [91708] = 2, - ACTIONS(6108), 3, + sym__whitespace, + [91581] = 2, + ACTIONS(6082), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6106), 35, + ACTIONS(6080), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147054,6 +147354,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, @@ -147064,14 +147365,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [91751] = 2, - ACTIONS(6112), 3, + sym__whitespace, + [91624] = 2, + ACTIONS(6086), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6110), 35, + ACTIONS(6084), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147095,6 +147395,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, @@ -147105,14 +147406,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [91794] = 2, - ACTIONS(6002), 3, + sym__whitespace, + [91667] = 2, + ACTIONS(6090), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6000), 35, + ACTIONS(6088), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147136,6 +147436,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, @@ -147146,14 +147447,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [91837] = 2, - ACTIONS(6116), 3, + sym__whitespace, + [91710] = 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6114), 35, + ACTIONS(6000), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147177,6 +147477,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, @@ -147187,13 +147488,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [91880] = 2, - ACTIONS(6124), 2, + sym__whitespace, + [91753] = 2, + ACTIONS(6094), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6122), 36, + ACTIONS(6092), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147211,13 +147512,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, @@ -147230,11 +147531,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [91923] = 2, - ACTIONS(6254), 2, + [91796] = 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6252), 36, + ACTIONS(6008), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147245,7 +147546,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, @@ -147259,6 +147559,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, @@ -147271,12 +147572,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [91966] = 2, - ACTIONS(6010), 3, + [91839] = 2, + ACTIONS(6110), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6008), 35, + ACTIONS(6108), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147300,6 +147600,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, @@ -147310,13 +147611,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [92009] = 2, - ACTIONS(6258), 2, + sym__whitespace, + [91882] = 2, + ACTIONS(6114), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6256), 36, + ACTIONS(6112), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147327,7 +147628,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, @@ -147341,6 +147641,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, @@ -147353,11 +147654,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [92052] = 2, - ACTIONS(6294), 2, + [91925] = 2, + ACTIONS(6246), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6292), 36, + ACTIONS(6244), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147376,11 +147677,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, @@ -147394,12 +147695,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [92095] = 2, - ACTIONS(6120), 3, + [91968] = 2, + ACTIONS(6250), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6118), 35, + ACTIONS(6248), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147422,6 +147722,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, @@ -147433,14 +147734,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [92138] = 2, - ACTIONS(6124), 3, + sym__whitespace, + [92011] = 2, + ACTIONS(6312), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6122), 35, + ACTIONS(6310), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147465,6 +147765,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__pandoc_line_break, @@ -147474,9 +147775,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [92181] = 2, + sym__whitespace, + [92054] = 2, ACTIONS(6254), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, @@ -147500,10 +147801,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, @@ -147517,7 +147818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [92224] = 2, + [92097] = 2, ACTIONS(6258), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, @@ -147541,10 +147842,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, @@ -147558,11 +147859,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [92267] = 2, - ACTIONS(6294), 2, + [92140] = 2, + ACTIONS(6118), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6292), 36, + ACTIONS(6116), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147584,9 +147885,9 @@ 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -147599,11 +147900,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [92310] = 2, - ACTIONS(6158), 2, + [92183] = 2, + ACTIONS(6122), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6156), 36, + ACTIONS(6120), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147614,7 +147915,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, @@ -147628,6 +147928,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, @@ -147640,11 +147941,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [92353] = 2, - ACTIONS(6262), 2, + [92226] = 2, + ACTIONS(6126), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6260), 36, + ACTIONS(6124), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147664,11 +147965,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, @@ -147681,11 +147982,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [92396] = 2, - ACTIONS(6266), 2, + [92269] = 2, + ACTIONS(6130), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6264), 36, + ACTIONS(6128), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147705,11 +148006,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, @@ -147722,12 +148023,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [92439] = 2, - ACTIONS(6128), 3, + [92312] = 2, + ACTIONS(6134), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6126), 35, + ACTIONS(6132), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147751,6 +148051,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, @@ -147761,55 +148062,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [92482] = 2, - ACTIONS(6132), 3, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6130), 35, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - aux_sym_inline_note_token1, - anon_sym_PIPE, - [92525] = 2, - ACTIONS(6136), 3, + [92355] = 2, + ACTIONS(6138), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6134), 35, + ACTIONS(6136), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147833,47 +148092,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_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - aux_sym_inline_note_token1, - anon_sym_PIPE, - [92568] = 2, - ACTIONS(6262), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6260), 36, - 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -147886,12 +148105,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [92611] = 2, - ACTIONS(6140), 3, + [92398] = 2, + ACTIONS(6142), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6138), 35, + ACTIONS(6140), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147915,6 +148133,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, @@ -147925,54 +148144,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [92654] = 2, - ACTIONS(6144), 3, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6142), 35, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - aux_sym_inline_note_token1, - anon_sym_PIPE, - [92697] = 2, - ACTIONS(6266), 2, + [92441] = 2, + ACTIONS(6150), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6264), 36, + ACTIONS(6148), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -147983,7 +148161,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, @@ -147997,6 +148174,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, @@ -148009,53 +148187,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [92740] = 2, - ACTIONS(6148), 3, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6146), 35, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - aux_sym_inline_note_token1, - anon_sym_PIPE, - [92783] = 2, + [92484] = 2, ACTIONS(6154), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, ACTIONS(6152), 36, - sym__line_ending, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -148078,10 +148215,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -148091,11 +148228,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [92826] = 2, - ACTIONS(6158), 2, + [92527] = 2, + ACTIONS(6186), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6156), 36, + ACTIONS(6184), 36, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -148132,12 +148269,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [92869] = 2, - ACTIONS(6038), 3, + [92570] = 2, + ACTIONS(6158), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6036), 35, + ACTIONS(6156), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148161,6 +148297,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, @@ -148171,14 +148308,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [92912] = 2, + sym__whitespace, + [92613] = 2, ACTIONS(6162), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, ACTIONS(6160), 36, - sym__line_ending, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -148201,10 +148338,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -148214,11 +148351,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [92955] = 2, - ACTIONS(6128), 2, + [92656] = 2, + ACTIONS(6166), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6126), 36, + ACTIONS(6164), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148236,13 +148373,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, @@ -148255,12 +148392,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [92998] = 2, - ACTIONS(6284), 2, + [92699] = 2, + ACTIONS(6170), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6282), 36, - sym__line_ending, + ACTIONS(6168), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -148283,10 +148420,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -148296,12 +148433,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [93041] = 2, - ACTIONS(6166), 2, + [92742] = 2, + ACTIONS(6174), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6164), 36, - sym__line_ending, + ACTIONS(6172), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -148324,10 +148461,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -148337,11 +148474,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [93084] = 2, - ACTIONS(6170), 2, + [92785] = 2, + ACTIONS(6190), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6168), 36, + ACTIONS(6188), 36, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -148378,12 +148515,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [93127] = 2, - ACTIONS(6174), 2, + [92828] = 2, + ACTIONS(6178), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6172), 36, - sym__line_ending, + ACTIONS(6176), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -148406,10 +148543,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -148419,12 +148556,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [93170] = 2, - ACTIONS(6154), 3, + [92871] = 2, + ACTIONS(6182), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6152), 35, + ACTIONS(6180), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148448,6 +148584,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, @@ -148458,54 +148595,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, - anon_sym_PIPE, - [93213] = 2, - ACTIONS(6178), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6176), 36, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [93256] = 2, - ACTIONS(6182), 2, + [92914] = 2, + ACTIONS(6194), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6180), 36, + ACTIONS(6192), 36, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -148542,12 +148638,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [93299] = 2, - ACTIONS(6158), 3, + [92957] = 2, + ACTIONS(6262), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6156), 35, + ACTIONS(6260), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148570,6 +148665,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, @@ -148581,13 +148677,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [93342] = 2, - ACTIONS(6132), 2, + sym__whitespace, + [93000] = 2, + ACTIONS(6266), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6130), 36, + ACTIONS(6264), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148605,12 +148701,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, @@ -148624,12 +148720,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [93385] = 2, - ACTIONS(6162), 3, + [93043] = 2, + ACTIONS(6270), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6160), 35, + ACTIONS(6268), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148652,6 +148747,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, @@ -148663,14 +148759,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [93428] = 2, - ACTIONS(6284), 3, + sym__whitespace, + [93086] = 2, + ACTIONS(6274), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6282), 35, + ACTIONS(6272), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148693,6 +148788,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, @@ -148704,14 +148800,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [93471] = 2, - ACTIONS(6166), 3, + sym__whitespace, + [93129] = 2, + ACTIONS(6186), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6164), 35, + ACTIONS(6184), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148735,6 +148830,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, @@ -148745,14 +148841,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [93514] = 2, - ACTIONS(6170), 3, + sym__whitespace, + [93172] = 2, + ACTIONS(6190), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6168), 35, + ACTIONS(6188), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148776,6 +148871,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, @@ -148786,14 +148882,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [93557] = 2, - ACTIONS(6174), 3, + sym__whitespace, + [93215] = 2, + ACTIONS(6194), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6172), 35, + ACTIONS(6192), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148817,6 +148912,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, @@ -148827,13 +148923,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [93600] = 2, - ACTIONS(6136), 2, + sym__whitespace, + [93258] = 2, + ACTIONS(6198), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6134), 36, + ACTIONS(6196), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148851,13 +148947,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, @@ -148870,12 +148966,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [93643] = 2, - ACTIONS(6178), 3, + [93301] = 2, + ACTIONS(6202), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6176), 35, + ACTIONS(6200), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148899,6 +148994,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, @@ -148909,14 +149005,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [93686] = 2, - ACTIONS(6182), 3, + sym__whitespace, + [93344] = 2, + ACTIONS(6278), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6180), 35, + ACTIONS(6276), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148940,6 +149035,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, @@ -148950,13 +149046,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [93729] = 2, - ACTIONS(6092), 2, + sym__whitespace, + [93387] = 2, + ACTIONS(6206), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6090), 36, + ACTIONS(6204), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -148967,7 +149063,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, @@ -148981,6 +149076,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, @@ -148993,12 +149089,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [93772] = 2, - ACTIONS(6186), 3, + [93430] = 2, + ACTIONS(6210), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6184), 35, + ACTIONS(6208), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149022,6 +149117,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, @@ -149032,14 +149128,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [93815] = 2, - ACTIONS(6186), 2, + sym__whitespace, + [93473] = 2, + ACTIONS(6214), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6184), 36, - sym__line_ending, + ACTIONS(6212), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149062,10 +149158,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149075,12 +149171,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [93858] = 2, - ACTIONS(6190), 2, + [93516] = 2, + ACTIONS(6218), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6188), 36, - sym__line_ending, + ACTIONS(6216), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149103,10 +149199,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149116,12 +149212,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [93901] = 2, - ACTIONS(6194), 2, + [93559] = 2, + ACTIONS(6222), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6192), 36, - sym__line_ending, + ACTIONS(6220), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149144,10 +149240,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149157,12 +149253,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [93944] = 2, - ACTIONS(6198), 2, + [93602] = 2, + ACTIONS(6038), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6196), 36, - sym__line_ending, + ACTIONS(6036), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149185,10 +149281,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149198,12 +149294,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [93987] = 2, - ACTIONS(6202), 2, + [93645] = 2, + ACTIONS(6282), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6200), 36, - sym__line_ending, + ACTIONS(6280), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149226,10 +149322,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149239,12 +149335,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [94030] = 2, - ACTIONS(6270), 2, + [93688] = 2, + ACTIONS(6300), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6268), 36, - sym__line_ending, + ACTIONS(6298), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149267,10 +149363,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149280,12 +149376,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [94073] = 2, - ACTIONS(6206), 2, + [93731] = 2, + ACTIONS(6226), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6204), 36, - sym__line_ending, + ACTIONS(6224), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149308,10 +149404,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149321,12 +149417,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [94116] = 2, - ACTIONS(6210), 2, + [93774] = 2, + ACTIONS(6230), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6208), 36, - sym__line_ending, + ACTIONS(6228), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149349,10 +149445,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149362,12 +149458,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [94159] = 2, - ACTIONS(6214), 2, + [93817] = 2, + ACTIONS(6286), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6212), 36, - sym__line_ending, + ACTIONS(6284), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149390,10 +149486,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149403,12 +149499,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [94202] = 2, - ACTIONS(6218), 2, + [93860] = 2, + ACTIONS(6234), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6216), 36, - sym__line_ending, + ACTIONS(6232), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149431,10 +149527,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149444,12 +149540,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [94245] = 2, - ACTIONS(6222), 2, + [93903] = 2, + ACTIONS(6294), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6220), 36, - sym__line_ending, + ACTIONS(6292), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149473,9 +149569,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149485,13 +149581,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [94288] = 2, - ACTIONS(6190), 3, + [93946] = 2, + ACTIONS(6198), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6188), 35, - sym__soft_line_ending, + ACTIONS(6196), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149517,6 +149612,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149524,15 +149620,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [94331] = 2, - ACTIONS(6194), 3, + sym__whitespace, + [93989] = 2, + ACTIONS(6202), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6192), 35, - sym__soft_line_ending, + ACTIONS(6200), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149558,6 +149653,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149565,15 +149661,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [94374] = 2, - ACTIONS(6198), 3, + sym__whitespace, + [94032] = 2, + ACTIONS(6278), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6196), 35, - sym__soft_line_ending, + ACTIONS(6276), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149599,6 +149694,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149606,15 +149702,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [94417] = 2, - ACTIONS(6202), 3, + sym__whitespace, + [94075] = 2, + ACTIONS(6206), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6200), 35, - sym__soft_line_ending, + ACTIONS(6204), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149640,6 +149735,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149647,15 +149743,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [94460] = 2, - ACTIONS(6270), 3, + sym__whitespace, + [94118] = 2, + ACTIONS(6210), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6268), 35, - sym__soft_line_ending, + ACTIONS(6208), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149681,6 +149776,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149688,14 +149784,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [94503] = 2, - ACTIONS(6206), 3, + sym__whitespace, + [94161] = 2, + ACTIONS(6050), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6204), 35, + ACTIONS(6048), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -149720,6 +149815,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__pandoc_line_break, @@ -149729,14 +149825,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [94546] = 2, - ACTIONS(6226), 2, + sym__whitespace, + [94204] = 2, + ACTIONS(6098), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6224), 36, - sym__line_ending, + ACTIONS(6096), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149760,9 +149856,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149772,12 +149868,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [94589] = 2, - ACTIONS(6274), 2, + [94247] = 2, + ACTIONS(6102), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6272), 36, - sym__line_ending, + ACTIONS(6100), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149801,9 +149897,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149813,12 +149909,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [94632] = 2, - ACTIONS(6230), 2, + [94290] = 2, + ACTIONS(6106), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6228), 36, - sym__line_ending, + ACTIONS(6104), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -149842,9 +149938,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -149854,11 +149950,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [94675] = 2, - ACTIONS(6234), 2, + [94333] = 2, + ACTIONS(6214), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6232), 36, + ACTIONS(6212), 36, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -149895,52 +149991,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [94718] = 2, - ACTIONS(6210), 3, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6208), 35, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - aux_sym_inline_note_token1, - anon_sym_PIPE, - [94761] = 2, - ACTIONS(6238), 2, + [94376] = 2, + ACTIONS(6218), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6236), 36, + ACTIONS(6216), 36, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -149977,12 +150032,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [94804] = 2, - ACTIONS(6278), 2, + [94419] = 2, + ACTIONS(6238), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6276), 36, - sym__line_ending, + ACTIONS(6236), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -150005,10 +150060,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -150018,11 +150073,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [94847] = 2, - ACTIONS(6242), 2, + [94462] = 2, + ACTIONS(6222), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6240), 36, + ACTIONS(6220), 36, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -150059,12 +150114,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [94890] = 2, - ACTIONS(6042), 2, + [94505] = 2, + ACTIONS(6242), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6040), 36, - sym__line_ending, + ACTIONS(6240), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -150087,10 +150142,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -150100,12 +150155,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [94933] = 2, - ACTIONS(6214), 3, + [94548] = 2, + ACTIONS(6146), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6212), 35, + ACTIONS(6144), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150130,6 +150184,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__pandoc_line_break, @@ -150139,55 +150194,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [94976] = 2, - ACTIONS(6218), 3, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6216), 35, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - aux_sym_inline_note_token1, - anon_sym_PIPE, - [95019] = 2, - ACTIONS(6150), 2, + [94591] = 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(2739), 36, - sym__line_ending, + ACTIONS(5976), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -150211,9 +150225,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -150223,12 +150237,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [95062] = 2, - ACTIONS(6042), 3, + [94634] = 2, + ACTIONS(6042), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6040), 35, + ACTIONS(6040), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150253,6 +150266,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__pandoc_line_break, @@ -150261,56 +150275,14 @@ 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, - [95105] = 2, - ACTIONS(6222), 3, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6220), 35, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - aux_sym_inline_note_token1, - anon_sym_PIPE, - [95148] = 2, - ACTIONS(6226), 3, + [94677] = 2, + ACTIONS(6046), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6224), 35, + ACTIONS(6044), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150335,6 +150307,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__pandoc_line_break, @@ -150344,14 +150317,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [95191] = 2, - ACTIONS(6274), 3, + sym__whitespace, + [94720] = 2, + ACTIONS(6054), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6272), 35, + ACTIONS(6052), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150376,6 +150348,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__pandoc_line_break, @@ -150385,14 +150358,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [95234] = 2, - ACTIONS(6230), 3, + sym__whitespace, + [94763] = 2, + ACTIONS(6058), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6228), 35, + ACTIONS(6056), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150417,6 +150389,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__pandoc_line_break, @@ -150426,14 +150399,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [95277] = 2, - ACTIONS(6234), 3, + sym__whitespace, + [94806] = 2, + ACTIONS(6062), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6232), 35, + ACTIONS(6060), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150458,6 +150430,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__pandoc_line_break, @@ -150467,14 +150440,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [95320] = 2, - ACTIONS(6238), 3, + sym__whitespace, + [94849] = 2, + ACTIONS(6066), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6236), 35, + ACTIONS(6064), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150499,6 +150471,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__pandoc_line_break, @@ -150508,14 +150481,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [95363] = 2, - ACTIONS(6278), 3, + sym__whitespace, + [94892] = 2, + ACTIONS(6070), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6276), 35, + ACTIONS(6068), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150540,6 +150512,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__pandoc_line_break, @@ -150549,14 +150522,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [95406] = 2, - ACTIONS(6242), 3, + sym__whitespace, + [94935] = 2, + ACTIONS(6074), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6240), 35, + ACTIONS(6072), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150581,6 +150553,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__pandoc_line_break, @@ -150590,13 +150563,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [95449] = 2, - ACTIONS(6140), 2, + sym__whitespace, + [94978] = 2, + ACTIONS(6078), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6138), 36, + ACTIONS(6076), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150614,7 +150587,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, @@ -150622,6 +150594,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__pandoc_line_break, @@ -150633,11 +150606,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [95492] = 2, - ACTIONS(6042), 2, + [95021] = 2, + ACTIONS(6082), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6040), 36, + ACTIONS(6080), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150659,10 +150632,10 @@ 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__pandoc_line_break, @@ -150674,11 +150647,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [95535] = 2, - ACTIONS(6144), 2, + [95064] = 2, + ACTIONS(6086), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6142), 36, + ACTIONS(6084), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150696,7 +150669,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, @@ -150704,6 +150676,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__pandoc_line_break, @@ -150715,11 +150688,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [95578] = 2, - ACTIONS(6162), 2, + [95107] = 2, + ACTIONS(6090), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6160), 36, + ACTIONS(6088), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150730,7 +150703,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, @@ -150745,6 +150717,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__pandoc_line_break, @@ -150756,11 +150729,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [95621] = 2, - ACTIONS(6148), 2, + [95150] = 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6146), 36, + ACTIONS(6000), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150778,7 +150751,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, @@ -150786,6 +150758,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__pandoc_line_break, @@ -150797,11 +150770,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [95664] = 2, - ACTIONS(6038), 2, + [95193] = 2, + ACTIONS(6094), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6036), 36, + ACTIONS(6092), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150819,7 +150792,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, @@ -150827,6 +150799,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__pandoc_line_break, @@ -150838,11 +150811,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [95707] = 2, - ACTIONS(6046), 2, + [95236] = 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6044), 36, + ACTIONS(6008), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150864,10 +150837,10 @@ 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__pandoc_line_break, @@ -150879,11 +150852,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [95750] = 2, - ACTIONS(6050), 2, + [95279] = 2, + ACTIONS(6110), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6048), 36, + ACTIONS(6108), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150905,10 +150878,10 @@ 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__pandoc_line_break, @@ -150920,11 +150893,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [95793] = 2, - ACTIONS(6054), 2, + [95322] = 2, + ACTIONS(6114), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6052), 36, + ACTIONS(6112), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150946,10 +150919,10 @@ 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__pandoc_line_break, @@ -150961,11 +150934,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [95836] = 2, - ACTIONS(6058), 2, + [95365] = 2, + ACTIONS(6246), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6056), 36, + ACTIONS(6244), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -150987,9 +150960,9 @@ 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -151002,11 +150975,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [95879] = 2, - ACTIONS(6284), 2, + [95408] = 2, + ACTIONS(6250), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6282), 36, + ACTIONS(6248), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151017,7 +150990,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, @@ -151031,6 +151003,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, @@ -151043,12 +151016,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [95922] = 2, - ACTIONS(6046), 2, + [95451] = 2, + ACTIONS(6254), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6044), 36, - sym__line_ending, + ACTIONS(6252), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -151071,10 +151044,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -151084,12 +151057,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [95965] = 2, - ACTIONS(6050), 2, + [95494] = 2, + ACTIONS(6258), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6048), 36, - sym__line_ending, + ACTIONS(6256), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -151112,10 +151085,10 @@ 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__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -151125,11 +151098,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96008] = 2, - ACTIONS(6154), 2, + [95537] = 2, + ACTIONS(6118), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6152), 36, + ACTIONS(6116), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151147,7 +151120,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, @@ -151155,6 +151127,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__pandoc_line_break, @@ -151166,12 +151139,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96051] = 2, - ACTIONS(6246), 3, + [95580] = 2, + ACTIONS(6122), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6244), 35, + ACTIONS(6120), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151196,6 +151168,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__pandoc_line_break, @@ -151205,13 +151178,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [96094] = 2, - ACTIONS(6158), 2, + sym__whitespace, + [95623] = 2, + ACTIONS(6126), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6156), 36, + ACTIONS(6124), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151229,7 +151202,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, @@ -151237,6 +151209,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__pandoc_line_break, @@ -151248,12 +151221,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96137] = 2, - ACTIONS(6250), 3, + [95666] = 2, + ACTIONS(6130), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6248), 35, + ACTIONS(6128), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151278,6 +151250,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__pandoc_line_break, @@ -151287,14 +151260,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [96180] = 2, - ACTIONS(6046), 3, + sym__whitespace, + [95709] = 2, + ACTIONS(6134), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6044), 35, + ACTIONS(6132), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151319,6 +151291,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__pandoc_line_break, @@ -151327,15 +151300,14 @@ 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, - [96223] = 2, - ACTIONS(6050), 3, + sym__whitespace, + [95752] = 2, + ACTIONS(6138), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6048), 35, + ACTIONS(6136), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151360,6 +151332,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__pandoc_line_break, @@ -151368,15 +151341,14 @@ 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, - [96266] = 2, - ACTIONS(6054), 3, + sym__whitespace, + [95795] = 2, + ACTIONS(6142), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6052), 35, + ACTIONS(6140), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151401,6 +151373,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__pandoc_line_break, @@ -151409,15 +151382,14 @@ 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, - [96309] = 2, - ACTIONS(6058), 3, + sym__whitespace, + [95838] = 2, + ACTIONS(6150), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6056), 35, + ACTIONS(6148), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151442,6 +151414,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__pandoc_line_break, @@ -151450,14 +151423,14 @@ 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, - [96352] = 2, - ACTIONS(6166), 2, + sym__whitespace, + [95881] = 2, + ACTIONS(6154), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6164), 36, + ACTIONS(6152), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151468,7 +151441,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, @@ -151483,6 +151455,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__pandoc_line_break, @@ -151494,11 +151467,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96395] = 2, - ACTIONS(6062), 2, + [95924] = 2, + ACTIONS(6158), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6060), 36, + ACTIONS(6156), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151520,10 +151493,10 @@ 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__pandoc_line_break, @@ -151535,12 +151508,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96438] = 2, - ACTIONS(6054), 2, + [95967] = 2, + ACTIONS(6162), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6052), 36, - sym__line_ending, + ACTIONS(6160), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -151564,9 +151537,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -151576,12 +151549,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96481] = 2, - ACTIONS(6058), 2, + [96010] = 2, + ACTIONS(6166), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6056), 36, - sym__line_ending, + ACTIONS(6164), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -151605,9 +151578,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -151617,11 +151590,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96524] = 2, - ACTIONS(6162), 2, + [96053] = 2, + ACTIONS(6170), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6160), 36, + ACTIONS(6168), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151639,7 +151612,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, @@ -151647,6 +151619,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__pandoc_line_break, @@ -151658,11 +151631,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96567] = 2, - ACTIONS(6284), 2, + [96096] = 2, + ACTIONS(6174), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6282), 36, + ACTIONS(6172), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151680,7 +151653,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, @@ -151688,6 +151660,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__pandoc_line_break, @@ -151699,11 +151672,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96610] = 2, - ACTIONS(6246), 2, + [96139] = 2, + ACTIONS(6038), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6244), 36, + ACTIONS(6036), 36, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -151740,12 +151713,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96653] = 2, - ACTIONS(5978), 2, + [96182] = 2, + ACTIONS(6282), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 36, - sym__soft_line_ending, + ACTIONS(6280), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -151766,12 +151739,12 @@ 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_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -151781,11 +151754,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96696] = 2, - ACTIONS(6166), 2, + [96225] = 2, + ACTIONS(6182), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6164), 36, + ACTIONS(6180), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151803,7 +151776,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, @@ -151811,6 +151783,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__pandoc_line_break, @@ -151822,11 +151795,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96739] = 2, - ACTIONS(6170), 2, + [96268] = 2, + ACTIONS(6262), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6168), 36, + ACTIONS(6260), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151844,13 +151817,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, @@ -151863,11 +151836,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96782] = 2, - ACTIONS(6068), 2, + [96311] = 2, + ACTIONS(6266), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6066), 36, + ACTIONS(6264), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151889,9 +151862,9 @@ 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_close_star, sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, @@ -151904,11 +151877,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96825] = 2, - ACTIONS(6174), 2, + [96354] = 2, + ACTIONS(6270), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6172), 36, + ACTIONS(6268), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151926,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, @@ -151945,11 +151918,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96868] = 2, - ACTIONS(6170), 2, + [96397] = 2, + ACTIONS(6274), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6168), 36, + ACTIONS(6272), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -151960,7 +151933,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, @@ -151974,6 +151946,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, @@ -151986,11 +151959,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96911] = 2, - ACTIONS(6072), 2, + [96440] = 2, + ACTIONS(6186), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6070), 36, + ACTIONS(6184), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152012,10 +151985,10 @@ 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__pandoc_line_break, @@ -152027,11 +152000,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96954] = 2, - ACTIONS(6178), 2, + [96483] = 2, + ACTIONS(6190), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6176), 36, + ACTIONS(6188), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152049,7 +152022,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, @@ -152057,6 +152029,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__pandoc_line_break, @@ -152068,11 +152041,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [96997] = 2, - ACTIONS(6182), 2, + [96526] = 2, + ACTIONS(6194), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6180), 36, + ACTIONS(6192), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152090,7 +152063,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, @@ -152098,6 +152070,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__pandoc_line_break, @@ -152109,11 +152082,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97040] = 2, - ACTIONS(6076), 2, + [96569] = 2, + ACTIONS(6198), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6074), 36, + ACTIONS(6196), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152135,10 +152108,10 @@ 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__pandoc_line_break, @@ -152150,11 +152123,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97083] = 2, - ACTIONS(6080), 2, + [96612] = 2, + ACTIONS(6202), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6078), 36, + ACTIONS(6200), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152176,10 +152149,10 @@ 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__pandoc_line_break, @@ -152191,11 +152164,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97126] = 2, - ACTIONS(6084), 2, + [96655] = 2, + ACTIONS(6278), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6082), 36, + ACTIONS(6276), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152217,10 +152190,10 @@ 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__pandoc_line_break, @@ -152232,11 +152205,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97169] = 2, - ACTIONS(6088), 2, + [96698] = 2, + ACTIONS(6206), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6086), 36, + ACTIONS(6204), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152258,10 +152231,10 @@ 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__pandoc_line_break, @@ -152273,11 +152246,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97212] = 2, - ACTIONS(6092), 2, + [96741] = 2, + ACTIONS(6210), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6090), 36, + ACTIONS(6208), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152299,10 +152272,10 @@ 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__pandoc_line_break, @@ -152314,11 +152287,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97255] = 2, - ACTIONS(6096), 2, + [96784] = 2, + ACTIONS(6214), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6094), 36, + ACTIONS(6212), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152340,10 +152313,10 @@ 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__pandoc_line_break, @@ -152355,11 +152328,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97298] = 2, - ACTIONS(6100), 2, + [96827] = 2, + ACTIONS(6218), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6098), 36, + ACTIONS(6216), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152381,10 +152354,10 @@ 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__pandoc_line_break, @@ -152396,11 +152369,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97341] = 2, - ACTIONS(6104), 2, + [96870] = 2, + ACTIONS(6222), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6102), 36, + ACTIONS(6220), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152422,10 +152395,10 @@ 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__pandoc_line_break, @@ -152437,11 +152410,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97384] = 2, - ACTIONS(6108), 2, + [96913] = 2, + ACTIONS(6038), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6106), 36, + ACTIONS(6036), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152463,10 +152436,10 @@ 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__pandoc_line_break, @@ -152478,11 +152451,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97427] = 2, - ACTIONS(6112), 2, + [96956] = 2, + ACTIONS(6282), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6110), 36, + ACTIONS(6280), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152504,10 +152477,10 @@ 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__pandoc_line_break, @@ -152519,11 +152492,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97470] = 2, - ACTIONS(6002), 2, + [96999] = 2, + ACTIONS(6300), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 36, + ACTIONS(6298), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152545,10 +152518,10 @@ 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__pandoc_line_break, @@ -152560,11 +152533,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97513] = 2, - ACTIONS(6116), 2, + [97042] = 2, + ACTIONS(6226), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6114), 36, + ACTIONS(6224), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152586,10 +152559,10 @@ 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__pandoc_line_break, @@ -152601,12 +152574,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97556] = 2, - ACTIONS(6250), 2, + [97085] = 2, + ACTIONS(6230), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6248), 36, - sym__line_ending, + ACTIONS(6228), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -152630,9 +152603,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -152642,11 +152615,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97599] = 2, - ACTIONS(6174), 2, + [97128] = 2, + ACTIONS(6286), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6172), 36, + ACTIONS(6284), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152657,7 +152630,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, @@ -152672,6 +152644,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__pandoc_line_break, @@ -152683,11 +152656,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97642] = 2, - ACTIONS(6186), 2, + [97171] = 2, + ACTIONS(6234), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6184), 36, + ACTIONS(6232), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152705,7 +152678,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, @@ -152713,6 +152685,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__pandoc_line_break, @@ -152724,12 +152697,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97685] = 2, - ACTIONS(6010), 2, + [97214] = 2, + ACTIONS(6300), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 36, - sym__soft_line_ending, + ACTIONS(6298), 36, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [97257] = 2, + ACTIONS(6226), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6224), 36, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [97300] = 2, + ACTIONS(6230), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6228), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -152750,12 +152805,12 @@ 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_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -152765,11 +152820,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97728] = 2, - ACTIONS(6190), 2, + [97343] = 2, + ACTIONS(6238), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6188), 36, + ACTIONS(6236), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152787,7 +152842,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, @@ -152795,6 +152849,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__pandoc_line_break, @@ -152806,11 +152861,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97771] = 2, - ACTIONS(6194), 2, + [97386] = 2, + ACTIONS(6242), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6192), 36, + ACTIONS(6240), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152828,7 +152883,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, @@ -152836,6 +152890,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__pandoc_line_break, @@ -152847,13 +152902,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97814] = 2, - ACTIONS(6062), 3, + [97429] = 2, + ACTIONS(6286), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6060), 35, - sym__soft_line_ending, + ACTIONS(6284), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -152879,21 +152933,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__pandoc_line_break, sym_entity_reference, 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, - [97857] = 2, - ACTIONS(6120), 2, + sym__whitespace, + [97472] = 2, + ACTIONS(6234), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6118), 36, - sym__soft_line_ending, + ACTIONS(6232), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -152914,12 +152969,12 @@ 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_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -152929,11 +152984,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [97900] = 2, - ACTIONS(6124), 2, + [97515] = 2, + ACTIONS(6294), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6122), 36, + sym__whitespace, + ACTIONS(6292), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -152955,7 +153011,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, @@ -152967,15 +153022,14 @@ 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, - sym__whitespace, - [97943] = 2, - ACTIONS(5978), 3, + [97558] = 2, + ACTIONS(6246), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(5976), 35, + ACTIONS(6244), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153000,6 +153054,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__pandoc_line_break, @@ -153008,15 +153063,14 @@ 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, - [97986] = 2, - ACTIONS(6254), 3, + sym__whitespace, + [97601] = 2, + ACTIONS(6250), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6252), 35, + ACTIONS(6248), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153041,6 +153095,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__pandoc_line_break, @@ -153050,14 +153105,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [98029] = 2, - ACTIONS(6258), 3, + sym__whitespace, + [97644] = 2, + ACTIONS(6254), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6256), 35, + ACTIONS(6252), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153082,6 +153136,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__pandoc_line_break, @@ -153091,14 +153146,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [98072] = 2, - ACTIONS(6068), 3, + sym__whitespace, + [97687] = 2, + ACTIONS(6258), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6066), 35, + ACTIONS(6256), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153123,6 +153177,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__pandoc_line_break, @@ -153131,14 +153186,14 @@ 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, - [98115] = 2, - ACTIONS(6294), 2, + sym__whitespace, + [97730] = 2, + ACTIONS(6262), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6292), 36, + ACTIONS(6260), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153161,9 +153216,9 @@ 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__emphasis_close_underscore, sym_inline_note_reference, sym_html_element, sym__pandoc_line_break, @@ -153175,12 +153230,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [98158] = 2, - ACTIONS(6128), 2, + [97773] = 2, + ACTIONS(6266), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6126), 36, - sym__line_ending, + ACTIONS(6264), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -153204,9 +153259,9 @@ 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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -153216,12 +153271,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [98201] = 2, - ACTIONS(6072), 3, + [97816] = 2, + ACTIONS(6270), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6070), 35, + ACTIONS(6268), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153246,6 +153300,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__pandoc_line_break, @@ -153254,15 +153309,14 @@ 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, - [98244] = 2, - ACTIONS(6262), 3, + sym__whitespace, + [97859] = 2, + ACTIONS(6274), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6260), 35, + ACTIONS(6272), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153287,6 +153341,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__pandoc_line_break, @@ -153296,14 +153351,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, - aux_sym_inline_note_token1, anon_sym_PIPE, - [98287] = 2, - ACTIONS(6266), 3, + sym__whitespace, + [97902] = 2, + ACTIONS(6050), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6264), 35, + ACTIONS(6048), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153336,15 +153391,15 @@ 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, - aux_sym_inline_note_token1, anon_sym_PIPE, - [98330] = 2, - ACTIONS(6076), 3, + [97945] = 2, + ACTIONS(6098), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6074), 35, + ACTIONS(6096), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153380,12 +153435,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [98373] = 2, - ACTIONS(6080), 3, + [97988] = 2, + ACTIONS(6102), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6078), 35, + ACTIONS(6100), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153421,12 +153476,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [98416] = 2, - ACTIONS(6084), 3, + [98031] = 2, + ACTIONS(6106), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6082), 35, + ACTIONS(6104), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -153462,13 +153517,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [98459] = 2, - ACTIONS(6088), 3, + [98074] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2462), 1, + sym__pandoc_attr_specifier, + ACTIONS(5936), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6086), 35, - sym__soft_line_ending, + ACTIONS(5934), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -153494,22 +153551,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__pandoc_line_break, sym_entity_reference, 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, - [98502] = 2, - ACTIONS(6092), 3, + sym__whitespace, + [98121] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2464), 1, + sym__pandoc_attr_specifier, + ACTIONS(5940), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6090), 35, - sym__soft_line_ending, + ACTIONS(5938), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -153535,22 +153594,67 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, 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, - [98545] = 2, - ACTIONS(6096), 3, + sym__whitespace, + [98168] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2466), 1, + sym__pandoc_attr_specifier, + ACTIONS(5944), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, + ACTIONS(5942), 34, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - ACTIONS(6094), 35, - sym__soft_line_ending, + [98215] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2436), 1, + sym__pandoc_attr_specifier, + ACTIONS(5948), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(5946), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -153576,22 +153680,110 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - aux_sym_insert_token1, + anon_sym_PIPE, + sym__whitespace, + [98262] = 4, + ACTIONS(3740), 1, anon_sym_LBRACE, + STATE(2404), 1, + sym__pandoc_attr_specifier, + ACTIONS(5952), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(5950), 34, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, - [98588] = 2, - ACTIONS(6100), 3, + sym__whitespace, + [98309] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2406), 1, + sym__pandoc_attr_specifier, + ACTIONS(5956), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, + ACTIONS(5954), 34, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, sym__whitespace, - ACTIONS(6098), 35, - sym__soft_line_ending, + [98356] = 4, + ACTIONS(6342), 1, + anon_sym_LBRACE, + STATE(2409), 1, + sym_attribute_specifier, + ACTIONS(5960), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(5958), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -153617,22 +153809,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__pandoc_line_break, sym_entity_reference, 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, - [98631] = 2, - ACTIONS(6104), 3, + sym__whitespace, + [98403] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2410), 1, + sym__pandoc_attr_specifier, + ACTIONS(5966), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6102), 35, - sym__soft_line_ending, + ACTIONS(5964), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -153658,22 +153852,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__pandoc_line_break, sym_entity_reference, 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, - [98674] = 2, - ACTIONS(6108), 3, + sym__whitespace, + [98450] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2411), 1, + sym__pandoc_attr_specifier, + ACTIONS(5970), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6106), 35, - sym__soft_line_ending, + ACTIONS(5968), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -153699,22 +153895,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__pandoc_line_break, sym_entity_reference, 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, - [98717] = 2, - ACTIONS(6112), 3, + sym__whitespace, + [98497] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2412), 1, + sym__pandoc_attr_specifier, + ACTIONS(5974), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6110), 35, - sym__soft_line_ending, + ACTIONS(5972), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -153740,22 +153938,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__pandoc_line_break, sym_entity_reference, 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, - [98760] = 2, - ACTIONS(6002), 3, + sym__whitespace, + [98544] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2413), 1, + sym__pandoc_attr_specifier, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6000), 35, - sym__soft_line_ending, + ACTIONS(5976), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -153781,22 +153981,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__pandoc_line_break, sym_entity_reference, 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, - [98803] = 2, - ACTIONS(6116), 3, + sym__whitespace, + [98591] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2414), 1, + sym__pandoc_attr_specifier, + ACTIONS(5982), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6114), 35, - sym__soft_line_ending, + ACTIONS(5980), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -153822,21 +154024,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__pandoc_line_break, sym_entity_reference, 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, - [98846] = 2, - ACTIONS(6128), 2, + sym__whitespace, + [98638] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2415), 1, + sym__pandoc_attr_specifier, + ACTIONS(5986), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6126), 36, - sym__soft_line_ending, + ACTIONS(5984), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -153857,27 +154062,29 @@ 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_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [98889] = 2, - ACTIONS(6132), 2, + [98685] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2416), 1, + sym__pandoc_attr_specifier, + ACTIONS(5990), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6130), 36, - sym__soft_line_ending, + ACTIONS(5988), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -153898,28 +154105,29 @@ 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_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [98932] = 2, - ACTIONS(6010), 3, + [98732] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2417), 1, + sym__pandoc_attr_specifier, + ACTIONS(5994), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6008), 35, - sym__soft_line_ending, + ACTIONS(5992), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -153945,21 +154153,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__pandoc_line_break, sym_entity_reference, 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, - [98975] = 2, - ACTIONS(6136), 2, + sym__whitespace, + [98779] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2421), 1, + sym__pandoc_attr_specifier, + ACTIONS(5998), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6134), 36, - sym__soft_line_ending, + ACTIONS(5996), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -153980,27 +154191,29 @@ 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_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [99018] = 2, - ACTIONS(6198), 2, + [98826] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2422), 1, + sym__pandoc_attr_specifier, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6196), 36, - sym__soft_line_ending, + ACTIONS(6000), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -154017,7 +154230,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, @@ -154027,22 +154239,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [99061] = 2, - ACTIONS(6120), 3, + [98873] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2423), 1, + sym__pandoc_attr_specifier, + ACTIONS(6006), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6118), 35, - sym__soft_line_ending, + ACTIONS(6004), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -154068,22 +154282,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__pandoc_line_break, sym_entity_reference, 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, - [99104] = 2, - ACTIONS(6124), 3, + sym__whitespace, + [98920] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2424), 1, + sym__pandoc_attr_specifier, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6122), 35, - sym__soft_line_ending, + ACTIONS(6008), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -154109,21 +154325,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__pandoc_line_break, sym_entity_reference, 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, - [99147] = 2, - ACTIONS(6140), 2, + sym__whitespace, + [98967] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2425), 1, + sym__pandoc_attr_specifier, + ACTIONS(6014), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6138), 36, - sym__soft_line_ending, + ACTIONS(6012), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -154144,27 +154363,29 @@ 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_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [99190] = 2, - ACTIONS(6144), 2, + [99014] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2426), 1, + sym__pandoc_attr_specifier, + ACTIONS(6018), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6142), 36, - sym__soft_line_ending, + ACTIONS(6016), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -154185,27 +154406,29 @@ 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_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [99233] = 2, - ACTIONS(6202), 2, + [99061] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2427), 1, + sym__pandoc_attr_specifier, + ACTIONS(6022), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6200), 36, - sym__soft_line_ending, + ACTIONS(6020), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -154222,7 +154445,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, @@ -154232,21 +154454,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [99276] = 2, - ACTIONS(6294), 2, + [99108] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2428), 1, + sym__pandoc_attr_specifier, + ACTIONS(6026), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6292), 36, - sym__soft_line_ending, + ACTIONS(6024), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -154255,7 +154480,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, @@ -154273,21 +154497,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__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [99319] = 2, - ACTIONS(6148), 2, + [99155] = 4, + ACTIONS(3740), 1, + anon_sym_LBRACE, + STATE(2433), 1, + sym__pandoc_attr_specifier, + ACTIONS(6030), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6146), 36, - sym__soft_line_ending, + ACTIONS(6028), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -154308,27 +154535,69 @@ 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_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, anon_sym_DOLLAR_DOLLAR, + anon_sym_PIPE, + sym__whitespace, + [99202] = 4, + ACTIONS(3740), 1, anon_sym_LBRACE, + STATE(2434), 1, + sym__pandoc_attr_specifier, + ACTIONS(6034), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6032), 34, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, anon_sym_PIPE, sym__whitespace, - [99362] = 2, - ACTIONS(6038), 2, + [99249] = 2, + ACTIONS(6242), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6036), 36, - sym__soft_line_ending, + ACTIONS(6240), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -154349,12 +154618,12 @@ 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_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -154364,11 +154633,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [99405] = 2, - ACTIONS(6270), 2, + [99292] = 2, + ACTIONS(6146), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6268), 36, + sym__whitespace, + ACTIONS(6144), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154386,7 +154656,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, @@ -154402,14 +154671,15 @@ 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, - sym__whitespace, - [99448] = 2, - ACTIONS(6154), 2, + [99335] = 2, + ACTIONS(5978), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6152), 36, + sym__whitespace, + ACTIONS(5976), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154431,7 +154701,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, @@ -154443,14 +154712,15 @@ 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, - sym__whitespace, - [99491] = 2, - ACTIONS(6158), 2, + [99378] = 2, + ACTIONS(6042), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6156), 36, + sym__whitespace, + ACTIONS(6040), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154472,7 +154742,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, @@ -154484,14 +154753,15 @@ 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, - sym__whitespace, - [99534] = 2, - ACTIONS(6206), 2, + [99421] = 2, + ACTIONS(6046), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6204), 36, + sym__whitespace, + ACTIONS(6044), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154509,7 +154779,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, @@ -154525,14 +154794,15 @@ 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, - sym__whitespace, - [99577] = 2, - ACTIONS(6162), 2, + [99464] = 2, + ACTIONS(6054), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6160), 36, + sym__whitespace, + ACTIONS(6052), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154554,7 +154824,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, @@ -154566,14 +154835,15 @@ 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, - sym__whitespace, - [99620] = 2, - ACTIONS(6284), 2, + [99507] = 2, + ACTIONS(6058), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6282), 36, + sym__whitespace, + ACTIONS(6056), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154595,7 +154865,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, @@ -154607,14 +154876,15 @@ 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, - sym__whitespace, - [99663] = 2, - ACTIONS(6166), 2, + [99550] = 2, + ACTIONS(6062), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6164), 36, + sym__whitespace, + ACTIONS(6060), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154636,7 +154906,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, @@ -154648,14 +154917,15 @@ 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, - sym__whitespace, - [99706] = 2, - ACTIONS(6170), 2, + [99593] = 2, + ACTIONS(6066), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6168), 36, + sym__whitespace, + ACTIONS(6064), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154677,7 +154947,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, @@ -154689,15 +154958,16 @@ 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, - sym__whitespace, - [99749] = 2, - ACTIONS(6062), 2, + [99636] = 2, + ACTIONS(6070), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6060), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6068), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -154723,21 +154993,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, 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, - sym__whitespace, - [99792] = 2, - ACTIONS(6174), 2, + [99679] = 2, + ACTIONS(6074), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6172), 36, + sym__whitespace, + ACTIONS(6072), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154759,7 +155029,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, @@ -154771,14 +155040,15 @@ 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, - sym__whitespace, - [99835] = 2, - ACTIONS(6210), 2, + [99722] = 2, + ACTIONS(6078), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6208), 36, + sym__whitespace, + ACTIONS(6076), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154796,7 +155066,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, @@ -154812,15 +155081,16 @@ 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, - sym__whitespace, - [99878] = 2, - ACTIONS(6262), 2, + [99765] = 2, + ACTIONS(6082), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6260), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6080), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -154846,22 +155116,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__pandoc_line_break, sym_entity_reference, 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, - sym__whitespace, - [99921] = 2, - ACTIONS(6266), 2, + [99808] = 2, + ACTIONS(6086), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6264), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6084), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -154887,22 +155157,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__pandoc_line_break, sym_entity_reference, 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, - sym__whitespace, - [99964] = 2, - ACTIONS(5978), 2, + [99851] = 2, + ACTIONS(6090), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6088), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -154928,21 +155198,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, 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, - sym__whitespace, - [100007] = 2, - ACTIONS(6178), 2, + [99894] = 2, + ACTIONS(6002), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6176), 36, + sym__whitespace, + ACTIONS(6000), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -154964,7 +155234,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, @@ -154976,15 +155245,15 @@ 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, - sym__whitespace, - [100050] = 2, - ACTIONS(6128), 3, + [99937] = 2, + ACTIONS(6094), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6126), 35, + ACTIONS(6092), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155020,12 +155289,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [100093] = 2, - ACTIONS(6132), 3, + [99980] = 2, + ACTIONS(6010), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6130), 35, + ACTIONS(6008), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155061,12 +155330,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [100136] = 2, - ACTIONS(6136), 3, + [100023] = 2, + ACTIONS(6110), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6134), 35, + ACTIONS(6108), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155102,11 +155371,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [100179] = 2, - ACTIONS(6182), 2, + [100066] = 2, + ACTIONS(6114), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6180), 36, + sym__whitespace, + ACTIONS(6112), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155128,7 +155398,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, @@ -155140,15 +155409,14 @@ 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, - sym__whitespace, - [100222] = 2, - ACTIONS(6140), 3, + [100109] = 2, + ACTIONS(6312), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6138), 35, + ACTIONS(6310), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155158,6 +155426,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, @@ -155181,16 +155450,15 @@ 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, - [100265] = 2, - ACTIONS(6144), 3, + sym__whitespace, + [100152] = 2, + ACTIONS(6254), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6142), 35, - sym__soft_line_ending, + ACTIONS(6252), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -155216,21 +155484,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__pandoc_line_break, sym_entity_reference, 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, - [100308] = 2, - ACTIONS(6214), 2, + sym__whitespace, + [100195] = 2, + ACTIONS(6258), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6212), 36, - sym__soft_line_ending, + ACTIONS(6256), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -155247,7 +155516,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, @@ -155257,6 +155525,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -155266,12 +155535,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [100351] = 2, - ACTIONS(6148), 3, + [100238] = 2, + ACTIONS(6118), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6146), 35, + ACTIONS(6116), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155307,12 +155576,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [100394] = 2, - ACTIONS(6038), 3, + [100281] = 2, + ACTIONS(6122), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6036), 35, + ACTIONS(6120), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155348,11 +155617,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [100437] = 2, - ACTIONS(6186), 2, + [100324] = 2, + ACTIONS(6126), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6184), 36, + sym__whitespace, + ACTIONS(6124), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155374,7 +155644,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, @@ -155386,15 +155655,15 @@ 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, - sym__whitespace, - [100480] = 2, - ACTIONS(6154), 3, + [100367] = 2, + ACTIONS(6130), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6152), 35, + ACTIONS(6128), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155430,12 +155699,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [100523] = 2, - ACTIONS(6158), 3, + [100410] = 2, + ACTIONS(6134), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6156), 35, + ACTIONS(6132), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155471,11 +155740,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [100566] = 2, - ACTIONS(6190), 2, + [100453] = 2, + ACTIONS(6138), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6188), 36, + sym__whitespace, + ACTIONS(6136), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155497,7 +155767,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, @@ -155509,15 +155778,15 @@ 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, - sym__whitespace, - [100609] = 2, - ACTIONS(6162), 3, + [100496] = 2, + ACTIONS(6142), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6160), 35, + ACTIONS(6140), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155553,11 +155822,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [100652] = 2, - ACTIONS(6194), 2, + [100539] = 2, + ACTIONS(6150), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6192), 36, + sym__whitespace, + ACTIONS(6148), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155579,7 +155849,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, @@ -155591,15 +155860,15 @@ 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, - sym__whitespace, - [100695] = 2, - ACTIONS(6284), 3, + [100582] = 2, + ACTIONS(6154), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6282), 35, + ACTIONS(6152), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155635,12 +155904,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [100738] = 2, - ACTIONS(6166), 3, + [100625] = 2, + ACTIONS(6158), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6164), 35, + ACTIONS(6156), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155676,12 +155945,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [100781] = 2, - ACTIONS(6170), 3, + [100668] = 2, + ACTIONS(6162), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6168), 35, + ACTIONS(6160), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155717,12 +155986,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [100824] = 2, - ACTIONS(6174), 3, + [100711] = 2, + ACTIONS(6166), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6172), 35, + ACTIONS(6164), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155758,11 +156027,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [100867] = 2, - ACTIONS(6198), 2, + [100754] = 2, + ACTIONS(6170), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6196), 36, + sym__whitespace, + ACTIONS(6168), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155784,7 +156054,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, @@ -155796,15 +156065,15 @@ 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, - sym__whitespace, - [100910] = 2, - ACTIONS(6178), 3, + [100797] = 2, + ACTIONS(6174), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6176), 35, + ACTIONS(6172), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155840,12 +156109,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [100953] = 2, - ACTIONS(6182), 3, + [100840] = 2, + ACTIONS(6178), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6180), 35, + ACTIONS(6176), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155881,11 +156150,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [100996] = 2, - ACTIONS(6202), 2, + [100883] = 2, + ACTIONS(6182), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6200), 36, + sym__whitespace, + ACTIONS(6180), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -155907,7 +156177,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, @@ -155919,14 +156188,14 @@ 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, - sym__whitespace, - [101039] = 2, - ACTIONS(6068), 2, + [100926] = 2, + ACTIONS(6270), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6066), 36, + ACTIONS(6268), 36, sym__line_ending, sym__code_span_start, sym__html_comment, @@ -155963,12 +156232,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [101082] = 2, - ACTIONS(6270), 2, + [100969] = 2, + ACTIONS(6274), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6268), 36, - sym__soft_line_ending, + ACTIONS(6272), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -155989,12 +156258,12 @@ 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_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -156004,11 +156273,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [101125] = 2, - ACTIONS(6206), 2, + [101012] = 2, + ACTIONS(6186), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6204), 36, + sym__whitespace, + ACTIONS(6184), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156030,7 +156300,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, @@ -156042,15 +156311,16 @@ 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, - sym__whitespace, - [101168] = 2, - ACTIONS(6072), 2, + [101055] = 2, + ACTIONS(6190), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6070), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6188), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -156076,21 +156346,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, 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, - sym__whitespace, - [101211] = 2, - ACTIONS(6210), 2, + [101098] = 2, + ACTIONS(6194), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6208), 36, + sym__whitespace, + ACTIONS(6192), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156112,7 +156382,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, @@ -156124,14 +156393,15 @@ 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, - sym__whitespace, - [101254] = 2, - ACTIONS(6214), 2, + [101141] = 2, + ACTIONS(6198), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6212), 36, + sym__whitespace, + ACTIONS(6196), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156153,7 +156423,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, @@ -156165,15 +156434,16 @@ 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, - sym__whitespace, - [101297] = 2, - ACTIONS(6076), 2, + [101184] = 2, + ACTIONS(6202), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6074), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6200), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -156199,22 +156469,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__pandoc_line_break, sym_entity_reference, 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, - sym__whitespace, - [101340] = 2, - ACTIONS(6080), 2, + [101227] = 2, + ACTIONS(6278), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6078), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6276), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -156240,22 +156510,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__pandoc_line_break, sym_entity_reference, 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, - sym__whitespace, - [101383] = 2, - ACTIONS(6084), 2, + [101270] = 2, + ACTIONS(6206), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6082), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6204), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -156281,22 +156551,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__pandoc_line_break, sym_entity_reference, 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, - sym__whitespace, - [101426] = 2, - ACTIONS(6088), 2, + [101313] = 2, + ACTIONS(6210), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6086), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6208), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -156322,22 +156592,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__pandoc_line_break, sym_entity_reference, 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, - sym__whitespace, - [101469] = 2, - ACTIONS(6092), 2, + [101356] = 2, + ACTIONS(6214), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6090), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6212), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -156363,22 +156633,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__pandoc_line_break, sym_entity_reference, 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, - sym__whitespace, - [101512] = 2, - ACTIONS(6096), 2, + [101399] = 2, + ACTIONS(6218), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6094), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6216), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -156404,22 +156674,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__pandoc_line_break, sym_entity_reference, 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, - sym__whitespace, - [101555] = 2, - ACTIONS(6100), 2, + [101442] = 2, + ACTIONS(6222), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6098), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6220), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -156445,22 +156715,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__pandoc_line_break, sym_entity_reference, 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, - sym__whitespace, - [101598] = 2, - ACTIONS(6104), 2, + [101485] = 2, + ACTIONS(6038), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6102), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6036), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -156486,22 +156756,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__pandoc_line_break, sym_entity_reference, 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, - sym__whitespace, - [101641] = 2, - ACTIONS(6108), 2, + [101528] = 2, + ACTIONS(6282), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6106), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6280), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -156527,22 +156797,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__pandoc_line_break, sym_entity_reference, 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, - sym__whitespace, - [101684] = 2, - ACTIONS(6112), 2, + [101571] = 2, + ACTIONS(6300), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6110), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6298), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -156568,22 +156838,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, 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, - sym__whitespace, - [101727] = 2, - ACTIONS(6186), 3, + [101614] = 2, + ACTIONS(6226), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6184), 35, + ACTIONS(6224), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156619,12 +156888,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [101770] = 2, - ACTIONS(6190), 3, + [101657] = 2, + ACTIONS(6230), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6188), 35, + ACTIONS(6228), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156660,12 +156929,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [101813] = 2, - ACTIONS(6194), 3, + [101700] = 2, + ACTIONS(6286), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6192), 35, + ACTIONS(6284), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156701,12 +156970,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [101856] = 2, - ACTIONS(6198), 3, + [101743] = 2, + ACTIONS(6234), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6196), 35, + ACTIONS(6232), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156742,12 +157011,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [101899] = 2, - ACTIONS(6202), 3, + [101786] = 2, + ACTIONS(6294), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6200), 35, + ACTIONS(6292), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156757,6 +157025,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, @@ -156780,15 +157049,14 @@ 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, - [101942] = 2, - ACTIONS(6270), 3, + sym__whitespace, + [101829] = 2, + ACTIONS(6050), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6268), 35, + ACTIONS(6048), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156798,6 +157066,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, @@ -156821,15 +157090,14 @@ 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, - [101985] = 2, - ACTIONS(6206), 3, + sym__whitespace, + [101872] = 2, + ACTIONS(6098), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6204), 35, + ACTIONS(6096), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156839,6 +157107,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, @@ -156862,15 +157131,14 @@ 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, - [102028] = 2, - ACTIONS(6210), 3, + sym__whitespace, + [101915] = 2, + ACTIONS(6102), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6208), 35, + ACTIONS(6100), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156880,6 +157148,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, @@ -156903,15 +157172,14 @@ 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, - [102071] = 2, - ACTIONS(6214), 3, + sym__whitespace, + [101958] = 2, + ACTIONS(6106), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6212), 35, + ACTIONS(6104), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -156921,6 +157189,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, @@ -156944,16 +157213,15 @@ 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, - [102114] = 2, - ACTIONS(6218), 3, + sym__whitespace, + [102001] = 2, + ACTIONS(6294), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6216), 35, - sym__soft_line_ending, + ACTIONS(6292), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -156979,21 +157247,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__pandoc_line_break, sym_entity_reference, 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, - [102157] = 2, - ACTIONS(6222), 3, + sym__whitespace, + [102044] = 2, + ACTIONS(6238), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, sym__whitespace, - ACTIONS(6220), 35, + ACTIONS(6236), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157029,12 +157298,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [102200] = 2, - ACTIONS(6002), 2, + [102087] = 2, + ACTIONS(6242), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 36, - sym__line_ending, + sym__whitespace, + ACTIONS(6240), 35, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -157060,22 +157330,21 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, 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, - sym__whitespace, - [102243] = 2, - ACTIONS(6116), 2, + [102130] = 2, + ACTIONS(6146), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6114), 36, - sym__line_ending, + ACTIONS(6144), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -157084,6 +157353,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, @@ -157101,7 +157371,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -157111,11 +157380,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [102286] = 2, - ACTIONS(6218), 2, + [102173] = 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6216), 36, + ACTIONS(5976), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157125,6 +157394,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, @@ -157137,7 +157407,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, @@ -157152,11 +157421,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [102329] = 2, - ACTIONS(6222), 2, + [102216] = 2, + ACTIONS(6042), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6220), 36, + ACTIONS(6040), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157166,6 +157435,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, @@ -157178,7 +157448,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, @@ -157193,12 +157462,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [102372] = 2, - ACTIONS(6010), 2, + [102259] = 2, + ACTIONS(6046), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 36, - sym__line_ending, + ACTIONS(6044), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -157207,6 +157476,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, @@ -157224,7 +157494,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -157234,11 +157503,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [102415] = 2, - ACTIONS(6226), 2, + [102302] = 2, + ACTIONS(6054), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6224), 36, + ACTIONS(6052), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157248,6 +157517,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, @@ -157260,7 +157530,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, @@ -157275,11 +157544,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [102458] = 2, - ACTIONS(6274), 2, + [102345] = 2, + ACTIONS(6058), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6272), 36, + ACTIONS(6056), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157289,6 +157558,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, @@ -157301,7 +157571,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, @@ -157316,12 +157585,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [102501] = 2, - ACTIONS(6120), 2, + [102388] = 2, + ACTIONS(6062), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6118), 36, - sym__line_ending, + ACTIONS(6060), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -157330,6 +157599,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, @@ -157347,7 +157617,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -157357,12 +157626,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [102544] = 2, - ACTIONS(6124), 2, + [102431] = 2, + ACTIONS(6066), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6122), 36, - sym__line_ending, + ACTIONS(6064), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -157371,6 +157640,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, @@ -157388,7 +157658,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -157398,12 +157667,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [102587] = 2, - ACTIONS(6254), 2, + [102474] = 2, + ACTIONS(6070), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6252), 36, - sym__line_ending, + ACTIONS(6068), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -157412,6 +157681,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, @@ -157429,7 +157699,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -157439,12 +157708,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [102630] = 2, - ACTIONS(6226), 3, + [102517] = 2, + ACTIONS(6074), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6224), 35, + ACTIONS(6072), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157454,6 +157722,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, @@ -157477,15 +157746,14 @@ 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, - [102673] = 2, - ACTIONS(6274), 3, + sym__whitespace, + [102560] = 2, + ACTIONS(6078), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6272), 35, + ACTIONS(6076), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157495,6 +157763,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, @@ -157518,15 +157787,14 @@ 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, - [102716] = 2, - ACTIONS(6230), 3, + sym__whitespace, + [102603] = 2, + ACTIONS(6082), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6228), 35, + ACTIONS(6080), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157536,6 +157804,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, @@ -157559,15 +157828,14 @@ 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, - [102759] = 2, - ACTIONS(6234), 3, + sym__whitespace, + [102646] = 2, + ACTIONS(6086), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6232), 35, + ACTIONS(6084), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157577,6 +157845,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, @@ -157600,15 +157869,15 @@ 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, - [102802] = 2, - ACTIONS(6258), 2, + sym__whitespace, + [102689] = 2, + ACTIONS(6090), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6256), 36, - sym__line_ending, + ACTIONS(6088), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -157617,6 +157886,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, @@ -157634,7 +157904,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -157644,11 +157913,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [102845] = 2, - ACTIONS(6230), 2, + [102732] = 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6228), 36, + ACTIONS(6000), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157658,6 +157927,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, @@ -157670,7 +157940,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, @@ -157685,11 +157954,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [102888] = 2, - ACTIONS(6234), 2, + [102775] = 2, + ACTIONS(6094), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6232), 36, + ACTIONS(6092), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157699,6 +157968,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, @@ -157711,7 +157981,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, @@ -157726,12 +157995,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [102931] = 2, - ACTIONS(6238), 3, + [102818] = 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6236), 35, + ACTIONS(6008), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157741,6 +158009,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, @@ -157764,15 +158033,14 @@ 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, - [102974] = 2, - ACTIONS(6278), 3, + sym__whitespace, + [102861] = 2, + ACTIONS(6110), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6276), 35, + ACTIONS(6108), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157782,6 +158050,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, @@ -157805,15 +158074,14 @@ 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, - [103017] = 2, - ACTIONS(6242), 3, + sym__whitespace, + [102904] = 2, + ACTIONS(6114), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6240), 35, + ACTIONS(6112), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157823,6 +158091,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, @@ -157846,14 +158115,15 @@ 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, - [103060] = 2, - ACTIONS(6238), 2, + sym__whitespace, + [102947] = 2, + ACTIONS(6246), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6236), 36, + sym__whitespace, + ACTIONS(6244), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157875,7 +158145,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, @@ -157887,14 +158156,15 @@ 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, - sym__whitespace, - [103103] = 2, - ACTIONS(6278), 2, + [102990] = 2, + ACTIONS(6250), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6276), 36, + sym__whitespace, + ACTIONS(6248), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157916,7 +158186,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, @@ -157928,15 +158197,14 @@ 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, - sym__whitespace, - [103146] = 2, - ACTIONS(6294), 3, + [103033] = 2, + ACTIONS(6312), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6292), 35, + ACTIONS(6310), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157947,6 +158215,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, @@ -157969,14 +158238,15 @@ 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, - [103189] = 2, - ACTIONS(6242), 2, + sym__whitespace, + [103076] = 2, + ACTIONS(6254), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6240), 36, + sym__whitespace, + ACTIONS(6252), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -157998,7 +158268,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, @@ -158010,14 +158279,15 @@ 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, - sym__whitespace, - [103232] = 2, - ACTIONS(6042), 2, + [103119] = 2, + ACTIONS(6258), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6040), 36, + sym__whitespace, + ACTIONS(6256), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158027,7 +158297,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, @@ -158051,14 +158320,14 @@ 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, - sym__whitespace, - [103275] = 2, - ACTIONS(6042), 2, + [103162] = 2, + ACTIONS(6118), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6040), 36, + ACTIONS(6116), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158068,6 +158337,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, @@ -158081,7 +158351,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, @@ -158095,12 +158364,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [103318] = 2, - ACTIONS(6132), 2, + [103205] = 2, + ACTIONS(6122), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6130), 36, - sym__line_ending, + ACTIONS(6120), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -158109,6 +158378,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, @@ -158126,7 +158396,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -158136,11 +158405,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [103361] = 2, - ACTIONS(6218), 2, + [103248] = 2, + ACTIONS(6126), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6216), 36, + ACTIONS(6124), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158150,6 +158419,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, @@ -158158,7 +158428,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, @@ -158177,11 +158446,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [103404] = 2, - ACTIONS(6222), 2, + [103291] = 2, + ACTIONS(6130), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6220), 36, + ACTIONS(6128), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158191,6 +158460,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, @@ -158199,7 +158469,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, @@ -158218,11 +158487,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [103447] = 2, - ACTIONS(6046), 2, + [103334] = 2, + ACTIONS(6134), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6044), 36, + ACTIONS(6132), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158259,11 +158528,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [103490] = 2, - ACTIONS(6050), 2, + [103377] = 2, + ACTIONS(6138), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6048), 36, + ACTIONS(6136), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158300,11 +158569,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [103533] = 2, - ACTIONS(6054), 2, + [103420] = 2, + ACTIONS(6142), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6052), 36, + ACTIONS(6140), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158341,11 +158610,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [103576] = 2, - ACTIONS(6058), 2, + [103463] = 2, + ACTIONS(6150), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6056), 36, + ACTIONS(6148), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158382,11 +158651,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [103619] = 2, - ACTIONS(6226), 2, + [103506] = 2, + ACTIONS(6154), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6224), 36, + ACTIONS(6152), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158396,6 +158665,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, @@ -158404,7 +158674,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, @@ -158423,11 +158692,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [103662] = 2, - ACTIONS(6274), 2, + [103549] = 2, + ACTIONS(6158), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6272), 36, + ACTIONS(6156), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158437,6 +158706,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, @@ -158445,7 +158715,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, @@ -158464,12 +158733,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [103705] = 2, - ACTIONS(6246), 3, + [103592] = 2, + ACTIONS(6162), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6244), 35, + ACTIONS(6160), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158479,6 +158747,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, @@ -158502,14 +158771,14 @@ 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, - [103748] = 2, - ACTIONS(6046), 2, + sym__whitespace, + [103635] = 2, + ACTIONS(6166), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6044), 36, + ACTIONS(6164), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158519,6 +158788,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, @@ -158532,7 +158802,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, @@ -158546,12 +158815,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [103791] = 2, - ACTIONS(6250), 3, + [103678] = 2, + ACTIONS(6170), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6248), 35, + ACTIONS(6168), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158561,6 +158829,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, @@ -158584,14 +158853,14 @@ 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, - [103834] = 2, - ACTIONS(6050), 2, + sym__whitespace, + [103721] = 2, + ACTIONS(6174), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6048), 36, + ACTIONS(6172), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158601,6 +158870,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, @@ -158614,7 +158884,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, @@ -158628,11 +158897,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [103877] = 2, - ACTIONS(6062), 2, + [103764] = 2, + ACTIONS(6178), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6060), 36, + ACTIONS(6176), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158669,11 +158938,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [103920] = 2, - ACTIONS(6054), 2, + [103807] = 2, + ACTIONS(6182), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6052), 36, + ACTIONS(6180), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158683,6 +158952,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, @@ -158696,7 +158966,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, @@ -158710,11 +158979,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [103963] = 2, - ACTIONS(6058), 2, + [103850] = 2, + ACTIONS(6262), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6056), 36, + sym__whitespace, + ACTIONS(6260), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158737,7 +159007,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, @@ -158748,14 +159017,15 @@ 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, - sym__whitespace, - [104006] = 2, - ACTIONS(5978), 2, + [103893] = 2, + ACTIONS(6266), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 36, + sym__whitespace, + ACTIONS(6264), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158765,7 +159035,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, @@ -158789,14 +159058,15 @@ 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, - sym__whitespace, - [104049] = 2, - ACTIONS(6230), 2, + [103936] = 2, + ACTIONS(6270), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6228), 36, + sym__whitespace, + ACTIONS(6268), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158814,7 +159084,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, @@ -158830,14 +159099,15 @@ 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, - sym__whitespace, - [104092] = 2, - ACTIONS(6234), 2, + [103979] = 2, + ACTIONS(6274), 3, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6232), 36, + sym__whitespace, + ACTIONS(6272), 35, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158855,7 +159125,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, @@ -158871,14 +159140,14 @@ 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, - sym__whitespace, - [104135] = 2, - ACTIONS(6068), 2, + [104022] = 2, + ACTIONS(6186), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6066), 36, + ACTIONS(6184), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158915,11 +159184,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104178] = 2, - ACTIONS(6246), 2, + [104065] = 2, + ACTIONS(6190), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6244), 36, + ACTIONS(6188), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -158929,6 +159198,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, @@ -158941,7 +159211,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, @@ -158956,12 +159225,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104221] = 2, - ACTIONS(6136), 2, + [104108] = 2, + ACTIONS(6194), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6134), 36, - sym__line_ending, + ACTIONS(6192), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -158970,6 +159239,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, @@ -158987,7 +159257,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -158997,11 +159266,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104264] = 2, - ACTIONS(6072), 2, + [104151] = 2, + ACTIONS(6198), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6070), 36, + ACTIONS(6196), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159038,11 +159307,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104307] = 2, - ACTIONS(6250), 2, + [104194] = 2, + ACTIONS(6202), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6248), 36, + ACTIONS(6200), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159052,6 +159321,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, @@ -159064,7 +159334,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, @@ -159079,11 +159348,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104350] = 2, - ACTIONS(6238), 2, + [104237] = 2, + ACTIONS(6278), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6236), 36, + ACTIONS(6276), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159093,6 +159362,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, @@ -159101,7 +159371,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, @@ -159120,11 +159389,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104393] = 2, - ACTIONS(6076), 2, + [104280] = 2, + ACTIONS(6206), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6074), 36, + ACTIONS(6204), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159161,11 +159430,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104436] = 2, - ACTIONS(6080), 2, + [104323] = 2, + ACTIONS(6210), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6078), 36, + ACTIONS(6208), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159202,11 +159471,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104479] = 2, - ACTIONS(6084), 2, + [104366] = 2, + ACTIONS(6214), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6082), 36, + ACTIONS(6212), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159243,11 +159512,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104522] = 2, - ACTIONS(6088), 2, + [104409] = 2, + ACTIONS(6218), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6086), 36, + ACTIONS(6216), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159284,11 +159553,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104565] = 2, - ACTIONS(6092), 2, + [104452] = 2, + ACTIONS(6222), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6090), 36, + ACTIONS(6220), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159325,11 +159594,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104608] = 2, - ACTIONS(6096), 2, + [104495] = 2, + ACTIONS(6038), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6094), 36, + ACTIONS(6036), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159366,11 +159635,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104651] = 2, - ACTIONS(6100), 2, + [104538] = 2, + ACTIONS(6282), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6098), 36, + ACTIONS(6280), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159407,11 +159676,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104694] = 2, - ACTIONS(6104), 2, + [104581] = 2, + ACTIONS(6300), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6102), 36, + ACTIONS(6298), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159448,11 +159717,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104737] = 2, - ACTIONS(6108), 2, + [104624] = 2, + ACTIONS(6226), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6106), 36, + ACTIONS(6224), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159489,11 +159758,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104780] = 2, - ACTIONS(6112), 2, + [104667] = 2, + ACTIONS(6230), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6110), 36, + ACTIONS(6228), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159530,11 +159799,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104823] = 2, - ACTIONS(6084), 2, + [104710] = 2, + ACTIONS(6286), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6082), 36, + ACTIONS(6284), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159544,8 +159813,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, @@ -159571,11 +159840,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104866] = 2, - ACTIONS(6116), 2, + [104753] = 2, + ACTIONS(6234), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6114), 36, + ACTIONS(6232), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159612,12 +159881,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104909] = 2, - ACTIONS(6062), 2, + [104796] = 3, + ACTIONS(6344), 1, + sym_block_continuation, + ACTIONS(2385), 3, + aux_sym_pandoc_span_token1, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6060), 36, - sym__soft_line_ending, + ACTIONS(2383), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -159639,7 +159910,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, @@ -159649,15 +159919,15 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, + aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - sym__whitespace, - [104952] = 2, - ACTIONS(6278), 2, + [104841] = 2, + ACTIONS(6294), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6276), 36, + ACTIONS(6292), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159668,6 +159938,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, @@ -159675,7 +159946,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, @@ -159694,11 +159964,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [104995] = 2, - ACTIONS(6010), 2, + [104884] = 2, + ACTIONS(6050), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 36, + ACTIONS(6048), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159708,8 +159978,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, @@ -159735,11 +160005,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105038] = 2, - ACTIONS(6242), 2, + [104927] = 2, + ACTIONS(6098), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6240), 36, + ACTIONS(6096), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159750,6 +160020,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, @@ -159757,7 +160028,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, @@ -159776,11 +160046,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105081] = 2, - ACTIONS(5978), 2, + [104970] = 2, + ACTIONS(6102), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 36, + ACTIONS(6100), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159791,6 +160061,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, @@ -159803,7 +160074,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, @@ -159817,11 +160087,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105124] = 2, - ACTIONS(6120), 2, + [105013] = 2, + ACTIONS(6106), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6118), 36, + ACTIONS(6104), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159831,8 +160101,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, @@ -159858,11 +160128,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105167] = 2, - ACTIONS(6124), 2, + [105056] = 2, + ACTIONS(6238), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6122), 36, + ACTIONS(6236), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159899,12 +160169,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105210] = 2, - ACTIONS(6254), 3, + [105099] = 2, + ACTIONS(6242), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6252), 35, + ACTIONS(6240), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159914,6 +160183,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, @@ -159937,15 +160207,14 @@ 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, - [105253] = 2, - ACTIONS(6258), 3, + sym__whitespace, + [105142] = 2, + ACTIONS(6146), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6256), 35, + ACTIONS(6144), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -159956,6 +160225,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, @@ -159978,14 +160248,14 @@ 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, - [105296] = 2, - ACTIONS(6294), 2, + sym__whitespace, + [105185] = 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6292), 36, + ACTIONS(5976), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160022,12 +160292,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105339] = 2, - ACTIONS(6262), 3, + [105228] = 2, + ACTIONS(6042), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6260), 35, + ACTIONS(6040), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160038,6 +160307,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, @@ -160060,15 +160330,14 @@ 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, - [105382] = 2, - ACTIONS(6266), 3, + sym__whitespace, + [105271] = 2, + ACTIONS(6046), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - sym__whitespace, - ACTIONS(6264), 35, + ACTIONS(6044), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160079,6 +160348,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, @@ -160101,14 +160371,14 @@ 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, - [105425] = 2, - ACTIONS(6128), 2, + sym__whitespace, + [105314] = 2, + ACTIONS(6054), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6126), 36, + ACTIONS(6052), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160118,8 +160388,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, @@ -160145,11 +160415,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105468] = 2, - ACTIONS(6132), 2, + [105357] = 2, + ACTIONS(6058), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6130), 36, + ACTIONS(6056), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160159,8 +160429,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, @@ -160186,11 +160456,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105511] = 2, - ACTIONS(6136), 2, + [105400] = 2, + ACTIONS(6062), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6134), 36, + ACTIONS(6060), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160200,8 +160470,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, @@ -160227,11 +160497,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105554] = 2, - ACTIONS(6042), 2, + [105443] = 2, + ACTIONS(6066), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6040), 36, + ACTIONS(6064), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160242,6 +160512,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, @@ -160250,7 +160521,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, @@ -160268,11 +160538,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105597] = 2, - ACTIONS(6140), 2, + [105486] = 2, + ACTIONS(6070), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6138), 36, + ACTIONS(6068), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160282,8 +160552,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, @@ -160309,11 +160579,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105640] = 2, - ACTIONS(6144), 2, + [105529] = 2, + ACTIONS(6074), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6142), 36, + ACTIONS(6072), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160323,8 +160593,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, @@ -160350,11 +160620,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105683] = 2, - ACTIONS(6068), 2, + [105572] = 2, + ACTIONS(6078), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6066), 36, + ACTIONS(6076), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160365,6 +160635,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, @@ -160377,7 +160648,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, @@ -160391,11 +160661,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105726] = 2, - ACTIONS(6148), 2, + [105615] = 2, + ACTIONS(6082), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6146), 36, + ACTIONS(6080), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160405,8 +160675,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, @@ -160432,11 +160702,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105769] = 2, - ACTIONS(6038), 2, + [105658] = 2, + ACTIONS(6086), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6036), 36, + ACTIONS(6084), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160446,8 +160716,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, @@ -160473,11 +160743,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105812] = 2, - ACTIONS(6096), 2, + [105701] = 2, + ACTIONS(6090), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6094), 36, + ACTIONS(6088), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160514,11 +160784,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105855] = 2, - ACTIONS(6154), 2, + [105744] = 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6152), 36, + ACTIONS(6000), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160528,8 +160798,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, @@ -160555,11 +160825,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105898] = 2, - ACTIONS(6158), 2, + [105787] = 2, + ACTIONS(6094), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6156), 36, + ACTIONS(6092), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160569,8 +160839,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, @@ -160596,11 +160866,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105941] = 2, - ACTIONS(6178), 2, + [105830] = 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6176), 36, + ACTIONS(6008), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160637,11 +160907,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [105984] = 2, - ACTIONS(6162), 2, + [105873] = 2, + ACTIONS(6050), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6160), 36, + ACTIONS(6048), 36, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [105916] = 2, + ACTIONS(6098), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6096), 36, + 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__pandoc_line_break, + sym_entity_reference, + 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(6110), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6108), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160651,8 +161003,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, @@ -160678,11 +161030,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106027] = 2, - ACTIONS(6284), 2, + [106002] = 2, + ACTIONS(6114), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6112), 36, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [106045] = 2, + ACTIONS(6246), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6282), 36, + ACTIONS(6244), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160719,11 +161112,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106070] = 2, - ACTIONS(6166), 2, + [106088] = 2, + ACTIONS(6250), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6164), 36, + ACTIONS(6248), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160760,11 +161153,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106113] = 2, - ACTIONS(6170), 2, + [106131] = 2, + ACTIONS(6312), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6168), 36, + ACTIONS(6310), 36, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [106174] = 2, + ACTIONS(6254), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6252), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160801,11 +161235,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106156] = 2, - ACTIONS(6174), 2, + [106217] = 2, + ACTIONS(6258), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6172), 36, + ACTIONS(6256), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160842,11 +161276,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106199] = 2, - ACTIONS(6072), 2, + [106260] = 2, + ACTIONS(6118), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6070), 36, + ACTIONS(6116), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160857,6 +161291,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, @@ -160869,7 +161304,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, @@ -160883,11 +161317,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106242] = 2, - ACTIONS(6178), 2, + [106303] = 2, + ACTIONS(6122), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6176), 36, + ACTIONS(6120), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160897,8 +161331,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, @@ -160924,11 +161358,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106285] = 2, - ACTIONS(6182), 2, + [106346] = 2, + ACTIONS(6126), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6180), 36, + ACTIONS(6124), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -160938,8 +161372,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, @@ -160965,11 +161399,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106328] = 2, - ACTIONS(6182), 2, + [106389] = 2, + ACTIONS(6130), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6180), 36, + ACTIONS(6128), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161006,11 +161440,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106371] = 2, - ACTIONS(6186), 2, + [106432] = 2, + ACTIONS(6134), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6184), 36, + ACTIONS(6132), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161020,8 +161454,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, @@ -161047,11 +161481,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106414] = 2, - ACTIONS(6190), 2, + [106475] = 2, + ACTIONS(6102), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6188), 36, + ACTIONS(6100), 36, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [106518] = 2, + ACTIONS(6138), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6136), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161061,8 +161536,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, @@ -161088,11 +161563,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106457] = 2, - ACTIONS(6194), 2, + [106561] = 2, + ACTIONS(6142), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6192), 36, + ACTIONS(6140), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161102,8 +161577,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, @@ -161129,12 +161604,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106500] = 2, - ACTIONS(6198), 2, + [106604] = 2, + ACTIONS(6106), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6196), 36, - sym__soft_line_ending, + ACTIONS(6104), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -161143,7 +161618,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, @@ -161161,6 +161635,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -161170,11 +161645,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106543] = 2, - ACTIONS(6202), 2, + [106647] = 2, + ACTIONS(6150), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6200), 36, + ACTIONS(6148), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161184,8 +161659,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, @@ -161211,11 +161686,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106586] = 2, - ACTIONS(6270), 2, + [106690] = 2, + ACTIONS(6154), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6268), 36, + ACTIONS(6152), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161225,8 +161700,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, @@ -161252,11 +161727,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106629] = 2, - ACTIONS(6206), 2, + [106733] = 2, + ACTIONS(6158), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6204), 36, + ACTIONS(6156), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161266,8 +161741,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, @@ -161293,11 +161768,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106672] = 2, - ACTIONS(6210), 2, + [106776] = 2, + ACTIONS(6162), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6208), 36, + ACTIONS(6160), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161307,8 +161782,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, @@ -161334,11 +161809,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106715] = 2, - ACTIONS(6214), 2, + [106819] = 2, + ACTIONS(6166), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6212), 36, + ACTIONS(6164), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161348,8 +161823,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, @@ -161375,11 +161850,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106758] = 2, - ACTIONS(6218), 2, + [106862] = 2, + ACTIONS(6170), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6216), 36, + ACTIONS(6168), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161389,8 +161864,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, @@ -161416,11 +161891,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106801] = 2, - ACTIONS(6222), 2, + [106905] = 2, + ACTIONS(6174), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6220), 36, + ACTIONS(6172), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161430,8 +161905,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, @@ -161457,11 +161932,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106844] = 2, - ACTIONS(6226), 2, + [106948] = 2, + ACTIONS(6178), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6224), 36, + ACTIONS(6176), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161471,8 +161946,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, @@ -161498,11 +161973,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106887] = 2, - ACTIONS(6274), 2, + [106991] = 2, + ACTIONS(6182), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6272), 36, + ACTIONS(6180), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161512,8 +161987,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, @@ -161539,12 +162014,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106930] = 2, - ACTIONS(6230), 2, + [107034] = 2, + ACTIONS(6238), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6228), 36, - sym__soft_line_ending, + ACTIONS(6236), 36, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -161553,7 +162028,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, @@ -161571,6 +162045,7 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, + sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -161580,11 +162055,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [106973] = 2, - ACTIONS(6234), 2, + [107077] = 2, + ACTIONS(6262), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6232), 36, + ACTIONS(6260), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161621,11 +162096,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107016] = 2, - ACTIONS(6238), 2, + [107120] = 2, + ACTIONS(6266), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6236), 36, + ACTIONS(6264), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161662,11 +162137,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107059] = 2, - ACTIONS(6278), 2, + [107163] = 2, + ACTIONS(6270), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6276), 36, + ACTIONS(6268), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161703,11 +162178,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107102] = 2, - ACTIONS(6242), 2, + [107206] = 2, + ACTIONS(6274), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6240), 36, + ACTIONS(6272), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161744,11 +162219,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107145] = 2, - ACTIONS(6010), 2, + [107249] = 2, + ACTIONS(6186), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 36, + ACTIONS(6184), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161785,53 +162260,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107188] = 3, - ACTIONS(6328), 1, - sym_block_continuation, - ACTIONS(2385), 3, - aux_sym_pandoc_span_token1, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(2383), 34, - 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__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - aux_sym_target_token1, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - anon_sym_PIPE, - [107233] = 2, - ACTIONS(6042), 2, + [107292] = 2, + ACTIONS(6190), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6040), 36, + ACTIONS(6188), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -161868,134 +162301,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107276] = 2, - ACTIONS(6076), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6074), 36, - 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__strong_emphasis_close_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - anon_sym_PIPE, - sym__whitespace, - [107319] = 2, - ACTIONS(6080), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6078), 36, - 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__strong_emphasis_close_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - anon_sym_PIPE, - sym__whitespace, - [107362] = 2, - ACTIONS(6084), 2, - anon_sym_DOLLAR, - aux_sym_pandoc_str_token1, - ACTIONS(6082), 36, - 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__strong_emphasis_close_underscore, - sym__emphasis_open_star, - sym__emphasis_open_underscore, - sym_inline_note_reference, - sym_html_element, - sym__pandoc_line_break, - sym_entity_reference, - sym_numeric_character_reference, - anon_sym_LBRACK, - anon_sym_BANG_LBRACK, - anon_sym_DOLLAR_DOLLAR, - anon_sym_LBRACE, - anon_sym_PIPE, - sym__whitespace, - [107405] = 2, - ACTIONS(6088), 2, + [107335] = 2, + ACTIONS(6194), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6086), 36, + ACTIONS(6192), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162006,6 +162316,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, @@ -162018,7 +162329,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, @@ -162032,11 +162342,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107448] = 2, - ACTIONS(6046), 2, + [107378] = 2, + ACTIONS(6198), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6044), 36, + ACTIONS(6196), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162073,11 +162383,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107491] = 2, - ACTIONS(6050), 2, + [107421] = 2, + ACTIONS(6202), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6048), 36, + ACTIONS(6200), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162114,11 +162424,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107534] = 2, - ACTIONS(6054), 2, + [107464] = 2, + ACTIONS(6278), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6052), 36, + ACTIONS(6276), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162155,11 +162465,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107577] = 2, - ACTIONS(6058), 2, + [107507] = 2, + ACTIONS(6206), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6056), 36, + ACTIONS(6204), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162196,11 +162506,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107620] = 2, - ACTIONS(6092), 2, + [107550] = 2, + ACTIONS(6210), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6090), 36, + ACTIONS(6208), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162211,6 +162521,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, @@ -162223,7 +162534,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, @@ -162237,11 +162547,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107663] = 2, - ACTIONS(6096), 2, + [107593] = 2, + ACTIONS(6214), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6094), 36, + ACTIONS(6212), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162252,6 +162562,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, @@ -162264,7 +162575,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, @@ -162278,11 +162588,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107706] = 2, - ACTIONS(6246), 2, + [107636] = 2, + ACTIONS(6218), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6244), 36, + ACTIONS(6216), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162292,8 +162602,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, @@ -162319,11 +162629,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107749] = 2, - ACTIONS(6250), 2, + [107679] = 2, + ACTIONS(6222), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6248), 36, + ACTIONS(6220), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162333,8 +162643,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, @@ -162360,11 +162670,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107792] = 2, - ACTIONS(6100), 2, + [107722] = 2, + ACTIONS(6038), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6098), 36, + ACTIONS(6036), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162375,6 +162685,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, @@ -162387,7 +162698,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, @@ -162401,11 +162711,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107835] = 2, - ACTIONS(6062), 2, + [107765] = 2, + ACTIONS(6282), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6060), 36, + ACTIONS(6280), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162442,11 +162752,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107878] = 2, - ACTIONS(6104), 2, + [107808] = 2, + ACTIONS(6300), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6102), 36, + ACTIONS(6298), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162457,6 +162767,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, @@ -162469,7 +162780,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, @@ -162483,11 +162793,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107921] = 2, - ACTIONS(6108), 2, + [107851] = 2, + ACTIONS(6226), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6106), 36, + ACTIONS(6224), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162498,6 +162808,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, @@ -162510,7 +162821,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, @@ -162524,11 +162834,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [107964] = 2, - ACTIONS(5978), 2, + [107894] = 2, + ACTIONS(6230), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 36, + ACTIONS(6228), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162565,11 +162875,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108007] = 2, - ACTIONS(6112), 2, + [107937] = 2, + ACTIONS(6286), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6110), 36, + ACTIONS(6284), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162580,6 +162890,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, @@ -162592,7 +162903,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, @@ -162606,11 +162916,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108050] = 2, - ACTIONS(6002), 2, + [107980] = 2, + ACTIONS(6234), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 36, + ACTIONS(6232), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162621,6 +162931,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, @@ -162633,7 +162944,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, @@ -162647,11 +162957,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108093] = 2, - ACTIONS(6068), 2, + [108023] = 2, + ACTIONS(6294), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6066), 36, + ACTIONS(6292), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162662,7 +162972,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, @@ -162670,6 +162979,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, @@ -162688,11 +162998,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108136] = 2, - ACTIONS(6116), 2, + [108066] = 2, + ACTIONS(6050), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6114), 36, + ACTIONS(6048), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162710,12 +163020,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, @@ -162729,11 +163039,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108179] = 2, - ACTIONS(6186), 2, + [108109] = 2, + ACTIONS(6098), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6184), 36, + ACTIONS(6096), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162744,7 +163054,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, @@ -162752,6 +163061,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, @@ -162770,11 +163080,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108222] = 2, - ACTIONS(6072), 2, + [108152] = 2, + ACTIONS(6102), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6070), 36, + ACTIONS(6100), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162785,7 +163095,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, @@ -162793,6 +163102,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, @@ -162811,11 +163121,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108265] = 2, - ACTIONS(6046), 2, + [108195] = 2, + ACTIONS(6106), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6044), 36, + ACTIONS(6104), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162833,8 +163143,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, @@ -162852,11 +163162,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108308] = 2, - ACTIONS(6010), 2, + [108238] = 2, + ACTIONS(6238), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 36, + ACTIONS(6236), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162867,6 +163177,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, @@ -162879,7 +163190,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, @@ -162893,11 +163203,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108351] = 2, - ACTIONS(6076), 2, + [108281] = 2, + ACTIONS(6242), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6074), 36, + ACTIONS(6240), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162934,11 +163244,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108394] = 2, - ACTIONS(6080), 2, + [108324] = 2, + ACTIONS(6146), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6078), 36, + ACTIONS(6144), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162949,7 +163259,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, @@ -162957,6 +163266,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, @@ -162975,11 +163285,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108437] = 2, - ACTIONS(6274), 2, + [108367] = 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6272), 36, + ACTIONS(5976), 36, sym__soft_line_ending, sym__code_span_start, sym__html_comment, @@ -162990,7 +163300,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, @@ -162998,6 +163307,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, @@ -163016,11 +163326,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108480] = 2, - ACTIONS(6080), 2, + [108410] = 2, + ACTIONS(6042), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6078), 35, + ACTIONS(6040), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163037,6 +163348,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, @@ -163046,7 +163358,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163056,11 +163367,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108522] = 2, - ACTIONS(6234), 2, + [108453] = 2, + ACTIONS(6046), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6232), 35, + ACTIONS(6044), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163077,6 +163389,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, @@ -163086,7 +163399,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163096,11 +163408,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108564] = 2, - ACTIONS(6238), 2, + [108496] = 2, + ACTIONS(6054), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6236), 35, + ACTIONS(6052), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163117,6 +163430,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, @@ -163126,7 +163440,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163136,11 +163449,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108606] = 2, - ACTIONS(6242), 2, + [108539] = 2, + ACTIONS(6058), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6240), 35, + ACTIONS(6056), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163157,6 +163471,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, @@ -163166,7 +163481,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163176,12 +163490,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108648] = 2, - ACTIONS(6308), 2, + [108582] = 2, + ACTIONS(6062), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6306), 35, - sym__line_ending, + ACTIONS(6060), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163198,6 +163512,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, @@ -163216,11 +163531,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108690] = 2, - ACTIONS(6076), 2, + [108625] = 2, + ACTIONS(6066), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6074), 35, + ACTIONS(6064), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163237,6 +163553,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, @@ -163246,7 +163563,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163256,11 +163572,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108732] = 2, - ACTIONS(6230), 2, + [108668] = 2, + ACTIONS(6070), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6228), 35, + ACTIONS(6068), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163277,6 +163594,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, @@ -163286,7 +163604,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163296,11 +163613,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108774] = 2, - ACTIONS(6084), 2, + [108711] = 2, + ACTIONS(6074), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6082), 35, + ACTIONS(6072), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163317,6 +163635,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, @@ -163326,7 +163645,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163336,11 +163654,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108816] = 2, - ACTIONS(6150), 2, + [108754] = 2, + ACTIONS(6078), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(2739), 35, + ACTIONS(6076), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163357,6 +163676,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, @@ -163366,7 +163686,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163376,11 +163695,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108858] = 2, - ACTIONS(6088), 2, + [108797] = 2, + ACTIONS(6082), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6086), 35, + ACTIONS(6080), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163397,6 +163717,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, @@ -163406,7 +163727,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163416,11 +163736,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108900] = 2, - ACTIONS(6092), 2, + [108840] = 2, + ACTIONS(6086), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6090), 35, + ACTIONS(6084), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163437,6 +163758,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, @@ -163446,7 +163768,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163456,11 +163777,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108942] = 2, - ACTIONS(6096), 2, + [108883] = 2, + ACTIONS(6090), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6094), 35, + ACTIONS(6088), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163477,6 +163799,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, @@ -163486,7 +163809,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163496,11 +163818,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [108984] = 2, - ACTIONS(6100), 2, + [108926] = 2, + ACTIONS(6002), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6098), 35, + ACTIONS(6000), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163517,6 +163840,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, @@ -163526,7 +163850,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163536,11 +163859,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109026] = 2, - ACTIONS(6104), 2, + [108969] = 2, + ACTIONS(6094), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6102), 35, + ACTIONS(6092), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163557,6 +163881,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, @@ -163566,7 +163891,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163576,11 +163900,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109068] = 2, - ACTIONS(6270), 2, + [109012] = 2, + ACTIONS(6010), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6268), 35, + ACTIONS(6008), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163597,6 +163922,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, @@ -163606,7 +163932,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163616,11 +163941,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109110] = 2, - ACTIONS(6108), 2, + [109055] = 2, + ACTIONS(6110), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6106), 35, + ACTIONS(6108), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163637,6 +163963,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, @@ -163646,7 +163973,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163656,11 +163982,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109152] = 2, - ACTIONS(6112), 2, + [109098] = 2, + ACTIONS(6114), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6110), 35, + ACTIONS(6112), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163677,6 +164004,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, @@ -163686,7 +164014,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163696,13 +164023,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109194] = 3, - ACTIONS(6330), 1, - sym_block_continuation, - ACTIONS(2385), 2, + [109141] = 2, + ACTIONS(6246), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(2383), 34, + ACTIONS(6244), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163712,6 +164038,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, @@ -163734,15 +164061,15 @@ 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, - [109238] = 2, - ACTIONS(6302), 2, + sym__whitespace, + [109184] = 2, + ACTIONS(6250), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(2749), 35, - sym__line_ending, + ACTIONS(6248), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163752,6 +164079,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, @@ -163777,12 +164105,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109280] = 2, - ACTIONS(6318), 2, + [109227] = 2, + ACTIONS(6312), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(2778), 35, - sym__line_ending, + ACTIONS(6310), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163800,6 +164128,89 @@ 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [109270] = 2, + ACTIONS(6254), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6252), 36, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [109313] = 2, + ACTIONS(6258), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6256), 36, + 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, @@ -163817,12 +164228,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109322] = 2, - ACTIONS(6312), 2, + [109356] = 2, + ACTIONS(6118), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6310), 35, - sym__line_ending, + ACTIONS(6116), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163839,6 +164250,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, @@ -163857,11 +164269,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109364] = 2, - ACTIONS(6246), 2, + [109399] = 2, + ACTIONS(6122), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6244), 35, + ACTIONS(6120), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163878,6 +164291,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, @@ -163887,7 +164301,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163897,11 +164310,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109406] = 2, - ACTIONS(6250), 2, + [109442] = 2, + ACTIONS(6126), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6248), 35, + ACTIONS(6124), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163918,6 +164332,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, @@ -163927,7 +164342,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163937,11 +164351,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109448] = 2, - ACTIONS(6002), 2, + [109485] = 2, + ACTIONS(6130), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6000), 35, + ACTIONS(6128), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163958,6 +164373,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, @@ -163967,7 +164383,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -163977,11 +164392,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109490] = 2, - ACTIONS(6274), 2, + [109528] = 2, + ACTIONS(6134), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6272), 35, + ACTIONS(6132), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -163998,6 +164414,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, @@ -164007,7 +164424,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164017,11 +164433,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109532] = 2, - ACTIONS(6116), 2, + [109571] = 2, + ACTIONS(6138), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6114), 35, + ACTIONS(6136), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164038,6 +164455,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, @@ -164047,7 +164465,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164057,11 +164474,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109574] = 2, - ACTIONS(6278), 2, + [109614] = 2, + ACTIONS(6142), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6276), 35, + ACTIONS(6140), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164078,6 +164496,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, @@ -164087,7 +164506,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164097,11 +164515,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109616] = 2, - ACTIONS(6010), 2, + [109657] = 2, + ACTIONS(6150), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6008), 35, + ACTIONS(6148), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164118,6 +164537,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, @@ -164127,7 +164547,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164137,11 +164556,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109658] = 2, - ACTIONS(6062), 2, + [109700] = 2, + ACTIONS(6154), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6060), 35, + ACTIONS(6152), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164158,6 +164578,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, @@ -164167,7 +164588,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164177,11 +164597,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109700] = 2, - ACTIONS(6120), 2, + [109743] = 2, + ACTIONS(6158), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6118), 35, + ACTIONS(6156), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164198,6 +164619,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, @@ -164207,7 +164629,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164217,11 +164638,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109742] = 2, - ACTIONS(6124), 2, + [109786] = 2, + ACTIONS(6162), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6122), 35, + ACTIONS(6160), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164238,6 +164660,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, @@ -164247,7 +164670,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164257,11 +164679,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109784] = 2, - ACTIONS(6046), 2, + [109829] = 2, + ACTIONS(6166), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6044), 35, + ACTIONS(6164), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164278,6 +164701,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, @@ -164287,7 +164711,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164297,11 +164720,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109826] = 2, - ACTIONS(5978), 2, + [109872] = 2, + ACTIONS(6170), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(5976), 35, + ACTIONS(6168), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164318,6 +164742,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, @@ -164327,7 +164752,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164337,11 +164761,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109868] = 2, - ACTIONS(6050), 2, + [109915] = 2, + ACTIONS(6174), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6048), 35, + ACTIONS(6172), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164358,6 +164783,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, @@ -164367,7 +164793,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164377,11 +164802,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109910] = 2, - ACTIONS(6054), 2, + [109958] = 2, + ACTIONS(6178), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6052), 35, + ACTIONS(6176), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164398,6 +164824,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, @@ -164407,7 +164834,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164417,11 +164843,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109952] = 2, - ACTIONS(6132), 2, + [110001] = 2, + ACTIONS(6182), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6130), 35, + ACTIONS(6180), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164438,6 +164865,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, @@ -164447,7 +164875,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164457,11 +164884,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [109994] = 2, - ACTIONS(6136), 2, + [110044] = 2, + ACTIONS(6262), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6134), 35, + ACTIONS(6260), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164471,6 +164899,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, @@ -164487,7 +164916,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164497,11 +164925,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110036] = 2, - ACTIONS(6068), 2, + [110087] = 2, + ACTIONS(6266), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6066), 35, + ACTIONS(6264), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164511,6 +164940,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, @@ -164527,7 +164957,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164537,11 +164966,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110078] = 2, - ACTIONS(6140), 2, + [110130] = 2, + ACTIONS(6270), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6138), 35, + ACTIONS(6268), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164551,6 +164981,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, @@ -164567,7 +164998,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164577,11 +165007,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110120] = 2, - ACTIONS(6144), 2, + [110173] = 2, + ACTIONS(6274), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6142), 35, + ACTIONS(6272), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164591,6 +165022,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, @@ -164607,7 +165039,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164617,11 +165048,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110162] = 2, - ACTIONS(6058), 2, + [110216] = 2, + ACTIONS(6186), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6056), 35, + ACTIONS(6184), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164638,6 +165070,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, @@ -164647,7 +165080,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164657,11 +165089,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110204] = 2, - ACTIONS(6148), 2, + [110259] = 2, + ACTIONS(6190), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6146), 35, + ACTIONS(6188), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164678,6 +165111,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, @@ -164687,7 +165121,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164697,11 +165130,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110246] = 2, - ACTIONS(6038), 2, + [110302] = 2, + ACTIONS(6194), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6036), 35, + ACTIONS(6192), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164718,6 +165152,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, @@ -164727,7 +165162,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164737,11 +165171,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110288] = 2, - ACTIONS(6154), 2, + [110345] = 2, + ACTIONS(6198), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6152), 35, + ACTIONS(6196), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164758,6 +165193,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, @@ -164767,7 +165203,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164777,11 +165212,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110330] = 2, - ACTIONS(6158), 2, + [110388] = 2, + ACTIONS(6202), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6156), 35, + ACTIONS(6200), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164798,6 +165234,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, @@ -164807,7 +165244,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164817,11 +165253,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110372] = 2, - ACTIONS(6072), 2, + [110431] = 2, + ACTIONS(6278), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6070), 35, + ACTIONS(6276), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164838,6 +165275,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, @@ -164847,7 +165285,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164857,11 +165294,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110414] = 2, - ACTIONS(6162), 2, + [110474] = 2, + ACTIONS(6206), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6160), 35, + ACTIONS(6204), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164878,6 +165316,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, @@ -164887,7 +165326,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164897,11 +165335,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110456] = 2, - ACTIONS(6284), 2, + [110517] = 2, + ACTIONS(6210), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6282), 35, + ACTIONS(6208), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164918,6 +165357,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, @@ -164927,7 +165367,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164937,11 +165376,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110498] = 2, - ACTIONS(6166), 2, + [110560] = 2, + ACTIONS(6214), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6164), 35, + ACTIONS(6212), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164958,6 +165398,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, @@ -164967,7 +165408,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -164977,11 +165417,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110540] = 2, - ACTIONS(6170), 2, + [110603] = 2, + ACTIONS(6218), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6168), 35, + ACTIONS(6216), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -164998,6 +165439,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, @@ -165007,7 +165449,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -165017,11 +165458,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110582] = 2, - ACTIONS(6174), 2, + [110646] = 2, + ACTIONS(6222), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6172), 35, + ACTIONS(6220), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165038,6 +165480,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, @@ -165047,7 +165490,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -165057,11 +165499,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110624] = 2, - ACTIONS(6254), 2, + [110689] = 2, + ACTIONS(6038), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6252), 35, + ACTIONS(6036), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165078,6 +165521,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, @@ -165087,7 +165531,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -165097,11 +165540,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110666] = 2, - ACTIONS(6258), 2, + [110732] = 2, + ACTIONS(6282), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6256), 35, + ACTIONS(6280), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165118,6 +165562,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, @@ -165127,7 +165572,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -165137,11 +165581,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110708] = 2, - ACTIONS(6262), 2, + [110775] = 2, + ACTIONS(6300), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6260), 35, + ACTIONS(6298), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165158,6 +165603,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, @@ -165167,7 +165613,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -165177,11 +165622,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110750] = 2, - ACTIONS(6266), 2, + [110818] = 2, + ACTIONS(6226), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6264), 35, + ACTIONS(6224), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165198,6 +165644,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, @@ -165207,7 +165654,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -165217,11 +165663,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110792] = 2, - ACTIONS(6042), 2, + [110861] = 2, + ACTIONS(6230), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6040), 35, + ACTIONS(6228), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165238,6 +165685,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, @@ -165247,7 +165695,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -165257,11 +165704,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110834] = 2, - ACTIONS(6178), 2, + [110904] = 2, + ACTIONS(6286), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6176), 35, + ACTIONS(6284), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165278,6 +165726,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, @@ -165287,7 +165736,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -165297,12 +165745,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110876] = 2, - ACTIONS(2713), 3, - aux_sym_pandoc_span_token1, + [110947] = 2, + ACTIONS(6234), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(2711), 34, + ACTIONS(6232), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165319,6 +165767,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, @@ -165333,15 +165782,16 @@ static const uint16_t ts_small_parse_table[] = { sym_numeric_character_reference, anon_sym_LBRACK, anon_sym_BANG_LBRACK, - aux_sym_target_token1, anon_sym_DOLLAR_DOLLAR, anon_sym_LBRACE, anon_sym_PIPE, - [110918] = 2, - ACTIONS(6182), 2, + sym__whitespace, + [110990] = 2, + ACTIONS(6294), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6180), 35, + ACTIONS(6292), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165359,6 +165809,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, @@ -165367,7 +165818,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -165377,11 +165827,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [110960] = 2, - ACTIONS(6186), 2, + [111033] = 2, + ACTIONS(5978), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6184), 35, + ACTIONS(5976), 36, + sym__soft_line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165400,6 +165851,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, @@ -165407,7 +165859,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -165417,11 +165868,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [111002] = 2, - ACTIONS(6190), 2, + [111076] = 2, + ACTIONS(6300), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6188), 35, + ACTIONS(6298), 35, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165457,11 +165908,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [111044] = 2, - ACTIONS(6194), 2, + [111118] = 2, + ACTIONS(6054), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6192), 35, + ACTIONS(6052), 35, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165497,11 +165948,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [111086] = 2, - ACTIONS(6198), 2, + [111160] = 2, + ACTIONS(6058), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6196), 35, + ACTIONS(6056), 35, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165537,11 +165988,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [111128] = 2, - ACTIONS(6202), 2, + [111202] = 2, + ACTIONS(6062), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6200), 35, + ACTIONS(6060), 35, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165577,11 +166028,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [111170] = 2, - ACTIONS(6206), 2, + [111244] = 2, + ACTIONS(6066), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6204), 35, + ACTIONS(6064), 35, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165617,11 +166068,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [111212] = 2, - ACTIONS(6210), 2, + [111286] = 2, + ACTIONS(6070), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6208), 35, + ACTIONS(6068), 35, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165657,11 +166108,1531 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [111254] = 2, + [111328] = 2, + ACTIONS(6074), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6072), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [111370] = 2, + ACTIONS(6078), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6076), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [111412] = 2, + ACTIONS(6082), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6080), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [111454] = 2, + ACTIONS(6086), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6084), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [111496] = 2, + ACTIONS(6090), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6088), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [111538] = 2, + ACTIONS(6002), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6000), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [111580] = 2, + ACTIONS(6094), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6092), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [111622] = 2, + ACTIONS(6010), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6008), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [111664] = 2, + ACTIONS(6110), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6108), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [111706] = 2, + ACTIONS(6114), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6112), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [111748] = 2, + ACTIONS(6118), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6116), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [111790] = 2, + ACTIONS(6122), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6120), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [111832] = 2, + ACTIONS(6126), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6124), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [111874] = 2, + ACTIONS(6130), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6128), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [111916] = 2, + ACTIONS(6134), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6132), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [111958] = 2, + ACTIONS(6138), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6136), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112000] = 2, + ACTIONS(6142), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6140), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112042] = 2, + ACTIONS(6150), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6148), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112084] = 2, + ACTIONS(6154), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6152), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112126] = 2, + ACTIONS(6158), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6156), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112168] = 2, + ACTIONS(6162), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6160), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112210] = 2, + ACTIONS(6166), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6164), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112252] = 2, + ACTIONS(6170), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6168), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112294] = 2, + ACTIONS(6174), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6172), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112336] = 2, + ACTIONS(6178), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6176), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112378] = 2, + ACTIONS(6182), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6180), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112420] = 2, + ACTIONS(6186), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6184), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112462] = 2, + ACTIONS(6190), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6188), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112504] = 2, + ACTIONS(6194), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6192), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112546] = 2, + ACTIONS(6198), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6196), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112588] = 2, + ACTIONS(6202), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6200), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112630] = 2, + ACTIONS(6206), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6204), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112672] = 2, + ACTIONS(6210), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6208), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112714] = 2, ACTIONS(6214), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6212), 35, + ACTIONS(6212), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112756] = 2, + ACTIONS(6218), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6216), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112798] = 2, + ACTIONS(6222), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6220), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112840] = 2, + ACTIONS(6038), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6036), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112882] = 2, + ACTIONS(6046), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6044), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [112924] = 2, + ACTIONS(6230), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6228), 35, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165697,11 +167668,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [111296] = 2, - ACTIONS(6218), 2, + [112966] = 2, + ACTIONS(6234), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6216), 35, + ACTIONS(6232), 35, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165737,11 +167708,1053 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [111338] = 2, - ACTIONS(6222), 2, + [113008] = 2, + ACTIONS(6238), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6220), 35, + ACTIONS(6236), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113050] = 2, + ACTIONS(6242), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6240), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113092] = 2, + ACTIONS(2711), 3, + aux_sym_pandoc_span_token1, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(2709), 34, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + aux_sym_target_token1, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + [113134] = 2, + ACTIONS(6246), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6244), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113176] = 2, + ACTIONS(6250), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6248), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113218] = 2, + ACTIONS(6254), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6252), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113260] = 2, + ACTIONS(6258), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6256), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113302] = 3, + ACTIONS(6346), 1, + sym_block_continuation, + ACTIONS(2385), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(2383), 34, + 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__pandoc_line_break, + sym_entity_reference, + 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, + [113346] = 2, + ACTIONS(6262), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6260), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113388] = 2, + ACTIONS(6266), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6264), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113430] = 2, + ACTIONS(6270), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6268), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113472] = 2, + ACTIONS(6274), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6272), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113514] = 2, + ACTIONS(6278), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6276), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113556] = 2, + ACTIONS(6282), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6280), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113598] = 2, + ACTIONS(6286), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6284), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113640] = 2, + ACTIONS(6288), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(2735), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113682] = 2, + ACTIONS(6304), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(2774), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113724] = 2, + ACTIONS(6294), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6292), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113766] = 2, + ACTIONS(6318), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6316), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113808] = 2, + ACTIONS(6050), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6048), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113850] = 2, + ACTIONS(6098), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6096), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113892] = 2, + ACTIONS(6102), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6100), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113934] = 2, + ACTIONS(6106), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6104), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [113976] = 2, + ACTIONS(6146), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6144), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [114018] = 2, + ACTIONS(6314), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(2745), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [114060] = 2, + ACTIONS(5978), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(5976), 35, + 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__pandoc_line_break, + sym_entity_reference, + sym_numeric_character_reference, + anon_sym_LBRACK, + anon_sym_BANG_LBRACK, + anon_sym_DOLLAR_DOLLAR, + anon_sym_LBRACE, + anon_sym_PIPE, + sym__whitespace, + [114102] = 2, + ACTIONS(6324), 2, + anon_sym_DOLLAR, + aux_sym_pandoc_str_token1, + ACTIONS(6322), 35, + sym__line_ending, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165767,7 +168780,6 @@ static const uint16_t ts_small_parse_table[] = { sym__emphasis_open_underscore, sym_inline_note_reference, sym_html_element, - sym__pipe_table_delimiter, sym__pandoc_line_break, sym_entity_reference, sym_numeric_character_reference, @@ -165777,11 +168789,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [111380] = 2, - ACTIONS(6226), 2, + [114144] = 2, + ACTIONS(6042), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6224), 35, + ACTIONS(6040), 35, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165817,11 +168829,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [111422] = 2, - ACTIONS(6128), 2, + [114186] = 2, + ACTIONS(6226), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(6126), 35, + ACTIONS(6224), 35, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165857,11 +168869,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_PIPE, sym__whitespace, - [111464] = 2, - ACTIONS(2713), 2, + [114228] = 2, + ACTIONS(2711), 2, anon_sym_DOLLAR, aux_sym_pandoc_str_token1, - ACTIONS(2711), 34, + ACTIONS(2709), 34, sym__code_span_start, sym__html_comment, sym__autolink, @@ -165896,7 +168908,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_insert_token1, anon_sym_LBRACE, anon_sym_PIPE, - [111505] = 15, + [114269] = 15, ACTIONS(29), 1, sym_atx_h1_marker, ACTIONS(31), 1, @@ -165909,105 +168921,105 @@ static const uint16_t ts_small_parse_table[] = { sym_atx_h5_marker, ACTIONS(39), 1, sym_atx_h6_marker, - ACTIONS(6332), 1, + ACTIONS(529), 1, ts_builtin_sym_end, - STATE(80), 1, + STATE(82), 1, sym__atx_heading1, - STATE(91), 1, + STATE(87), 1, sym__atx_heading2, STATE(100), 1, sym__atx_heading3, - STATE(104), 1, + STATE(109), 1, sym__atx_heading4, STATE(118), 1, sym__atx_heading5, STATE(127), 1, sym__atx_heading6, - STATE(2406), 2, + STATE(2471), 2, sym_section, aux_sym_document_repeat2, - STATE(2640), 6, + STATE(2731), 6, sym__section1, sym__section2, sym__section3, sym__section4, sym__section5, sym__section6, - [111557] = 15, - ACTIONS(6334), 1, - ts_builtin_sym_end, - ACTIONS(6336), 1, + [114321] = 15, + ACTIONS(29), 1, sym_atx_h1_marker, - ACTIONS(6339), 1, + ACTIONS(31), 1, sym_atx_h2_marker, - ACTIONS(6342), 1, + ACTIONS(33), 1, sym_atx_h3_marker, - ACTIONS(6345), 1, + ACTIONS(35), 1, sym_atx_h4_marker, - ACTIONS(6348), 1, + ACTIONS(37), 1, sym_atx_h5_marker, - ACTIONS(6351), 1, + ACTIONS(39), 1, sym_atx_h6_marker, - STATE(80), 1, + ACTIONS(6348), 1, + ts_builtin_sym_end, + STATE(82), 1, sym__atx_heading1, - STATE(91), 1, + STATE(87), 1, sym__atx_heading2, STATE(100), 1, sym__atx_heading3, - STATE(104), 1, + STATE(109), 1, sym__atx_heading4, STATE(118), 1, sym__atx_heading5, STATE(127), 1, sym__atx_heading6, - STATE(2406), 2, + STATE(2471), 2, sym_section, aux_sym_document_repeat2, - STATE(2640), 6, + STATE(2731), 6, sym__section1, sym__section2, sym__section3, sym__section4, sym__section5, sym__section6, - [111609] = 15, - ACTIONS(29), 1, + [114373] = 15, + ACTIONS(6350), 1, + ts_builtin_sym_end, + ACTIONS(6352), 1, sym_atx_h1_marker, - ACTIONS(31), 1, + ACTIONS(6355), 1, sym_atx_h2_marker, - ACTIONS(33), 1, + ACTIONS(6358), 1, sym_atx_h3_marker, - ACTIONS(35), 1, + ACTIONS(6361), 1, sym_atx_h4_marker, - ACTIONS(37), 1, + ACTIONS(6364), 1, sym_atx_h5_marker, - ACTIONS(39), 1, + ACTIONS(6367), 1, sym_atx_h6_marker, - ACTIONS(6354), 1, - ts_builtin_sym_end, - STATE(80), 1, + STATE(82), 1, sym__atx_heading1, - STATE(91), 1, + STATE(87), 1, sym__atx_heading2, STATE(100), 1, sym__atx_heading3, - STATE(104), 1, + STATE(109), 1, sym__atx_heading4, STATE(118), 1, sym__atx_heading5, STATE(127), 1, sym__atx_heading6, - STATE(2406), 2, + STATE(2471), 2, sym_section, aux_sym_document_repeat2, - STATE(2640), 6, + STATE(2731), 6, sym__section1, sym__section2, sym__section3, sym__section4, sym__section5, sym__section6, - [111661] = 15, + [114425] = 15, ACTIONS(29), 1, sym_atx_h1_marker, ACTIONS(31), 1, @@ -166020,31 +169032,31 @@ static const uint16_t ts_small_parse_table[] = { sym_atx_h5_marker, ACTIONS(39), 1, sym_atx_h6_marker, - ACTIONS(6356), 1, + ACTIONS(6370), 1, ts_builtin_sym_end, - STATE(80), 1, + STATE(82), 1, sym__atx_heading1, - STATE(91), 1, + STATE(87), 1, sym__atx_heading2, STATE(100), 1, sym__atx_heading3, - STATE(104), 1, + STATE(109), 1, sym__atx_heading4, STATE(118), 1, sym__atx_heading5, STATE(127), 1, sym__atx_heading6, - STATE(2406), 2, + STATE(2471), 2, sym_section, aux_sym_document_repeat2, - STATE(2640), 6, + STATE(2731), 6, sym__section1, sym__section2, sym__section3, sym__section4, sym__section5, sym__section6, - [111713] = 15, + [114477] = 15, ACTIONS(29), 1, sym_atx_h1_marker, ACTIONS(31), 1, @@ -166057,3411 +169069,4477 @@ static const uint16_t ts_small_parse_table[] = { sym_atx_h5_marker, ACTIONS(39), 1, sym_atx_h6_marker, - ACTIONS(515), 1, + ACTIONS(6372), 1, ts_builtin_sym_end, - STATE(80), 1, + STATE(82), 1, sym__atx_heading1, - STATE(91), 1, + STATE(87), 1, sym__atx_heading2, STATE(100), 1, sym__atx_heading3, - STATE(104), 1, + STATE(109), 1, sym__atx_heading4, STATE(118), 1, sym__atx_heading5, STATE(127), 1, sym__atx_heading6, - STATE(2406), 2, + STATE(2471), 2, sym_section, aux_sym_document_repeat2, - STATE(2640), 6, + STATE(2731), 6, sym__section1, sym__section2, sym__section3, sym__section4, sym__section5, sym__section6, - [111765] = 13, - ACTIONS(6358), 1, + [114529] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6376), 1, + anon_sym_RBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6386), 1, + sym_raw_specifier, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + STATE(2597), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(4013), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(4015), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [114578] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6392), 1, + anon_sym_RBRACE, + ACTIONS(6394), 1, + sym_raw_specifier, + STATE(2593), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(4182), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(4183), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [114627] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6396), 1, + anon_sym_RBRACE, + ACTIONS(6398), 1, + sym_raw_specifier, + STATE(2591), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(4278), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(4279), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [114676] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6400), 1, + anon_sym_RBRACE, + ACTIONS(6402), 1, + sym_raw_specifier, + STATE(2579), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3936), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(3940), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [114725] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6404), 1, + anon_sym_RBRACE, + ACTIONS(6406), 1, + sym_raw_specifier, + STATE(2566), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3939), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(3950), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [114774] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6408), 1, + anon_sym_RBRACE, + ACTIONS(6410), 1, + sym_raw_specifier, + STATE(2595), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(4049), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(4070), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [114823] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6412), 1, + anon_sym_RBRACE, + ACTIONS(6414), 1, + sym_raw_specifier, + STATE(2575), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(4048), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(4050), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [114872] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6416), 1, + anon_sym_RBRACE, + ACTIONS(6418), 1, + sym_raw_specifier, + STATE(2586), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3588), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(3589), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [114921] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6420), 1, + anon_sym_RBRACE, + ACTIONS(6422), 1, + sym_raw_specifier, + STATE(2568), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3662), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(3663), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [114970] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6424), 1, + anon_sym_RBRACE, + ACTIONS(6426), 1, + sym_raw_specifier, + STATE(2584), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3736), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(3737), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [115019] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6368), 1, + ACTIONS(6438), 1, sym__whitespace, - ACTIONS(6370), 1, + ACTIONS(6440), 1, sym__soft_line_ending, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - STATE(3369), 1, + STATE(3485), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(2520), 2, + STATE(2599), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [111810] = 13, - ACTIONS(6358), 1, + [115064] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6446), 1, + anon_sym_RBRACE, + ACTIONS(6448), 1, + sym_raw_specifier, + STATE(2596), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3810), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(3811), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [115113] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6450), 1, + anon_sym_RBRACE, + ACTIONS(6452), 1, + sym_raw_specifier, + STATE(2580), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3828), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(3831), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [115162] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6454), 1, + anon_sym_RBRACE, + ACTIONS(6456), 1, + sym_raw_specifier, + STATE(2582), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3672), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(3673), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [115211] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6458), 1, + anon_sym_RBRACE, + ACTIONS(6460), 1, + sym_raw_specifier, + STATE(2569), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3846), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(3847), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [115260] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6462), 1, + anon_sym_RBRACE, + ACTIONS(6464), 1, + sym_raw_specifier, + STATE(2589), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3893), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(3985), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [115309] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6466), 1, + anon_sym_RBRACE, + ACTIONS(6468), 1, + sym_raw_specifier, + STATE(2598), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3693), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(3701), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [115358] = 15, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6382), 1, + sym__whitespace, + ACTIONS(6384), 1, + sym__soft_line_ending, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6470), 1, + anon_sym_RBRACE, + ACTIONS(6472), 1, + sym_raw_specifier, + STATE(2590), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2641), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(4169), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(4172), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [115407] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6370), 1, + ACTIONS(6440), 1, sym__soft_line_ending, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6376), 1, + ACTIONS(6474), 1, sym__whitespace, - STATE(3361), 1, + STATE(3561), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(2512), 2, + STATE(2618), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [111855] = 13, - ACTIONS(6358), 1, + [115452] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6380), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + ACTIONS(6478), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [111899] = 13, - ACTIONS(6358), 1, + [115496] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6384), 1, + ACTIONS(6480), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [111943] = 13, - ACTIONS(6358), 1, + [115540] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6386), 1, - sym__shortcode_close_escaped, - STATE(3431), 1, + ACTIONS(6484), 1, + sym__shortcode_close, + STATE(3508), 1, sym__shortcode_value, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [111987] = 13, - ACTIONS(6358), 1, + [115584] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6388), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + ACTIONS(6486), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112031] = 13, - ACTIONS(6358), 1, + [115628] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6390), 1, + ACTIONS(6488), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112075] = 13, - ACTIONS(6358), 1, + [115672] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6392), 1, + ACTIONS(6490), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112119] = 13, - ACTIONS(6358), 1, + [115716] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6394), 1, + ACTIONS(6492), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112163] = 13, - ACTIONS(6358), 1, + [115760] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6396), 1, + ACTIONS(6494), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112207] = 13, - ACTIONS(6358), 1, + [115804] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6398), 1, + ACTIONS(6496), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112251] = 13, - ACTIONS(6358), 1, + [115848] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6400), 1, + ACTIONS(6498), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112295] = 13, - ACTIONS(6358), 1, + [115892] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6402), 1, + ACTIONS(6500), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112339] = 13, - ACTIONS(6358), 1, + [115936] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6404), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + ACTIONS(6502), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112383] = 13, - ACTIONS(6358), 1, + [115980] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6406), 1, - sym__shortcode_close_escaped, - STATE(3431), 1, + ACTIONS(6504), 1, + sym__shortcode_close, + STATE(3508), 1, sym__shortcode_value, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112427] = 13, - ACTIONS(6358), 1, + [116024] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6408), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + ACTIONS(6506), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112471] = 13, - ACTIONS(6358), 1, + [116068] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6410), 1, - sym__shortcode_close_escaped, - STATE(3431), 1, + ACTIONS(6508), 1, + sym__shortcode_close, + STATE(3508), 1, sym__shortcode_value, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112515] = 13, - ACTIONS(6358), 1, + [116112] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6412), 1, + ACTIONS(6510), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112559] = 13, - ACTIONS(6358), 1, + [116156] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6414), 1, + ACTIONS(6512), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112603] = 13, - ACTIONS(6358), 1, + [116200] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6416), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + ACTIONS(6514), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112647] = 13, - ACTIONS(6358), 1, + [116244] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6418), 1, + ACTIONS(6516), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112691] = 13, - ACTIONS(6358), 1, + [116288] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6420), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + ACTIONS(6518), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112735] = 13, - ACTIONS(6358), 1, + [116332] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6422), 1, + ACTIONS(6520), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112779] = 13, - ACTIONS(6358), 1, + [116376] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6424), 1, + ACTIONS(6522), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112823] = 13, - ACTIONS(6358), 1, + [116420] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6426), 1, + ACTIONS(6524), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112867] = 13, - ACTIONS(6358), 1, + [116464] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6428), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + ACTIONS(6526), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112911] = 13, - ACTIONS(6358), 1, + [116508] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6430), 1, + ACTIONS(6528), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112955] = 13, - ACTIONS(6358), 1, + [116552] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6432), 1, + ACTIONS(6530), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [112999] = 13, - ACTIONS(6358), 1, + [116596] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6434), 1, + ACTIONS(6532), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113043] = 13, - ACTIONS(6358), 1, + [116640] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6436), 1, + ACTIONS(6534), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113087] = 13, - ACTIONS(6358), 1, + [116684] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6438), 1, + ACTIONS(6536), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113131] = 13, - ACTIONS(6358), 1, + [116728] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6440), 1, + ACTIONS(6538), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113175] = 13, - ACTIONS(6358), 1, + [116772] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6442), 1, + ACTIONS(6540), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113219] = 13, - ACTIONS(6358), 1, + [116816] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6444), 1, + ACTIONS(6542), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113263] = 13, - ACTIONS(6358), 1, + [116860] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6446), 1, - sym__shortcode_close_escaped, - STATE(3431), 1, + ACTIONS(6544), 1, + sym__shortcode_close, + STATE(3508), 1, sym__shortcode_value, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113307] = 13, - ACTIONS(6358), 1, + [116904] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6448), 1, + ACTIONS(6546), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113351] = 13, - ACTIONS(6358), 1, + [116948] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6450), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + ACTIONS(6548), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113395] = 13, - ACTIONS(6358), 1, + [116992] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6452), 1, - sym__shortcode_close_escaped, - STATE(3431), 1, + ACTIONS(6550), 1, + sym__shortcode_close, + STATE(3508), 1, sym__shortcode_value, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113439] = 13, - ACTIONS(6358), 1, + [117036] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6454), 1, + ACTIONS(6552), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113483] = 13, - ACTIONS(6358), 1, + [117080] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6456), 1, + ACTIONS(6554), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113527] = 13, - ACTIONS(6358), 1, + [117124] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6458), 1, + ACTIONS(6556), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113571] = 13, - ACTIONS(6358), 1, + [117168] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6460), 1, + ACTIONS(6558), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113615] = 13, - ACTIONS(6358), 1, + [117212] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6462), 1, + ACTIONS(6560), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113659] = 13, - ACTIONS(6358), 1, + [117256] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6464), 1, - sym__shortcode_close_escaped, - STATE(3431), 1, + ACTIONS(6562), 1, + sym__shortcode_close, + STATE(3508), 1, sym__shortcode_value, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113703] = 13, - ACTIONS(6358), 1, + [117300] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6466), 1, + ACTIONS(6564), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113747] = 13, - ACTIONS(6358), 1, + [117344] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6468), 1, - sym__shortcode_close_escaped, - STATE(3431), 1, + ACTIONS(6566), 1, + sym__shortcode_close, + STATE(3508), 1, sym__shortcode_value, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113791] = 13, - ACTIONS(6358), 1, + [117388] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6470), 1, + ACTIONS(6568), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113835] = 13, - ACTIONS(6358), 1, + [117432] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6472), 1, - sym__shortcode_close_escaped, - STATE(3431), 1, + ACTIONS(6570), 1, + sym__shortcode_close, + STATE(3508), 1, sym__shortcode_value, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113879] = 13, - ACTIONS(6358), 1, + [117476] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6474), 1, + ACTIONS(6572), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113923] = 13, - ACTIONS(6358), 1, + [117520] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6476), 1, - sym__shortcode_close_escaped, - STATE(3431), 1, + ACTIONS(6574), 1, + sym__shortcode_close, + STATE(3508), 1, sym__shortcode_value, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [113967] = 13, - ACTIONS(6358), 1, + [117564] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6478), 1, + ACTIONS(6576), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114011] = 13, - ACTIONS(6358), 1, + [117608] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6480), 1, - sym__shortcode_close_escaped, - STATE(3431), 1, + ACTIONS(6578), 1, + sym__shortcode_close, + STATE(3508), 1, sym__shortcode_value, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114055] = 13, - ACTIONS(6358), 1, + [117652] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6482), 1, + ACTIONS(6580), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114099] = 13, - ACTIONS(6358), 1, + [117696] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6484), 1, + ACTIONS(6582), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114143] = 13, - ACTIONS(6358), 1, + [117740] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6486), 1, + ACTIONS(6584), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114187] = 13, - ACTIONS(6358), 1, + [117784] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6488), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + ACTIONS(6586), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114231] = 13, - ACTIONS(6358), 1, + [117828] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6490), 1, + ACTIONS(6588), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114275] = 13, - ACTIONS(6358), 1, + [117872] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6492), 1, + ACTIONS(6590), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114319] = 13, - ACTIONS(6358), 1, + [117916] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6494), 1, + ACTIONS(6592), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114363] = 13, - ACTIONS(6358), 1, + [117960] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6496), 1, - sym__shortcode_close_escaped, - STATE(3431), 1, + ACTIONS(6594), 1, + sym__shortcode_close, + STATE(3508), 1, sym__shortcode_value, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114407] = 13, - ACTIONS(6358), 1, + [118004] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6498), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + ACTIONS(6596), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114451] = 13, - ACTIONS(6358), 1, + [118048] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6500), 1, - sym__shortcode_close_escaped, - STATE(3431), 1, + ACTIONS(6598), 1, + sym__shortcode_close, + STATE(3508), 1, sym__shortcode_value, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114495] = 13, - ACTIONS(6358), 1, + [118092] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6502), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + ACTIONS(6600), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114539] = 13, - ACTIONS(6358), 1, + [118136] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6504), 1, + ACTIONS(6602), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114583] = 13, - ACTIONS(6358), 1, + [118180] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6506), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + ACTIONS(6604), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114627] = 13, - ACTIONS(6358), 1, + [118224] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6508), 1, - sym__shortcode_close_escaped, - STATE(3431), 1, + ACTIONS(6606), 1, + sym__shortcode_close, + STATE(3508), 1, sym__shortcode_value, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114671] = 13, - ACTIONS(6358), 1, + [118268] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6510), 1, + ACTIONS(6608), 1, sym__shortcode_close_escaped, - STATE(3431), 1, - sym__shortcode_value, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3508), 1, + sym__shortcode_value, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114715] = 13, - ACTIONS(6358), 1, + [118312] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6512), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + ACTIONS(6610), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114759] = 13, - ACTIONS(6358), 1, + [118356] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6514), 1, - sym__shortcode_close_escaped, - STATE(3431), 1, + ACTIONS(6612), 1, + sym__shortcode_close, + STATE(3508), 1, sym__shortcode_value, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114803] = 13, - ACTIONS(6358), 1, + [118400] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6516), 1, + ACTIONS(6614), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114847] = 13, - ACTIONS(6358), 1, + [118444] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6518), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + ACTIONS(6616), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114891] = 13, - ACTIONS(6358), 1, + [118488] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6382), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6520), 1, - sym__shortcode_close_escaped, - STATE(3431), 1, + ACTIONS(6618), 1, + sym__shortcode_close, + STATE(3508), 1, sym__shortcode_value, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114935] = 13, - ACTIONS(6358), 1, + [118532] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6522), 1, + ACTIONS(6620), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [114979] = 13, - ACTIONS(6358), 1, + [118576] = 13, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - ACTIONS(6378), 1, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6524), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - STATE(3431), 1, + ACTIONS(6622), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [115023] = 13, - ACTIONS(6526), 1, + [118620] = 13, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6626), 1, + anon_sym_RBRACE, + ACTIONS(6628), 1, + sym__whitespace, + ACTIONS(6630), 1, + sym__soft_line_ending, + STATE(2601), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(4272), 2, + sym_unnumbered_specifier, + sym_commonmark_specifier, + STATE(4273), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [118663] = 13, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6632), 1, + anon_sym_RBRACE, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6638), 1, + sym_raw_specifier, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3728), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(3748), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + STATE(3968), 2, + sym__soft_line_break, + sym__inline_whitespace, + [118706] = 13, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6628), 1, + sym__whitespace, + ACTIONS(6630), 1, + sym__soft_line_ending, + ACTIONS(6640), 1, + anon_sym_RBRACE, + STATE(2617), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3843), 2, + sym_unnumbered_specifier, + sym_commonmark_specifier, + STATE(3844), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [118749] = 13, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6642), 1, + anon_sym_RBRACE, + ACTIONS(6644), 1, + sym_raw_specifier, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3677), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(3678), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + STATE(3968), 2, + sym__soft_line_break, + sym__inline_whitespace, + [118792] = 13, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6528), 1, - anon_sym_RBRACE, - ACTIONS(6530), 1, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6634), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6538), 1, + ACTIONS(6646), 1, + anon_sym_RBRACE, + ACTIONS(6648), 1, sym_raw_specifier, - ACTIONS(6540), 1, - sym__language_specifier_token, - ACTIONS(6542), 1, - sym__key_specifier_token, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3463), 2, + STATE(3851), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3465), 2, + STATE(3852), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - [115066] = 13, - ACTIONS(6526), 1, - anon_sym_LBRACE, - ACTIONS(6530), 1, + [118835] = 13, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6628), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6540), 1, - sym__language_specifier_token, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(6544), 1, + ACTIONS(6650), 1, anon_sym_RBRACE, - ACTIONS(6546), 1, - sym_raw_specifier, - STATE(2608), 1, + STATE(2613), 1, + sym__attr_ws, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2701), 2, sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3832), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + STATE(4020), 2, + sym_unnumbered_specifier, + sym_commonmark_specifier, + [118878] = 13, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6628), 1, + sym__whitespace, + ACTIONS(6630), 1, + sym__soft_line_ending, + ACTIONS(6652), 1, + anon_sym_RBRACE, + STATE(2605), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, sym__inline_whitespace, - STATE(3771), 2, - sym_language_specifier, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(4043), 2, + sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(3774), 2, + STATE(4408), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115109] = 13, - ACTIONS(6526), 1, - anon_sym_LBRACE, - ACTIONS(6530), 1, + [118921] = 13, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6628), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6540), 1, - sym__language_specifier_token, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(6548), 1, + ACTIONS(6654), 1, anon_sym_RBRACE, - ACTIONS(6550), 1, - sym_raw_specifier, - STATE(2608), 1, + STATE(2603), 1, + sym__attr_ws, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, - sym__soft_line_break, + STATE(3968), 1, sym__inline_whitespace, - STATE(3633), 2, - sym_language_specifier, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(4035), 2, + sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(3634), 2, + STATE(4039), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115152] = 13, - ACTIONS(6526), 1, - anon_sym_LBRACE, - ACTIONS(6530), 1, + [118964] = 13, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6628), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6540), 1, - sym__language_specifier_token, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(6552), 1, + ACTIONS(6656), 1, anon_sym_RBRACE, - ACTIONS(6554), 1, - sym_raw_specifier, - STATE(2608), 1, + STATE(2614), 1, + sym__attr_ws, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, - sym__soft_line_break, + STATE(3968), 1, sym__inline_whitespace, - STATE(3645), 2, - sym_language_specifier, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3664), 2, + sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(3646), 2, + STATE(3670), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115195] = 13, - ACTIONS(6526), 1, - anon_sym_LBRACE, - ACTIONS(6530), 1, + [119007] = 13, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6628), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6540), 1, + ACTIONS(6658), 1, + anon_sym_RBRACE, + STATE(2612), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3733), 2, + sym_unnumbered_specifier, + sym_commonmark_specifier, + STATE(3734), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [119050] = 13, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6388), 1, sym__language_specifier_token, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6556), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6660), 1, anon_sym_RBRACE, - ACTIONS(6558), 1, + ACTIONS(6662), 1, sym_raw_specifier, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(4193), 2, + STATE(4078), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(4194), 2, + STATE(4079), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115238] = 13, - ACTIONS(6526), 1, - anon_sym_LBRACE, - ACTIONS(6530), 1, + [119093] = 13, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6628), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6540), 1, - sym__language_specifier_token, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(6560), 1, + ACTIONS(6664), 1, anon_sym_RBRACE, - ACTIONS(6562), 1, - sym_raw_specifier, - STATE(2608), 1, + STATE(2615), 1, + sym__attr_ws, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2701), 2, sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3585), 2, + sym_unnumbered_specifier, + sym_commonmark_specifier, + STATE(3586), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [119136] = 13, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6628), 1, + sym__whitespace, + ACTIONS(6630), 1, + sym__soft_line_ending, + ACTIONS(6666), 1, + anon_sym_RBRACE, + STATE(2610), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, sym__inline_whitespace, - STATE(4009), 2, - sym_language_specifier, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3599), 2, + sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(4010), 2, + STATE(3600), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115281] = 13, - ACTIONS(6526), 1, - anon_sym_LBRACE, - ACTIONS(6530), 1, + [119179] = 13, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6628), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6540), 1, + ACTIONS(6668), 1, + anon_sym_RBRACE, + STATE(2606), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3933), 2, + sym_unnumbered_specifier, + sym_commonmark_specifier, + STATE(3934), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [119222] = 13, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6388), 1, sym__language_specifier_token, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6564), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6670), 1, anon_sym_RBRACE, - ACTIONS(6566), 1, + ACTIONS(6672), 1, sym_raw_specifier, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3565), 2, + STATE(3959), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3566), 2, + STATE(3960), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - [115324] = 13, - ACTIONS(6526), 1, + [119265] = 13, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6530), 1, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, - sym__whitespace, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6540), 1, + ACTIONS(6388), 1, sym__language_specifier_token, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6568), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6674), 1, anon_sym_RBRACE, - ACTIONS(6570), 1, + ACTIONS(6676), 1, sym_raw_specifier, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, - sym__soft_line_break, - sym__inline_whitespace, - STATE(3892), 2, + STATE(3856), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3893), 2, + STATE(3857), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115367] = 13, - ACTIONS(6526), 1, - anon_sym_LBRACE, - ACTIONS(6530), 1, + STATE(3968), 2, + sym__soft_line_break, + sym__inline_whitespace, + [119308] = 13, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6628), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6540), 1, + ACTIONS(6678), 1, + anon_sym_RBRACE, + STATE(2600), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(4166), 2, + sym_unnumbered_specifier, + sym_commonmark_specifier, + STATE(4167), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [119351] = 13, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6388), 1, sym__language_specifier_token, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6572), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6680), 1, anon_sym_RBRACE, - ACTIONS(6574), 1, + ACTIONS(6682), 1, sym_raw_specifier, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3483), 2, + STATE(3696), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3488), 2, + STATE(3698), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - [115410] = 13, - ACTIONS(6526), 1, - anon_sym_LBRACE, - ACTIONS(6530), 1, + [119394] = 13, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6628), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6540), 1, + ACTIONS(6684), 1, + anon_sym_RBRACE, + STATE(2607), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3659), 2, + sym_unnumbered_specifier, + sym_commonmark_specifier, + STATE(3660), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [119437] = 13, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6388), 1, sym__language_specifier_token, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6576), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6686), 1, anon_sym_RBRACE, - ACTIONS(6578), 1, + ACTIONS(6688), 1, sym_raw_specifier, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, - sym__soft_line_break, - sym__inline_whitespace, - STATE(3845), 2, + STATE(3751), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3846), 2, + STATE(3752), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115453] = 13, - ACTIONS(6526), 1, - anon_sym_LBRACE, - ACTIONS(6530), 1, + STATE(3968), 2, + sym__soft_line_break, + sym__inline_whitespace, + [119480] = 13, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6628), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6540), 1, + ACTIONS(6690), 1, + anon_sym_RBRACE, + STATE(2602), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3821), 2, + sym_unnumbered_specifier, + sym_commonmark_specifier, + STATE(3822), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [119523] = 13, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6388), 1, sym__language_specifier_token, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6580), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6692), 1, anon_sym_RBRACE, - ACTIONS(6582), 1, + ACTIONS(6694), 1, sym_raw_specifier, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, - sym__soft_line_break, - sym__inline_whitespace, - STATE(3797), 2, + STATE(3603), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3885), 2, + STATE(3604), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115496] = 13, - ACTIONS(6526), 1, - anon_sym_LBRACE, - ACTIONS(6530), 1, + STATE(3968), 2, + sym__soft_line_break, + sym__inline_whitespace, + [119566] = 13, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6628), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6540), 1, - sym__language_specifier_token, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(6584), 1, + ACTIONS(6696), 1, anon_sym_RBRACE, - ACTIONS(6586), 1, - sym_raw_specifier, STATE(2608), 1, + sym__attr_ws, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, - sym__soft_line_break, + STATE(3968), 1, sym__inline_whitespace, - STATE(3988), 2, - sym_language_specifier, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3578), 2, + sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(3994), 2, + STATE(3690), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115539] = 13, - ACTIONS(6526), 1, - anon_sym_LBRACE, - ACTIONS(6530), 1, + [119609] = 13, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6628), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6540), 1, + ACTIONS(6698), 1, + anon_sym_RBRACE, + STATE(2609), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(4110), 2, + sym_unnumbered_specifier, + sym_commonmark_specifier, + STATE(4116), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [119652] = 13, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6388), 1, sym__language_specifier_token, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6588), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6700), 1, anon_sym_RBRACE, - ACTIONS(6590), 1, + ACTIONS(6702), 1, sym_raw_specifier, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3497), 2, + STATE(3968), 2, + sym__soft_line_break, + sym__inline_whitespace, + STATE(4113), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3498), 2, + STATE(4128), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3572), 2, - sym__soft_line_break, - sym__inline_whitespace, - [115582] = 13, - ACTIONS(6526), 1, + [119695] = 13, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6530), 1, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, - sym__whitespace, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6540), 1, + ACTIONS(6388), 1, sym__language_specifier_token, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6592), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6704), 1, anon_sym_RBRACE, - ACTIONS(6594), 1, + ACTIONS(6706), 1, sym_raw_specifier, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(3954), 2, + STATE(4191), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3955), 2, + STATE(4192), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115625] = 13, - ACTIONS(6526), 1, + [119738] = 13, + ACTIONS(6374), 1, anon_sym_LBRACE, - ACTIONS(6530), 1, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, - sym__whitespace, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6540), 1, + ACTIONS(6388), 1, sym__language_specifier_token, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6596), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6708), 1, anon_sym_RBRACE, - ACTIONS(6598), 1, + ACTIONS(6710), 1, sym_raw_specifier, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(4055), 2, + STATE(4300), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(4056), 2, + STATE(4301), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115668] = 13, - ACTIONS(6526), 1, - anon_sym_LBRACE, - ACTIONS(6530), 1, + [119781] = 13, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6628), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6540), 1, + ACTIONS(6712), 1, + anon_sym_RBRACE, + STATE(2611), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3967), 2, + sym_unnumbered_specifier, + sym_commonmark_specifier, + STATE(3996), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [119824] = 13, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6388), 1, sym__language_specifier_token, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6600), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6714), 1, anon_sym_RBRACE, - ACTIONS(6602), 1, + ACTIONS(6716), 1, sym_raw_specifier, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(3739), 2, + STATE(4233), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3742), 2, + STATE(4235), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115711] = 13, - ACTIONS(6526), 1, - anon_sym_LBRACE, - ACTIONS(6530), 1, + [119867] = 13, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6628), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6540), 1, + ACTIONS(6718), 1, + anon_sym_RBRACE, + STATE(2616), 1, + sym__attr_ws, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3968), 1, + sym__inline_whitespace, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(3807), 2, + sym_unnumbered_specifier, + sym_commonmark_specifier, + STATE(3808), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [119910] = 13, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6388), 1, sym__language_specifier_token, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6604), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6720), 1, anon_sym_RBRACE, - ACTIONS(6606), 1, + ACTIONS(6722), 1, sym_raw_specifier, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(3663), 2, + STATE(4138), 2, sym_language_specifier, sym_commonmark_specifier, - STATE(3664), 2, + STATE(4145), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115754] = 11, - ACTIONS(6530), 1, + [119953] = 13, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6634), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(6608), 1, - anon_sym_DASH, - ACTIONS(6610), 1, + ACTIONS(6724), 1, anon_sym_RBRACE, - STATE(2608), 1, + ACTIONS(6726), 1, + sym_raw_specifier, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3520), 2, - sym_unnumbered_specifier, + STATE(3825), 2, + sym_language_specifier, sym_commonmark_specifier, - STATE(3527), 2, + STATE(3826), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - [115791] = 11, - ACTIONS(6530), 1, + [119996] = 13, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6634), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(6608), 1, - anon_sym_DASH, - ACTIONS(6612), 1, + ACTIONS(6728), 1, anon_sym_RBRACE, - STATE(2608), 1, + ACTIONS(6730), 1, + sym_raw_specifier, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(3733), 2, - sym_unnumbered_specifier, + STATE(4173), 2, + sym_language_specifier, sym_commonmark_specifier, - STATE(3753), 2, + STATE(4174), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115828] = 11, - ACTIONS(6530), 1, + [120039] = 13, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6388), 1, + sym__language_specifier_token, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6634), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6542), 1, + ACTIONS(6732), 1, + anon_sym_RBRACE, + ACTIONS(6734), 1, + sym_raw_specifier, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3803), 2, + sym_language_specifier, + sym_commonmark_specifier, + STATE(3804), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + STATE(3968), 2, + sym__soft_line_break, + sym__inline_whitespace, + [120082] = 10, + ACTIONS(6428), 1, + aux_sym__commonmark_single_quote_string_token1, + ACTIONS(6430), 1, + aux_sym__commonmark_double_quote_string_token1, + ACTIONS(6432), 1, + sym_shortcode_name, + ACTIONS(6436), 1, + sym_shortcode_number, + ACTIONS(6442), 1, + sym__language_specifier_token, + ACTIONS(6444), 1, + sym__shortcode_open, + STATE(3561), 1, + sym__shortcode_value, + ACTIONS(6434), 2, + aux_sym_shortcode_naked_string_token1, + aux_sym_shortcode_naked_string_token2, + STATE(3507), 2, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + STATE(3497), 3, + sym_shortcode, + sym_shortcode_naked_string, + sym_shortcode_string, + [120117] = 11, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6608), 1, + ACTIONS(6624), 1, anon_sym_DASH, - ACTIONS(6614), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6736), 1, anon_sym_RBRACE, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(4007), 2, + STATE(4189), 2, sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(4008), 2, + STATE(4190), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115865] = 11, - ACTIONS(6530), 1, + [120154] = 11, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, - sym__whitespace, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6608), 1, + ACTIONS(6624), 1, anon_sym_DASH, - ACTIONS(6616), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6738), 1, anon_sym_RBRACE, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(3843), 2, + STATE(4297), 2, sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(3844), 2, + STATE(4298), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115902] = 11, - ACTIONS(6530), 1, + [120191] = 11, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, - sym__whitespace, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6608), 1, + ACTIONS(6624), 1, anon_sym_DASH, - ACTIONS(6618), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6740), 1, anon_sym_RBRACE, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3495), 2, + STATE(3854), 2, sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(3496), 2, + STATE(3855), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - [115939] = 11, - ACTIONS(6530), 1, + [120228] = 11, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, - sym__whitespace, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6608), 1, + ACTIONS(6624), 1, anon_sym_DASH, - ACTIONS(6620), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6742), 1, anon_sym_RBRACE, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(4053), 2, + STATE(4124), 2, sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(4054), 2, + STATE(4133), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [115976] = 10, - ACTIONS(6358), 1, + [120265] = 10, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - STATE(3431), 1, + STATE(3508), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [116011] = 11, - ACTIONS(6530), 1, + [120300] = 11, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, - sym__whitespace, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6608), 1, + ACTIONS(6624), 1, anon_sym_DASH, - ACTIONS(6622), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6744), 1, anon_sym_RBRACE, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(3768), 2, + STATE(4073), 2, sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(3769), 2, + STATE(4075), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [116048] = 11, - ACTIONS(6530), 1, + [120337] = 11, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, - sym__whitespace, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6608), 1, - anon_sym_DASH, ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6746), 1, anon_sym_RBRACE, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3460), 2, + STATE(3957), 2, + sym_unnumbered_specifier, + sym_commonmark_specifier, + STATE(3958), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(3886), 2, - sym_unnumbered_specifier, - sym_commonmark_specifier, - [116085] = 11, - ACTIONS(6530), 1, + [120374] = 11, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, - sym__whitespace, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6608), 1, + ACTIONS(6624), 1, anon_sym_DASH, - ACTIONS(6626), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6748), 1, anon_sym_RBRACE, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3473), 2, + STATE(3675), 2, sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(3475), 2, + STATE(3676), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - [116122] = 11, - ACTIONS(6530), 1, + [120411] = 11, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6634), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6542), 1, + ACTIONS(6750), 1, + anon_sym_RBRACE, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3881), 2, + sym_unnumbered_specifier, + sym_commonmark_specifier, + STATE(3968), 2, + sym__soft_line_break, + sym__inline_whitespace, + STATE(3983), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [120448] = 11, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6608), 1, + ACTIONS(6624), 1, anon_sym_DASH, - ACTIONS(6628), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6752), 1, anon_sym_RBRACE, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(3631), 2, + STATE(4218), 2, sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(3632), 2, + STATE(4219), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [116159] = 10, - ACTIONS(6358), 1, - aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, - aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, - sym_shortcode_name, - ACTIONS(6366), 1, - sym_shortcode_number, - ACTIONS(6372), 1, - sym__language_specifier_token, - ACTIONS(6374), 1, - sym__shortcode_open, - STATE(3369), 1, - sym__shortcode_value, - ACTIONS(6364), 2, - aux_sym_shortcode_naked_string_token1, - aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - STATE(3341), 3, - sym_shortcode, - sym_shortcode_naked_string, - sym_shortcode_string, - [116194] = 11, - ACTIONS(6530), 1, + [120485] = 11, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6624), 1, + anon_sym_DASH, + ACTIONS(6634), 1, sym__whitespace, - ACTIONS(6536), 1, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6542), 1, + ACTIONS(6754), 1, + anon_sym_RBRACE, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(3760), 2, + sym_unnumbered_specifier, + sym_commonmark_specifier, + STATE(3761), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + STATE(3968), 2, + sym__soft_line_break, + sym__inline_whitespace, + [120522] = 11, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6608), 1, + ACTIONS(6624), 1, anon_sym_DASH, - ACTIONS(6630), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6756), 1, anon_sym_RBRACE, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(4191), 2, + STATE(4170), 2, sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(4192), 2, + STATE(4171), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [116231] = 11, - ACTIONS(6530), 1, + [120559] = 11, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, - sym__whitespace, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6608), 1, + ACTIONS(6624), 1, anon_sym_DASH, - ACTIONS(6632), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6758), 1, anon_sym_RBRACE, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, - sym__soft_line_break, - sym__inline_whitespace, - STATE(3643), 2, + STATE(3749), 2, sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(3644), 2, + STATE(3750), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [116268] = 11, - ACTIONS(6530), 1, + STATE(3968), 2, + sym__soft_line_break, + sym__inline_whitespace, + [120596] = 11, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, - sym__whitespace, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6608), 1, + ACTIONS(6624), 1, anon_sym_DASH, ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6760), 1, anon_sym_RBRACE, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, - sym__soft_line_break, - sym__inline_whitespace, - STATE(3952), 2, + STATE(3705), 2, sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(3953), 2, + STATE(3707), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [116305] = 11, - ACTIONS(6530), 1, + STATE(3968), 2, + sym__soft_line_break, + sym__inline_whitespace, + [120633] = 11, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, - sym__whitespace, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6608), 1, + ACTIONS(6624), 1, anon_sym_DASH, + ACTIONS(6634), 1, + sym__whitespace, ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6762), 1, anon_sym_RBRACE, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, - sym__soft_line_break, - sym__inline_whitespace, - STATE(3661), 2, + STATE(3694), 2, sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(3662), 2, + STATE(3695), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [116342] = 11, - ACTIONS(6530), 1, + STATE(3968), 2, + sym__soft_line_break, + sym__inline_whitespace, + [120670] = 11, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, - sym__whitespace, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6608), 1, + ACTIONS(6624), 1, anon_sym_DASH, - ACTIONS(6638), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6764), 1, anon_sym_RBRACE, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, - sym__soft_line_break, - sym__inline_whitespace, - STATE(3736), 2, + STATE(3601), 2, sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(3737), 2, + STATE(3602), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [116379] = 11, - ACTIONS(6530), 1, + STATE(3968), 2, + sym__soft_line_break, + sym__inline_whitespace, + [120707] = 11, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, - sym__whitespace, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6608), 1, + ACTIONS(6624), 1, anon_sym_DASH, - ACTIONS(6640), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6766), 1, anon_sym_RBRACE, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3563), 2, + STATE(3823), 2, sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(3564), 2, + STATE(3824), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - STATE(3572), 2, + STATE(3968), 2, sym__soft_line_break, sym__inline_whitespace, - [116416] = 11, - ACTIONS(6530), 1, + [120744] = 11, + ACTIONS(6378), 1, aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, + ACTIONS(6380), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6534), 1, - sym__whitespace, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6542), 1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6608), 1, + ACTIONS(6624), 1, anon_sym_DASH, - ACTIONS(6642), 1, + ACTIONS(6634), 1, + sym__whitespace, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6768), 1, anon_sym_RBRACE, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3572), 2, - sym__soft_line_break, - sym__inline_whitespace, - STATE(3838), 2, + STATE(3849), 2, sym_unnumbered_specifier, sym_commonmark_specifier, - STATE(3839), 2, + STATE(3850), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [116453] = 10, - ACTIONS(6358), 1, + STATE(3968), 2, + sym__soft_line_break, + sym__inline_whitespace, + [120781] = 10, + ACTIONS(6428), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6360), 1, + ACTIONS(6430), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6362), 1, + ACTIONS(6432), 1, sym_shortcode_name, - ACTIONS(6366), 1, + ACTIONS(6436), 1, sym_shortcode_number, - ACTIONS(6372), 1, + ACTIONS(6442), 1, sym__language_specifier_token, - ACTIONS(6374), 1, + ACTIONS(6444), 1, sym__shortcode_open, - STATE(3405), 1, + STATE(3433), 1, sym__shortcode_value, - ACTIONS(6364), 2, + ACTIONS(6434), 2, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - STATE(3333), 2, + STATE(3507), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3341), 3, + STATE(3497), 3, sym_shortcode, sym_shortcode_naked_string, sym_shortcode_string, - [116488] = 10, - ACTIONS(6530), 1, - aux_sym_commonmark_specifier_token1, - ACTIONS(6532), 1, - aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(6644), 1, - anon_sym_RBRACE, - ACTIONS(6646), 1, - sym__whitespace, - ACTIONS(6648), 1, + [120816] = 4, + ACTIONS(6774), 1, sym__soft_line_ending, - STATE(2608), 1, - sym__commonmark_key_value_specifier, - STATE(4079), 1, - sym_commonmark_specifier, - STATE(2647), 2, + STATE(2652), 1, sym__soft_line_break, - sym__inline_whitespace, - STATE(4115), 2, - sym__commonmark_specifier_start_with_class, - sym__commonmark_specifier_start_with_kv, - [116521] = 3, - ACTIONS(6650), 1, - sym_block_continuation, - ACTIONS(2385), 3, + ACTIONS(6772), 3, sym_shortcode_name, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - ACTIONS(2383), 8, + ACTIONS(6770), 7, sym__language_specifier_token, sym__key_specifier_token, - sym__shortcode_close_escaped, sym__shortcode_open, + sym__shortcode_close, aux_sym__commonmark_single_quote_string_token1, aux_sym__commonmark_double_quote_string_token1, sym_shortcode_number, - sym__whitespace, - [116540] = 4, - ACTIONS(6656), 1, + [120837] = 4, + ACTIONS(6776), 1, sym__soft_line_ending, - STATE(2553), 1, + STATE(2650), 1, sym__soft_line_break, - ACTIONS(6654), 3, + ACTIONS(6772), 3, sym_shortcode_name, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - ACTIONS(6652), 7, + ACTIONS(6770), 7, sym__language_specifier_token, sym__key_specifier_token, + sym__shortcode_close_escaped, sym__shortcode_open, - sym__shortcode_close, aux_sym__commonmark_single_quote_string_token1, aux_sym__commonmark_double_quote_string_token1, sym_shortcode_number, - [116561] = 3, - ACTIONS(6658), 1, + [120858] = 3, + ACTIONS(6778), 1, sym_block_continuation, ACTIONS(2385), 3, sym_shortcode_name, @@ -169470,215 +173548,294 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2383), 8, sym__language_specifier_token, sym__key_specifier_token, + sym__shortcode_close_escaped, sym__shortcode_open, - sym__shortcode_close, aux_sym__commonmark_single_quote_string_token1, aux_sym__commonmark_double_quote_string_token1, sym_shortcode_number, sym__whitespace, - [116580] = 4, - ACTIONS(6660), 1, - sym__soft_line_ending, - STATE(2550), 1, - sym__soft_line_break, - ACTIONS(6654), 3, + [120877] = 3, + ACTIONS(6780), 1, + sym_block_continuation, + ACTIONS(2385), 3, sym_shortcode_name, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - ACTIONS(6652), 7, + ACTIONS(2383), 8, sym__language_specifier_token, sym__key_specifier_token, - sym__shortcode_close_escaped, sym__shortcode_open, + sym__shortcode_close, aux_sym__commonmark_single_quote_string_token1, aux_sym__commonmark_double_quote_string_token1, sym_shortcode_number, - [116601] = 2, - ACTIONS(2713), 3, - sym_shortcode_name, - aux_sym_shortcode_naked_string_token1, - aux_sym_shortcode_naked_string_token2, - ACTIONS(2711), 8, - sym__language_specifier_token, + sym__whitespace, + [120896] = 10, + ACTIONS(6378), 1, + aux_sym_commonmark_specifier_token1, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6390), 1, sym__key_specifier_token, - sym__shortcode_close_escaped, - sym__shortcode_open, - aux_sym__commonmark_single_quote_string_token1, - aux_sym__commonmark_double_quote_string_token1, - sym_shortcode_number, + ACTIONS(6782), 1, + anon_sym_RBRACE, + ACTIONS(6784), 1, sym__whitespace, - [116617] = 3, - ACTIONS(6662), 1, + ACTIONS(6786), 1, + sym__soft_line_ending, + STATE(2660), 1, + sym__commonmark_key_value_specifier, + STATE(4058), 1, + sym_commonmark_specifier, + STATE(2756), 2, + sym__soft_line_break, + sym__inline_whitespace, + STATE(4059), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [120929] = 3, + ACTIONS(6788), 1, sym__whitespace, - ACTIONS(6654), 3, + ACTIONS(6772), 3, sym_shortcode_name, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - ACTIONS(6652), 7, + ACTIONS(6770), 7, sym__language_specifier_token, sym__key_specifier_token, + sym__shortcode_close_escaped, sym__shortcode_open, - sym__shortcode_close, aux_sym__commonmark_single_quote_string_token1, aux_sym__commonmark_double_quote_string_token1, sym_shortcode_number, - [116635] = 10, - ACTIONS(6536), 1, + [120947] = 10, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6666), 1, + ACTIONS(6792), 1, anon_sym_RPAREN, - ACTIONS(6668), 1, + ACTIONS(6794), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6670), 1, + ACTIONS(6796), 1, sym__whitespace, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - STATE(2598), 1, + STATE(2676), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3580), 1, + STATE(3861), 1, sym__commonmark_double_quote_string, - STATE(3379), 2, + STATE(3430), 2, sym__soft_line_break, sym__inline_whitespace, - [116667] = 10, - ACTIONS(6536), 1, + [120979] = 7, + ACTIONS(6802), 1, + aux_sym__commonmark_single_quote_string_token1, + ACTIONS(6804), 1, + aux_sym__commonmark_double_quote_string_token1, + ACTIONS(6806), 1, + sym__whitespace, + ACTIONS(6808), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + STATE(2747), 2, + sym__soft_line_break, + sym__inline_whitespace, + STATE(3055), 2, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + ACTIONS(6800), 3, + sym__value_specifier_token, + anon_sym_SQUOTE_SQUOTE, + anon_sym_DQUOTE_DQUOTE, + [121005] = 10, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6668), 1, + ACTIONS(6794), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6674), 1, + ACTIONS(6810), 1, anon_sym_RPAREN, - ACTIONS(6676), 1, + ACTIONS(6812), 1, sym__whitespace, - STATE(2605), 1, + STATE(2656), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3523), 1, + STATE(3818), 1, sym__commonmark_double_quote_string, - STATE(3355), 2, + STATE(3532), 2, sym__soft_line_break, sym__inline_whitespace, - [116699] = 10, - ACTIONS(6536), 1, + [121037] = 2, + ACTIONS(2711), 3, + sym_shortcode_name, + aux_sym_shortcode_naked_string_token1, + aux_sym_shortcode_naked_string_token2, + ACTIONS(2709), 8, + sym__language_specifier_token, + sym__key_specifier_token, + sym__shortcode_close_escaped, + sym__shortcode_open, + aux_sym__commonmark_single_quote_string_token1, + aux_sym__commonmark_double_quote_string_token1, + sym_shortcode_number, + sym__whitespace, + [121053] = 10, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6668), 1, + ACTIONS(6794), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6678), 1, + ACTIONS(6814), 1, anon_sym_RPAREN, - ACTIONS(6680), 1, + ACTIONS(6816), 1, sym__whitespace, - STATE(2569), 1, + STATE(2657), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3648), 1, + STATE(3704), 1, sym__commonmark_double_quote_string, - STATE(3396), 2, + STATE(3504), 2, sym__soft_line_break, sym__inline_whitespace, - [116731] = 10, - ACTIONS(6536), 1, + [121085] = 4, + ACTIONS(6820), 1, + sym__whitespace, + ACTIONS(6823), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + STATE(2630), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + ACTIONS(6818), 7, + sym_raw_specifier, + sym__language_specifier_token, + sym__key_specifier_token, + anon_sym_LBRACE, + anon_sym_RBRACE, + aux_sym_commonmark_specifier_token1, + aux_sym__commonmark_specifier_start_with_class_token1, + [121105] = 10, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6668), 1, + ACTIONS(6794), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6682), 1, + ACTIONS(6826), 1, anon_sym_RPAREN, - ACTIONS(6684), 1, + ACTIONS(6828), 1, sym__whitespace, - STATE(2572), 1, + STATE(2667), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3974), 1, + STATE(3756), 1, sym__commonmark_double_quote_string, - STATE(3370), 2, + STATE(3554), 2, sym__soft_line_break, sym__inline_whitespace, - [116763] = 10, - ACTIONS(6536), 1, + [121137] = 7, + ACTIONS(6802), 1, + aux_sym__commonmark_single_quote_string_token1, + ACTIONS(6804), 1, + aux_sym__commonmark_double_quote_string_token1, + ACTIONS(6808), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6832), 1, + sym__whitespace, + STATE(2743), 2, + sym__soft_line_break, + sym__inline_whitespace, + STATE(3030), 2, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + ACTIONS(6830), 3, + sym__value_specifier_token, + anon_sym_SQUOTE_SQUOTE, + anon_sym_DQUOTE_DQUOTE, + [121163] = 10, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6668), 1, + ACTIONS(6794), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6686), 1, + ACTIONS(6834), 1, anon_sym_RPAREN, - ACTIONS(6688), 1, + ACTIONS(6836), 1, sym__whitespace, - STATE(2568), 1, + STATE(2659), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3669), 1, + STATE(3966), 1, sym__commonmark_double_quote_string, - STATE(3381), 2, + STATE(3512), 2, sym__soft_line_break, sym__inline_whitespace, - [116795] = 7, - ACTIONS(6692), 1, - aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6694), 1, + [121195] = 10, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6790), 1, + aux_sym_target_token2, + ACTIONS(6794), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6696), 1, + ACTIONS(6798), 1, + sym__shortcode_open, + ACTIONS(6838), 1, + anon_sym_RPAREN, + ACTIONS(6840), 1, sym__whitespace, - ACTIONS(6698), 1, - sym__soft_line_ending, - STATE(2631), 2, + STATE(2658), 1, + aux_sym_target_repeat1, + STATE(2997), 1, + sym_shortcode, + STATE(3830), 1, + sym__commonmark_double_quote_string, + STATE(3563), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(3454), 2, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - ACTIONS(6690), 3, - sym__value_specifier_token, - anon_sym_SQUOTE_SQUOTE, - anon_sym_DQUOTE_DQUOTE, - [116821] = 10, - ACTIONS(6536), 1, + [121227] = 10, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6668), 1, + ACTIONS(6794), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6700), 1, + ACTIONS(6842), 1, anon_sym_RPAREN, - ACTIONS(6702), 1, + ACTIONS(6844), 1, sym__whitespace, - STATE(2576), 1, + STATE(2666), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3551), 1, + STATE(4198), 1, sym__commonmark_double_quote_string, - STATE(3410), 2, + STATE(3522), 2, sym__soft_line_break, sym__inline_whitespace, - [116853] = 2, - ACTIONS(2713), 3, + [121259] = 2, + ACTIONS(2711), 3, sym_shortcode_name, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - ACTIONS(2711), 8, + ACTIONS(2709), 8, sym__language_specifier_token, sym__key_specifier_token, sym__shortcode_open, @@ -169687,304 +173844,279 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__commonmark_double_quote_string_token1, sym_shortcode_number, sym__whitespace, - [116869] = 10, - ACTIONS(6536), 1, + [121275] = 10, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6668), 1, + ACTIONS(6794), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6704), 1, + ACTIONS(6846), 1, anon_sym_RPAREN, - ACTIONS(6706), 1, + ACTIONS(6848), 1, sym__whitespace, - STATE(2560), 1, + STATE(2673), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3512), 1, + STATE(4155), 1, sym__commonmark_double_quote_string, - STATE(3362), 2, - sym__soft_line_break, - sym__inline_whitespace, - [116901] = 7, - ACTIONS(6692), 1, - aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6694), 1, - aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6698), 1, - sym__soft_line_ending, - ACTIONS(6710), 1, - sym__whitespace, - STATE(2621), 2, + STATE(3540), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(3319), 2, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - ACTIONS(6708), 3, - sym__value_specifier_token, - anon_sym_SQUOTE_SQUOTE, - anon_sym_DQUOTE_DQUOTE, - [116927] = 10, - ACTIONS(6536), 1, + [121307] = 10, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6668), 1, + ACTIONS(6794), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6712), 1, + ACTIONS(6850), 1, anon_sym_RPAREN, - ACTIONS(6714), 1, + ACTIONS(6852), 1, sym__whitespace, - STATE(2581), 1, + STATE(2704), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3766), 1, + STATE(4305), 1, sym__commonmark_double_quote_string, - STATE(3413), 2, + STATE(3527), 2, sym__soft_line_break, sym__inline_whitespace, - [116959] = 10, - ACTIONS(6536), 1, + [121339] = 3, + ACTIONS(6854), 1, + sym__whitespace, + ACTIONS(6772), 3, + sym_shortcode_name, + aux_sym_shortcode_naked_string_token1, + aux_sym_shortcode_naked_string_token2, + ACTIONS(6770), 7, + sym__language_specifier_token, + sym__key_specifier_token, + sym__shortcode_open, + sym__shortcode_close, + aux_sym__commonmark_single_quote_string_token1, + aux_sym__commonmark_double_quote_string_token1, + sym_shortcode_number, + [121357] = 10, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6668), 1, + ACTIONS(6794), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6716), 1, + ACTIONS(6856), 1, anon_sym_RPAREN, - ACTIONS(6718), 1, + ACTIONS(6858), 1, sym__whitespace, - STATE(2567), 1, + STATE(2672), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3679), 1, + STATE(4199), 1, sym__commonmark_double_quote_string, - STATE(3347), 2, + STATE(3495), 2, sym__soft_line_break, sym__inline_whitespace, - [116991] = 7, - ACTIONS(6698), 1, + [121389] = 4, + ACTIONS(6384), 1, sym__soft_line_ending, - ACTIONS(6722), 1, - aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6724), 1, - aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6726), 1, + ACTIONS(6862), 1, sym__whitespace, - STATE(2625), 2, + STATE(2630), 2, sym__soft_line_break, - sym__inline_whitespace, - STATE(2927), 2, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - ACTIONS(6720), 3, - sym__value_specifier_token, - anon_sym_SQUOTE_SQUOTE, - anon_sym_DQUOTE_DQUOTE, - [117017] = 10, - ACTIONS(6536), 1, + aux_sym__attr_ws_repeat1, + ACTIONS(6860), 7, + sym_raw_specifier, + sym__language_specifier_token, + sym__key_specifier_token, + anon_sym_LBRACE, + anon_sym_RBRACE, + aux_sym_commonmark_specifier_token1, + aux_sym__commonmark_specifier_start_with_class_token1, + [121409] = 10, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6668), 1, + ACTIONS(6794), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6728), 1, + ACTIONS(6864), 1, anon_sym_RPAREN, - ACTIONS(6730), 1, + ACTIONS(6866), 1, sym__whitespace, - STATE(2583), 1, + STATE(2690), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3558), 1, + STATE(3853), 1, sym__commonmark_double_quote_string, - STATE(3386), 2, + STATE(3475), 2, sym__soft_line_break, sym__inline_whitespace, - [117049] = 10, - ACTIONS(6536), 1, + [121441] = 10, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6668), 1, + ACTIONS(6794), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6732), 1, + ACTIONS(6868), 1, anon_sym_RPAREN, - ACTIONS(6734), 1, + ACTIONS(6870), 1, sym__whitespace, - STATE(2592), 1, + STATE(2707), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(4078), 1, + STATE(4267), 1, sym__commonmark_double_quote_string, - STATE(3327), 2, + STATE(3486), 2, sym__soft_line_break, sym__inline_whitespace, - [117081] = 10, - ACTIONS(6536), 1, + [121473] = 7, + ACTIONS(6808), 1, sym__soft_line_ending, - ACTIONS(6664), 1, - aux_sym_target_token2, - ACTIONS(6668), 1, + ACTIONS(6874), 1, + aux_sym__commonmark_single_quote_string_token1, + ACTIONS(6876), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6672), 1, - sym__shortcode_open, - ACTIONS(6736), 1, - anon_sym_RPAREN, - ACTIONS(6738), 1, + ACTIONS(6878), 1, sym__whitespace, - STATE(2590), 1, - aux_sym_target_repeat1, - STATE(2818), 1, - sym_shortcode, - STATE(4208), 1, + STATE(2735), 2, + sym__soft_line_break, + sym__inline_whitespace, + STATE(3521), 2, + sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - STATE(3345), 2, + ACTIONS(6872), 3, + sym__value_specifier_token, + anon_sym_SQUOTE_SQUOTE, + anon_sym_DQUOTE_DQUOTE, + [121499] = 7, + ACTIONS(6808), 1, + sym__soft_line_ending, + ACTIONS(6874), 1, + aux_sym__commonmark_single_quote_string_token1, + ACTIONS(6876), 1, + aux_sym__commonmark_double_quote_string_token1, + ACTIONS(6882), 1, + sym__whitespace, + STATE(2737), 2, sym__soft_line_break, sym__inline_whitespace, - [117113] = 10, - ACTIONS(6536), 1, + STATE(3550), 2, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + ACTIONS(6880), 3, + sym__value_specifier_token, + anon_sym_SQUOTE_SQUOTE, + anon_sym_DQUOTE_DQUOTE, + [121525] = 10, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6668), 1, + ACTIONS(6794), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6740), 1, + ACTIONS(6884), 1, anon_sym_RPAREN, - ACTIONS(6742), 1, + ACTIONS(6886), 1, sym__whitespace, - STATE(2594), 1, + STATE(2694), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3832), 1, + STATE(3608), 1, sym__commonmark_double_quote_string, - STATE(3441), 2, + STATE(3545), 2, sym__soft_line_break, sym__inline_whitespace, - [117145] = 3, - ACTIONS(6744), 1, - sym__whitespace, - ACTIONS(6654), 3, - sym_shortcode_name, - aux_sym_shortcode_naked_string_token1, - aux_sym_shortcode_naked_string_token2, - ACTIONS(6652), 7, - sym__language_specifier_token, - sym__key_specifier_token, - sym__shortcode_close_escaped, - sym__shortcode_open, - aux_sym__commonmark_single_quote_string_token1, - aux_sym__commonmark_double_quote_string_token1, - sym_shortcode_number, - [117163] = 10, - ACTIONS(6536), 1, + [121557] = 10, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6668), 1, + ACTIONS(6794), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6746), 1, + ACTIONS(6888), 1, anon_sym_RPAREN, - ACTIONS(6748), 1, + ACTIONS(6890), 1, sym__whitespace, - STATE(2603), 1, + STATE(2663), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3864), 1, + STATE(3747), 1, sym__commonmark_double_quote_string, - STATE(3432), 2, + STATE(3457), 2, sym__soft_line_break, sym__inline_whitespace, - [117195] = 10, - ACTIONS(6536), 1, + [121589] = 10, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6668), 1, + ACTIONS(6794), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6750), 1, + ACTIONS(6892), 1, anon_sym_RPAREN, - ACTIONS(6752), 1, + ACTIONS(6894), 1, sym__whitespace, - STATE(2585), 1, + STATE(2687), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3979), 1, + STATE(4085), 1, sym__commonmark_double_quote_string, - STATE(3449), 2, + STATE(3516), 2, sym__soft_line_break, sym__inline_whitespace, - [117227] = 10, - ACTIONS(6536), 1, + [121621] = 10, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6668), 1, + ACTIONS(6794), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6754), 1, + ACTIONS(6896), 1, anon_sym_RPAREN, - ACTIONS(6756), 1, + ACTIONS(6898), 1, sym__whitespace, - STATE(2558), 1, + STATE(2705), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(4074), 1, + STATE(3682), 1, sym__commonmark_double_quote_string, - STATE(3334), 2, - sym__soft_line_break, - sym__inline_whitespace, - [117259] = 7, - ACTIONS(6698), 1, - sym__soft_line_ending, - ACTIONS(6722), 1, - aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6724), 1, - aux_sym__commonmark_double_quote_string_token1, - ACTIONS(6760), 1, - sym__whitespace, - STATE(2635), 2, + STATE(3551), 2, sym__soft_line_break, sym__inline_whitespace, - STATE(2976), 2, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - ACTIONS(6758), 3, - sym__value_specifier_token, - anon_sym_SQUOTE_SQUOTE, - anon_sym_DQUOTE_DQUOTE, - [117285] = 2, - ACTIONS(6764), 3, + [121653] = 2, + ACTIONS(6902), 3, sym_shortcode_name, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - ACTIONS(6762), 7, + ACTIONS(6900), 7, sym__language_specifier_token, sym__key_specifier_token, sym__shortcode_close_escaped, @@ -169992,2463 +174124,2711 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__commonmark_single_quote_string_token1, aux_sym__commonmark_double_quote_string_token1, sym_shortcode_number, - [117300] = 4, - ACTIONS(6370), 1, + [121668] = 2, + ACTIONS(6904), 1, + sym_block_continuation, + ACTIONS(2383), 9, sym__soft_line_ending, - STATE(2610), 1, - sym__soft_line_break, - ACTIONS(6654), 3, + sym_raw_specifier, + sym__language_specifier_token, + sym__key_specifier_token, + anon_sym_LBRACE, + anon_sym_RBRACE, + aux_sym_commonmark_specifier_token1, + aux_sym__commonmark_specifier_start_with_class_token1, + sym__whitespace, + [121683] = 2, + ACTIONS(6902), 3, sym_shortcode_name, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - ACTIONS(6652), 5, + ACTIONS(6900), 7, sym__language_specifier_token, + sym__key_specifier_token, sym__shortcode_open, + sym__shortcode_close, aux_sym__commonmark_single_quote_string_token1, aux_sym__commonmark_double_quote_string_token1, sym_shortcode_number, - [117319] = 3, - ACTIONS(6766), 1, - sym_block_continuation, - ACTIONS(2385), 3, + [121698] = 4, + ACTIONS(6440), 1, + sym__soft_line_ending, + STATE(2719), 1, + sym__soft_line_break, + ACTIONS(6772), 3, sym_shortcode_name, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - ACTIONS(2383), 6, + ACTIONS(6770), 5, sym__language_specifier_token, sym__shortcode_open, aux_sym__commonmark_single_quote_string_token1, aux_sym__commonmark_double_quote_string_token1, sym_shortcode_number, - sym__whitespace, - [117336] = 2, - ACTIONS(6764), 3, + [121717] = 3, + ACTIONS(6906), 1, + sym_block_continuation, + ACTIONS(2385), 3, sym_shortcode_name, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - ACTIONS(6762), 7, + ACTIONS(2383), 6, sym__language_specifier_token, - sym__key_specifier_token, sym__shortcode_open, - sym__shortcode_close, aux_sym__commonmark_single_quote_string_token1, aux_sym__commonmark_double_quote_string_token1, sym_shortcode_number, - [117351] = 7, - ACTIONS(6768), 1, - anon_sym_COLON, - ACTIONS(6771), 1, - anon_sym_DASH, - ACTIONS(6774), 1, sym__whitespace, - STATE(2554), 1, - aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2801), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(3350), 1, - sym_pipe_table_delimiter_cell, - ACTIONS(6777), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [117375] = 8, - ACTIONS(6664), 1, + [121734] = 8, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6779), 1, + ACTIONS(6908), 1, anon_sym_RPAREN, - ACTIONS(6781), 1, + ACTIONS(6910), 1, sym__whitespace, - ACTIONS(6783), 1, - sym__soft_line_ending, - STATE(2561), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(2530), 2, + STATE(3520), 2, sym__soft_line_break, sym__inline_whitespace, - [117401] = 8, - ACTIONS(6664), 1, + [121760] = 8, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6783), 1, - sym__soft_line_ending, - ACTIONS(6785), 1, + ACTIONS(6912), 1, anon_sym_RPAREN, - ACTIONS(6787), 1, + ACTIONS(6914), 1, sym__whitespace, - STATE(2591), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(2541), 2, + STATE(3535), 2, sym__soft_line_break, sym__inline_whitespace, - [117427] = 8, - ACTIONS(6664), 1, + [121786] = 8, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6783), 1, - sym__soft_line_ending, - ACTIONS(6789), 1, + ACTIONS(6916), 1, anon_sym_RPAREN, - ACTIONS(6791), 1, + ACTIONS(6918), 1, sym__whitespace, - STATE(2563), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(2531), 2, + STATE(3571), 2, sym__soft_line_break, sym__inline_whitespace, - [117453] = 8, - ACTIONS(6536), 1, + [121812] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6793), 1, + ACTIONS(6920), 1, anon_sym_RPAREN, - ACTIONS(6795), 1, + ACTIONS(6922), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3339), 2, + STATE(3565), 2, sym__soft_line_break, sym__inline_whitespace, - [117479] = 8, - ACTIONS(6536), 1, + [121838] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6797), 1, + ACTIONS(6924), 1, anon_sym_RPAREN, - ACTIONS(6799), 1, + ACTIONS(6926), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3363), 2, + STATE(3514), 2, sym__soft_line_break, sym__inline_whitespace, - [117505] = 8, - ACTIONS(6536), 1, + [121864] = 7, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6628), 1, + sym__whitespace, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6928), 1, + anon_sym_RBRACE, + STATE(3161), 1, + sym__attr_ws, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + STATE(2716), 2, + sym__commonmark_key_value_specifier, + aux_sym__commonmark_specifier_start_with_kv_repeat1, + [121888] = 8, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6801), 1, + ACTIONS(6930), 1, anon_sym_RPAREN, - ACTIONS(6803), 1, + ACTIONS(6932), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3366), 2, + STATE(3523), 2, sym__soft_line_break, sym__inline_whitespace, - [117531] = 8, - ACTIONS(6536), 1, + [121914] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6805), 1, + ACTIONS(6934), 1, anon_sym_RPAREN, - ACTIONS(6807), 1, + ACTIONS(6936), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3397), 2, + STATE(3555), 2, sym__soft_line_break, sym__inline_whitespace, - [117557] = 8, - ACTIONS(6664), 1, + [121940] = 8, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6783), 1, - sym__soft_line_ending, - ACTIONS(6809), 1, + ACTIONS(6938), 1, anon_sym_RPAREN, - ACTIONS(6811), 1, + ACTIONS(6940), 1, sym__whitespace, - STATE(2565), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(2532), 2, + STATE(3448), 2, sym__soft_line_break, sym__inline_whitespace, - [117583] = 8, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6664), 1, + [121966] = 8, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6813), 1, + ACTIONS(6942), 1, anon_sym_RPAREN, - ACTIONS(6815), 1, + ACTIONS(6944), 1, sym__whitespace, - STATE(2624), 1, + ACTIONS(6946), 1, + sym__soft_line_ending, + STATE(2668), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3371), 2, + STATE(2637), 2, sym__soft_line_break, sym__inline_whitespace, - [117609] = 8, - ACTIONS(6536), 1, + [121992] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6817), 1, + ACTIONS(6948), 1, anon_sym_RPAREN, - ACTIONS(6819), 1, + ACTIONS(6950), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3380), 2, + STATE(3510), 2, sym__soft_line_break, sym__inline_whitespace, - [117635] = 8, - ACTIONS(6536), 1, + [122018] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6821), 1, + ACTIONS(6952), 1, anon_sym_RPAREN, - ACTIONS(6823), 1, + ACTIONS(6954), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3384), 2, + STATE(3524), 2, sym__soft_line_break, sym__inline_whitespace, - [117661] = 8, - ACTIONS(6664), 1, + [122044] = 8, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6783), 1, - sym__soft_line_ending, - ACTIONS(6825), 1, + ACTIONS(6956), 1, anon_sym_RPAREN, - ACTIONS(6827), 1, + ACTIONS(6958), 1, sym__whitespace, - STATE(2602), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(2539), 2, + STATE(3556), 2, sym__soft_line_break, sym__inline_whitespace, - [117687] = 8, - ACTIONS(6536), 1, + [122070] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6829), 1, + ACTIONS(6960), 1, anon_sym_RPAREN, - ACTIONS(6831), 1, + ACTIONS(6962), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3358), 2, + STATE(3541), 2, sym__soft_line_break, sym__inline_whitespace, - [117713] = 8, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6664), 1, + [122096] = 8, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6833), 1, + ACTIONS(6946), 1, + sym__soft_line_ending, + ACTIONS(6964), 1, anon_sym_RPAREN, - ACTIONS(6835), 1, + ACTIONS(6966), 1, sym__whitespace, - STATE(2624), 1, + STATE(2697), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3388), 2, + STATE(2640), 2, sym__soft_line_break, sym__inline_whitespace, - [117739] = 8, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6664), 1, + [122122] = 8, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6837), 1, + ACTIONS(6946), 1, + sym__soft_line_ending, + ACTIONS(6968), 1, anon_sym_RPAREN, - ACTIONS(6839), 1, + ACTIONS(6970), 1, sym__whitespace, - STATE(2624), 1, + STATE(2709), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3400), 2, + STATE(2633), 2, sym__soft_line_break, sym__inline_whitespace, - [117765] = 3, - ACTIONS(6841), 1, - sym__whitespace, - ACTIONS(6654), 3, + [122148] = 2, + ACTIONS(2711), 3, sym_shortcode_name, aux_sym_shortcode_naked_string_token1, aux_sym_shortcode_naked_string_token2, - ACTIONS(6652), 5, + ACTIONS(2709), 6, sym__language_specifier_token, sym__shortcode_open, aux_sym__commonmark_single_quote_string_token1, aux_sym__commonmark_double_quote_string_token1, sym_shortcode_number, - [117781] = 8, - ACTIONS(6536), 1, + sym__whitespace, + [122162] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6843), 1, + ACTIONS(6972), 1, anon_sym_RPAREN, - ACTIONS(6845), 1, + ACTIONS(6974), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3412), 2, + STATE(3498), 2, sym__soft_line_break, sym__inline_whitespace, - [117807] = 8, - ACTIONS(6536), 1, + [122188] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6847), 1, + ACTIONS(6976), 1, anon_sym_RPAREN, - ACTIONS(6849), 1, + ACTIONS(6978), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3394), 2, + STATE(3542), 2, sym__soft_line_break, sym__inline_whitespace, - [117833] = 8, - ACTIONS(6536), 1, + [122214] = 4, + ACTIONS(6980), 1, + sym__whitespace, + ACTIONS(6983), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + STATE(2674), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + ACTIONS(6818), 5, + sym__key_specifier_token, + anon_sym_DASH, + anon_sym_RBRACE, + aux_sym_commonmark_specifier_token1, + aux_sym__commonmark_specifier_start_with_class_token1, + [122232] = 7, + ACTIONS(6986), 1, + anon_sym_RBRACE, + ACTIONS(6988), 1, + sym__whitespace, + ACTIONS(6991), 1, + sym__soft_line_ending, + ACTIONS(6994), 1, + sym__key_specifier_token, + STATE(3431), 1, + sym__attr_ws, + STATE(2675), 2, + sym__commonmark_key_value_specifier, + aux_sym__commonmark_specifier_start_with_kv_repeat1, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + [122256] = 8, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6851), 1, + ACTIONS(6997), 1, anon_sym_RPAREN, - ACTIONS(6853), 1, + ACTIONS(6999), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3451), 2, + STATE(3511), 2, sym__soft_line_break, sym__inline_whitespace, - [117859] = 8, - ACTIONS(6664), 1, + [122282] = 8, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6783), 1, + ACTIONS(6946), 1, sym__soft_line_ending, - ACTIONS(6855), 1, + ACTIONS(7001), 1, anon_sym_RPAREN, - ACTIONS(6857), 1, + ACTIONS(7003), 1, sym__whitespace, - STATE(2573), 1, + STATE(2686), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(2547), 2, + STATE(2642), 2, sym__soft_line_break, sym__inline_whitespace, - [117885] = 8, - ACTIONS(6664), 1, + [122308] = 8, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6783), 1, - sym__soft_line_ending, - ACTIONS(6859), 1, + ACTIONS(7005), 1, anon_sym_RPAREN, - ACTIONS(6861), 1, + ACTIONS(7007), 1, sym__whitespace, - STATE(2579), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(2538), 2, + STATE(3505), 2, sym__soft_line_break, sym__inline_whitespace, - [117911] = 8, - ACTIONS(6536), 1, + [122334] = 7, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6628), 1, + sym__whitespace, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6928), 1, + anon_sym_RBRACE, + STATE(2904), 1, + sym__attr_ws, + STATE(2688), 2, + sym__commonmark_key_value_specifier, + aux_sym__commonmark_specifier_start_with_kv_repeat1, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + [122358] = 8, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6863), 1, + ACTIONS(6946), 1, + sym__soft_line_ending, + ACTIONS(7009), 1, anon_sym_RPAREN, - ACTIONS(6865), 1, + ACTIONS(7011), 1, sym__whitespace, - STATE(2624), 1, + STATE(2678), 1, + aux_sym_target_repeat1, + STATE(2997), 1, + sym_shortcode, + STATE(2629), 2, + sym__soft_line_break, + sym__inline_whitespace, + [122384] = 8, + ACTIONS(6790), 1, + aux_sym_target_token2, + ACTIONS(6798), 1, + sym__shortcode_open, + ACTIONS(6946), 1, + sym__soft_line_ending, + ACTIONS(7013), 1, + anon_sym_RPAREN, + ACTIONS(7015), 1, + sym__whitespace, + STATE(2692), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3421), 2, + STATE(2646), 2, sym__soft_line_break, sym__inline_whitespace, - [117937] = 7, - ACTIONS(6867), 1, + [122410] = 7, + ACTIONS(7017), 1, anon_sym_COLON, - ACTIONS(6869), 1, + ACTIONS(7019), 1, anon_sym_DASH, - ACTIONS(6871), 1, + ACTIONS(7021), 1, sym__whitespace, - STATE(2554), 1, + STATE(2708), 1, aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2617), 1, + STATE(2720), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2877), 1, + STATE(2926), 1, sym_pipe_table_delimiter_cell, - ACTIONS(6873), 3, + ACTIONS(7023), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [117961] = 8, - ACTIONS(6664), 1, + [122434] = 8, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6783), 1, + ACTIONS(6946), 1, sym__soft_line_ending, - ACTIONS(6875), 1, + ACTIONS(7025), 1, anon_sym_RPAREN, - ACTIONS(6877), 1, + ACTIONS(7027), 1, sym__whitespace, - STATE(2589), 1, + STATE(2698), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(2544), 2, + STATE(2627), 2, sym__soft_line_break, sym__inline_whitespace, - [117987] = 8, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6664), 1, + [122460] = 8, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6879), 1, + ACTIONS(6946), 1, + sym__soft_line_ending, + ACTIONS(7029), 1, anon_sym_RPAREN, - ACTIONS(6881), 1, + ACTIONS(7031), 1, sym__whitespace, - STATE(2624), 1, + STATE(2665), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3415), 2, + STATE(2625), 2, sym__soft_line_break, sym__inline_whitespace, - [118013] = 8, - ACTIONS(6664), 1, - aux_sym_target_token2, - ACTIONS(6672), 1, + [122486] = 3, + ACTIONS(7033), 1, + sym__whitespace, + ACTIONS(6772), 3, + sym_shortcode_name, + aux_sym_shortcode_naked_string_token1, + aux_sym_shortcode_naked_string_token2, + ACTIONS(6770), 5, + sym__language_specifier_token, sym__shortcode_open, - ACTIONS(6783), 1, + aux_sym__commonmark_single_quote_string_token1, + aux_sym__commonmark_double_quote_string_token1, + sym_shortcode_number, + [122502] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6883), 1, + ACTIONS(6790), 1, + aux_sym_target_token2, + ACTIONS(6798), 1, + sym__shortcode_open, + ACTIONS(7035), 1, anon_sym_RPAREN, - ACTIONS(6885), 1, + ACTIONS(7037), 1, sym__whitespace, - STATE(2559), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(2536), 2, + STATE(3476), 2, sym__soft_line_break, sym__inline_whitespace, - [118039] = 8, - ACTIONS(6536), 1, + [122528] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6887), 1, + ACTIONS(7039), 1, anon_sym_RPAREN, - ACTIONS(6889), 1, + ACTIONS(7041), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3418), 2, + STATE(3519), 2, sym__soft_line_break, sym__inline_whitespace, - [118065] = 8, - ACTIONS(6664), 1, - aux_sym_target_token2, - ACTIONS(6672), 1, - sym__shortcode_open, - ACTIONS(6783), 1, - sym__soft_line_ending, - ACTIONS(6891), 1, - anon_sym_RPAREN, - ACTIONS(6893), 1, + [122554] = 7, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(6628), 1, sym__whitespace, - STATE(2571), 1, - aux_sym_target_repeat1, - STATE(2818), 1, - sym_shortcode, - STATE(2534), 2, + ACTIONS(6630), 1, + sym__soft_line_ending, + ACTIONS(7043), 1, + anon_sym_RBRACE, + STATE(2953), 1, + sym__attr_ws, + STATE(2675), 2, + sym__commonmark_key_value_specifier, + aux_sym__commonmark_specifier_start_with_kv_repeat1, + STATE(2701), 2, sym__soft_line_break, - sym__inline_whitespace, - [118091] = 8, - ACTIONS(6536), 1, + aux_sym__attr_ws_repeat1, + [122578] = 7, + ACTIONS(7017), 1, + anon_sym_COLON, + ACTIONS(7019), 1, + anon_sym_DASH, + ACTIONS(7045), 1, + sym__whitespace, + STATE(2708), 1, + aux_sym_pipe_table_delimiter_row_repeat1, + STATE(2720), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(3008), 1, + sym_pipe_table_delimiter_cell, + ACTIONS(7047), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [122602] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6895), 1, + ACTIONS(7049), 1, anon_sym_RPAREN, - ACTIONS(6897), 1, + ACTIONS(7051), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3398), 2, + STATE(3477), 2, sym__soft_line_break, sym__inline_whitespace, - [118117] = 8, - ACTIONS(6664), 1, + [122628] = 8, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6783), 1, + ACTIONS(6946), 1, sym__soft_line_ending, - ACTIONS(6899), 1, + ACTIONS(7053), 1, anon_sym_RPAREN, - ACTIONS(6901), 1, + ACTIONS(7055), 1, sym__whitespace, - STATE(2587), 1, + STATE(2655), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(2543), 2, + STATE(2647), 2, sym__soft_line_break, sym__inline_whitespace, - [118143] = 8, - ACTIONS(6536), 1, + [122654] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6903), 1, + ACTIONS(7057), 1, anon_sym_RPAREN, - ACTIONS(6905), 1, + ACTIONS(7059), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3455), 2, + STATE(3546), 2, sym__soft_line_break, sym__inline_whitespace, - [118169] = 7, - ACTIONS(6867), 1, - anon_sym_COLON, - ACTIONS(6869), 1, - anon_sym_DASH, - ACTIONS(6907), 1, + [122680] = 1, + ACTIONS(2709), 9, + sym__soft_line_ending, + sym_raw_specifier, + sym__language_specifier_token, + sym__key_specifier_token, + anon_sym_LBRACE, + anon_sym_RBRACE, + aux_sym_commonmark_specifier_token1, + aux_sym__commonmark_specifier_start_with_class_token1, sym__whitespace, - STATE(2554), 1, - aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2617), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2882), 1, - sym_pipe_table_delimiter_cell, - ACTIONS(6909), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [118193] = 8, - ACTIONS(6536), 1, + [122692] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6911), 1, + ACTIONS(7061), 1, anon_sym_RPAREN, - ACTIONS(6913), 1, + ACTIONS(7063), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3346), 2, + STATE(3547), 2, sym__soft_line_break, sym__inline_whitespace, - [118219] = 8, - ACTIONS(6664), 1, + [122718] = 8, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6783), 1, + ACTIONS(6946), 1, sym__soft_line_ending, - ACTIONS(6915), 1, + ACTIONS(7065), 1, anon_sym_RPAREN, - ACTIONS(6917), 1, + ACTIONS(7067), 1, sym__whitespace, - STATE(2599), 1, + STATE(2710), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(2529), 2, + STATE(2638), 2, sym__soft_line_break, sym__inline_whitespace, - [118245] = 8, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6664), 1, + [122744] = 8, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6919), 1, + ACTIONS(6946), 1, + sym__soft_line_ending, + ACTIONS(7069), 1, anon_sym_RPAREN, - ACTIONS(6921), 1, + ACTIONS(7071), 1, sym__whitespace, - STATE(2624), 1, + STATE(2714), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3442), 2, + STATE(2648), 2, sym__soft_line_break, sym__inline_whitespace, - [118271] = 8, - ACTIONS(6536), 1, + [122770] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6923), 1, + ACTIONS(7073), 1, anon_sym_RPAREN, - ACTIONS(6925), 1, + ACTIONS(7075), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3349), 2, + STATE(3496), 2, sym__soft_line_break, sym__inline_whitespace, - [118297] = 8, - ACTIONS(6536), 1, + [122796] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6927), 1, + ACTIONS(7077), 1, anon_sym_RPAREN, - ACTIONS(6929), 1, + ACTIONS(7079), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3315), 2, + STATE(3533), 2, sym__soft_line_break, sym__inline_whitespace, - [118323] = 8, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6664), 1, + [122822] = 7, + ACTIONS(7017), 1, + anon_sym_COLON, + ACTIONS(7019), 1, + anon_sym_DASH, + ACTIONS(7081), 1, + sym__whitespace, + STATE(2708), 1, + aux_sym_pipe_table_delimiter_row_repeat1, + STATE(2720), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(2952), 1, + sym_pipe_table_delimiter_cell, + ACTIONS(7083), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [122846] = 8, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6931), 1, + ACTIONS(6946), 1, + sym__soft_line_ending, + ACTIONS(7085), 1, anon_sym_RPAREN, - ACTIONS(6933), 1, + ACTIONS(7087), 1, sym__whitespace, - STATE(2624), 1, + STATE(2703), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3331), 2, + STATE(2643), 2, sym__soft_line_break, sym__inline_whitespace, - [118349] = 2, - ACTIONS(2713), 3, - sym_shortcode_name, - aux_sym_shortcode_naked_string_token1, - aux_sym_shortcode_naked_string_token2, - ACTIONS(2711), 6, - sym__language_specifier_token, - sym__shortcode_open, - aux_sym__commonmark_single_quote_string_token1, - aux_sym__commonmark_double_quote_string_token1, - sym_shortcode_number, - sym__whitespace, - [118363] = 8, - ACTIONS(6536), 1, + [122872] = 4, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(7089), 1, + sym__whitespace, + STATE(2674), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + ACTIONS(6860), 5, + sym__key_specifier_token, + anon_sym_DASH, + anon_sym_RBRACE, + aux_sym_commonmark_specifier_token1, + aux_sym__commonmark_specifier_start_with_class_token1, + [122890] = 8, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6935), 1, + ACTIONS(6946), 1, + sym__soft_line_ending, + ACTIONS(7091), 1, anon_sym_RPAREN, - ACTIONS(6937), 1, + ACTIONS(7093), 1, sym__whitespace, - STATE(2624), 1, + STATE(2715), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3453), 2, + STATE(2634), 2, sym__soft_line_break, sym__inline_whitespace, - [118389] = 8, - ACTIONS(6664), 1, + [122916] = 8, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6783), 1, - sym__soft_line_ending, - ACTIONS(6939), 1, + ACTIONS(7095), 1, anon_sym_RPAREN, - ACTIONS(6941), 1, + ACTIONS(7097), 1, sym__whitespace, - STATE(2564), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(2528), 2, + STATE(3487), 2, sym__soft_line_break, sym__inline_whitespace, - [118415] = 7, - ACTIONS(6867), 1, - anon_sym_COLON, - ACTIONS(6869), 1, - anon_sym_DASH, - ACTIONS(6943), 1, - sym__whitespace, - STATE(2554), 1, - aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2617), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2805), 1, - sym_pipe_table_delimiter_cell, - ACTIONS(6945), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [118439] = 8, - ACTIONS(6664), 1, + [122942] = 8, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6783), 1, - sym__soft_line_ending, - ACTIONS(6947), 1, + ACTIONS(7099), 1, anon_sym_RPAREN, - ACTIONS(6949), 1, + ACTIONS(7101), 1, sym__whitespace, - STATE(2600), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(2546), 2, + STATE(3530), 2, sym__soft_line_break, sym__inline_whitespace, - [118465] = 8, - ACTIONS(6536), 1, + [122968] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6951), 1, + ACTIONS(7103), 1, anon_sym_RPAREN, - ACTIONS(6953), 1, + ACTIONS(7105), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3383), 2, + STATE(3553), 2, sym__soft_line_break, sym__inline_whitespace, - [118491] = 8, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6664), 1, + [122994] = 8, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6955), 1, + ACTIONS(6946), 1, + sym__soft_line_ending, + ACTIONS(7107), 1, anon_sym_RPAREN, - ACTIONS(6957), 1, + ACTIONS(7109), 1, sym__whitespace, - STATE(2624), 1, + STATE(2713), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3356), 2, + STATE(2649), 2, sym__soft_line_break, sym__inline_whitespace, - [118517] = 8, - ACTIONS(6536), 1, + [123020] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6959), 1, + ACTIONS(7111), 1, anon_sym_RPAREN, - ACTIONS(6961), 1, + ACTIONS(7113), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3433), 2, + STATE(3488), 2, sym__soft_line_break, sym__inline_whitespace, - [118543] = 8, - ACTIONS(6536), 1, + [123046] = 7, + ACTIONS(7115), 1, + anon_sym_COLON, + ACTIONS(7118), 1, + anon_sym_DASH, + ACTIONS(7121), 1, + sym__whitespace, + STATE(2708), 1, + aux_sym_pipe_table_delimiter_row_repeat1, + STATE(2922), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(3518), 1, + sym_pipe_table_delimiter_cell, + ACTIONS(7124), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [123070] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6963), 1, + ACTIONS(7126), 1, anon_sym_RPAREN, - ACTIONS(6965), 1, + ACTIONS(7128), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3335), 2, + STATE(3513), 2, sym__soft_line_break, sym__inline_whitespace, - [118569] = 8, - ACTIONS(6536), 1, + [123096] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6967), 1, + ACTIONS(7130), 1, anon_sym_RPAREN, - ACTIONS(6969), 1, + ACTIONS(7132), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3348), 2, + STATE(3528), 2, sym__soft_line_break, sym__inline_whitespace, - [118595] = 8, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6664), 1, + [123122] = 8, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6971), 1, + ACTIONS(6946), 1, + sym__soft_line_ending, + ACTIONS(7134), 1, anon_sym_RPAREN, - ACTIONS(6973), 1, + ACTIONS(7136), 1, sym__whitespace, - STATE(2624), 1, + STATE(2661), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3436), 2, + STATE(2635), 2, sym__soft_line_break, sym__inline_whitespace, - [118621] = 8, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6664), 1, + [123148] = 8, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6975), 1, + ACTIONS(6946), 1, + sym__soft_line_ending, + ACTIONS(7138), 1, anon_sym_RPAREN, - ACTIONS(6977), 1, + ACTIONS(7140), 1, sym__whitespace, - STATE(2624), 1, + STATE(2662), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3328), 2, + STATE(2631), 2, sym__soft_line_break, sym__inline_whitespace, - [118647] = 8, - ACTIONS(6536), 1, + [123174] = 8, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(6664), 1, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6979), 1, + ACTIONS(7142), 1, anon_sym_RPAREN, - ACTIONS(6981), 1, + ACTIONS(7144), 1, sym__whitespace, - STATE(2624), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(3359), 2, + STATE(3552), 2, sym__soft_line_break, sym__inline_whitespace, - [118673] = 8, - ACTIONS(6664), 1, + [123200] = 8, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6783), 1, - sym__soft_line_ending, - ACTIONS(6983), 1, + ACTIONS(7146), 1, anon_sym_RPAREN, - ACTIONS(6985), 1, + ACTIONS(7148), 1, sym__whitespace, - STATE(2604), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(2542), 2, + STATE(3517), 2, sym__soft_line_break, sym__inline_whitespace, - [118699] = 8, - ACTIONS(6664), 1, + [123226] = 8, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6790), 1, aux_sym_target_token2, - ACTIONS(6672), 1, + ACTIONS(6798), 1, sym__shortcode_open, - ACTIONS(6783), 1, - sym__soft_line_ending, - ACTIONS(6987), 1, + ACTIONS(7150), 1, anon_sym_RPAREN, - ACTIONS(6989), 1, + ACTIONS(7152), 1, sym__whitespace, - STATE(2601), 1, + STATE(2752), 1, aux_sym_target_repeat1, - STATE(2818), 1, + STATE(2997), 1, sym_shortcode, - STATE(2548), 2, - sym__soft_line_break, - sym__inline_whitespace, - [118725] = 6, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(6648), 1, - sym__soft_line_ending, - ACTIONS(6991), 1, - anon_sym_RBRACE, - ACTIONS(6993), 1, - sym__whitespace, - STATE(2611), 2, - sym__commonmark_key_value_specifier, - aux_sym__commonmark_specifier_start_with_kv_repeat1, - STATE(3300), 2, + STATE(3564), 2, sym__soft_line_break, sym__inline_whitespace, - [118746] = 6, - ACTIONS(6542), 1, + [123252] = 7, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6995), 1, - anon_sym_RBRACE, - ACTIONS(6997), 1, + ACTIONS(6628), 1, sym__whitespace, - ACTIONS(6999), 1, - sym__soft_line_ending, - STATE(2618), 2, - sym__commonmark_key_value_specifier, - aux_sym__commonmark_specifier_start_with_kv_repeat1, - STATE(2880), 2, - sym__soft_line_break, - sym__inline_whitespace, - [118767] = 2, - ACTIONS(6764), 3, - sym_shortcode_name, - aux_sym_shortcode_naked_string_token1, - aux_sym_shortcode_naked_string_token2, - ACTIONS(6762), 5, - sym__language_specifier_token, - sym__shortcode_open, - aux_sym__commonmark_single_quote_string_token1, - aux_sym__commonmark_double_quote_string_token1, - sym_shortcode_number, - [118780] = 6, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(6648), 1, + ACTIONS(6630), 1, sym__soft_line_ending, - ACTIONS(6995), 1, + ACTIONS(7043), 1, anon_sym_RBRACE, - ACTIONS(7001), 1, - sym__whitespace, - STATE(2618), 2, + STATE(3319), 1, + sym__attr_ws, + STATE(2675), 2, sym__commonmark_key_value_specifier, aux_sym__commonmark_specifier_start_with_kv_repeat1, - STATE(3222), 2, + STATE(2701), 2, sym__soft_line_break, - sym__inline_whitespace, - [118801] = 8, - ACTIONS(7003), 1, + aux_sym__attr_ws_repeat1, + [123276] = 8, + ACTIONS(7154), 1, anon_sym_COLON, - ACTIONS(7005), 1, + ACTIONS(7156), 1, anon_sym_DASH, - ACTIONS(7007), 1, + ACTIONS(7158), 1, sym__whitespace, - ACTIONS(7009), 1, + ACTIONS(7160), 1, sym__pipe_table_delimiter, - STATE(2596), 1, + STATE(2699), 1, aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2650), 1, + STATE(2832), 1, sym_pipe_table_delimiter_row, - STATE(2801), 1, + STATE(2922), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(3350), 1, + STATE(3518), 1, sym_pipe_table_delimiter_cell, - [118826] = 4, - ACTIONS(7011), 1, - anon_sym_COLON, - ACTIONS(7013), 1, - anon_sym_DASH, - STATE(2616), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - ACTIONS(7015), 5, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - sym__pipe_table_delimiter, - sym__whitespace, - [118843] = 8, - ACTIONS(7003), 1, + [123301] = 8, + ACTIONS(7154), 1, anon_sym_COLON, - ACTIONS(7005), 1, + ACTIONS(7156), 1, anon_sym_DASH, - ACTIONS(7007), 1, + ACTIONS(7158), 1, sym__whitespace, - ACTIONS(7009), 1, + ACTIONS(7160), 1, sym__pipe_table_delimiter, - STATE(2596), 1, + STATE(2699), 1, aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2660), 1, + STATE(2764), 1, sym_pipe_table_delimiter_row, - STATE(2801), 1, + STATE(2922), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(3350), 1, + STATE(3518), 1, sym_pipe_table_delimiter_cell, - [118868] = 6, - ACTIONS(6542), 1, + [123326] = 2, + ACTIONS(6902), 3, + sym_shortcode_name, + aux_sym_shortcode_naked_string_token1, + aux_sym_shortcode_naked_string_token2, + ACTIONS(6900), 5, + sym__language_specifier_token, + sym__shortcode_open, + aux_sym__commonmark_single_quote_string_token1, + aux_sym__commonmark_double_quote_string_token1, + sym_shortcode_number, + [123339] = 4, + ACTIONS(7162), 1, + anon_sym_COLON, + ACTIONS(7164), 1, + anon_sym_DASH, + STATE(2722), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + ACTIONS(7166), 5, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + sym__pipe_table_delimiter, + sym__whitespace, + [123356] = 2, + ACTIONS(7168), 1, + sym_block_continuation, + ACTIONS(2383), 7, + sym__soft_line_ending, sym__key_specifier_token, - ACTIONS(6991), 1, + anon_sym_DASH, anon_sym_RBRACE, - ACTIONS(6999), 1, - sym__soft_line_ending, - ACTIONS(7017), 1, + aux_sym_commonmark_specifier_token1, + aux_sym__commonmark_specifier_start_with_class_token1, sym__whitespace, - STATE(2609), 2, - sym__commonmark_key_value_specifier, - aux_sym__commonmark_specifier_start_with_kv_repeat1, - STATE(2813), 2, - sym__soft_line_break, - sym__inline_whitespace, - [118889] = 3, - ACTIONS(7021), 1, + [123369] = 3, + ACTIONS(7172), 1, anon_sym_DASH, - STATE(2616), 1, + STATE(2722), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - ACTIONS(7019), 6, + ACTIONS(7170), 6, sym__line_ending, sym__eof, sym__pipe_table_line_ending, sym__pipe_table_delimiter, anon_sym_COLON, sym__whitespace, - [118904] = 4, - ACTIONS(7013), 1, + [123384] = 4, + ACTIONS(7164), 1, anon_sym_DASH, - ACTIONS(7024), 1, + ACTIONS(7175), 1, anon_sym_COLON, - STATE(2616), 1, + STATE(2722), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - ACTIONS(7026), 5, + ACTIONS(7177), 5, sym__line_ending, sym__eof, sym__pipe_table_line_ending, sym__pipe_table_delimiter, sym__whitespace, - [118921] = 6, - ACTIONS(7028), 1, - anon_sym_RBRACE, - ACTIONS(7030), 1, - sym__whitespace, - ACTIONS(7033), 1, - sym__soft_line_ending, - ACTIONS(7036), 1, - sym__key_specifier_token, - STATE(2618), 2, - sym__commonmark_key_value_specifier, - aux_sym__commonmark_specifier_start_with_kv_repeat1, - STATE(3428), 2, - sym__soft_line_break, - sym__inline_whitespace, - [118942] = 2, - ACTIONS(7039), 1, - sym_block_continuation, - ACTIONS(2383), 7, - anon_sym_RBRACE, - aux_sym_commonmark_specifier_token1, - aux_sym__commonmark_specifier_start_with_class_token2, - anon_sym_EQ, - aux_sym__commonmark_double_quote_string_token1, - sym_shortcode_name, - sym__whitespace, - [118955] = 8, - ACTIONS(7003), 1, + [123401] = 8, + ACTIONS(7154), 1, anon_sym_COLON, - ACTIONS(7005), 1, + ACTIONS(7156), 1, anon_sym_DASH, - ACTIONS(7007), 1, + ACTIONS(7158), 1, sym__whitespace, - ACTIONS(7009), 1, + ACTIONS(7160), 1, sym__pipe_table_delimiter, - STATE(2596), 1, + STATE(2699), 1, aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2667), 1, + STATE(2805), 1, sym_pipe_table_delimiter_row, - STATE(2801), 1, + STATE(2922), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(3350), 1, + STATE(3518), 1, sym_pipe_table_delimiter_cell, - [118980] = 4, - ACTIONS(6692), 1, - aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6694), 1, - aux_sym__commonmark_double_quote_string_token1, - STATE(3368), 2, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - ACTIONS(7041), 3, - sym__value_specifier_token, - anon_sym_SQUOTE_SQUOTE, - anon_sym_DQUOTE_DQUOTE, - [118996] = 5, - ACTIONS(6867), 1, + [123426] = 5, + ACTIONS(7017), 1, anon_sym_COLON, - ACTIONS(6869), 1, + ACTIONS(7019), 1, anon_sym_DASH, - STATE(2617), 1, + STATE(2720), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2845), 1, + STATE(2874), 1, sym_pipe_table_delimiter_cell, - ACTIONS(6873), 3, + ACTIONS(7047), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [119014] = 6, - ACTIONS(7043), 1, - sym__code_line, - ACTIONS(7045), 1, - sym__line_ending, - ACTIONS(7047), 1, - sym__block_close, - ACTIONS(7049), 1, - sym__fenced_code_block_end_backtick, - STATE(3317), 1, - sym_code_fence_content, - STATE(2651), 2, - sym__newline, - aux_sym_code_fence_content_repeat1, - [119034] = 5, - ACTIONS(7051), 1, - aux_sym_target_token2, - ACTIONS(7056), 1, - sym__shortcode_open, - STATE(2624), 1, - aux_sym_target_repeat1, - STATE(2818), 1, - sym_shortcode, - ACTIONS(7054), 3, - sym__soft_line_ending, - anon_sym_RPAREN, + [123444] = 6, + ACTIONS(7179), 1, + anon_sym_RBRACE, + ACTIONS(7181), 1, sym__whitespace, - [119052] = 4, - ACTIONS(6722), 1, - aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6724), 1, - aux_sym__commonmark_double_quote_string_token1, - STATE(2971), 2, - sym__commonmark_single_quote_string, - sym__commonmark_double_quote_string, - ACTIONS(7059), 3, - sym__value_specifier_token, - anon_sym_SQUOTE_SQUOTE, - anon_sym_DQUOTE_DQUOTE, - [119068] = 6, - ACTIONS(7043), 1, + ACTIONS(7184), 1, + sym__soft_line_ending, + STATE(2726), 1, + aux_sym__commonmark_specifier_start_with_class_repeat1, + STATE(4399), 1, + sym__attr_ws, + STATE(2816), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + [123464] = 6, + ACTIONS(7187), 1, sym__code_line, - ACTIONS(7045), 1, + ACTIONS(7189), 1, sym__line_ending, - ACTIONS(7061), 1, + ACTIONS(7191), 1, sym__block_close, - ACTIONS(7063), 1, + ACTIONS(7193), 1, sym__fenced_code_block_end_backtick, - STATE(3357), 1, + STATE(3454), 1, sym_code_fence_content, - STATE(2651), 2, + STATE(2795), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [119088] = 5, - ACTIONS(6867), 1, - anon_sym_COLON, - ACTIONS(6869), 1, + [123484] = 1, + ACTIONS(2709), 7, + sym__soft_line_ending, + sym__key_specifier_token, anon_sym_DASH, - STATE(2617), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2895), 1, - sym_pipe_table_delimiter_cell, - ACTIONS(6909), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [119106] = 6, - ACTIONS(7043), 1, + anon_sym_RBRACE, + aux_sym_commonmark_specifier_token1, + aux_sym__commonmark_specifier_start_with_class_token1, + sym__whitespace, + [123494] = 5, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(7197), 1, + aux_sym__commonmark_specifier_start_with_class_token2, + STATE(2679), 1, + sym__commonmark_key_value_specifier, + STATE(2775), 1, + sym__commonmark_specifier_start_with_kv, + ACTIONS(7195), 3, + sym__soft_line_ending, + anon_sym_RBRACE, + sym__whitespace, + [123512] = 4, + ACTIONS(7199), 1, + sym__whitespace, + ACTIONS(7202), 1, + sym__soft_line_ending, + STATE(2730), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + ACTIONS(6818), 3, + sym__key_specifier_token, + anon_sym_RBRACE, + aux_sym__commonmark_specifier_start_with_class_token2, + [123528] = 1, + ACTIONS(2889), 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, + [123538] = 6, + ACTIONS(7205), 1, + anon_sym_RBRACE, + ACTIONS(7207), 1, + sym__whitespace, + ACTIONS(7209), 1, + sym__soft_line_ending, + STATE(2726), 1, + aux_sym__commonmark_specifier_start_with_class_repeat1, + STATE(2920), 1, + sym__attr_ws, + STATE(2750), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + [123558] = 6, + ACTIONS(7205), 1, + anon_sym_RBRACE, + ACTIONS(7207), 1, + sym__whitespace, + ACTIONS(7209), 1, + sym__soft_line_ending, + STATE(2726), 1, + aux_sym__commonmark_specifier_start_with_class_repeat1, + STATE(2729), 1, + sym__attr_ws, + STATE(2750), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + [123578] = 6, + ACTIONS(7187), 1, sym__code_line, - ACTIONS(7045), 1, + ACTIONS(7189), 1, sym__line_ending, - ACTIONS(7065), 1, + ACTIONS(7211), 1, sym__block_close, - ACTIONS(7067), 1, + ACTIONS(7213), 1, sym__fenced_code_block_end_backtick, - STATE(3444), 1, + STATE(3459), 1, sym_code_fence_content, - STATE(2651), 2, + STATE(2795), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [119126] = 3, - ACTIONS(2385), 1, + [123598] = 4, + ACTIONS(6874), 1, + aux_sym__commonmark_single_quote_string_token1, + ACTIONS(6876), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(7069), 1, - sym_block_continuation, - ACTIONS(2383), 5, - sym__soft_line_ending, - sym__shortcode_open, - aux_sym_target_token2, - anon_sym_RPAREN, - sym__whitespace, - [119140] = 5, - ACTIONS(6867), 1, + STATE(3550), 2, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + ACTIONS(6880), 3, + sym__value_specifier_token, + anon_sym_SQUOTE_SQUOTE, + anon_sym_DQUOTE_DQUOTE, + [123614] = 5, + ACTIONS(7017), 1, anon_sym_COLON, - ACTIONS(6869), 1, + ACTIONS(7019), 1, anon_sym_DASH, - STATE(2617), 1, + STATE(2720), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(2754), 1, + STATE(2914), 1, sym_pipe_table_delimiter_cell, - ACTIONS(7071), 3, + ACTIONS(7023), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [119158] = 4, - ACTIONS(6692), 1, + [123632] = 4, + ACTIONS(6874), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6694), 1, + ACTIONS(6876), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3319), 2, + STATE(3441), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6708), 3, + ACTIONS(7215), 3, sym__value_specifier_token, anon_sym_SQUOTE_SQUOTE, anon_sym_DQUOTE_DQUOTE, - [119174] = 6, - ACTIONS(7043), 1, + [123648] = 5, + ACTIONS(7017), 1, + anon_sym_COLON, + ACTIONS(7019), 1, + anon_sym_DASH, + STATE(2720), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(3014), 1, + sym_pipe_table_delimiter_cell, + ACTIONS(7217), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [123666] = 6, + ACTIONS(7187), 1, sym__code_line, - ACTIONS(7045), 1, + ACTIONS(7189), 1, sym__line_ending, - ACTIONS(7073), 1, + ACTIONS(7219), 1, sym__block_close, - ACTIONS(7075), 1, + ACTIONS(7221), 1, sym__fenced_code_block_end_backtick, - STATE(3367), 1, + STATE(3451), 1, sym_code_fence_content, - STATE(2651), 2, + STATE(2795), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [119194] = 6, - ACTIONS(7043), 1, + [123686] = 6, + ACTIONS(7187), 1, sym__code_line, - ACTIONS(7045), 1, + ACTIONS(7189), 1, sym__line_ending, - ACTIONS(7077), 1, + ACTIONS(7223), 1, sym__block_close, - ACTIONS(7079), 1, + ACTIONS(7225), 1, sym__fenced_code_block_end_backtick, - STATE(3332), 1, + STATE(3568), 1, sym_code_fence_content, - STATE(2651), 2, + STATE(2795), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [119214] = 6, - ACTIONS(7043), 1, + [123706] = 6, + ACTIONS(7187), 1, sym__code_line, - ACTIONS(7045), 1, + ACTIONS(7189), 1, sym__line_ending, - ACTIONS(7081), 1, + ACTIONS(7227), 1, + sym__block_close, + ACTIONS(7229), 1, + sym__fenced_code_block_end_backtick, + STATE(3531), 1, + sym_code_fence_content, + STATE(2795), 2, + sym__newline, + aux_sym_code_fence_content_repeat1, + [123726] = 6, + ACTIONS(7187), 1, + sym__code_line, + ACTIONS(7189), 1, + sym__line_ending, + ACTIONS(7231), 1, sym__block_close, - ACTIONS(7083), 1, + ACTIONS(7233), 1, sym__fenced_code_block_end_backtick, - STATE(3430), 1, + STATE(3538), 1, sym_code_fence_content, - STATE(2651), 2, + STATE(2795), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [119234] = 4, - ACTIONS(6722), 1, + [123746] = 4, + ACTIONS(6802), 1, aux_sym__commonmark_single_quote_string_token1, - ACTIONS(6724), 1, + ACTIONS(6804), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(2927), 2, + STATE(3055), 2, sym__commonmark_single_quote_string, sym__commonmark_double_quote_string, - ACTIONS(6720), 3, + ACTIONS(6800), 3, sym__value_specifier_token, anon_sym_SQUOTE_SQUOTE, anon_sym_DQUOTE_DQUOTE, - [119250] = 6, - ACTIONS(7043), 1, + [123762] = 5, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(7197), 1, + aux_sym__commonmark_specifier_start_with_class_token2, + STATE(2679), 1, + sym__commonmark_key_value_specifier, + STATE(2765), 1, + sym__commonmark_specifier_start_with_kv, + ACTIONS(7205), 3, + sym__soft_line_ending, + anon_sym_RBRACE, + sym__whitespace, + [123780] = 6, + ACTIONS(7187), 1, sym__code_line, - ACTIONS(7045), 1, + ACTIONS(7189), 1, sym__line_ending, - ACTIONS(7085), 1, + ACTIONS(7235), 1, sym__block_close, - ACTIONS(7087), 1, + ACTIONS(7237), 1, sym__fenced_code_block_end_backtick, - STATE(3389), 1, + STATE(3548), 1, sym_code_fence_content, - STATE(2651), 2, + STATE(2795), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [119270] = 1, - ACTIONS(2711), 7, + [123800] = 6, + ACTIONS(7207), 1, + sym__whitespace, + ACTIONS(7209), 1, + sym__soft_line_ending, + ACTIONS(7239), 1, anon_sym_RBRACE, - aux_sym_commonmark_specifier_token1, - aux_sym__commonmark_specifier_start_with_class_token2, - anon_sym_EQ, + STATE(2732), 1, + aux_sym__commonmark_specifier_start_with_class_repeat1, + STATE(2908), 1, + sym__attr_ws, + STATE(2750), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + [123820] = 4, + ACTIONS(6802), 1, + aux_sym__commonmark_single_quote_string_token1, + ACTIONS(6804), 1, aux_sym__commonmark_double_quote_string_token1, - sym_shortcode_name, - sym__whitespace, - [119280] = 6, - ACTIONS(7043), 1, + STATE(3033), 2, + sym__commonmark_single_quote_string, + sym__commonmark_double_quote_string, + ACTIONS(7241), 3, + sym__value_specifier_token, + anon_sym_SQUOTE_SQUOTE, + anon_sym_DQUOTE_DQUOTE, + [123836] = 6, + ACTIONS(7187), 1, sym__code_line, - ACTIONS(7045), 1, + ACTIONS(7189), 1, sym__line_ending, - ACTIONS(7089), 1, + ACTIONS(7243), 1, sym__block_close, - ACTIONS(7091), 1, + ACTIONS(7245), 1, sym__fenced_code_block_end_backtick, - STATE(3374), 1, + STATE(3558), 1, sym_code_fence_content, - STATE(2651), 2, + STATE(2795), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [119300] = 6, - ACTIONS(7043), 1, + [123856] = 6, + ACTIONS(7187), 1, sym__code_line, - ACTIONS(7045), 1, + ACTIONS(7189), 1, sym__line_ending, - ACTIONS(7093), 1, + ACTIONS(7247), 1, sym__block_close, - ACTIONS(7095), 1, + ACTIONS(7249), 1, sym__fenced_code_block_end_backtick, - STATE(3423), 1, + STATE(3449), 1, sym_code_fence_content, - STATE(2651), 2, + STATE(2795), 2, sym__newline, aux_sym_code_fence_content_repeat1, - [119320] = 1, - ACTIONS(2895), 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, - [119330] = 5, - ACTIONS(7097), 1, - aux_sym__commonmark_single_quote_string_token1, - ACTIONS(7099), 1, - aux_sym__commonmark_single_quote_string_token3, - ACTIONS(7101), 1, - aux_sym__commonmark_single_quote_string_token4, - ACTIONS(7103), 1, - sym__shortcode_open, - STATE(2705), 2, - sym_shortcode, - aux_sym__commonmark_single_quote_string_repeat1, - [119347] = 6, - ACTIONS(6656), 1, + [123876] = 4, + ACTIONS(7209), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7251), 1, sym__whitespace, - STATE(2436), 1, - sym__shortcode_sep, - STATE(2527), 1, + STATE(2730), 2, sym__soft_line_break, - STATE(2789), 1, - aux_sym_shortcode_repeat1, - STATE(2832), 1, - aux_sym_shortcode_escaped_repeat1, - [119366] = 5, - ACTIONS(7107), 1, + aux_sym__attr_ws_repeat1, + ACTIONS(6860), 3, + sym__key_specifier_token, + anon_sym_RBRACE, + aux_sym__commonmark_specifier_start_with_class_token2, + [123892] = 3, + ACTIONS(2385), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(7109), 1, - aux_sym__commonmark_double_quote_string_token3, - ACTIONS(7112), 1, - aux_sym__commonmark_double_quote_string_token4, - ACTIONS(7115), 1, + ACTIONS(7253), 1, + sym_block_continuation, + ACTIONS(2383), 5, + sym__soft_line_ending, sym__shortcode_open, - STATE(2643), 2, - sym_shortcode, - aux_sym__commonmark_double_quote_string_repeat1, - [119383] = 5, - ACTIONS(7118), 1, - aux_sym__commonmark_single_quote_string_token1, - ACTIONS(7120), 1, - aux_sym__commonmark_single_quote_string_token3, - ACTIONS(7123), 1, - aux_sym__commonmark_single_quote_string_token4, - ACTIONS(7126), 1, + aux_sym_target_token2, + anon_sym_RPAREN, + sym__whitespace, + [123906] = 5, + ACTIONS(7255), 1, + aux_sym_target_token2, + ACTIONS(7260), 1, sym__shortcode_open, - STATE(2644), 2, + STATE(2752), 1, + aux_sym_target_repeat1, + STATE(2997), 1, sym_shortcode, - aux_sym__commonmark_single_quote_string_repeat1, - [119400] = 5, - ACTIONS(7129), 1, + ACTIONS(7258), 3, + sym__soft_line_ending, + anon_sym_RPAREN, + sym__whitespace, + [123924] = 6, + ACTIONS(7207), 1, + sym__whitespace, + ACTIONS(7209), 1, + sym__soft_line_ending, + ACTIONS(7239), 1, + anon_sym_RBRACE, + STATE(2733), 1, + aux_sym__commonmark_specifier_start_with_class_repeat1, + STATE(2744), 1, + sym__attr_ws, + STATE(2750), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + [123944] = 5, + ACTIONS(7263), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(7131), 1, + ACTIONS(7265), 1, aux_sym__commonmark_double_quote_string_token3, - ACTIONS(7133), 1, + ACTIONS(7267), 1, aux_sym__commonmark_double_quote_string_token4, - ACTIONS(7135), 1, - sym__shortcode_open, - STATE(2646), 2, - sym_shortcode, - aux_sym__commonmark_double_quote_string_repeat1, - [119417] = 5, - ACTIONS(7135), 1, + ACTIONS(7269), 1, sym__shortcode_open, - ACTIONS(7137), 1, - aux_sym__commonmark_double_quote_string_token1, - ACTIONS(7139), 1, - aux_sym__commonmark_double_quote_string_token3, - ACTIONS(7141), 1, - aux_sym__commonmark_double_quote_string_token4, - STATE(2643), 2, + STATE(2763), 2, sym_shortcode, aux_sym__commonmark_double_quote_string_repeat1, - [119434] = 5, - ACTIONS(6532), 1, + [123961] = 5, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(7271), 1, + anon_sym_RBRACE, + ACTIONS(7273), 1, aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(6542), 1, + STATE(2679), 1, + sym__commonmark_key_value_specifier, + STATE(2761), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [123978] = 5, + ACTIONS(6380), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(7143), 1, + ACTIONS(7275), 1, aux_sym_commonmark_specifier_token1, - STATE(2608), 1, + STATE(2660), 1, sym__commonmark_key_value_specifier, - STATE(3787), 2, + STATE(3598), 2, sym__commonmark_specifier_start_with_class, sym__commonmark_specifier_start_with_kv, - [119451] = 4, - ACTIONS(7145), 1, - sym__code_line, - ACTIONS(7148), 1, - sym__line_ending, - ACTIONS(7151), 2, - sym__block_close, - sym__fenced_code_block_end_backtick, - STATE(2648), 2, - sym__newline, - aux_sym_code_fence_content_repeat1, - [119466] = 6, - ACTIONS(7003), 1, - anon_sym_COLON, - ACTIONS(7005), 1, - anon_sym_DASH, - ACTIONS(7153), 1, - sym__whitespace, - STATE(2586), 1, - aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2801), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(3350), 1, - sym_pipe_table_delimiter_cell, - [119485] = 6, - ACTIONS(23), 1, - sym__line_ending, - ACTIONS(7155), 1, - sym__eof, - ACTIONS(7157), 1, - sym__pipe_table_line_ending, - STATE(128), 1, - sym__pipe_table_newline, - STATE(380), 1, - sym__newline, - STATE(2662), 1, - aux_sym_pipe_table_repeat1, - [119504] = 4, - ACTIONS(7045), 1, - sym__line_ending, - ACTIONS(7159), 1, - sym__code_line, - ACTIONS(7161), 2, - sym__block_close, - sym__fenced_code_block_end_backtick, - STATE(2648), 2, - sym__newline, - aux_sym_code_fence_content_repeat1, - [119519] = 5, - ACTIONS(7163), 1, - anon_sym_RBRACE, - ACTIONS(7165), 1, - sym__whitespace, - ACTIONS(7167), 1, - sym__soft_line_ending, - STATE(2669), 1, - aux_sym__commonmark_specifier_start_with_class_repeat1, - STATE(2928), 2, - sym__soft_line_break, - sym__inline_whitespace, - [119536] = 6, - ACTIONS(6660), 1, + [123995] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2444), 1, - sym__shortcode_sep, STATE(2545), 1, + sym__shortcode_sep, + STATE(2624), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2759), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2837), 1, + STATE(2957), 1, aux_sym_shortcode_escaped_repeat2, - [119555] = 6, - ACTIONS(6656), 1, + [124014] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2445), 1, + STATE(2550), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2760), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2841), 1, + STATE(2958), 1, aux_sym_shortcode_repeat1, - [119574] = 5, - ACTIONS(7171), 1, - anon_sym_RBRACE, - ACTIONS(7173), 1, - sym__whitespace, - ACTIONS(7176), 1, - sym__soft_line_ending, - STATE(2655), 1, - aux_sym__commonmark_specifier_start_with_class_repeat1, - STATE(3506), 2, - sym__soft_line_break, - sym__inline_whitespace, - [119591] = 5, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(7179), 1, - anon_sym_RBRACE, - ACTIONS(7181), 1, - aux_sym__commonmark_specifier_start_with_class_token1, - STATE(2615), 1, - sym__commonmark_key_value_specifier, - STATE(2866), 2, - sym__commonmark_specifier_start_with_class, - sym__commonmark_specifier_start_with_kv, - [119608] = 6, - ACTIONS(7045), 1, - sym__line_ending, - ACTIONS(7183), 1, - anon_sym_LBRACE, - ACTIONS(7185), 1, - sym__commonmark_naked_value, - ACTIONS(7187), 1, - sym__whitespace, - STATE(2634), 1, - sym__newline, - STATE(3419), 1, - sym_attribute_specifier, - [119627] = 6, - ACTIONS(6660), 1, + [124033] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2453), 1, + STATE(2554), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2653), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2755), 1, + STATE(2959), 1, aux_sym_shortcode_escaped_repeat2, - [119646] = 6, - ACTIONS(6656), 1, + STATE(2987), 1, + aux_sym_shortcode_escaped_repeat1, + [124052] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2454), 1, + STATE(2529), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2654), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2757), 1, + STATE(2960), 1, aux_sym_shortcode_repeat1, - [119665] = 6, - ACTIONS(227), 1, - sym__line_ending, - ACTIONS(7157), 1, - sym__pipe_table_line_ending, - ACTIONS(7189), 1, - sym__eof, - STATE(133), 1, - sym__pipe_table_newline, - STATE(252), 1, - sym__newline, - STATE(2665), 1, - aux_sym_pipe_table_repeat1, - [119684] = 6, - ACTIONS(7003), 1, - anon_sym_COLON, - ACTIONS(7005), 1, - anon_sym_DASH, - ACTIONS(7153), 1, + STATE(2987), 1, + aux_sym_shortcode_escaped_repeat1, + [124071] = 5, + ACTIONS(7281), 1, + anon_sym_RBRACE, + ACTIONS(7283), 1, sym__whitespace, - STATE(2577), 1, - aux_sym_pipe_table_delimiter_row_repeat1, - STATE(2801), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(3350), 1, - sym_pipe_table_delimiter_cell, - [119703] = 6, - ACTIONS(23), 1, - sym__line_ending, - ACTIONS(7157), 1, - sym__pipe_table_line_ending, - ACTIONS(7191), 1, - sym__eof, - STATE(131), 1, - sym__pipe_table_newline, - STATE(395), 1, - sym__newline, - STATE(2888), 1, - aux_sym_pipe_table_repeat1, - [119722] = 2, - ACTIONS(2713), 1, - aux_sym__commonmark_double_quote_string_token1, - ACTIONS(2711), 5, + ACTIONS(7285), 1, sym__soft_line_ending, - sym__shortcode_open, - aux_sym_target_token2, - anon_sym_RPAREN, - sym__whitespace, - [119733] = 1, - ACTIONS(6777), 6, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - anon_sym_COLON, - anon_sym_DASH, + STATE(4210), 1, + sym__attr_ws, + STATE(2816), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + [124088] = 6, + ACTIONS(6774), 1, + sym__soft_line_ending, + ACTIONS(7279), 1, sym__whitespace, - [119742] = 6, - ACTIONS(227), 1, - sym__line_ending, - ACTIONS(7157), 1, - sym__pipe_table_line_ending, - ACTIONS(7193), 1, - sym__eof, - STATE(132), 1, - sym__pipe_table_newline, - STATE(262), 1, - sym__newline, - STATE(2888), 1, - aux_sym_pipe_table_repeat1, - [119761] = 5, - ACTIONS(7135), 1, + STATE(2502), 1, + sym__shortcode_sep, + STATE(2639), 1, + sym__soft_line_break, + STATE(2941), 1, + aux_sym_shortcode_repeat1, + STATE(2987), 1, + aux_sym_shortcode_escaped_repeat1, + [124107] = 5, + ACTIONS(7269), 1, sym__shortcode_open, - ACTIONS(7195), 1, + ACTIONS(7287), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(7197), 1, + ACTIONS(7289), 1, aux_sym__commonmark_double_quote_string_token3, - ACTIONS(7199), 1, + ACTIONS(7291), 1, aux_sym__commonmark_double_quote_string_token4, - STATE(2689), 2, + STATE(2784), 2, sym_shortcode, aux_sym__commonmark_double_quote_string_repeat1, - [119778] = 6, - ACTIONS(111), 1, + [124124] = 6, + ACTIONS(23), 1, sym__line_ending, - ACTIONS(7157), 1, - sym__pipe_table_line_ending, - ACTIONS(7201), 1, + ACTIONS(7293), 1, sym__eof, - STATE(129), 1, + ACTIONS(7295), 1, + sym__pipe_table_line_ending, + STATE(130), 1, sym__pipe_table_newline, - STATE(543), 1, + STATE(361), 1, sym__newline, - STATE(2672), 1, + STATE(2821), 1, aux_sym_pipe_table_repeat1, - [119797] = 5, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(7181), 1, - aux_sym__commonmark_specifier_start_with_class_token1, - ACTIONS(7203), 1, + [124143] = 5, + ACTIONS(7195), 1, anon_sym_RBRACE, - STATE(2615), 1, - sym__commonmark_key_value_specifier, - STATE(2764), 2, - sym__commonmark_specifier_start_with_class, - sym__commonmark_specifier_start_with_kv, - [119814] = 5, - ACTIONS(7167), 1, + ACTIONS(7283), 1, + sym__whitespace, + ACTIONS(7285), 1, sym__soft_line_ending, - ACTIONS(7205), 1, + STATE(3315), 1, + sym__attr_ws, + STATE(2816), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + [124160] = 5, + ACTIONS(6628), 1, + sym__whitespace, + ACTIONS(6630), 1, + sym__soft_line_ending, + ACTIONS(7271), 1, anon_sym_RBRACE, - ACTIONS(7207), 1, + STATE(2778), 1, + sym__attr_ws, + STATE(2701), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + [124177] = 6, + ACTIONS(6776), 1, + sym__soft_line_ending, + ACTIONS(7277), 1, sym__whitespace, - STATE(2655), 1, - aux_sym__commonmark_specifier_start_with_class_repeat1, - STATE(2978), 2, + STATE(2520), 1, + sym__shortcode_sep, + STATE(2624), 1, sym__soft_line_break, - sym__inline_whitespace, - [119831] = 2, - ACTIONS(7209), 1, - sym_block_continuation, - ACTIONS(2383), 5, - sym__key_specifier_token, - anon_sym_RBRACE, - aux_sym_commonmark_specifier_token1, - aux_sym__commonmark_specifier_start_with_class_token1, + STATE(2769), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2962), 1, + aux_sym_shortcode_escaped_repeat2, + [124196] = 6, + ACTIONS(6774), 1, + sym__soft_line_ending, + ACTIONS(7279), 1, sym__whitespace, - [119842] = 1, - ACTIONS(7211), 6, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - anon_sym_COLON, - anon_sym_DASH, + STATE(2521), 1, + sym__shortcode_sep, + STATE(2639), 1, + sym__soft_line_break, + STATE(2770), 1, + aux_sym_shortcode_escaped_repeat1, + STATE(2963), 1, + aux_sym_shortcode_repeat1, + [124215] = 6, + ACTIONS(6776), 1, + sym__soft_line_ending, + ACTIONS(7277), 1, sym__whitespace, - [119851] = 6, - ACTIONS(111), 1, - sym__line_ending, - ACTIONS(7157), 1, - sym__pipe_table_line_ending, - ACTIONS(7213), 1, - sym__eof, - STATE(130), 1, - sym__pipe_table_newline, - STATE(569), 1, - sym__newline, - STATE(2888), 1, - aux_sym_pipe_table_repeat1, - [119870] = 6, - ACTIONS(7045), 1, + STATE(2493), 1, + sym__shortcode_sep, + STATE(2624), 1, + sym__soft_line_break, + STATE(2964), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(2987), 1, + aux_sym_shortcode_escaped_repeat1, + [124234] = 6, + ACTIONS(6774), 1, + sym__soft_line_ending, + ACTIONS(7279), 1, + sym__whitespace, + STATE(2526), 1, + sym__shortcode_sep, + STATE(2639), 1, + sym__soft_line_break, + STATE(2965), 1, + aux_sym_shortcode_repeat1, + STATE(2987), 1, + aux_sym_shortcode_escaped_repeat1, + [124253] = 5, + ACTIONS(7297), 1, + aux_sym__commonmark_single_quote_string_token1, + ACTIONS(7299), 1, + aux_sym__commonmark_single_quote_string_token3, + ACTIONS(7301), 1, + aux_sym__commonmark_single_quote_string_token4, + ACTIONS(7303), 1, + sym__shortcode_open, + STATE(2843), 2, + sym_shortcode, + aux_sym__commonmark_single_quote_string_repeat1, + [124270] = 5, + ACTIONS(7269), 1, + sym__shortcode_open, + ACTIONS(7305), 1, + aux_sym__commonmark_double_quote_string_token1, + ACTIONS(7307), 1, + aux_sym__commonmark_double_quote_string_token3, + ACTIONS(7309), 1, + aux_sym__commonmark_double_quote_string_token4, + STATE(2776), 2, + sym_shortcode, + aux_sym__commonmark_double_quote_string_repeat1, + [124287] = 5, + ACTIONS(7303), 1, + sym__shortcode_open, + ACTIONS(7311), 1, + aux_sym__commonmark_single_quote_string_token1, + ACTIONS(7313), 1, + aux_sym__commonmark_single_quote_string_token3, + ACTIONS(7315), 1, + aux_sym__commonmark_single_quote_string_token4, + STATE(2777), 2, + sym_shortcode, + aux_sym__commonmark_single_quote_string_repeat1, + [124304] = 6, + ACTIONS(7189), 1, sym__line_ending, - ACTIONS(7183), 1, + ACTIONS(7317), 1, anon_sym_LBRACE, - ACTIONS(7215), 1, + ACTIONS(7319), 1, sym__commonmark_naked_value, - ACTIONS(7217), 1, + ACTIONS(7321), 1, sym__whitespace, - STATE(2632), 1, + STATE(2749), 1, sym__newline, - STATE(3395), 1, + STATE(3466), 1, sym_attribute_specifier, - [119889] = 5, - ACTIONS(7163), 1, - anon_sym_RBRACE, - ACTIONS(7167), 1, - sym__soft_line_ending, - ACTIONS(7219), 1, + [124323] = 5, + ACTIONS(7283), 1, sym__whitespace, - STATE(2677), 1, - aux_sym__commonmark_specifier_start_with_class_repeat1, - STATE(2973), 2, + ACTIONS(7285), 1, + sym__soft_line_ending, + ACTIONS(7323), 1, + anon_sym_RBRACE, + STATE(3397), 1, + sym__attr_ws, + STATE(2816), 2, sym__soft_line_break, - sym__inline_whitespace, - [119906] = 6, - ACTIONS(6660), 1, + aux_sym__attr_ws_repeat1, + [124340] = 5, + ACTIONS(7269), 1, + sym__shortcode_open, + ACTIONS(7289), 1, + aux_sym__commonmark_double_quote_string_token3, + ACTIONS(7291), 1, + aux_sym__commonmark_double_quote_string_token4, + ACTIONS(7325), 1, + aux_sym__commonmark_double_quote_string_token1, + STATE(2784), 2, + sym_shortcode, + aux_sym__commonmark_double_quote_string_repeat1, + [124357] = 5, + ACTIONS(7303), 1, + sym__shortcode_open, + ACTIONS(7327), 1, + aux_sym__commonmark_single_quote_string_token1, + ACTIONS(7329), 1, + aux_sym__commonmark_single_quote_string_token3, + ACTIONS(7331), 1, + aux_sym__commonmark_single_quote_string_token4, + STATE(2794), 2, + sym_shortcode, + aux_sym__commonmark_single_quote_string_repeat1, + [124374] = 5, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(7273), 1, + aux_sym__commonmark_specifier_start_with_class_token1, + ACTIONS(7281), 1, + anon_sym_RBRACE, + STATE(2679), 1, + sym__commonmark_key_value_specifier, + STATE(2786), 2, + sym__commonmark_specifier_start_with_class, + sym__commonmark_specifier_start_with_kv, + [124391] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2467), 1, + STATE(2555), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2678), 1, + STATE(2781), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2759), 1, + STATE(2968), 1, aux_sym_shortcode_escaped_repeat2, - [119925] = 6, - ACTIONS(6656), 1, + [124410] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2468), 1, + STATE(2556), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2679), 1, + STATE(2782), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2761), 1, + STATE(2969), 1, aux_sym_shortcode_repeat1, - [119944] = 5, - ACTIONS(7167), 1, - sym__soft_line_ending, - ACTIONS(7205), 1, - anon_sym_RBRACE, - ACTIONS(7221), 1, - sym__whitespace, - STATE(2655), 1, - aux_sym__commonmark_specifier_start_with_class_repeat1, - STATE(2980), 2, - sym__soft_line_break, - sym__inline_whitespace, - [119961] = 6, - ACTIONS(6660), 1, + [124429] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2469), 1, + STATE(2557), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2762), 1, + STATE(2970), 1, aux_sym_shortcode_escaped_repeat2, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - [119980] = 6, - ACTIONS(6656), 1, + [124448] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2470), 1, + STATE(2560), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2763), 1, + STATE(2971), 1, aux_sym_shortcode_repeat1, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - [119999] = 6, - ACTIONS(7045), 1, + [124467] = 6, + ACTIONS(111), 1, sym__line_ending, - ACTIONS(7183), 1, - anon_sym_LBRACE, - ACTIONS(7223), 1, - sym__commonmark_naked_value, - ACTIONS(7225), 1, - sym__whitespace, - STATE(2636), 1, + ACTIONS(7295), 1, + sym__pipe_table_line_ending, + ACTIONS(7333), 1, + sym__eof, + STATE(128), 1, + sym__pipe_table_newline, + STATE(525), 1, sym__newline, - STATE(3439), 1, - sym_attribute_specifier, - [120018] = 6, - ACTIONS(6660), 1, + STATE(2873), 1, + aux_sym_pipe_table_repeat1, + [124486] = 5, + ACTIONS(7335), 1, + aux_sym__commonmark_double_quote_string_token1, + ACTIONS(7337), 1, + aux_sym__commonmark_double_quote_string_token3, + ACTIONS(7340), 1, + aux_sym__commonmark_double_quote_string_token4, + ACTIONS(7343), 1, + sym__shortcode_open, + STATE(2784), 2, + sym_shortcode, + aux_sym__commonmark_double_quote_string_repeat1, + [124503] = 4, + ACTIONS(7346), 1, + sym__whitespace, + ACTIONS(7349), 1, + sym__soft_line_ending, + ACTIONS(6818), 2, + anon_sym_RBRACE, + aux_sym__commonmark_specifier_start_with_class_token2, + STATE(2785), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + [124518] = 5, + ACTIONS(7283), 1, + sym__whitespace, + ACTIONS(7285), 1, + sym__soft_line_ending, + ACTIONS(7352), 1, + anon_sym_RBRACE, + STATE(4160), 1, + sym__attr_ws, + STATE(2816), 2, + sym__soft_line_break, + aux_sym__attr_ws_repeat1, + [124535] = 1, + ACTIONS(7354), 6, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + anon_sym_COLON, + anon_sym_DASH, + sym__whitespace, + [124544] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2451), 1, + STATE(2527), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2683), 1, + STATE(2790), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2769), 1, + STATE(2974), 1, aux_sym_shortcode_escaped_repeat2, - [120037] = 6, - ACTIONS(6656), 1, + [124563] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2452), 1, + STATE(2528), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2684), 1, + STATE(2791), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2771), 1, + STATE(2976), 1, aux_sym_shortcode_repeat1, - [120056] = 6, - ACTIONS(6660), 1, + [124582] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2459), 1, + STATE(2564), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2772), 1, + STATE(2977), 1, aux_sym_shortcode_escaped_repeat2, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - [120075] = 6, - ACTIONS(6656), 1, + [124601] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2460), 1, + STATE(2534), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2773), 1, + STATE(2978), 1, aux_sym_shortcode_repeat1, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - [120094] = 6, - ACTIONS(6660), 1, + [124620] = 6, + ACTIONS(227), 1, + sym__line_ending, + ACTIONS(7295), 1, + sym__pipe_table_line_ending, + ACTIONS(7356), 1, + sym__eof, + STATE(131), 1, + sym__pipe_table_newline, + STATE(260), 1, + sym__newline, + STATE(2873), 1, + aux_sym_pipe_table_repeat1, + [124639] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2418), 1, + STATE(2546), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2687), 1, + STATE(2797), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2778), 1, + STATE(2921), 1, aux_sym_shortcode_escaped_repeat2, - [120113] = 6, - ACTIONS(6656), 1, + [124658] = 5, + ACTIONS(7358), 1, + aux_sym__commonmark_single_quote_string_token1, + ACTIONS(7360), 1, + aux_sym__commonmark_single_quote_string_token3, + ACTIONS(7363), 1, + aux_sym__commonmark_single_quote_string_token4, + ACTIONS(7366), 1, + sym__shortcode_open, + STATE(2794), 2, + sym_shortcode, + aux_sym__commonmark_single_quote_string_repeat1, + [124675] = 4, + ACTIONS(7189), 1, + sym__line_ending, + ACTIONS(7369), 1, + sym__code_line, + ACTIONS(7371), 2, + sym__block_close, + sym__fenced_code_block_end_backtick, + STATE(2809), 2, + sym__newline, + aux_sym_code_fence_content_repeat1, + [124690] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2419), 1, + STATE(2547), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2688), 1, + STATE(2803), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2780), 1, + STATE(2923), 1, aux_sym_shortcode_repeat1, - [120132] = 6, - ACTIONS(6660), 1, + [124709] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2420), 1, + STATE(2548), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2781), 1, + STATE(2924), 1, aux_sym_shortcode_escaped_repeat2, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - [120151] = 6, - ACTIONS(6656), 1, + [124728] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2421), 1, + STATE(2503), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2782), 1, - aux_sym_shortcode_repeat1, - STATE(2832), 1, + STATE(2808), 1, aux_sym_shortcode_escaped_repeat1, - [120170] = 5, - ACTIONS(7135), 1, - sym__shortcode_open, - ACTIONS(7139), 1, - aux_sym__commonmark_double_quote_string_token3, - ACTIONS(7141), 1, - aux_sym__commonmark_double_quote_string_token4, - ACTIONS(7227), 1, - aux_sym__commonmark_double_quote_string_token1, - STATE(2643), 2, - sym_shortcode, - aux_sym__commonmark_double_quote_string_repeat1, - [120187] = 6, - ACTIONS(6660), 1, + STATE(2943), 1, + aux_sym_shortcode_escaped_repeat2, + [124747] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2437), 1, + STATE(2497), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2692), 1, + STATE(2801), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2788), 1, + STATE(2983), 1, aux_sym_shortcode_escaped_repeat2, - [120206] = 6, - ACTIONS(6656), 1, + [124766] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2438), 1, + STATE(2498), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2751), 1, + STATE(2802), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2790), 1, + STATE(2984), 1, aux_sym_shortcode_repeat1, - [120225] = 6, - ACTIONS(6660), 1, + [124785] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2439), 1, + STATE(2499), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2791), 1, + STATE(2985), 1, aux_sym_shortcode_escaped_repeat2, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - [120244] = 6, - ACTIONS(6660), 1, + [124804] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2447), 1, + STATE(2500), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2695), 1, + STATE(2986), 1, + aux_sym_shortcode_repeat1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2796), 1, - aux_sym_shortcode_escaped_repeat2, - [120263] = 6, - ACTIONS(6656), 1, + [124823] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2483), 1, + STATE(2549), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2696), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2798), 1, + STATE(2925), 1, aux_sym_shortcode_repeat1, - [120282] = 6, - ACTIONS(6660), 1, + STATE(2987), 1, + aux_sym_shortcode_escaped_repeat1, + [124842] = 6, + ACTIONS(7189), 1, + sym__line_ending, + ACTIONS(7317), 1, + anon_sym_LBRACE, + ACTIONS(7373), 1, + sym__commonmark_naked_value, + ACTIONS(7375), 1, + sym__whitespace, + STATE(2742), 1, + sym__newline, + STATE(3479), 1, + sym_attribute_specifier, + [124861] = 6, + ACTIONS(111), 1, + sym__line_ending, + ACTIONS(7295), 1, + sym__pipe_table_line_ending, + ACTIONS(7377), 1, + sym__eof, + STATE(129), 1, + sym__pipe_table_newline, + STATE(495), 1, + sym__newline, + STATE(2783), 1, + aux_sym_pipe_table_repeat1, + [124880] = 6, + ACTIONS(7154), 1, + anon_sym_COLON, + ACTIONS(7156), 1, + anon_sym_DASH, + ACTIONS(7379), 1, + sym__whitespace, + STATE(2689), 1, + aux_sym_pipe_table_delimiter_row_repeat1, + STATE(2922), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(3518), 1, + sym_pipe_table_delimiter_cell, + [124899] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2449), 1, + STATE(2508), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2799), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(2832), 1, + STATE(2815), 1, aux_sym_shortcode_escaped_repeat1, - [120301] = 6, - ACTIONS(6656), 1, + STATE(2944), 1, + aux_sym_shortcode_repeat1, + [124918] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2450), 1, + STATE(2509), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2800), 1, - aux_sym_shortcode_repeat1, - STATE(2832), 1, + STATE(2945), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - [120320] = 6, - ACTIONS(6660), 1, + [124937] = 4, + ACTIONS(7381), 1, + sym__code_line, + ACTIONS(7384), 1, + sym__line_ending, + ACTIONS(7387), 2, + sym__block_close, + sym__fenced_code_block_end_backtick, + STATE(2809), 2, + sym__newline, + aux_sym_code_fence_content_repeat1, + [124952] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2455), 1, + STATE(2504), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2699), 1, + STATE(2812), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2804), 1, + STATE(2988), 1, aux_sym_shortcode_escaped_repeat2, - [120339] = 6, - ACTIONS(6656), 1, + [124971] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2456), 1, + STATE(2505), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2700), 1, + STATE(2813), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2806), 1, + STATE(2989), 1, aux_sym_shortcode_repeat1, - [120358] = 6, - ACTIONS(6660), 1, + [124990] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2457), 1, + STATE(2506), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2807), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - [120377] = 6, - ACTIONS(6656), 1, + STATE(2990), 1, + aux_sym_shortcode_escaped_repeat2, + [125009] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2458), 1, + STATE(2507), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2808), 1, - aux_sym_shortcode_repeat1, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - [120396] = 6, - ACTIONS(6660), 1, + STATE(2991), 1, + aux_sym_shortcode_repeat1, + [125028] = 6, + ACTIONS(7154), 1, + anon_sym_COLON, + ACTIONS(7156), 1, + anon_sym_DASH, + ACTIONS(7379), 1, + sym__whitespace, + STATE(2682), 1, + aux_sym_pipe_table_delimiter_row_repeat1, + STATE(2922), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(3518), 1, + sym_pipe_table_delimiter_cell, + [125047] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2462), 1, + STATE(2515), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2703), 1, + STATE(2946), 1, + aux_sym_shortcode_repeat1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2812), 1, - aux_sym_shortcode_escaped_repeat2, - [120415] = 6, - ACTIONS(6656), 1, + [125066] = 4, + ACTIONS(7285), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7389), 1, sym__whitespace, - STATE(2463), 1, - sym__shortcode_sep, - STATE(2527), 1, + ACTIONS(6860), 2, + anon_sym_RBRACE, + aux_sym__commonmark_specifier_start_with_class_token2, + STATE(2785), 2, sym__soft_line_break, - STATE(2704), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2814), 1, - aux_sym_shortcode_repeat1, - [120434] = 6, - ACTIONS(6660), 1, + aux_sym__attr_ws_repeat1, + [125081] = 2, + ACTIONS(7391), 1, + sym_block_continuation, + ACTIONS(2383), 5, sym__soft_line_ending, - ACTIONS(7169), 1, + sym__key_specifier_token, + anon_sym_RBRACE, + aux_sym__commonmark_specifier_start_with_class_token2, sym__whitespace, - STATE(2464), 1, - sym__shortcode_sep, - STATE(2545), 1, + [125092] = 5, + ACTIONS(6628), 1, + sym__whitespace, + ACTIONS(6630), 1, + sym__soft_line_ending, + ACTIONS(7393), 1, + anon_sym_RBRACE, + STATE(2755), 1, + sym__attr_ws, + STATE(2701), 2, sym__soft_line_break, - STATE(2815), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(2832), 1, - aux_sym_shortcode_escaped_repeat1, - [120453] = 6, - ACTIONS(6656), 1, + aux_sym__attr_ws_repeat1, + [125109] = 2, + ACTIONS(7395), 1, + sym_block_continuation, + ACTIONS(2383), 5, + aux_sym_commonmark_specifier_token1, + anon_sym_EQ, + aux_sym__commonmark_double_quote_string_token1, + sym_shortcode_name, + sym__whitespace, + [125120] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2465), 1, + STATE(2544), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2816), 1, + STATE(2876), 1, aux_sym_shortcode_repeat1, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - [120472] = 5, - ACTIONS(7103), 1, - sym__shortcode_open, - ACTIONS(7229), 1, - aux_sym__commonmark_single_quote_string_token1, - ACTIONS(7231), 1, - aux_sym__commonmark_single_quote_string_token3, - ACTIONS(7233), 1, - aux_sym__commonmark_single_quote_string_token4, - STATE(2644), 2, - sym_shortcode, - aux_sym__commonmark_single_quote_string_repeat1, - [120489] = 6, - ACTIONS(6660), 1, + [125139] = 6, + ACTIONS(23), 1, + sym__line_ending, + ACTIONS(7295), 1, + sym__pipe_table_line_ending, + ACTIONS(7397), 1, + sym__eof, + STATE(133), 1, + sym__pipe_table_newline, + STATE(374), 1, + sym__newline, + STATE(2873), 1, + aux_sym_pipe_table_repeat1, + [125158] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2471), 1, + STATE(2510), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2708), 1, + STATE(2824), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2822), 1, + STATE(2996), 1, aux_sym_shortcode_escaped_repeat2, - [120508] = 6, - ACTIONS(6656), 1, + [125177] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2472), 1, + STATE(2511), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2709), 1, + STATE(2825), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2824), 1, + STATE(2998), 1, aux_sym_shortcode_repeat1, - [120527] = 6, - ACTIONS(6660), 1, + [125196] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2473), 1, + STATE(2512), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2825), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - [120546] = 6, - ACTIONS(6656), 1, + STATE(2999), 1, + aux_sym_shortcode_escaped_repeat2, + [125215] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2474), 1, + STATE(2513), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2826), 1, - aux_sym_shortcode_repeat1, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - [120565] = 6, - ACTIONS(6660), 1, + STATE(3000), 1, + aux_sym_shortcode_repeat1, + [125234] = 1, + ACTIONS(7124), 6, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + anon_sym_COLON, + anon_sym_DASH, + sym__whitespace, + [125243] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2481), 1, + STATE(2501), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2712), 1, + STATE(2845), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2831), 1, + STATE(2927), 1, aux_sym_shortcode_escaped_repeat2, - [120584] = 6, - ACTIONS(6656), 1, + [125262] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2482), 1, + STATE(2514), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2713), 1, + STATE(2820), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2833), 1, + STATE(2973), 1, aux_sym_shortcode_repeat1, - [120603] = 6, - ACTIONS(6660), 1, + [125281] = 1, + ACTIONS(7399), 6, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + anon_sym_COLON, + anon_sym_DASH, + sym__whitespace, + [125290] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2413), 1, + STATE(2494), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2857), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2834), 1, + STATE(2938), 1, aux_sym_shortcode_escaped_repeat2, - [120622] = 6, - ACTIONS(6656), 1, + [125309] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2448), 1, + STATE(2495), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2752), 1, - aux_sym_shortcode_repeat1, - STATE(2832), 1, + STATE(2762), 1, aux_sym_shortcode_escaped_repeat1, - [120641] = 6, - ACTIONS(6660), 1, + STATE(2939), 1, + aux_sym_shortcode_repeat1, + [125328] = 6, + ACTIONS(227), 1, + sym__line_ending, + ACTIONS(7295), 1, + sym__pipe_table_line_ending, + ACTIONS(7401), 1, + sym__eof, + STATE(132), 1, + sym__pipe_table_newline, + STATE(250), 1, + sym__newline, + STATE(2792), 1, + aux_sym_pipe_table_repeat1, + [125347] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2461), 1, + STATE(2551), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2716), 1, + STATE(2847), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2840), 1, + STATE(2871), 1, aux_sym_shortcode_escaped_repeat2, - [120660] = 6, - ACTIONS(6656), 1, - sym__soft_line_ending, - ACTIONS(7105), 1, + [125366] = 5, + ACTIONS(7283), 1, sym__whitespace, - STATE(2466), 1, - sym__shortcode_sep, - STATE(2527), 1, + ACTIONS(7285), 1, + sym__soft_line_ending, + ACTIONS(7323), 1, + anon_sym_RBRACE, + STATE(4158), 1, + sym__attr_ws, + STATE(2816), 2, sym__soft_line_break, - STATE(2717), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2842), 1, - aux_sym_shortcode_repeat1, - [120679] = 6, - ACTIONS(6660), 1, + aux_sym__attr_ws_repeat1, + [125383] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2475), 1, + STATE(2516), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2837), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2843), 1, + STATE(3004), 1, aux_sym_shortcode_escaped_repeat2, - [120698] = 6, - ACTIONS(6656), 1, + [125402] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2480), 1, + STATE(2517), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2838), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2844), 1, + STATE(3005), 1, aux_sym_shortcode_repeat1, - [120717] = 6, - ACTIONS(6660), 1, + [125421] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2441), 1, + STATE(2518), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2720), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2849), 1, + STATE(3006), 1, aux_sym_shortcode_escaped_repeat2, - [120736] = 6, - ACTIONS(6656), 1, + [125440] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2442), 1, + STATE(2519), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2721), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2851), 1, + STATE(3007), 1, aux_sym_shortcode_repeat1, - [120755] = 6, - ACTIONS(6660), 1, - sym__soft_line_ending, - ACTIONS(7169), 1, + [125459] = 6, + ACTIONS(7189), 1, + sym__line_ending, + ACTIONS(7317), 1, + anon_sym_LBRACE, + ACTIONS(7403), 1, + sym__commonmark_naked_value, + ACTIONS(7405), 1, sym__whitespace, - STATE(2443), 1, - sym__shortcode_sep, - STATE(2545), 1, - sym__soft_line_break, - STATE(2832), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2852), 1, - aux_sym_shortcode_escaped_repeat2, - [120774] = 6, - ACTIONS(6656), 1, + STATE(2739), 1, + sym__newline, + STATE(3456), 1, + sym_attribute_specifier, + [125478] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2446), 1, + STATE(2552), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2855), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2853), 1, + STATE(2949), 1, aux_sym_shortcode_repeat1, - [120793] = 3, - ACTIONS(7235), 1, + [125497] = 3, + ACTIONS(7407), 1, sym_block_continuation, ACTIONS(2385), 2, aux_sym__commonmark_single_quote_string_token1, @@ -172457,7922 +176837,8096 @@ static const uint16_t ts_small_parse_table[] = { sym__value_specifier_token, anon_sym_SQUOTE_SQUOTE, anon_sym_DQUOTE_DQUOTE, - [120806] = 5, - ACTIONS(7135), 1, - sym__shortcode_open, - ACTIONS(7237), 1, + [125510] = 2, + ACTIONS(2711), 1, aux_sym__commonmark_double_quote_string_token1, - ACTIONS(7239), 1, - aux_sym__commonmark_double_quote_string_token3, - ACTIONS(7241), 1, - aux_sym__commonmark_double_quote_string_token4, - STATE(2729), 2, - sym_shortcode, - aux_sym__commonmark_double_quote_string_repeat1, - [120823] = 5, - ACTIONS(7103), 1, + ACTIONS(2709), 5, + sym__soft_line_ending, sym__shortcode_open, - ACTIONS(7243), 1, - aux_sym__commonmark_single_quote_string_token1, - ACTIONS(7245), 1, + aux_sym_target_token2, + anon_sym_RPAREN, + sym__whitespace, + [125521] = 5, + ACTIONS(7303), 1, + sym__shortcode_open, + ACTIONS(7329), 1, aux_sym__commonmark_single_quote_string_token3, - ACTIONS(7247), 1, + ACTIONS(7331), 1, aux_sym__commonmark_single_quote_string_token4, - STATE(2730), 2, + ACTIONS(7409), 1, + aux_sym__commonmark_single_quote_string_token1, + STATE(2794), 2, sym_shortcode, aux_sym__commonmark_single_quote_string_repeat1, - [120840] = 6, - ACTIONS(6660), 1, + [125538] = 5, + ACTIONS(7269), 1, + sym__shortcode_open, + ACTIONS(7411), 1, + aux_sym__commonmark_double_quote_string_token1, + ACTIONS(7413), 1, + aux_sym__commonmark_double_quote_string_token3, + ACTIONS(7415), 1, + aux_sym__commonmark_double_quote_string_token4, + STATE(2846), 2, + sym_shortcode, + aux_sym__commonmark_double_quote_string_repeat1, + [125555] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2476), 1, + STATE(2543), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2727), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2860), 1, + STATE(2993), 1, aux_sym_shortcode_escaped_repeat2, - [120859] = 6, - ACTIONS(6656), 1, + [125574] = 5, + ACTIONS(7269), 1, + sym__shortcode_open, + ACTIONS(7289), 1, + aux_sym__commonmark_double_quote_string_token3, + ACTIONS(7291), 1, + aux_sym__commonmark_double_quote_string_token4, + ACTIONS(7417), 1, + aux_sym__commonmark_double_quote_string_token1, + STATE(2784), 2, + sym_shortcode, + aux_sym__commonmark_double_quote_string_repeat1, + [125591] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2477), 1, + STATE(2553), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2728), 1, + STATE(2950), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2862), 1, - aux_sym_shortcode_repeat1, - [120878] = 6, - ACTIONS(6660), 1, + [125610] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2478), 1, + STATE(2522), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2850), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2863), 1, + STATE(3010), 1, aux_sym_shortcode_escaped_repeat2, - [120897] = 6, - ACTIONS(6656), 1, + [125629] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2479), 1, + STATE(2523), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2851), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2864), 1, + STATE(3011), 1, aux_sym_shortcode_repeat1, - [120916] = 5, - ACTIONS(7135), 1, - sym__shortcode_open, - ACTIONS(7139), 1, - aux_sym__commonmark_double_quote_string_token3, - ACTIONS(7141), 1, - aux_sym__commonmark_double_quote_string_token4, - ACTIONS(7249), 1, - aux_sym__commonmark_double_quote_string_token1, - STATE(2643), 2, - sym_shortcode, - aux_sym__commonmark_double_quote_string_repeat1, - [120933] = 5, - ACTIONS(7103), 1, - sym__shortcode_open, - ACTIONS(7231), 1, - aux_sym__commonmark_single_quote_string_token3, - ACTIONS(7233), 1, - aux_sym__commonmark_single_quote_string_token4, - ACTIONS(7251), 1, - aux_sym__commonmark_single_quote_string_token1, - STATE(2644), 2, - sym_shortcode, - aux_sym__commonmark_single_quote_string_repeat1, - [120950] = 6, - ACTIONS(6660), 1, + [125648] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2414), 1, + STATE(2524), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2733), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2871), 1, + STATE(3012), 1, aux_sym_shortcode_escaped_repeat2, - [120969] = 6, - ACTIONS(6656), 1, + [125667] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2415), 1, + STATE(2525), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2734), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2873), 1, + STATE(3013), 1, aux_sym_shortcode_repeat1, - [120988] = 6, - ACTIONS(6660), 1, + [125686] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2416), 1, + STATE(2558), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2854), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2874), 1, + STATE(2933), 1, aux_sym_shortcode_escaped_repeat2, - [121007] = 6, - ACTIONS(6656), 1, + [125705] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2417), 1, + STATE(2559), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2856), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2875), 1, + STATE(2934), 1, aux_sym_shortcode_repeat1, - [121026] = 6, - ACTIONS(6660), 1, + [125724] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2422), 1, + STATE(2561), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2737), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2881), 1, + STATE(2935), 1, aux_sym_shortcode_escaped_repeat2, - [121045] = 6, - ACTIONS(6656), 1, + STATE(2987), 1, + aux_sym_shortcode_escaped_repeat1, + [125743] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2423), 1, + STATE(2563), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2738), 1, - aux_sym_shortcode_escaped_repeat1, - STATE(2883), 1, + STATE(2951), 1, aux_sym_shortcode_repeat1, - [121064] = 6, - ACTIONS(6660), 1, + STATE(2987), 1, + aux_sym_shortcode_escaped_repeat1, + [125762] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2424), 1, + STATE(2562), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2936), 1, + aux_sym_shortcode_repeat1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2884), 1, - aux_sym_shortcode_escaped_repeat2, - [121083] = 6, - ACTIONS(6656), 1, + [125781] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2425), 1, + STATE(2496), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2940), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2885), 1, - aux_sym_shortcode_repeat1, - [121102] = 1, - ACTIONS(7253), 6, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - anon_sym_COLON, - anon_sym_DASH, - sym__whitespace, - [121111] = 6, - ACTIONS(6660), 1, + [125800] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2426), 1, + STATE(2530), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2742), 1, + STATE(2860), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2890), 1, + STATE(3016), 1, aux_sym_shortcode_escaped_repeat2, - [121130] = 6, - ACTIONS(6656), 1, + [125819] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2427), 1, + STATE(2531), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2743), 1, + STATE(2861), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2892), 1, + STATE(3017), 1, aux_sym_shortcode_repeat1, - [121149] = 6, - ACTIONS(6660), 1, + [125838] = 6, + ACTIONS(6776), 1, sym__soft_line_ending, - ACTIONS(7169), 1, + ACTIONS(7277), 1, sym__whitespace, - STATE(2428), 1, + STATE(2532), 1, sym__shortcode_sep, - STATE(2545), 1, + STATE(2624), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2893), 1, + STATE(3018), 1, aux_sym_shortcode_escaped_repeat2, - [121168] = 6, - ACTIONS(6656), 1, + [125857] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2429), 1, + STATE(2533), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2894), 1, + STATE(3019), 1, aux_sym_shortcode_repeat1, - [121187] = 6, - ACTIONS(6656), 1, + [125876] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2430), 1, + STATE(2535), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2745), 1, + STATE(2863), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2897), 1, + STATE(3021), 1, aux_sym_shortcode_repeat1, - [121206] = 6, - ACTIONS(6656), 1, + [125895] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2431), 1, + STATE(2536), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2898), 1, + STATE(3022), 1, aux_sym_shortcode_repeat1, - [121225] = 6, - ACTIONS(6656), 1, + [125914] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2412), 1, + STATE(2537), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2747), 1, + STATE(2865), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2901), 1, + STATE(3023), 1, aux_sym_shortcode_repeat1, - [121244] = 6, - ACTIONS(6656), 1, + [125933] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2432), 1, + STATE(2538), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2902), 1, + STATE(3024), 1, aux_sym_shortcode_repeat1, - [121263] = 6, - ACTIONS(6656), 1, + [125952] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2433), 1, + STATE(2539), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2749), 1, + STATE(2867), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2905), 1, + STATE(3025), 1, aux_sym_shortcode_repeat1, - [121282] = 6, - ACTIONS(6656), 1, + [125971] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2434), 1, + STATE(2540), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2906), 1, + STATE(3026), 1, aux_sym_shortcode_repeat1, - [121301] = 6, - ACTIONS(6656), 1, + [125990] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2435), 1, + STATE(2541), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2642), 1, + STATE(2869), 1, aux_sym_shortcode_escaped_repeat1, - STATE(2909), 1, + STATE(3027), 1, aux_sym_shortcode_repeat1, - [121320] = 6, - ACTIONS(6656), 1, + [126009] = 6, + ACTIONS(6774), 1, sym__soft_line_ending, - ACTIONS(7105), 1, + ACTIONS(7279), 1, sym__whitespace, - STATE(2440), 1, + STATE(2542), 1, sym__shortcode_sep, - STATE(2527), 1, + STATE(2639), 1, sym__soft_line_break, - STATE(2792), 1, - aux_sym_shortcode_repeat1, - STATE(2832), 1, + STATE(2987), 1, aux_sym_shortcode_escaped_repeat1, - [121339] = 5, - ACTIONS(7255), 1, + STATE(3028), 1, + aux_sym_shortcode_repeat1, + [126028] = 5, + ACTIONS(7195), 1, + anon_sym_RBRACE, + ACTIONS(7283), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7285), 1, sym__soft_line_ending, - STATE(2846), 1, - aux_sym_shortcode_repeat1, - STATE(3194), 1, + STATE(4214), 1, + sym__attr_ws, + STATE(2816), 2, sym__soft_line_break, - STATE(3273), 1, - sym__shortcode_sep, - [121355] = 4, - ACTIONS(6536), 1, + aux_sym__attr_ws_repeat1, + [126045] = 5, + ACTIONS(7419), 1, + sym__whitespace, + ACTIONS(7421), 1, sym__soft_line_ending, - ACTIONS(7259), 1, - anon_sym_EQ, - ACTIONS(7261), 1, + STATE(3001), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(3248), 1, + sym__shortcode_sep, + STATE(3353), 1, + sym__soft_line_break, + [126061] = 4, + ACTIONS(7423), 1, + aux_sym_inline_note_token1, + ACTIONS(7425), 1, sym__whitespace, - STATE(3715), 2, + ACTIONS(7427), 1, + sym__soft_line_ending, + STATE(4266), 2, sym__soft_line_break, sym__inline_whitespace, - [121369] = 3, - ACTIONS(7263), 1, + [126075] = 4, + ACTIONS(7431), 1, + sym__pipe_table_line_ending, + STATE(167), 1, + sym__pipe_table_newline, + STATE(2873), 1, + aux_sym_pipe_table_repeat1, + ACTIONS(7429), 2, + sym__line_ending, + sym__eof, + [126089] = 3, + ACTIONS(7434), 1, sym__whitespace, - ACTIONS(7267), 1, + ACTIONS(7436), 1, sym__pipe_table_delimiter, - ACTIONS(7265), 3, + ACTIONS(7023), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [121381] = 5, - ACTIONS(7269), 1, + [126101] = 1, + ACTIONS(7438), 5, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + sym__pipe_table_delimiter, sym__whitespace, - ACTIONS(7271), 1, + [126109] = 5, + ACTIONS(7440), 1, + sym__whitespace, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2838), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(3174), 1, + STATE(2878), 1, + aux_sym_shortcode_repeat1, + STATE(3372), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3389), 1, sym__soft_line_break, - [121397] = 4, - ACTIONS(7273), 1, + [126125] = 4, + ACTIONS(7427), 1, + sym__soft_line_ending, + ACTIONS(7444), 1, aux_sym_inline_note_token1, - ACTIONS(7275), 1, + ACTIONS(7446), 1, sym__whitespace, - ACTIONS(7277), 1, - sym__soft_line_ending, - STATE(3537), 2, + STATE(4098), 2, sym__soft_line_break, sym__inline_whitespace, - [121411] = 5, - ACTIONS(7255), 1, + [126139] = 5, + ACTIONS(7448), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7451), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3194), 1, + STATE(3452), 1, sym__soft_line_break, - STATE(3314), 1, + STATE(3515), 1, sym__shortcode_sep, - [121427] = 4, - ACTIONS(7277), 1, + [126155] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7279), 1, + ACTIONS(7454), 1, aux_sym_inline_note_token1, - ACTIONS(7281), 1, + ACTIONS(7456), 1, sym__whitespace, - STATE(3653), 2, + STATE(4149), 2, sym__soft_line_break, sym__inline_whitespace, - [121441] = 5, - ACTIONS(7269), 1, + [126169] = 5, + ACTIONS(7458), 1, + aux_sym_pandoc_span_token1, + ACTIONS(7460), 1, + aux_sym_target_token1, + ACTIONS(7462), 1, + sym__soft_line_ending, + STATE(927), 1, + sym__soft_line_break, + STATE(2880), 1, + aux_sym__inlines_repeat1, + [126185] = 5, + ACTIONS(7458), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7460), 1, + aux_sym_inline_note_token1, + ACTIONS(7462), 1, sym__soft_line_ending, - STATE(2838), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(3227), 1, - sym__shortcode_sep, - STATE(3298), 1, + STATE(924), 1, sym__soft_line_break, - [121457] = 4, - ACTIONS(7277), 1, + STATE(2881), 1, + aux_sym__inlines_repeat1, + [126201] = 3, + ACTIONS(7465), 1, + sym__whitespace, + ACTIONS(7467), 1, + sym__pipe_table_delimiter, + ACTIONS(2867), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [126213] = 4, + ACTIONS(7469), 1, + anon_sym_COLON, + ACTIONS(7471), 1, + anon_sym_DASH, + STATE(2961), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + ACTIONS(7177), 2, + sym__pipe_table_delimiter, + sym__whitespace, + [126227] = 3, + ACTIONS(7473), 1, + sym__whitespace, + ACTIONS(7475), 1, + sym__pipe_table_delimiter, + ACTIONS(2949), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [126239] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7283), 1, + ACTIONS(7477), 1, aux_sym_inline_note_token1, - ACTIONS(7285), 1, + ACTIONS(7479), 1, sym__whitespace, - STATE(3668), 2, + STATE(3595), 2, sym__soft_line_break, sym__inline_whitespace, - [121471] = 5, - ACTIONS(7255), 1, - sym__whitespace, - ACTIONS(7257), 1, + [126253] = 2, + ACTIONS(2711), 2, + aux_sym__commonmark_single_quote_string_token1, + aux_sym__commonmark_double_quote_string_token1, + ACTIONS(2709), 3, + sym__value_specifier_token, + anon_sym_SQUOTE_SQUOTE, + anon_sym_DQUOTE_DQUOTE, + [126263] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - STATE(2846), 1, - aux_sym_shortcode_repeat1, - STATE(3194), 1, - sym__soft_line_break, - STATE(3229), 1, - sym__shortcode_sep, - [121487] = 5, - ACTIONS(7269), 1, + ACTIONS(7481), 1, + aux_sym_inline_note_token1, + ACTIONS(7483), 1, sym__whitespace, - ACTIONS(7271), 1, - sym__soft_line_ending, - STATE(2838), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(3241), 1, - sym__shortcode_sep, - STATE(3298), 1, + STATE(3607), 2, sym__soft_line_break, - [121503] = 5, - ACTIONS(7255), 1, - sym__whitespace, - ACTIONS(7257), 1, + sym__inline_whitespace, + [126277] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - STATE(2846), 1, - aux_sym_shortcode_repeat1, - STATE(3194), 1, + ACTIONS(7485), 1, + aux_sym_inline_note_token1, + ACTIONS(7487), 1, + sym__whitespace, + STATE(4105), 2, sym__soft_line_break, - STATE(3242), 1, - sym__shortcode_sep, - [121519] = 4, - ACTIONS(6536), 1, + sym__inline_whitespace, + [126291] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7179), 1, - anon_sym_RBRACE, - ACTIONS(7287), 1, + ACTIONS(7489), 1, + aux_sym_inline_note_token1, + ACTIONS(7491), 1, sym__whitespace, - STATE(3490), 2, + STATE(4195), 2, sym__soft_line_break, sym__inline_whitespace, - [121533] = 5, - ACTIONS(7045), 1, + [126305] = 3, + ACTIONS(7467), 1, + sym__pipe_table_delimiter, + ACTIONS(7493), 1, + sym__whitespace, + ACTIONS(2883), 3, sym__line_ending, - ACTIONS(7183), 1, - anon_sym_LBRACE, - ACTIONS(7289), 1, - sym__commonmark_naked_value, - STATE(2633), 1, - sym__newline, - STATE(3320), 1, - sym_attribute_specifier, - [121549] = 1, - ACTIONS(7291), 5, + sym__eof, + sym__pipe_table_line_ending, + [126317] = 3, + ACTIONS(7475), 1, + sym__pipe_table_delimiter, + ACTIONS(7495), 1, + sym__whitespace, + ACTIONS(2867), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, + [126329] = 3, + ACTIONS(7475), 1, sym__pipe_table_delimiter, + ACTIONS(7497), 1, sym__whitespace, - [121557] = 4, - ACTIONS(7277), 1, + ACTIONS(2883), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [126341] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7293), 1, + ACTIONS(7499), 1, aux_sym_inline_note_token1, - ACTIONS(7295), 1, + ACTIONS(7501), 1, sym__whitespace, - STATE(3888), 2, + STATE(3669), 2, sym__soft_line_break, sym__inline_whitespace, - [121571] = 4, - ACTIONS(7277), 1, + [126355] = 3, + ACTIONS(7475), 1, + sym__pipe_table_delimiter, + ACTIONS(7503), 1, + sym__whitespace, + ACTIONS(2741), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [126367] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7297), 1, + ACTIONS(7505), 1, aux_sym_inline_note_token1, - ACTIONS(7299), 1, + ACTIONS(7507), 1, sym__whitespace, - STATE(3750), 2, + STATE(3681), 2, sym__soft_line_break, sym__inline_whitespace, - [121585] = 5, - ACTIONS(7269), 1, + [126381] = 2, + ACTIONS(7509), 1, + sym_block_continuation, + ACTIONS(2377), 4, + sym__pipe_table_delimiter, + anon_sym_COLON, + anon_sym_DASH, sym__whitespace, - ACTIONS(7271), 1, - sym__soft_line_ending, - STATE(2838), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(3215), 1, - sym__shortcode_sep, - STATE(3298), 1, - sym__soft_line_break, - [121601] = 4, - ACTIONS(7277), 1, + [126391] = 1, + ACTIONS(2709), 5, + aux_sym_commonmark_specifier_token1, + anon_sym_EQ, + aux_sym__commonmark_double_quote_string_token1, + sym_shortcode_name, + sym__whitespace, + [126399] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7301), 1, + ACTIONS(7511), 1, aux_sym_inline_note_token1, - ACTIONS(7303), 1, + ACTIONS(7513), 1, sym__whitespace, - STATE(3765), 2, + STATE(3685), 2, sym__soft_line_break, sym__inline_whitespace, - [121615] = 5, - ACTIONS(7255), 1, - sym__whitespace, - ACTIONS(7257), 1, - sym__soft_line_ending, - STATE(2846), 1, - aux_sym_shortcode_repeat1, - STATE(3194), 1, - sym__soft_line_break, - STATE(3228), 1, - sym__shortcode_sep, - [121631] = 5, - ACTIONS(7269), 1, - sym__whitespace, - ACTIONS(7271), 1, + [126413] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - STATE(2838), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(3240), 1, - sym__shortcode_sep, - STATE(3298), 1, - sym__soft_line_break, - [121647] = 5, - ACTIONS(7255), 1, + ACTIONS(7515), 1, + aux_sym_inline_note_token1, + ACTIONS(7517), 1, sym__whitespace, - ACTIONS(7257), 1, - sym__soft_line_ending, - STATE(2846), 1, - aux_sym_shortcode_repeat1, - STATE(3194), 1, + STATE(3743), 2, sym__soft_line_break, - STATE(3247), 1, - sym__shortcode_sep, - [121663] = 4, - ACTIONS(7277), 1, + sym__inline_whitespace, + [126427] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7305), 1, + ACTIONS(7519), 1, aux_sym_inline_note_token1, - ACTIONS(7307), 1, + ACTIONS(7521), 1, sym__whitespace, - STATE(3918), 2, + STATE(3755), 2, sym__soft_line_break, sym__inline_whitespace, - [121677] = 3, - ACTIONS(7309), 1, - sym__whitespace, - ACTIONS(7311), 1, - sym__pipe_table_delimiter, - ACTIONS(2745), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [121689] = 4, - ACTIONS(7277), 1, + [126441] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7313), 1, + ACTIONS(7523), 1, aux_sym_inline_note_token1, - ACTIONS(7315), 1, + ACTIONS(7525), 1, sym__whitespace, - STATE(3782), 2, + STATE(3703), 2, sym__soft_line_break, sym__inline_whitespace, - [121703] = 3, - ACTIONS(7317), 1, - sym__whitespace, - ACTIONS(7319), 1, - sym__pipe_table_delimiter, - ACTIONS(2745), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [121715] = 5, - ACTIONS(7269), 1, - sym__whitespace, - ACTIONS(7271), 1, - sym__soft_line_ending, - STATE(2838), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(3079), 1, - sym__shortcode_sep, - STATE(3298), 1, - sym__soft_line_break, - [121731] = 4, - ACTIONS(3103), 1, + [126455] = 5, + ACTIONS(3095), 1, sym__soft_line_ending, + ACTIONS(7527), 1, + aux_sym_pandoc_span_token1, + ACTIONS(7529), 1, + aux_sym_target_token1, STATE(927), 1, sym__soft_line_break, - STATE(2908), 1, + STATE(2917), 1, aux_sym__inlines_repeat1, - ACTIONS(7321), 2, - sym__line_ending, - sym__eof, - [121745] = 5, - ACTIONS(7255), 1, + [126471] = 5, + ACTIONS(7154), 1, + anon_sym_COLON, + ACTIONS(7156), 1, + anon_sym_DASH, + ACTIONS(7531), 1, + sym__pipe_table_delimiter, + STATE(2922), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(3509), 1, + sym_pipe_table_delimiter_cell, + [126487] = 3, + ACTIONS(6390), 1, + sym__key_specifier_token, + STATE(3116), 1, + sym__commonmark_key_value_specifier, + ACTIONS(7043), 3, + sym__soft_line_ending, + anon_sym_RBRACE, sym__whitespace, - ACTIONS(7257), 1, + [126499] = 5, + ACTIONS(3095), 1, sym__soft_line_ending, - STATE(2846), 1, - aux_sym_shortcode_repeat1, - STATE(3166), 1, - sym__shortcode_sep, - STATE(3194), 1, - sym__soft_line_break, - [121761] = 5, - ACTIONS(7269), 1, + ACTIONS(7533), 1, + aux_sym_inline_note_token1, + ACTIONS(7535), 1, sym__whitespace, - ACTIONS(7271), 1, + STATE(924), 1, + sym__soft_line_break, + STATE(2881), 1, + aux_sym__inlines_repeat1, + [126515] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - STATE(2838), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(3173), 1, - sym__shortcode_sep, - STATE(3298), 1, + ACTIONS(7537), 1, + aux_sym_inline_note_token1, + ACTIONS(7539), 1, + sym__whitespace, + STATE(3817), 2, sym__soft_line_break, - [121777] = 5, - ACTIONS(7255), 1, + sym__inline_whitespace, + [126529] = 2, + ACTIONS(7541), 1, + sym_block_continuation, + ACTIONS(2383), 4, + sym__soft_line_ending, + anon_sym_RBRACE, + aux_sym__commonmark_specifier_start_with_class_token2, sym__whitespace, - ACTIONS(7257), 1, + [126539] = 5, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(7197), 1, + aux_sym__commonmark_specifier_start_with_class_token2, + ACTIONS(7205), 1, + anon_sym_RBRACE, + STATE(2679), 1, + sym__commonmark_key_value_specifier, + STATE(2870), 1, + sym__commonmark_specifier_start_with_kv, + [126555] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - STATE(2846), 1, - aux_sym_shortcode_repeat1, - STATE(3177), 1, - sym__shortcode_sep, - STATE(3194), 1, - sym__soft_line_break, - [121793] = 5, - ACTIONS(7323), 1, + ACTIONS(7543), 1, aux_sym_inline_note_token1, - ACTIONS(7325), 1, + ACTIONS(7545), 1, sym__whitespace, - ACTIONS(7327), 1, + STATE(3829), 2, + sym__soft_line_break, + sym__inline_whitespace, + [126569] = 4, + ACTIONS(3095), 1, sym__soft_line_ending, - STATE(933), 1, + STATE(935), 1, sym__soft_line_break, - STATE(2783), 1, + STATE(2975), 1, aux_sym__inlines_repeat1, - [121809] = 4, - ACTIONS(7277), 1, + ACTIONS(7533), 2, + sym__line_ending, + sym__eof, + [126583] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7330), 1, + ACTIONS(7547), 1, aux_sym_inline_note_token1, - ACTIONS(7332), 1, + ACTIONS(7549), 1, sym__whitespace, - STATE(3831), 2, + STATE(3839), 2, sym__soft_line_break, sym__inline_whitespace, - [121823] = 4, - ACTIONS(7277), 1, + [126597] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7334), 1, + ACTIONS(7551), 1, aux_sym_inline_note_token1, - ACTIONS(7336), 1, + ACTIONS(7553), 1, sym__whitespace, - STATE(3676), 2, + STATE(3860), 2, sym__soft_line_break, sym__inline_whitespace, - [121837] = 5, - ACTIONS(7003), 1, - anon_sym_COLON, - ACTIONS(7005), 1, - anon_sym_DASH, - ACTIONS(7338), 1, + [126611] = 1, + ACTIONS(7555), 5, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, sym__pipe_table_delimiter, - STATE(2801), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(3406), 1, - sym_pipe_table_delimiter_cell, - [121853] = 4, - ACTIONS(7277), 1, + sym__whitespace, + [126619] = 3, + ACTIONS(7436), 1, + sym__pipe_table_delimiter, + ACTIONS(7557), 1, + sym__whitespace, + ACTIONS(7217), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [126631] = 1, + ACTIONS(2709), 5, sym__soft_line_ending, - ACTIONS(7340), 1, - aux_sym_inline_note_token1, - ACTIONS(7342), 1, + sym__key_specifier_token, + anon_sym_RBRACE, + aux_sym__commonmark_specifier_start_with_class_token2, sym__whitespace, - STATE(3855), 2, + [126639] = 3, + ACTIONS(7467), 1, + sym__pipe_table_delimiter, + ACTIONS(7559), 1, + sym__whitespace, + ACTIONS(2741), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [126651] = 5, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(7533), 1, + aux_sym_target_token1, + ACTIONS(7535), 1, + aux_sym_pandoc_span_token1, + STATE(927), 1, + sym__soft_line_break, + STATE(2880), 1, + aux_sym__inlines_repeat1, + [126667] = 5, + ACTIONS(7189), 1, + sym__line_ending, + ACTIONS(7317), 1, + anon_sym_LBRACE, + ACTIONS(7561), 1, + sym__commonmark_naked_value, + STATE(2727), 1, + sym__newline, + STATE(3471), 1, + sym_attribute_specifier, + [126683] = 4, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(7563), 1, + anon_sym_EQ, + ACTIONS(7565), 1, + sym__whitespace, + STATE(3902), 2, sym__soft_line_break, sym__inline_whitespace, - [121867] = 5, - ACTIONS(7269), 1, + [126697] = 5, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(7195), 1, + anon_sym_RBRACE, + ACTIONS(7197), 1, + aux_sym__commonmark_specifier_start_with_class_token2, + STATE(2679), 1, + sym__commonmark_key_value_specifier, + STATE(2834), 1, + sym__commonmark_specifier_start_with_kv, + [126713] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3063), 1, + STATE(3260), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [121883] = 5, - ACTIONS(7255), 1, + [126729] = 4, + ACTIONS(7471), 1, + anon_sym_DASH, + ACTIONS(7567), 1, + anon_sym_COLON, + STATE(2961), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + ACTIONS(7166), 2, + sym__pipe_table_delimiter, + sym__whitespace, + [126743] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3092), 1, + STATE(3271), 1, sym__shortcode_sep, - STATE(3194), 1, + STATE(3389), 1, sym__soft_line_break, - [121899] = 5, - ACTIONS(7255), 1, + [126759] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2846), 1, - aux_sym_shortcode_repeat1, - STATE(3067), 1, + STATE(3001), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(3280), 1, sym__shortcode_sep, - STATE(3194), 1, + STATE(3353), 1, sym__soft_line_break, - [121915] = 5, - ACTIONS(7269), 1, + [126775] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2838), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(3068), 1, + STATE(2878), 1, + aux_sym_shortcode_repeat1, + STATE(3282), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3389), 1, sym__soft_line_break, - [121931] = 5, - ACTIONS(7255), 1, + [126791] = 3, + ACTIONS(7569), 1, + sym__whitespace, + ACTIONS(7571), 1, + sym__pipe_table_delimiter, + ACTIONS(7217), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [126803] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2846), 1, - aux_sym_shortcode_repeat1, - STATE(3083), 1, + STATE(3001), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(3309), 1, sym__shortcode_sep, - STATE(3194), 1, + STATE(3353), 1, sym__soft_line_break, - [121947] = 4, - ACTIONS(7277), 1, + [126819] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7344), 1, - aux_sym_inline_note_token1, - ACTIONS(7346), 1, + ACTIONS(7573), 1, + anon_sym_EQ, + ACTIONS(7575), 1, sym__whitespace, - STATE(3863), 2, + STATE(3609), 2, sym__soft_line_break, sym__inline_whitespace, - [121961] = 4, - ACTIONS(7348), 1, - anon_sym_COLON, - ACTIONS(7350), 1, - anon_sym_DASH, - STATE(2811), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - ACTIONS(7015), 2, - sym__pipe_table_delimiter, - sym__whitespace, - [121975] = 4, - ACTIONS(7277), 1, + [126833] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7352), 1, + ACTIONS(7577), 1, aux_sym_inline_note_token1, - ACTIONS(7354), 1, + ACTIONS(7579), 1, sym__whitespace, - STATE(3517), 2, + STATE(3948), 2, sym__soft_line_break, sym__inline_whitespace, - [121989] = 5, - ACTIONS(7269), 1, - sym__whitespace, - ACTIONS(7271), 1, + [126847] = 5, + ACTIONS(7189), 1, + sym__line_ending, + ACTIONS(7317), 1, + anon_sym_LBRACE, + ACTIONS(7581), 1, + sym__commonmark_naked_value, + STATE(2745), 1, + sym__newline, + STATE(3482), 1, + sym_attribute_specifier, + [126863] = 5, + ACTIONS(3095), 1, sym__soft_line_ending, - STATE(2838), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(3142), 1, - sym__shortcode_sep, - STATE(3298), 1, + ACTIONS(7527), 1, + sym__whitespace, + ACTIONS(7529), 1, + aux_sym_inline_note_token1, + STATE(924), 1, sym__soft_line_break, - [122005] = 4, - ACTIONS(7277), 1, + STATE(2905), 1, + aux_sym__inlines_repeat1, + [126879] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7356), 1, + ACTIONS(7583), 1, aux_sym_inline_note_token1, - ACTIONS(7358), 1, + ACTIONS(7585), 1, sym__whitespace, - STATE(3543), 2, + STATE(3965), 2, sym__soft_line_break, sym__inline_whitespace, - [122019] = 5, - ACTIONS(7255), 1, + [126893] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2846), 1, - aux_sym_shortcode_repeat1, - STATE(3143), 1, + STATE(3001), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(3353), 1, + sym__soft_line_break, + STATE(3393), 1, sym__shortcode_sep, - STATE(3194), 1, + [126909] = 5, + ACTIONS(7440), 1, + sym__whitespace, + ACTIONS(7442), 1, + sym__soft_line_ending, + STATE(2878), 1, + aux_sym_shortcode_repeat1, + STATE(3389), 1, sym__soft_line_break, - [122035] = 5, - ACTIONS(7269), 1, + STATE(3403), 1, + sym__shortcode_sep, + [126925] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3144), 1, + STATE(3183), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [122051] = 5, - ACTIONS(7255), 1, + [126941] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3145), 1, + STATE(3236), 1, sym__shortcode_sep, - STATE(3194), 1, + STATE(3389), 1, sym__soft_line_break, - [122067] = 4, - ACTIONS(7350), 1, - anon_sym_DASH, - ACTIONS(7360), 1, - anon_sym_COLON, - STATE(2811), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - ACTIONS(7026), 2, - sym__pipe_table_delimiter, - sym__whitespace, - [122081] = 5, - ACTIONS(7045), 1, - sym__line_ending, - ACTIONS(7183), 1, - anon_sym_LBRACE, - ACTIONS(7362), 1, - sym__commonmark_naked_value, - STATE(2628), 1, - sym__newline, - STATE(3457), 1, - sym_attribute_specifier, - [122097] = 4, - ACTIONS(7277), 1, + [126957] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7364), 1, + ACTIONS(7587), 1, aux_sym_inline_note_token1, - ACTIONS(7366), 1, + ACTIONS(7589), 1, sym__whitespace, - STATE(4038), 2, + STATE(3738), 2, sym__soft_line_break, sym__inline_whitespace, - [122111] = 5, - ACTIONS(7269), 1, + [126971] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3178), 1, + STATE(3253), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [122127] = 3, - ACTIONS(7368), 1, - sym__whitespace, - ACTIONS(7370), 1, - sym__pipe_table_delimiter, - ACTIONS(6909), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [122139] = 5, - ACTIONS(7255), 1, + [126987] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3181), 1, + STATE(3264), 1, sym__shortcode_sep, - STATE(3194), 1, + STATE(3389), 1, sym__soft_line_break, - [122155] = 5, - ACTIONS(7269), 1, + [127003] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3182), 1, + STATE(3265), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [122171] = 5, - ACTIONS(7255), 1, + [127019] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3183), 1, + STATE(3267), 1, sym__shortcode_sep, - STATE(3194), 1, - sym__soft_line_break, - [122187] = 4, - ACTIONS(7277), 1, - sym__soft_line_ending, - ACTIONS(7372), 1, - aux_sym_inline_note_token1, - ACTIONS(7374), 1, - sym__whitespace, - STATE(3960), 2, + STATE(3389), 1, sym__soft_line_break, - sym__inline_whitespace, - [122201] = 4, - ACTIONS(7277), 1, + [127035] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7376), 1, + ACTIONS(7591), 1, aux_sym_inline_note_token1, - ACTIONS(7378), 1, + ACTIONS(7593), 1, sym__whitespace, - STATE(3978), 2, + STATE(4125), 2, sym__soft_line_break, sym__inline_whitespace, - [122215] = 3, - ACTIONS(7380), 1, - anon_sym_DASH, - STATE(2811), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - ACTIONS(7019), 3, - sym__pipe_table_delimiter, - anon_sym_COLON, - sym__whitespace, - [122227] = 5, - ACTIONS(7269), 1, + [127049] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3208), 1, + STATE(3250), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [122243] = 3, - ACTIONS(6542), 1, - sym__key_specifier_token, - STATE(2984), 1, - sym__commonmark_key_value_specifier, - ACTIONS(6995), 3, - sym__soft_line_ending, - anon_sym_RBRACE, - sym__whitespace, - [122255] = 5, - ACTIONS(7255), 1, + [127065] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3194), 1, - sym__soft_line_break, - STATE(3210), 1, + STATE(3270), 1, sym__shortcode_sep, - [122271] = 5, - ACTIONS(7269), 1, + STATE(3389), 1, + sym__soft_line_break, + [127081] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3212), 1, + STATE(3272), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [122287] = 5, - ACTIONS(7255), 1, + [127097] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3194), 1, - sym__soft_line_break, - STATE(3213), 1, + STATE(3306), 1, sym__shortcode_sep, - [122303] = 4, - ACTIONS(7277), 1, - sym__soft_line_ending, - ACTIONS(7383), 1, - aux_sym_inline_note_token1, - ACTIONS(7385), 1, - sym__whitespace, - STATE(3973), 2, - sym__soft_line_break, - sym__inline_whitespace, - [122317] = 1, - ACTIONS(7387), 5, - sym__soft_line_ending, - sym__shortcode_open, - aux_sym_target_token2, - anon_sym_RPAREN, - sym__whitespace, - [122325] = 1, - ACTIONS(6268), 5, - sym__soft_line_ending, - sym__shortcode_open, - aux_sym_target_token2, - anon_sym_RPAREN, - sym__whitespace, - [122333] = 4, - ACTIONS(7277), 1, - sym__soft_line_ending, - ACTIONS(7389), 1, - aux_sym_inline_note_token1, - ACTIONS(7391), 1, - sym__whitespace, - STATE(4072), 2, + STATE(3389), 1, sym__soft_line_break, - sym__inline_whitespace, - [122347] = 1, - ACTIONS(6272), 5, - sym__soft_line_ending, - sym__shortcode_open, - aux_sym_target_token2, - anon_sym_RPAREN, - sym__whitespace, - [122355] = 5, - ACTIONS(7269), 1, - sym__whitespace, - ACTIONS(7271), 1, + [127113] = 4, + ACTIONS(3095), 1, sym__soft_line_ending, - STATE(2838), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(3243), 1, - sym__shortcode_sep, - STATE(3298), 1, + STATE(935), 1, sym__soft_line_break, - [122371] = 4, - ACTIONS(7277), 1, + STATE(2910), 1, + aux_sym__inlines_repeat1, + ACTIONS(7529), 2, + sym__line_ending, + sym__eof, + [127127] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7393), 1, + ACTIONS(7595), 1, aux_sym_inline_note_token1, - ACTIONS(7395), 1, + ACTIONS(7597), 1, sym__whitespace, - STATE(4061), 2, + STATE(4065), 2, sym__soft_line_break, sym__inline_whitespace, - [122385] = 5, - ACTIONS(7255), 1, + [127141] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3194), 1, - sym__soft_line_break, - STATE(3244), 1, + STATE(3266), 1, sym__shortcode_sep, - [122401] = 5, - ACTIONS(7269), 1, + STATE(3389), 1, + sym__soft_line_break, + [127157] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3245), 1, + STATE(3283), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [122417] = 5, - ACTIONS(7255), 1, + [127173] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3194), 1, - sym__soft_line_break, - STATE(3246), 1, + STATE(3294), 1, sym__shortcode_sep, - [122433] = 3, - ACTIONS(7319), 1, + STATE(3389), 1, + sym__soft_line_break, + [127189] = 3, + ACTIONS(7571), 1, sym__pipe_table_delimiter, - ACTIONS(7397), 1, + ACTIONS(7599), 1, sym__whitespace, - ACTIONS(7399), 3, + ACTIONS(7047), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [122445] = 1, - ACTIONS(6276), 5, - sym__soft_line_ending, - sym__shortcode_open, - aux_sym_target_token2, - anon_sym_RPAREN, - sym__whitespace, - [122453] = 2, - ACTIONS(7401), 1, - sym_block_continuation, - ACTIONS(2383), 4, - sym__soft_line_ending, + [127201] = 3, + ACTIONS(6390), 1, sym__key_specifier_token, + STATE(3116), 1, + sym__commonmark_key_value_specifier, + ACTIONS(7601), 3, + sym__soft_line_ending, anon_sym_RBRACE, sym__whitespace, - [122463] = 4, - ACTIONS(7277), 1, + [127213] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7403), 1, + ACTIONS(7603), 1, aux_sym_inline_note_token1, - ACTIONS(7405), 1, + ACTIONS(7605), 1, sym__whitespace, - STATE(4077), 2, + STATE(4084), 2, sym__soft_line_break, sym__inline_whitespace, - [122477] = 5, - ACTIONS(7269), 1, - sym__whitespace, - ACTIONS(7271), 1, - sym__soft_line_ending, - STATE(2838), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(3270), 1, - sym__shortcode_sep, - STATE(3298), 1, - sym__soft_line_break, - [122493] = 5, - ACTIONS(7407), 1, - sym__whitespace, - ACTIONS(7410), 1, - sym__soft_line_ending, - STATE(2507), 1, - sym__shortcode_sep, - STATE(2570), 1, - sym__soft_line_break, - STATE(2832), 1, - aux_sym_shortcode_escaped_repeat1, - [122509] = 5, - ACTIONS(7255), 1, - sym__whitespace, - ACTIONS(7257), 1, + [127227] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - STATE(2846), 1, - aux_sym_shortcode_repeat1, - STATE(3194), 1, - sym__soft_line_break, - STATE(3271), 1, - sym__shortcode_sep, - [122525] = 5, - ACTIONS(7269), 1, + ACTIONS(7607), 1, + aux_sym_inline_note_token1, + ACTIONS(7609), 1, sym__whitespace, - ACTIONS(7271), 1, - sym__soft_line_ending, - STATE(2838), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(3272), 1, - sym__shortcode_sep, - STATE(3298), 1, + STATE(3809), 2, sym__soft_line_break, - [122541] = 2, - ACTIONS(7413), 1, + sym__inline_whitespace, + [127241] = 2, + ACTIONS(7611), 1, sym_block_continuation, ACTIONS(2377), 4, sym__line_ending, sym__block_close, sym__fenced_code_block_end_backtick, sym__code_line, - [122551] = 5, - ACTIONS(7045), 1, - sym__line_ending, - ACTIONS(7183), 1, - anon_sym_LBRACE, - ACTIONS(7415), 1, - sym__commonmark_naked_value, - STATE(2639), 1, - sym__newline, - STATE(3437), 1, - sym_attribute_specifier, - [122567] = 5, - ACTIONS(7269), 1, + [127251] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3119), 1, + STATE(3164), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [122583] = 5, - ACTIONS(7417), 1, + [127267] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7420), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2838), 1, - aux_sym_shortcode_escaped_repeat2, - STATE(3378), 1, - sym__soft_line_break, - STATE(3426), 1, + STATE(2878), 1, + aux_sym_shortcode_repeat1, + STATE(3168), 1, sym__shortcode_sep, - [122599] = 4, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(7423), 1, - anon_sym_EQ, - ACTIONS(7425), 1, - sym__whitespace, - STATE(3745), 2, + STATE(3389), 1, sym__soft_line_break, - sym__inline_whitespace, - [122613] = 5, - ACTIONS(7269), 1, + [127283] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3278), 1, + STATE(3169), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [122629] = 5, - ACTIONS(7255), 1, + [127299] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3120), 1, + STATE(3170), 1, sym__shortcode_sep, - STATE(3194), 1, + STATE(3389), 1, sym__soft_line_break, - [122645] = 5, - ACTIONS(7255), 1, + [127315] = 3, + ACTIONS(7613), 1, + anon_sym_DASH, + STATE(2961), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + ACTIONS(7170), 3, + sym__pipe_table_delimiter, + anon_sym_COLON, sym__whitespace, - ACTIONS(7257), 1, - sym__soft_line_ending, - STATE(2846), 1, - aux_sym_shortcode_repeat1, - STATE(3194), 1, - sym__soft_line_break, - STATE(3282), 1, - sym__shortcode_sep, - [122661] = 5, - ACTIONS(7269), 1, + [127327] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3283), 1, + STATE(3227), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [122677] = 5, - ACTIONS(7255), 1, + [127343] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3194), 1, - sym__soft_line_break, - STATE(3286), 1, + STATE(3229), 1, sym__shortcode_sep, - [122693] = 3, - ACTIONS(7267), 1, - sym__pipe_table_delimiter, - ACTIONS(7427), 1, + STATE(3389), 1, + sym__soft_line_break, + [127359] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7071), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [122705] = 5, - ACTIONS(7429), 1, + ACTIONS(7421), 1, + sym__soft_line_ending, + STATE(3001), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(3230), 1, + sym__shortcode_sep, + STATE(3353), 1, + sym__soft_line_break, + [127375] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7432), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3316), 1, + STATE(3231), 1, sym__shortcode_sep, - STATE(3378), 1, + STATE(3389), 1, sym__soft_line_break, - [122721] = 4, - ACTIONS(7277), 1, + [127391] = 2, + ACTIONS(7616), 1, + sym_block_continuation, + ACTIONS(2383), 4, + sym__key_specifier_token, + aux_sym_commonmark_specifier_token1, + aux_sym__commonmark_specifier_start_with_class_token1, + sym__whitespace, + [127401] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7435), 1, + ACTIONS(7618), 1, aux_sym_inline_note_token1, - ACTIONS(7437), 1, + ACTIONS(7620), 1, sym__whitespace, - STATE(4199), 2, + STATE(3753), 2, sym__soft_line_break, sym__inline_whitespace, - [122735] = 3, - ACTIONS(7319), 1, - sym__pipe_table_delimiter, - ACTIONS(7439), 1, - sym__whitespace, - ACTIONS(2873), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [122747] = 5, - ACTIONS(7269), 1, + [127415] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3121), 1, + STATE(3287), 1, sym__shortcode_sep, - STATE(3298), 1, - sym__soft_line_break, - [122763] = 4, - ACTIONS(7277), 1, - sym__soft_line_ending, - ACTIONS(7441), 1, - aux_sym_inline_note_token1, - ACTIONS(7443), 1, - sym__whitespace, - STATE(4207), 2, + STATE(3353), 1, sym__soft_line_break, - sym__inline_whitespace, - [122777] = 5, - ACTIONS(7255), 1, + [127431] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3140), 1, + STATE(3290), 1, sym__shortcode_sep, - STATE(3194), 1, + STATE(3389), 1, sym__soft_line_break, - [122793] = 5, - ACTIONS(7269), 1, + [127447] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3141), 1, + STATE(3291), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [122809] = 5, - ACTIONS(7255), 1, + [127463] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3146), 1, + STATE(3293), 1, sym__shortcode_sep, - STATE(3194), 1, - sym__soft_line_break, - [122825] = 3, - ACTIONS(7311), 1, - sym__pipe_table_delimiter, - ACTIONS(7445), 1, - sym__whitespace, - ACTIONS(2873), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [122837] = 3, - ACTIONS(7311), 1, - sym__pipe_table_delimiter, - ACTIONS(7447), 1, - sym__whitespace, - ACTIONS(2967), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [122849] = 5, - ACTIONS(7323), 1, - aux_sym_target_token1, - ACTIONS(7325), 1, - aux_sym_pandoc_span_token1, - ACTIONS(7327), 1, - sym__soft_line_ending, - STATE(935), 1, + STATE(3389), 1, sym__soft_line_break, - STATE(2856), 1, - aux_sym__inlines_repeat1, - [122865] = 4, - ACTIONS(6536), 1, + [127479] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7449), 1, - anon_sym_EQ, - ACTIONS(7451), 1, + ACTIONS(7622), 1, + aux_sym_inline_note_token1, + ACTIONS(7624), 1, sym__whitespace, - STATE(3466), 2, + STATE(4181), 2, sym__soft_line_break, sym__inline_whitespace, - [122879] = 2, - ACTIONS(7453), 1, - sym_block_continuation, - ACTIONS(2377), 4, - sym__pipe_table_delimiter, - anon_sym_COLON, - anon_sym_DASH, + [127493] = 5, + ACTIONS(7440), 1, sym__whitespace, - [122889] = 4, - ACTIONS(7277), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - ACTIONS(7455), 1, - aux_sym_inline_note_token1, - ACTIONS(7457), 1, - sym__whitespace, - STATE(3503), 2, + STATE(2878), 1, + aux_sym_shortcode_repeat1, + STATE(3369), 1, + sym__shortcode_sep, + STATE(3389), 1, sym__soft_line_break, - sym__inline_whitespace, - [122903] = 5, - ACTIONS(7269), 1, + [127509] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3249), 1, + STATE(3343), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [122919] = 4, - ACTIONS(7277), 1, + [127525] = 4, + ACTIONS(7462), 1, sym__soft_line_ending, - ACTIONS(7459), 1, - aux_sym_inline_note_token1, - ACTIONS(7461), 1, - sym__whitespace, - STATE(3511), 2, + STATE(935), 1, sym__soft_line_break, - sym__inline_whitespace, - [122933] = 5, - ACTIONS(7255), 1, + STATE(2975), 1, + aux_sym__inlines_repeat1, + ACTIONS(7460), 2, + sym__line_ending, + sym__eof, + [127539] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3194), 1, - sym__soft_line_break, - STATE(3254), 1, + STATE(3345), 1, sym__shortcode_sep, - [122949] = 5, - ACTIONS(7269), 1, + STATE(3389), 1, + sym__soft_line_break, + [127555] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3256), 1, + STATE(3346), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [122965] = 5, - ACTIONS(7255), 1, + [127571] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3194), 1, - sym__soft_line_break, - STATE(3263), 1, + STATE(3347), 1, sym__shortcode_sep, - [122981] = 5, - ACTIONS(3103), 1, - sym__soft_line_ending, - ACTIONS(7463), 1, - aux_sym_pandoc_span_token1, - ACTIONS(7465), 1, - aux_sym_target_token1, - STATE(935), 1, - sym__soft_line_break, - STATE(2889), 1, - aux_sym__inlines_repeat1, - [122997] = 4, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(7467), 1, - anon_sym_RBRACE, - ACTIONS(7469), 1, - sym__whitespace, - STATE(3969), 2, - sym__soft_line_break, - sym__inline_whitespace, - [123011] = 4, - ACTIONS(3103), 1, - sym__soft_line_ending, - STATE(927), 1, - sym__soft_line_break, - STATE(2779), 1, - aux_sym__inlines_repeat1, - ACTIONS(7465), 2, - sym__line_ending, - sym__eof, - [123025] = 4, - ACTIONS(6648), 1, - sym__soft_line_ending, - ACTIONS(7203), 1, - anon_sym_RBRACE, - ACTIONS(7471), 1, - sym__whitespace, - STATE(2656), 2, + STATE(3389), 1, sym__soft_line_break, - sym__inline_whitespace, - [123039] = 4, - ACTIONS(7277), 1, + [127587] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7473), 1, + ACTIONS(7626), 1, aux_sym_inline_note_token1, - ACTIONS(7475), 1, + ACTIONS(7628), 1, sym__whitespace, - STATE(3571), 2, + STATE(4197), 2, sym__soft_line_break, sym__inline_whitespace, - [123053] = 4, - ACTIONS(7277), 1, + [127601] = 1, + ACTIONS(6276), 5, sym__soft_line_ending, - ACTIONS(7477), 1, - aux_sym_inline_note_token1, - ACTIONS(7479), 1, + sym__shortcode_open, + aux_sym_target_token2, + anon_sym_RPAREN, sym__whitespace, - STATE(3507), 2, - sym__soft_line_break, - sym__inline_whitespace, - [123067] = 5, - ACTIONS(7269), 1, + [127609] = 3, + ACTIONS(7467), 1, + sym__pipe_table_delimiter, + ACTIONS(7630), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7632), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [127621] = 5, + ACTIONS(7189), 1, + sym__line_ending, + ACTIONS(7317), 1, + anon_sym_LBRACE, + ACTIONS(7634), 1, + sym__commonmark_naked_value, + STATE(2741), 1, + sym__newline, + STATE(3461), 1, + sym_attribute_specifier, + [127637] = 5, + ACTIONS(7419), 1, + sym__whitespace, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3292), 1, - sym__shortcode_sep, - STATE(3298), 1, - sym__soft_line_break, - [123083] = 4, - ACTIONS(7277), 1, - sym__soft_line_ending, - ACTIONS(7481), 1, - aux_sym_inline_note_token1, - ACTIONS(7483), 1, - sym__whitespace, - STATE(3579), 2, + STATE(3353), 1, sym__soft_line_break, - sym__inline_whitespace, - [123097] = 5, - ACTIONS(7255), 1, + STATE(3399), 1, + sym__shortcode_sep, + [127653] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3194), 1, - sym__soft_line_break, - STATE(3293), 1, + STATE(3337), 1, sym__shortcode_sep, - [123113] = 5, - ACTIONS(7269), 1, + STATE(3389), 1, + sym__soft_line_break, + [127669] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3294), 1, - sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [123129] = 5, - ACTIONS(7255), 1, + STATE(3413), 1, + sym__shortcode_sep, + [127685] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3194), 1, + STATE(3389), 1, sym__soft_line_break, - STATE(3295), 1, + STATE(3415), 1, sym__shortcode_sep, - [123145] = 2, - ACTIONS(2713), 2, - aux_sym__commonmark_single_quote_string_token1, - aux_sym__commonmark_double_quote_string_token1, - ACTIONS(2711), 3, - sym__value_specifier_token, - anon_sym_SQUOTE_SQUOTE, - anon_sym_DQUOTE_DQUOTE, - [123155] = 3, - ACTIONS(7370), 1, - sym__pipe_table_delimiter, - ACTIONS(7485), 1, + [127701] = 5, + ACTIONS(7636), 1, sym__whitespace, - ACTIONS(7071), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [123167] = 5, - ACTIONS(3103), 1, + ACTIONS(7639), 1, sym__soft_line_ending, - ACTIONS(7463), 1, - sym__whitespace, - ACTIONS(7465), 1, - aux_sym_inline_note_token1, - STATE(933), 1, + STATE(2604), 1, + sym__shortcode_sep, + STATE(2685), 1, sym__soft_line_break, - STATE(2887), 1, - aux_sym__inlines_repeat1, - [123183] = 1, - ACTIONS(2711), 5, - sym__key_specifier_token, - anon_sym_RBRACE, - aux_sym_commonmark_specifier_token1, - aux_sym__commonmark_specifier_start_with_class_token1, - sym__whitespace, - [123191] = 3, - ACTIONS(6542), 1, - sym__key_specifier_token, - STATE(2984), 1, - sym__commonmark_key_value_specifier, - ACTIONS(7487), 3, - sym__soft_line_ending, - anon_sym_RBRACE, - sym__whitespace, - [123203] = 5, - ACTIONS(7269), 1, + STATE(2987), 1, + aux_sym_shortcode_escaped_repeat1, + [127717] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3049), 1, + STATE(3258), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [123219] = 3, - ACTIONS(7370), 1, - sym__pipe_table_delimiter, - ACTIONS(7489), 1, - sym__whitespace, - ACTIONS(6873), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [123231] = 5, - ACTIONS(7255), 1, + [127733] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3050), 1, + STATE(3281), 1, sym__shortcode_sep, - STATE(3194), 1, + STATE(3389), 1, sym__soft_line_break, - [123247] = 5, - ACTIONS(7269), 1, + [127749] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3051), 1, + STATE(3310), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [123263] = 5, - ACTIONS(7255), 1, + [127765] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3052), 1, + STATE(3317), 1, sym__shortcode_sep, - STATE(3194), 1, + STATE(3389), 1, sym__soft_line_break, - [123279] = 4, - ACTIONS(6648), 1, + [127781] = 1, + ACTIONS(6280), 5, sym__soft_line_ending, - ACTIONS(7491), 1, - anon_sym_RBRACE, - ACTIONS(7493), 1, + sym__shortcode_open, + aux_sym_target_token2, + anon_sym_RPAREN, + sym__whitespace, + [127789] = 5, + ACTIONS(7419), 1, sym__whitespace, - STATE(2668), 2, + ACTIONS(7421), 1, + sym__soft_line_ending, + STATE(3001), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(3316), 1, + sym__shortcode_sep, + STATE(3353), 1, sym__soft_line_break, - sym__inline_whitespace, - [123293] = 5, - ACTIONS(3103), 1, + [127805] = 1, + ACTIONS(6284), 5, sym__soft_line_ending, - ACTIONS(7321), 1, - aux_sym_inline_note_token1, - ACTIONS(7495), 1, + sym__shortcode_open, + aux_sym_target_token2, + anon_sym_RPAREN, sym__whitespace, - STATE(933), 1, - sym__soft_line_break, - STATE(2783), 1, - aux_sym__inlines_repeat1, - [123309] = 4, - ACTIONS(7499), 1, - sym__pipe_table_line_ending, - STATE(163), 1, - sym__pipe_table_newline, - STATE(2888), 1, - aux_sym_pipe_table_repeat1, - ACTIONS(7497), 2, - sym__line_ending, - sym__eof, - [123323] = 5, - ACTIONS(3103), 1, + [127813] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7321), 1, - aux_sym_target_token1, - ACTIONS(7495), 1, - aux_sym_pandoc_span_token1, - STATE(935), 1, + ACTIONS(7642), 1, + aux_sym_inline_note_token1, + ACTIONS(7644), 1, + sym__whitespace, + STATE(4289), 2, sym__soft_line_break, - STATE(2856), 1, - aux_sym__inlines_repeat1, - [123339] = 5, - ACTIONS(7269), 1, + sym__inline_whitespace, + [127827] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3072), 1, + STATE(3207), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [123355] = 4, - ACTIONS(7277), 1, + [127843] = 1, + ACTIONS(7646), 5, sym__soft_line_ending, - ACTIONS(7502), 1, - aux_sym_inline_note_token1, - ACTIONS(7504), 1, + sym__shortcode_open, + aux_sym_target_token2, + anon_sym_RPAREN, sym__whitespace, - STATE(3639), 2, - sym__soft_line_break, - sym__inline_whitespace, - [123369] = 5, - ACTIONS(7255), 1, + [127851] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3074), 1, + STATE(3211), 1, sym__shortcode_sep, - STATE(3194), 1, + STATE(3389), 1, sym__soft_line_break, - [123385] = 5, - ACTIONS(7269), 1, + [127867] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7271), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2838), 1, + STATE(3001), 1, aux_sym_shortcode_escaped_repeat2, - STATE(3075), 1, + STATE(3212), 1, sym__shortcode_sep, - STATE(3298), 1, + STATE(3353), 1, sym__soft_line_break, - [123401] = 5, - ACTIONS(7255), 1, + [127883] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3076), 1, + STATE(3213), 1, sym__shortcode_sep, - STATE(3194), 1, + STATE(3389), 1, sym__soft_line_break, - [123417] = 3, - ACTIONS(7267), 1, - sym__pipe_table_delimiter, - ACTIONS(7506), 1, - sym__whitespace, - ACTIONS(6873), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [123429] = 3, - ACTIONS(7319), 1, - sym__pipe_table_delimiter, - ACTIONS(7508), 1, - sym__whitespace, - ACTIONS(2889), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [123441] = 5, - ACTIONS(7255), 1, + [127899] = 5, + ACTIONS(7648), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7651), 1, sym__soft_line_ending, - STATE(2846), 1, - aux_sym_shortcode_repeat1, - STATE(3081), 1, - sym__shortcode_sep, - STATE(3194), 1, + STATE(3001), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(3452), 1, sym__soft_line_break, - [123457] = 5, - ACTIONS(7255), 1, - sym__whitespace, - ACTIONS(7257), 1, - sym__soft_line_ending, - STATE(2846), 1, - aux_sym_shortcode_repeat1, - STATE(3082), 1, + STATE(3494), 1, sym__shortcode_sep, - STATE(3194), 1, - sym__soft_line_break, - [123473] = 4, - ACTIONS(7277), 1, + [127915] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7510), 1, + ACTIONS(7654), 1, aux_sym_inline_note_token1, - ACTIONS(7512), 1, + ACTIONS(7656), 1, sym__whitespace, - STATE(3647), 2, + STATE(4304), 2, sym__soft_line_break, sym__inline_whitespace, - [123487] = 3, - ACTIONS(7311), 1, - sym__pipe_table_delimiter, - ACTIONS(7514), 1, + [127929] = 4, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(7658), 1, + anon_sym_EQ, + ACTIONS(7660), 1, sym__whitespace, - ACTIONS(2889), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [123499] = 5, - ACTIONS(7255), 1, + STATE(3998), 2, + sym__soft_line_break, + sym__inline_whitespace, + [127943] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2846), 1, - aux_sym_shortcode_repeat1, - STATE(3084), 1, + STATE(3001), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(3284), 1, sym__shortcode_sep, - STATE(3194), 1, + STATE(3353), 1, sym__soft_line_break, - [123515] = 5, - ACTIONS(7255), 1, + [127959] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3085), 1, + STATE(3297), 1, sym__shortcode_sep, - STATE(3194), 1, + STATE(3389), 1, sym__soft_line_break, - [123531] = 4, - ACTIONS(7277), 1, + [127975] = 5, + ACTIONS(7419), 1, + sym__whitespace, + ACTIONS(7421), 1, sym__soft_line_ending, - ACTIONS(7516), 1, - aux_sym_inline_note_token1, - ACTIONS(7518), 1, + STATE(3001), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(3299), 1, + sym__shortcode_sep, + STATE(3353), 1, + sym__soft_line_break, + [127991] = 5, + ACTIONS(7440), 1, sym__whitespace, - STATE(3521), 2, + ACTIONS(7442), 1, + sym__soft_line_ending, + STATE(2878), 1, + aux_sym_shortcode_repeat1, + STATE(3301), 1, + sym__shortcode_sep, + STATE(3389), 1, sym__soft_line_break, - sym__inline_whitespace, - [123545] = 4, - ACTIONS(7277), 1, + [128007] = 3, + ACTIONS(7571), 1, + sym__pipe_table_delimiter, + ACTIONS(7662), 1, + sym__whitespace, + ACTIONS(7023), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [128019] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7520), 1, + ACTIONS(7664), 1, aux_sym_inline_note_token1, - ACTIONS(7522), 1, + ACTIONS(7666), 1, sym__whitespace, - STATE(3513), 2, + STATE(4206), 2, sym__soft_line_break, sym__inline_whitespace, - [123559] = 5, - ACTIONS(7255), 1, + [128033] = 5, + ACTIONS(7419), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(2846), 1, - aux_sym_shortcode_repeat1, - STATE(3087), 1, - sym__shortcode_sep, - STATE(3194), 1, + STATE(3001), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(3353), 1, sym__soft_line_break, - [123575] = 5, - ACTIONS(7255), 1, + STATE(3375), 1, + sym__shortcode_sep, + [128049] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3088), 1, + STATE(3377), 1, sym__shortcode_sep, - STATE(3194), 1, + STATE(3389), 1, sym__soft_line_break, - [123591] = 1, - ACTIONS(7524), 5, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - sym__pipe_table_delimiter, + [128065] = 5, + ACTIONS(7419), 1, sym__whitespace, - [123599] = 4, - ACTIONS(7327), 1, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(927), 1, + STATE(3001), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(3353), 1, sym__soft_line_break, - STATE(2908), 1, - aux_sym__inlines_repeat1, - ACTIONS(7323), 2, - sym__line_ending, - sym__eof, - [123613] = 5, - ACTIONS(7255), 1, + STATE(3380), 1, + sym__shortcode_sep, + [128081] = 5, + ACTIONS(7440), 1, sym__whitespace, - ACTIONS(7257), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(2846), 1, + STATE(2878), 1, aux_sym_shortcode_repeat1, - STATE(3091), 1, + STATE(3381), 1, sym__shortcode_sep, - STATE(3194), 1, + STATE(3389), 1, sym__soft_line_break, - [123629] = 1, - ACTIONS(7526), 5, + [128097] = 3, + ACTIONS(7436), 1, + sym__pipe_table_delimiter, + ACTIONS(7668), 1, + sym__whitespace, + ACTIONS(7670), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [128109] = 1, + ACTIONS(7672), 5, sym__line_ending, sym__eof, sym__pipe_table_line_ending, sym__pipe_table_delimiter, sym__whitespace, - [123637] = 3, - ACTIONS(7257), 1, + [128117] = 5, + ACTIONS(7419), 1, + sym__whitespace, + ACTIONS(7421), 1, sym__soft_line_ending, - STATE(3364), 1, + STATE(3001), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(3353), 1, sym__soft_line_break, - ACTIONS(6652), 2, - sym__key_specifier_token, - sym__shortcode_close, - [123648] = 4, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(7528), 1, + STATE(3401), 1, + sym__shortcode_sep, + [128133] = 5, + ACTIONS(7440), 1, sym__whitespace, - STATE(3435), 1, + ACTIONS(7442), 1, + sym__soft_line_ending, + STATE(2878), 1, + aux_sym_shortcode_repeat1, + STATE(3389), 1, sym__soft_line_break, - STATE(3708), 1, + STATE(3406), 1, sym__shortcode_sep, - [123661] = 4, - ACTIONS(3103), 1, + [128149] = 5, + ACTIONS(7419), 1, + sym__whitespace, + ACTIONS(7421), 1, sym__soft_line_ending, - ACTIONS(7321), 1, - sym__superscript_close, - STATE(923), 1, + STATE(3001), 1, + aux_sym_shortcode_escaped_repeat2, + STATE(3353), 1, sym__soft_line_break, - STATE(2921), 1, - aux_sym__inlines_repeat1, - [123674] = 4, - ACTIONS(7323), 1, - aux_sym_insert_token1, - ACTIONS(7327), 1, + STATE(3407), 1, + sym__shortcode_sep, + [128165] = 5, + ACTIONS(7440), 1, + sym__whitespace, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(929), 1, + STATE(2878), 1, + aux_sym_shortcode_repeat1, + STATE(3389), 1, sym__soft_line_break, - STATE(2914), 1, - aux_sym__inlines_repeat1, - [123687] = 3, - ACTIONS(7532), 1, - sym__code_span_close, - STATE(2970), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [123698] = 4, - ACTIONS(7323), 1, - sym__strikeout_close, - ACTIONS(7327), 1, + STATE(3408), 1, + sym__shortcode_sep, + [128181] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - STATE(925), 1, + ACTIONS(7674), 1, + aux_sym_inline_note_token1, + ACTIONS(7676), 1, + sym__whitespace, + STATE(3580), 2, sym__soft_line_break, - STATE(2916), 1, - aux_sym__inlines_repeat1, - [123711] = 1, - ACTIONS(2711), 4, - sym__soft_line_ending, - sym__key_specifier_token, - anon_sym_RBRACE, + sym__inline_whitespace, + [128195] = 5, + ACTIONS(7440), 1, sym__whitespace, - [123718] = 4, - ACTIONS(7323), 1, - sym__emphasis_close_star, - ACTIONS(7327), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(931), 1, + STATE(2878), 1, + aux_sym_shortcode_repeat1, + STATE(3167), 1, + sym__shortcode_sep, + STATE(3389), 1, sym__soft_line_break, - STATE(2918), 1, - aux_sym__inlines_repeat1, - [123731] = 3, - ACTIONS(7534), 1, - sym__code_span_close, - STATE(2970), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [123742] = 4, - ACTIONS(7323), 1, - sym__strong_emphasis_close_star, - ACTIONS(7327), 1, + [128211] = 5, + ACTIONS(7440), 1, + sym__whitespace, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(934), 1, + STATE(2878), 1, + aux_sym_shortcode_repeat1, + STATE(3171), 1, + sym__shortcode_sep, + STATE(3389), 1, sym__soft_line_break, - STATE(2920), 1, - aux_sym__inlines_repeat1, - [123755] = 4, - ACTIONS(7323), 1, - sym__superscript_close, - ACTIONS(7327), 1, + [128227] = 5, + ACTIONS(7440), 1, + sym__whitespace, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(923), 1, + STATE(2878), 1, + aux_sym_shortcode_repeat1, + STATE(3178), 1, + sym__shortcode_sep, + STATE(3389), 1, sym__soft_line_break, - STATE(2921), 1, - aux_sym__inlines_repeat1, - [123768] = 4, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(7528), 1, + [128243] = 5, + ACTIONS(7440), 1, sym__whitespace, - STATE(3435), 1, - sym__soft_line_break, - STATE(3896), 1, - sym__shortcode_sep, - [123781] = 2, - ACTIONS(7319), 1, - sym__pipe_table_delimiter, - ACTIONS(2873), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [123790] = 2, - ACTIONS(7536), 1, - sym__pipe_table_delimiter, - ACTIONS(2873), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [123799] = 3, - ACTIONS(7538), 1, - sym__code_span_close, - STATE(2970), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [123810] = 3, - ACTIONS(7540), 1, - sym__code_span_close, - STATE(2970), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [123821] = 1, - ACTIONS(7542), 4, + ACTIONS(7442), 1, sym__soft_line_ending, - sym__key_specifier_token, - anon_sym_RBRACE, - sym__whitespace, - [123828] = 4, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(7544), 1, - aux_sym__commonmark_specifier_start_with_class_token2, - STATE(2608), 1, - sym__commonmark_key_value_specifier, - STATE(3675), 1, - sym__commonmark_specifier_start_with_kv, - [123841] = 4, - ACTIONS(3103), 1, + STATE(2878), 1, + aux_sym_shortcode_repeat1, + STATE(3181), 1, + sym__shortcode_sep, + STATE(3389), 1, + sym__soft_line_break, + [128259] = 5, + ACTIONS(7440), 1, + sym__whitespace, + ACTIONS(7442), 1, sym__soft_line_ending, - ACTIONS(7465), 1, - sym__double_quote_span_close, - STATE(930), 1, + STATE(2878), 1, + aux_sym_shortcode_repeat1, + STATE(3188), 1, + sym__shortcode_sep, + STATE(3389), 1, sym__soft_line_break, - STATE(2934), 1, - aux_sym__inlines_repeat1, - [123854] = 1, - ACTIONS(2703), 4, - sym__pipe_table_delimiter, - anon_sym_COLON, - anon_sym_DASH, + [128275] = 5, + ACTIONS(7440), 1, sym__whitespace, - [123861] = 4, - ACTIONS(3103), 1, + ACTIONS(7442), 1, sym__soft_line_ending, - ACTIONS(7465), 1, - aux_sym_insert_token1, - STATE(929), 1, + STATE(2878), 1, + aux_sym_shortcode_repeat1, + STATE(3192), 1, + sym__shortcode_sep, + STATE(3389), 1, sym__soft_line_break, - STATE(2969), 1, - aux_sym__inlines_repeat1, - [123874] = 4, - ACTIONS(3103), 1, + [128291] = 5, + ACTIONS(7440), 1, + sym__whitespace, + ACTIONS(7442), 1, sym__soft_line_ending, - ACTIONS(7465), 1, - sym__emphasis_close_underscore, - STATE(928), 1, + STATE(2878), 1, + aux_sym_shortcode_repeat1, + STATE(3202), 1, + sym__shortcode_sep, + STATE(3389), 1, sym__soft_line_break, - STATE(2936), 1, - aux_sym__inlines_repeat1, - [123887] = 3, - ACTIONS(7271), 1, + [128307] = 5, + ACTIONS(7440), 1, + sym__whitespace, + ACTIONS(7442), 1, sym__soft_line_ending, - STATE(3422), 1, + STATE(2878), 1, + aux_sym_shortcode_repeat1, + STATE(3218), 1, + sym__shortcode_sep, + STATE(3389), 1, sym__soft_line_break, - ACTIONS(6652), 2, - sym__key_specifier_token, - sym__shortcode_close_escaped, - [123898] = 4, - ACTIONS(3103), 1, + [128323] = 4, + ACTIONS(7427), 1, sym__soft_line_ending, - ACTIONS(7321), 1, - sym__double_quote_span_close, - STATE(930), 1, + ACTIONS(7678), 1, + aux_sym_inline_note_token1, + ACTIONS(7680), 1, + sym__whitespace, + STATE(3848), 2, sym__soft_line_break, - STATE(2951), 1, - aux_sym__inlines_repeat1, - [123911] = 3, - ACTIONS(7546), 1, + sym__inline_whitespace, + [128337] = 1, + ACTIONS(7682), 4, + sym__soft_line_ending, + sym__key_specifier_token, + anon_sym_RBRACE, + sym__whitespace, + [128344] = 3, + ACTIONS(7686), 1, sym__code_span_close, - STATE(2970), 1, + STATE(3087), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, + ACTIONS(7684), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [123922] = 4, - ACTIONS(3103), 1, + [128355] = 1, + ACTIONS(7688), 4, sym__soft_line_ending, - ACTIONS(7321), 1, - sym__emphasis_close_underscore, - STATE(928), 1, + sym__key_specifier_token, + anon_sym_RBRACE, + sym__whitespace, + [128362] = 1, + ACTIONS(7690), 4, + sym__soft_line_ending, + sym__key_specifier_token, + anon_sym_RBRACE, + sym__whitespace, + [128369] = 4, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(7533), 1, + sym__double_quote_span_close, + STATE(931), 1, sym__soft_line_break, - STATE(2948), 1, + STATE(3080), 1, aux_sym__inlines_repeat1, - [123935] = 2, - ACTIONS(7548), 1, - sym_block_continuation, - ACTIONS(2383), 3, - sym__key_specifier_token, - sym__shortcode_close_escaped, + [128382] = 1, + ACTIONS(2709), 4, + sym__soft_line_ending, + anon_sym_RBRACE, + aux_sym__commonmark_specifier_start_with_class_token2, sym__whitespace, - [123944] = 3, - ACTIONS(7550), 1, - sym__code_span_close, - STATE(2970), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [123955] = 2, - ACTIONS(7536), 1, - sym__pipe_table_delimiter, - ACTIONS(2889), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [123964] = 2, - ACTIONS(6270), 1, + [128389] = 2, + ACTIONS(6278), 1, aux_sym__commonmark_double_quote_string_token3, - ACTIONS(6268), 3, + ACTIONS(6276), 3, sym__shortcode_open, aux_sym__commonmark_double_quote_string_token1, aux_sym__commonmark_double_quote_string_token4, - [123973] = 2, - ACTIONS(6274), 1, + [128398] = 2, + ACTIONS(6282), 1, aux_sym__commonmark_double_quote_string_token3, - ACTIONS(6272), 3, + ACTIONS(6280), 3, sym__shortcode_open, aux_sym__commonmark_double_quote_string_token1, aux_sym__commonmark_double_quote_string_token4, - [123982] = 2, - ACTIONS(6278), 1, + [128407] = 2, + ACTIONS(6286), 1, aux_sym__commonmark_double_quote_string_token3, - ACTIONS(6276), 3, + ACTIONS(6284), 3, sym__shortcode_open, aux_sym__commonmark_double_quote_string_token1, aux_sym__commonmark_double_quote_string_token4, - [123991] = 2, - ACTIONS(6270), 1, + [128416] = 3, + ACTIONS(7692), 1, + sym__code_span_close, + STATE(3087), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(7684), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [128427] = 4, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(7533), 1, + sym__superscript_close, + STATE(934), 1, + sym__soft_line_break, + STATE(3094), 1, + aux_sym__inlines_repeat1, + [128440] = 4, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(7529), 1, + sym__strong_emphasis_close_underscore, + STATE(928), 1, + sym__soft_line_break, + STATE(3073), 1, + aux_sym__inlines_repeat1, + [128453] = 2, + ACTIONS(6278), 1, aux_sym__commonmark_single_quote_string_token3, - ACTIONS(6268), 3, + ACTIONS(6276), 3, sym__shortcode_open, aux_sym__commonmark_single_quote_string_token1, aux_sym__commonmark_single_quote_string_token4, - [124000] = 2, - ACTIONS(6274), 1, + [128462] = 2, + ACTIONS(6282), 1, aux_sym__commonmark_single_quote_string_token3, - ACTIONS(6272), 3, + ACTIONS(6280), 3, sym__shortcode_open, aux_sym__commonmark_single_quote_string_token1, aux_sym__commonmark_single_quote_string_token4, - [124009] = 2, - ACTIONS(6278), 1, + [128471] = 2, + ACTIONS(6286), 1, aux_sym__commonmark_single_quote_string_token3, - ACTIONS(6276), 3, + ACTIONS(6284), 3, sym__shortcode_open, aux_sym__commonmark_single_quote_string_token1, aux_sym__commonmark_single_quote_string_token4, - [124018] = 2, - ACTIONS(7319), 1, + [128480] = 2, + ACTIONS(7694), 1, sym__pipe_table_delimiter, - ACTIONS(2889), 3, + ACTIONS(2867), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [124027] = 2, - ACTIONS(7267), 1, + [128489] = 3, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(7696), 1, + sym__whitespace, + STATE(790), 2, + sym__soft_line_break, + sym__inline_whitespace, + [128500] = 1, + ACTIONS(2709), 4, + sym__key_specifier_token, + aux_sym_commonmark_specifier_token1, + aux_sym__commonmark_specifier_start_with_class_token1, + sym__whitespace, + [128507] = 2, + ACTIONS(7436), 1, sym__pipe_table_delimiter, - ACTIONS(6873), 3, + ACTIONS(7217), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [124036] = 4, - ACTIONS(7323), 1, + [128516] = 4, + ACTIONS(7460), 1, sym__emphasis_close_underscore, - ACTIONS(7327), 1, + ACTIONS(7462), 1, sym__soft_line_ending, - STATE(928), 1, + STATE(925), 1, sym__soft_line_break, - STATE(2948), 1, + STATE(3049), 1, aux_sym__inlines_repeat1, - [124049] = 3, - ACTIONS(3103), 1, - sym__soft_line_ending, - ACTIONS(7552), 1, - sym__whitespace, - STATE(790), 2, - sym__soft_line_break, - sym__inline_whitespace, - [124060] = 4, - ACTIONS(3103), 1, + [128529] = 4, + ACTIONS(3095), 1, sym__soft_line_ending, - ACTIONS(7321), 1, - sym__single_quote_span_close, - STATE(932), 1, + ACTIONS(7529), 1, + aux_sym_insert_token1, + STATE(923), 1, sym__soft_line_break, - STATE(2987), 1, + STATE(3083), 1, aux_sym__inlines_repeat1, - [124073] = 4, - ACTIONS(7323), 1, - sym__double_quote_span_close, - ACTIONS(7327), 1, + [128542] = 4, + ACTIONS(3095), 1, sym__soft_line_ending, + ACTIONS(7533), 1, + sym__strikeout_close, STATE(930), 1, sym__soft_line_break, - STATE(2951), 1, + STATE(3114), 1, aux_sym__inlines_repeat1, - [124086] = 4, - ACTIONS(3103), 1, + [128555] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7321), 1, - sym__strikeout_close, - STATE(925), 1, + ACTIONS(7698), 1, + sym__whitespace, + STATE(3478), 1, + sym__soft_line_break, + STATE(3862), 1, + sym__shortcode_sep, + [128568] = 3, + ACTIONS(7700), 1, + sym__code_span_close, + STATE(3087), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(7684), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [128579] = 2, + ACTIONS(7704), 1, + sym__pipe_table_delimiter, + ACTIONS(7702), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [128588] = 1, + ACTIONS(7706), 4, + sym__soft_line_ending, + sym__key_specifier_token, + anon_sym_RBRACE, + sym__whitespace, + [128595] = 3, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(7708), 1, + sym__whitespace, + STATE(794), 2, + sym__soft_line_break, + sym__inline_whitespace, + [128606] = 4, + ACTIONS(7460), 1, + aux_sym_insert_token1, + ACTIONS(7462), 1, + sym__soft_line_ending, + STATE(923), 1, sym__soft_line_break, - STATE(2916), 1, + STATE(3057), 1, aux_sym__inlines_repeat1, - [124099] = 3, - ACTIONS(7554), 1, + [128619] = 2, + ACTIONS(7694), 1, + sym__pipe_table_delimiter, + ACTIONS(7710), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [128628] = 3, + ACTIONS(7712), 1, sym__code_span_close, - STATE(2970), 1, + STATE(3087), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, + ACTIONS(7684), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [124110] = 3, - ACTIONS(7556), 1, + [128639] = 2, + ACTIONS(7467), 1, + sym__pipe_table_delimiter, + ACTIONS(2867), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [128648] = 3, + ACTIONS(7714), 1, sym__code_span_close, - STATE(2970), 1, + STATE(3087), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, + ACTIONS(7684), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [124121] = 3, - ACTIONS(3103), 1, + [128659] = 4, + ACTIONS(3095), 1, sym__soft_line_ending, - ACTIONS(7558), 1, - sym__whitespace, - STATE(789), 2, + ACTIONS(7529), 1, + sym__strong_emphasis_close_star, + STATE(926), 1, sym__soft_line_break, - sym__inline_whitespace, - [124132] = 3, - ACTIONS(3103), 1, + STATE(3102), 1, + aux_sym__inlines_repeat1, + [128672] = 4, + ACTIONS(7154), 1, + anon_sym_COLON, + ACTIONS(7156), 1, + anon_sym_DASH, + STATE(2922), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + STATE(3509), 1, + sym_pipe_table_delimiter_cell, + [128685] = 4, + ACTIONS(7460), 1, + sym__emphasis_close_star, + ACTIONS(7462), 1, sym__soft_line_ending, - ACTIONS(7560), 1, - sym__whitespace, - STATE(815), 2, + STATE(929), 1, sym__soft_line_break, - sym__inline_whitespace, - [124143] = 3, - ACTIONS(3103), 1, + STATE(3064), 1, + aux_sym__inlines_repeat1, + [128698] = 4, + ACTIONS(7460), 1, + sym__strong_emphasis_close_underscore, + ACTIONS(7462), 1, sym__soft_line_ending, - ACTIONS(7562), 1, - sym__whitespace, - STATE(852), 2, + STATE(928), 1, sym__soft_line_break, - sym__inline_whitespace, - [124154] = 4, - ACTIONS(3103), 1, + STATE(3065), 1, + aux_sym__inlines_repeat1, + [128711] = 4, + ACTIONS(7460), 1, + sym__strong_emphasis_close_star, + ACTIONS(7462), 1, sym__soft_line_ending, - ACTIONS(7465), 1, - sym__subscript_close, - STATE(924), 1, + STATE(926), 1, sym__soft_line_break, - STATE(2963), 1, + STATE(3066), 1, aux_sym__inlines_repeat1, - [124167] = 4, - ACTIONS(3103), 1, + [128724] = 4, + ACTIONS(3095), 1, sym__soft_line_ending, - ACTIONS(7465), 1, - sym__strong_emphasis_close_underscore, - STATE(926), 1, + ACTIONS(7529), 1, + sym__subscript_close, + STATE(933), 1, sym__soft_line_break, - STATE(2962), 1, + STATE(3078), 1, aux_sym__inlines_repeat1, - [124180] = 1, - ACTIONS(7564), 4, + [128737] = 3, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(7716), 1, + sym__whitespace, + STATE(796), 2, + sym__soft_line_break, + sym__inline_whitespace, + [128748] = 1, + ACTIONS(7718), 4, sym__soft_line_ending, sym__key_specifier_token, anon_sym_RBRACE, sym__whitespace, - [124187] = 3, - ACTIONS(7566), 1, + [128755] = 3, + ACTIONS(7720), 1, sym__code_span_close, - STATE(2970), 1, + STATE(3087), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, + ACTIONS(7684), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [124198] = 4, - ACTIONS(3103), 1, + [128766] = 4, + ACTIONS(3095), 1, sym__soft_line_ending, - ACTIONS(7321), 1, + ACTIONS(7533), 1, + sym__emphasis_close_underscore, + STATE(925), 1, + sym__soft_line_break, + STATE(3049), 1, + aux_sym__inlines_repeat1, + [128779] = 2, + ACTIONS(7436), 1, + sym__pipe_table_delimiter, + ACTIONS(7023), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [128788] = 4, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(7533), 1, sym__strong_emphasis_close_underscore, - STATE(926), 1, + STATE(928), 1, sym__soft_line_break, - STATE(2977), 1, + STATE(3065), 1, aux_sym__inlines_repeat1, - [124211] = 4, - ACTIONS(3103), 1, + [128801] = 4, + ACTIONS(7722), 1, + anon_sym_LBRACE, + ACTIONS(7724), 1, + sym__commonmark_naked_value, + ACTIONS(7726), 1, + sym_fenced_div_note_id, + STATE(3474), 1, + sym__pandoc_attr_specifier, + [128814] = 3, + ACTIONS(3095), 1, sym__soft_line_ending, - ACTIONS(7321), 1, + ACTIONS(7728), 1, + sym__whitespace, + STATE(798), 2, + sym__soft_line_break, + sym__inline_whitespace, + [128825] = 4, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(7529), 1, + sym__strikeout_close, + STATE(930), 1, + sym__soft_line_break, + STATE(3051), 1, + aux_sym__inlines_repeat1, + [128838] = 3, + ACTIONS(7730), 1, + sym__code_span_close, + STATE(3087), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(7684), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [128849] = 4, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(7533), 1, sym__subscript_close, - STATE(924), 1, + STATE(933), 1, sym__soft_line_break, - STATE(3043), 1, + STATE(3091), 1, aux_sym__inlines_repeat1, - [124224] = 4, - ACTIONS(3103), 1, + [128862] = 4, + ACTIONS(7722), 1, + anon_sym_LBRACE, + ACTIONS(7732), 1, + sym__commonmark_naked_value, + ACTIONS(7734), 1, + sym__whitespace, + STATE(3492), 1, + sym__pandoc_attr_specifier, + [128875] = 4, + ACTIONS(7460), 1, + sym__double_quote_span_close, + ACTIONS(7462), 1, sym__soft_line_ending, - ACTIONS(7321), 1, - sym__strong_emphasis_close_star, - STATE(934), 1, + STATE(931), 1, sym__soft_line_break, - STATE(2920), 1, + STATE(3080), 1, aux_sym__inlines_repeat1, - [124237] = 2, - ACTIONS(7568), 1, + [128888] = 2, + ACTIONS(7694), 1, sym__pipe_table_delimiter, - ACTIONS(7265), 3, + ACTIONS(2883), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [124246] = 3, - ACTIONS(7570), 1, + [128897] = 3, + ACTIONS(7736), 1, sym__code_span_close, - STATE(2970), 1, + STATE(3087), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, + ACTIONS(7684), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [124257] = 2, - ACTIONS(7267), 1, - sym__pipe_table_delimiter, - ACTIONS(7265), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [124266] = 1, - ACTIONS(7572), 4, - sym__soft_line_ending, - sym__key_specifier_token, - anon_sym_RBRACE, - sym__whitespace, - [124273] = 4, - ACTIONS(3103), 1, + [128908] = 4, + ACTIONS(3095), 1, sym__soft_line_ending, - ACTIONS(7321), 1, + ACTIONS(7533), 1, aux_sym_insert_token1, - STATE(929), 1, + STATE(923), 1, sym__soft_line_break, - STATE(2914), 1, + STATE(3057), 1, aux_sym__inlines_repeat1, - [124286] = 3, - ACTIONS(7577), 1, + [128921] = 3, + ACTIONS(7738), 1, sym__code_span_close, - STATE(2970), 1, + STATE(3087), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7574), 2, + ACTIONS(7684), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [124297] = 1, - ACTIONS(7579), 4, - sym__soft_line_ending, - sym__key_specifier_token, - anon_sym_RBRACE, - sym__whitespace, - [124304] = 2, - ACTIONS(7536), 1, + [128932] = 2, + ACTIONS(7467), 1, sym__pipe_table_delimiter, - ACTIONS(7399), 3, + ACTIONS(2883), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [124313] = 4, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(7544), 1, - aux_sym__commonmark_specifier_start_with_class_token2, - STATE(2615), 1, - sym__commonmark_key_value_specifier, - STATE(3046), 1, - sym__commonmark_specifier_start_with_kv, - [124326] = 3, - ACTIONS(7581), 1, + [128941] = 2, + ACTIONS(7704), 1, + sym__pipe_table_delimiter, + ACTIONS(7217), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [128950] = 3, + ACTIONS(7743), 1, sym__code_span_close, - STATE(2970), 1, + STATE(3087), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, + ACTIONS(7740), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [124337] = 2, - ACTIONS(7319), 1, + [128961] = 3, + ACTIONS(7745), 1, + sym__code_span_close, + STATE(3087), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(7684), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [128972] = 4, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(7529), 1, + sym__single_quote_span_close, + STATE(932), 1, + sym__soft_line_break, + STATE(3109), 1, + aux_sym__inlines_repeat1, + [128985] = 3, + ACTIONS(7747), 1, + sym__code_span_close, + STATE(3087), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(7684), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [128996] = 4, + ACTIONS(7460), 1, + sym__subscript_close, + ACTIONS(7462), 1, + sym__soft_line_ending, + STATE(933), 1, + sym__soft_line_break, + STATE(3091), 1, + aux_sym__inlines_repeat1, + [129009] = 4, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(7529), 1, + sym__emphasis_close_underscore, + STATE(925), 1, + sym__soft_line_break, + STATE(3071), 1, + aux_sym__inlines_repeat1, + [129022] = 2, + ACTIONS(7694), 1, sym__pipe_table_delimiter, - ACTIONS(7399), 3, + ACTIONS(7632), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [124346] = 1, - ACTIONS(7583), 4, - sym__soft_line_ending, - sym__key_specifier_token, - anon_sym_RBRACE, - sym__whitespace, - [124353] = 4, - ACTIONS(7323), 1, - sym__strong_emphasis_close_underscore, - ACTIONS(7327), 1, + [129031] = 4, + ACTIONS(7460), 1, + sym__superscript_close, + ACTIONS(7462), 1, sym__soft_line_ending, - STATE(926), 1, + STATE(934), 1, sym__soft_line_break, - STATE(2977), 1, + STATE(3094), 1, aux_sym__inlines_repeat1, - [124366] = 4, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(7544), 1, - aux_sym__commonmark_specifier_start_with_class_token2, - STATE(2608), 1, - sym__commonmark_key_value_specifier, - STATE(3505), 1, - sym__commonmark_specifier_start_with_kv, - [124379] = 2, - ACTIONS(7585), 1, - sym_block_continuation, - ACTIONS(2383), 3, - sym__key_specifier_token, - sym__shortcode_close, - sym__whitespace, - [124388] = 4, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(7544), 1, - aux_sym__commonmark_specifier_start_with_class_token2, - STATE(2615), 1, - sym__commonmark_key_value_specifier, - STATE(3148), 1, - sym__commonmark_specifier_start_with_kv, - [124401] = 1, - ACTIONS(7587), 4, + [129044] = 4, + ACTIONS(3095), 1, sym__soft_line_ending, - sym__key_specifier_token, - anon_sym_RBRACE, - sym__whitespace, - [124408] = 2, - ACTIONS(7267), 1, + ACTIONS(7529), 1, + sym__double_quote_span_close, + STATE(931), 1, + sym__soft_line_break, + STATE(3034), 1, + aux_sym__inlines_repeat1, + [129057] = 1, + ACTIONS(2703), 4, + sym__line_ending, + sym__block_close, + sym__fenced_code_block_end_backtick, + sym__code_line, + [129064] = 2, + ACTIONS(7467), 1, sym__pipe_table_delimiter, - ACTIONS(7071), 3, + ACTIONS(7632), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [124417] = 4, - ACTIONS(6536), 1, + [129073] = 1, + ACTIONS(2703), 4, + sym__pipe_table_delimiter, + anon_sym_COLON, + anon_sym_DASH, + sym__whitespace, + [129080] = 4, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(7529), 1, + sym__emphasis_close_star, + STATE(929), 1, + sym__soft_line_break, + STATE(3100), 1, + aux_sym__inlines_repeat1, + [129093] = 4, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(7533), 1, + sym__emphasis_close_star, + STATE(929), 1, + sym__soft_line_break, + STATE(3064), 1, + aux_sym__inlines_repeat1, + [129106] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4187), 1, + STATE(3955), 1, sym__shortcode_sep, - [124430] = 1, - ACTIONS(7028), 4, + [129119] = 4, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(7533), 1, + sym__strong_emphasis_close_star, + STATE(926), 1, + sym__soft_line_break, + STATE(3066), 1, + aux_sym__inlines_repeat1, + [129132] = 1, + ACTIONS(7749), 4, sym__soft_line_ending, sym__key_specifier_token, anon_sym_RBRACE, sym__whitespace, - [124437] = 3, - ACTIONS(7589), 1, + [129139] = 2, + ACTIONS(7751), 1, + sym_block_continuation, + ACTIONS(2383), 3, + sym__key_specifier_token, + sym__shortcode_close_escaped, + sym__whitespace, + [129148] = 3, + ACTIONS(7753), 1, sym__code_span_close, - STATE(2970), 1, + STATE(3087), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, + ACTIONS(7684), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [124448] = 4, - ACTIONS(3103), 1, + [129159] = 1, + ACTIONS(7755), 4, sym__soft_line_ending, - ACTIONS(7465), 1, + sym__key_specifier_token, + anon_sym_RBRACE, + sym__whitespace, + [129166] = 3, + ACTIONS(7757), 1, + sym__code_span_close, + STATE(3087), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(7684), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [129177] = 2, + ACTIONS(7467), 1, + sym__pipe_table_delimiter, + ACTIONS(2741), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [129186] = 4, + ACTIONS(3095), 1, + sym__soft_line_ending, + ACTIONS(7533), 1, sym__single_quote_span_close, STATE(932), 1, sym__soft_line_break, - STATE(2950), 1, + STATE(3110), 1, aux_sym__inlines_repeat1, - [124461] = 4, - ACTIONS(7323), 1, + [129199] = 4, + ACTIONS(7460), 1, sym__single_quote_span_close, - ACTIONS(7327), 1, + ACTIONS(7462), 1, sym__soft_line_ending, STATE(932), 1, sym__soft_line_break, - STATE(2987), 1, + STATE(3110), 1, aux_sym__inlines_repeat1, - [124474] = 4, - ACTIONS(7591), 1, - anon_sym_LBRACE, - ACTIONS(7593), 1, - sym__commonmark_naked_value, - ACTIONS(7595), 1, - sym_fenced_div_note_id, - STATE(3377), 1, - sym__pandoc_attr_specifier, - [124487] = 4, - ACTIONS(3103), 1, + [129212] = 3, + ACTIONS(7442), 1, sym__soft_line_ending, - ACTIONS(7465), 1, - sym__strong_emphasis_close_star, - STATE(934), 1, + STATE(3445), 1, sym__soft_line_break, - STATE(2964), 1, - aux_sym__inlines_repeat1, - [124500] = 3, - ACTIONS(7597), 1, - sym__code_span_close, - STATE(2970), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [124511] = 2, - ACTIONS(7319), 1, - sym__pipe_table_delimiter, - ACTIONS(2745), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [124520] = 3, - ACTIONS(7599), 1, + ACTIONS(6770), 2, + sym__key_specifier_token, + sym__shortcode_close, + [129223] = 3, + ACTIONS(7421), 1, + sym__soft_line_ending, + STATE(3469), 1, + sym__soft_line_break, + ACTIONS(6770), 2, + sym__key_specifier_token, + sym__shortcode_close_escaped, + [129234] = 3, + ACTIONS(7759), 1, sym__code_span_close, - STATE(2970), 1, + STATE(3087), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, + ACTIONS(7684), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [124531] = 2, - ACTIONS(7536), 1, - sym__pipe_table_delimiter, - ACTIONS(7601), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [124540] = 2, - ACTIONS(7568), 1, + [129245] = 4, + ACTIONS(7460), 1, + sym__strikeout_close, + ACTIONS(7462), 1, + sym__soft_line_ending, + STATE(930), 1, + sym__soft_line_break, + STATE(3114), 1, + aux_sym__inlines_repeat1, + [129258] = 2, + ACTIONS(7704), 1, sym__pipe_table_delimiter, - ACTIONS(7603), 3, + ACTIONS(7670), 3, sym__line_ending, sym__eof, sym__pipe_table_line_ending, - [124549] = 1, - ACTIONS(7605), 4, + [129267] = 1, + ACTIONS(6986), 4, sym__soft_line_ending, sym__key_specifier_token, anon_sym_RBRACE, sym__whitespace, - [124556] = 4, - ACTIONS(3103), 1, - sym__soft_line_ending, - ACTIONS(7465), 1, - sym__strikeout_close, - STATE(925), 1, - sym__soft_line_break, - STATE(2952), 1, - aux_sym__inlines_repeat1, - [124569] = 4, - ACTIONS(7591), 1, - anon_sym_LBRACE, - ACTIONS(7607), 1, - sym__commonmark_naked_value, - ACTIONS(7609), 1, - sym__whitespace, - STATE(3325), 1, - sym__pandoc_attr_specifier, - [124582] = 4, - ACTIONS(7003), 1, - anon_sym_COLON, - ACTIONS(7005), 1, - anon_sym_DASH, - STATE(2801), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - STATE(3406), 1, - sym_pipe_table_delimiter_cell, - [124595] = 4, - ACTIONS(3103), 1, - sym__soft_line_ending, - ACTIONS(7465), 1, - sym__emphasis_close_star, - STATE(931), 1, - sym__soft_line_break, - STATE(3004), 1, - aux_sym__inlines_repeat1, - [124608] = 1, - ACTIONS(2703), 4, + [129274] = 2, + ACTIONS(7436), 1, + sym__pipe_table_delimiter, + ACTIONS(7670), 3, sym__line_ending, - sym__block_close, - sym__fenced_code_block_end_backtick, - sym__code_line, - [124615] = 3, - ACTIONS(7611), 1, - sym__code_span_close, - STATE(2970), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [124626] = 4, - ACTIONS(3103), 1, + sym__eof, + sym__pipe_table_line_ending, + [129283] = 4, + ACTIONS(3095), 1, sym__soft_line_ending, - ACTIONS(7465), 1, + ACTIONS(7529), 1, sym__superscript_close, - STATE(923), 1, + STATE(934), 1, sym__soft_line_break, - STATE(2913), 1, + STATE(3040), 1, aux_sym__inlines_repeat1, - [124639] = 3, - ACTIONS(7613), 1, + [129296] = 3, + ACTIONS(7761), 1, sym__code_span_close, - STATE(2970), 1, + STATE(3087), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, + ACTIONS(7684), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [124650] = 4, - ACTIONS(3103), 1, - sym__soft_line_ending, - ACTIONS(7321), 1, - sym__emphasis_close_star, - STATE(931), 1, - sym__soft_line_break, - STATE(2918), 1, - aux_sym__inlines_repeat1, - [124663] = 2, - ACTIONS(7568), 1, - sym__pipe_table_delimiter, - ACTIONS(7071), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [124672] = 4, - ACTIONS(7591), 1, + [129307] = 2, + ACTIONS(7763), 1, + sym_block_continuation, + ACTIONS(2383), 3, + sym__key_specifier_token, + sym__shortcode_close, + sym__whitespace, + [129316] = 4, + ACTIONS(7722), 1, anon_sym_LBRACE, - ACTIONS(7615), 1, + ACTIONS(7765), 1, sym__commonmark_naked_value, - ACTIONS(7617), 1, + ACTIONS(7767), 1, sym__whitespace, - STATE(3408), 1, + STATE(3468), 1, sym__pandoc_attr_specifier, - [124685] = 4, - ACTIONS(7591), 1, + [129329] = 4, + ACTIONS(7722), 1, anon_sym_LBRACE, - ACTIONS(7619), 1, + ACTIONS(7769), 1, sym__commonmark_naked_value, - ACTIONS(7621), 1, + ACTIONS(7771), 1, sym_fenced_div_note_id, - STATE(3330), 1, + STATE(3473), 1, sym__pandoc_attr_specifier, - [124698] = 4, - ACTIONS(7591), 1, + [129342] = 4, + ACTIONS(7722), 1, anon_sym_LBRACE, - ACTIONS(7623), 1, + ACTIONS(7773), 1, sym__commonmark_naked_value, - ACTIONS(7625), 1, + ACTIONS(7775), 1, sym__whitespace, - STATE(3456), 1, + STATE(3481), 1, sym__pandoc_attr_specifier, - [124711] = 4, - ACTIONS(7591), 1, + [129355] = 4, + ACTIONS(7722), 1, anon_sym_LBRACE, - ACTIONS(7627), 1, + ACTIONS(7777), 1, sym__commonmark_naked_value, - ACTIONS(7629), 1, + ACTIONS(7779), 1, sym_fenced_div_note_id, - STATE(3324), 1, + STATE(3484), 1, sym__pandoc_attr_specifier, - [124724] = 4, - ACTIONS(6536), 1, + [129368] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4133), 1, + STATE(4319), 1, sym__shortcode_sep, - [124737] = 4, - ACTIONS(6536), 1, + [129381] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4134), 1, + STATE(4320), 1, sym__shortcode_sep, - [124750] = 4, - ACTIONS(6536), 1, + [129394] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4147), 1, + STATE(4333), 1, sym__shortcode_sep, - [124763] = 4, - ACTIONS(6536), 1, + [129407] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4148), 1, + STATE(4334), 1, sym__shortcode_sep, - [124776] = 4, - ACTIONS(6536), 1, + [129420] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4158), 1, + STATE(4344), 1, sym__shortcode_sep, - [124789] = 4, - ACTIONS(6536), 1, + [129433] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4159), 1, + STATE(4345), 1, sym__shortcode_sep, - [124802] = 4, - ACTIONS(6536), 1, + [129446] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4160), 1, + STATE(4346), 1, sym__shortcode_sep, - [124815] = 4, - ACTIONS(6536), 1, + [129459] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4161), 1, + STATE(4347), 1, sym__shortcode_sep, - [124828] = 4, - ACTIONS(6536), 1, + [129472] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4162), 1, + STATE(4348), 1, sym__shortcode_sep, - [124841] = 4, - ACTIONS(6536), 1, + [129485] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4163), 1, + STATE(4349), 1, sym__shortcode_sep, - [124854] = 4, - ACTIONS(6536), 1, + [129498] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4164), 1, + STATE(4350), 1, sym__shortcode_sep, - [124867] = 4, - ACTIONS(6536), 1, + [129511] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4165), 1, + STATE(4351), 1, sym__shortcode_sep, - [124880] = 4, - ACTIONS(6536), 1, + [129524] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4166), 1, + STATE(4352), 1, sym__shortcode_sep, - [124893] = 4, - ACTIONS(6536), 1, + [129537] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4167), 1, + STATE(4353), 1, sym__shortcode_sep, - [124906] = 4, - ACTIONS(6536), 1, + [129550] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4168), 1, + STATE(4354), 1, sym__shortcode_sep, - [124919] = 4, - ACTIONS(6536), 1, + [129563] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4169), 1, + STATE(4355), 1, sym__shortcode_sep, - [124932] = 4, - ACTIONS(6536), 1, + [129576] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4170), 1, + STATE(4356), 1, sym__shortcode_sep, - [124945] = 4, - ACTIONS(6536), 1, + [129589] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4171), 1, + STATE(4357), 1, sym__shortcode_sep, - [124958] = 4, - ACTIONS(6536), 1, + [129602] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4172), 1, + STATE(4358), 1, sym__shortcode_sep, - [124971] = 4, - ACTIONS(6536), 1, + [129615] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4173), 1, + STATE(4359), 1, sym__shortcode_sep, - [124984] = 4, - ACTIONS(6536), 1, + [129628] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4174), 1, + STATE(4360), 1, sym__shortcode_sep, - [124997] = 4, - ACTIONS(6536), 1, + [129641] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4175), 1, + STATE(4361), 1, sym__shortcode_sep, - [125010] = 4, - ACTIONS(6536), 1, + [129654] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4176), 1, + STATE(4362), 1, sym__shortcode_sep, - [125023] = 4, - ACTIONS(6536), 1, + [129667] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4177), 1, + STATE(4363), 1, sym__shortcode_sep, - [125036] = 4, - ACTIONS(6536), 1, + [129680] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4178), 1, + STATE(4364), 1, sym__shortcode_sep, - [125049] = 4, - ACTIONS(6536), 1, + [129693] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4179), 1, + STATE(4365), 1, sym__shortcode_sep, - [125062] = 4, - ACTIONS(6536), 1, + [129706] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4180), 1, + STATE(4366), 1, sym__shortcode_sep, - [125075] = 4, - ACTIONS(6536), 1, + [129719] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4181), 1, + STATE(4367), 1, sym__shortcode_sep, - [125088] = 4, - ACTIONS(6536), 1, + [129732] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4182), 1, + STATE(4368), 1, sym__shortcode_sep, - [125101] = 4, - ACTIONS(6536), 1, + [129745] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4183), 1, + STATE(4369), 1, sym__shortcode_sep, - [125114] = 4, - ACTIONS(6536), 1, + [129758] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4184), 1, + STATE(4370), 1, sym__shortcode_sep, - [125127] = 4, - ACTIONS(6536), 1, + [129771] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4185), 1, + STATE(4371), 1, sym__shortcode_sep, - [125140] = 4, - ACTIONS(6536), 1, + [129784] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - ACTIONS(7528), 1, + ACTIONS(7698), 1, sym__whitespace, - STATE(3435), 1, + STATE(3478), 1, sym__soft_line_break, - STATE(4186), 1, + STATE(4372), 1, sym__shortcode_sep, - [125153] = 4, - ACTIONS(7323), 1, - sym__subscript_close, - ACTIONS(7327), 1, - sym__soft_line_ending, - STATE(924), 1, - sym__soft_line_break, - STATE(3043), 1, - aux_sym__inlines_repeat1, - [125166] = 3, - ACTIONS(7631), 1, - sym__line_ending, - ACTIONS(7633), 1, - sym__eof, - STATE(4042), 1, - sym__newline, - [125176] = 3, - ACTIONS(2187), 1, - aux_sym_target_token1, - ACTIONS(7635), 1, - aux_sym_pandoc_span_token1, - STATE(1880), 1, - sym_target, - [125186] = 1, - ACTIONS(7637), 3, + [129797] = 4, + ACTIONS(6636), 1, sym__soft_line_ending, - anon_sym_RBRACE, - sym__whitespace, - [125192] = 1, - ACTIONS(2711), 3, - sym__key_specifier_token, - sym__shortcode_close_escaped, + ACTIONS(7698), 1, sym__whitespace, - [125198] = 3, - ACTIONS(2431), 1, - aux_sym_target_token1, - ACTIONS(7639), 1, - aux_sym_pandoc_span_token1, - STATE(1181), 1, - sym_target, - [125208] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(6406), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [125218] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(6408), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [125228] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(7641), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [125238] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(7643), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [125248] = 3, - ACTIONS(2431), 1, - aux_sym_target_token1, - ACTIONS(7645), 1, - aux_sym_pandoc_span_token1, - STATE(1186), 1, - sym_target, - [125258] = 3, - ACTIONS(6536), 1, - sym__soft_line_ending, - ACTIONS(6652), 1, - sym_shortcode_name, - STATE(3781), 1, - sym__soft_line_break, - [125268] = 3, - ACTIONS(2549), 1, - aux_sym_target_token1, - ACTIONS(7647), 1, - aux_sym_pandoc_span_token1, - STATE(1037), 1, - sym_target, - [125278] = 3, - ACTIONS(23), 1, - sym__line_ending, - ACTIONS(7649), 1, - sym__eof, - STATE(399), 1, - sym__newline, - [125288] = 3, - ACTIONS(6526), 1, - anon_sym_LBRACE, - ACTIONS(6540), 1, - sym__language_specifier_token, - STATE(3524), 1, - sym_language_specifier, - [125298] = 3, - ACTIONS(6648), 1, - sym__soft_line_ending, - ACTIONS(6652), 1, - sym__key_specifier_token, - STATE(4073), 1, + STATE(3478), 1, sym__soft_line_break, - [125308] = 1, - ACTIONS(7497), 3, - sym__line_ending, - sym__eof, - sym__pipe_table_line_ending, - [125314] = 3, - ACTIONS(7651), 1, - sym__block_close, - ACTIONS(7653), 1, - sym__blank_line_start, - STATE(3971), 1, - sym__blank_line, - [125324] = 1, - ACTIONS(7655), 3, - sym__line_ending, - sym__soft_line_ending, - sym__eof, - [125330] = 3, - ACTIONS(7653), 1, - sym__blank_line_start, - ACTIONS(7657), 1, - sym__block_close, - STATE(3971), 1, - sym__blank_line, - [125340] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(6436), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [125350] = 3, - ACTIONS(2535), 1, - aux_sym_target_token1, - ACTIONS(7659), 1, - aux_sym_pandoc_span_token1, - STATE(967), 1, - sym_target, - [125360] = 3, - ACTIONS(227), 1, - sym__line_ending, - ACTIONS(7661), 1, - sym__eof, - STATE(326), 1, - sym__newline, - [125370] = 3, - ACTIONS(2535), 1, - aux_sym_target_token1, - ACTIONS(7663), 1, - aux_sym_pandoc_span_token1, - STATE(969), 1, - sym_target, - [125380] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(6438), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [125390] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(7665), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [125400] = 3, - ACTIONS(2535), 1, - aux_sym_target_token1, - ACTIONS(7667), 1, - aux_sym_pandoc_span_token1, - STATE(975), 1, - sym_target, - [125410] = 3, - ACTIONS(2535), 1, - aux_sym_target_token1, - ACTIONS(7669), 1, - aux_sym_pandoc_span_token1, - STATE(976), 1, - sym_target, - [125420] = 3, - ACTIONS(23), 1, - sym__line_ending, - ACTIONS(7671), 1, - sym__eof, - STATE(448), 1, - sym__newline, - [125430] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(6414), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [125440] = 3, - ACTIONS(2491), 1, - aux_sym_target_token1, - ACTIONS(7673), 1, - aux_sym_pandoc_span_token1, - STATE(1115), 1, - sym_target, - [125450] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(6416), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [125460] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(7675), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [125470] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(7677), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [125480] = 3, - ACTIONS(2501), 1, - aux_sym_target_token1, - ACTIONS(7679), 1, - aux_sym_pandoc_span_token1, - STATE(1139), 1, - sym_target, - [125490] = 3, - ACTIONS(2501), 1, - aux_sym_target_token1, - ACTIONS(7681), 1, - aux_sym_pandoc_span_token1, - STATE(1141), 1, - sym_target, - [125500] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(6398), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [125510] = 3, - ACTIONS(227), 1, - sym__line_ending, - ACTIONS(7683), 1, - sym__eof, - STATE(327), 1, - sym__newline, - [125520] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(6420), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [125530] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(7685), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [125540] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(7687), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [125550] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(6422), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [125560] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(7689), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [125570] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7693), 1, - sym__eof, - STATE(3657), 1, - sym__newline, - [125580] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(6426), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [125590] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(7695), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [125600] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7697), 1, - sym__eof, - STATE(3758), 1, - sym__newline, - [125610] = 3, - ACTIONS(7653), 1, - sym__blank_line_start, - ACTIONS(7699), 1, - sym__block_close, - STATE(3971), 1, - sym__blank_line, - [125620] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(6430), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [125630] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(7701), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [125640] = 3, - ACTIONS(7653), 1, - sym__blank_line_start, - ACTIONS(7703), 1, - sym__block_close, - STATE(3971), 1, - sym__blank_line, - [125650] = 2, - STATE(2954), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [125658] = 3, - ACTIONS(7653), 1, - sym__blank_line_start, - ACTIONS(7705), 1, - sym__block_close, - STATE(3971), 1, - sym__blank_line, - [125668] = 3, - ACTIONS(2549), 1, - aux_sym_target_token1, - ACTIONS(7707), 1, - aux_sym_pandoc_span_token1, - STATE(1083), 1, - sym_target, - [125678] = 3, - ACTIONS(111), 1, - sym__line_ending, - ACTIONS(7709), 1, - sym__eof, - STATE(454), 1, - sym__newline, - [125688] = 3, - ACTIONS(2501), 1, - aux_sym_target_token1, - ACTIONS(7711), 1, - aux_sym_pandoc_span_token1, - STATE(1148), 1, - sym_target, - [125698] = 3, - ACTIONS(111), 1, - sym__line_ending, - ACTIONS(7713), 1, - sym__eof, - STATE(459), 1, - sym__newline, - [125708] = 3, - ACTIONS(2501), 1, - aux_sym_target_token1, - ACTIONS(7715), 1, - aux_sym_pandoc_span_token1, - STATE(1149), 1, - sym_target, - [125718] = 3, - ACTIONS(23), 1, - sym__line_ending, - ACTIONS(7717), 1, - sym__eof, - STATE(519), 1, - sym__newline, - [125728] = 3, - ACTIONS(111), 1, - sym__line_ending, - ACTIONS(7719), 1, - sym__eof, - STATE(460), 1, - sym__newline, - [125738] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7721), 1, - sym__eof, - STATE(3996), 1, - sym__newline, - [125748] = 3, - ACTIONS(111), 1, - sym__line_ending, - ACTIONS(7723), 1, - sym__eof, - STATE(461), 1, - sym__newline, - [125758] = 3, - ACTIONS(227), 1, - sym__line_ending, - ACTIONS(7725), 1, - sym__eof, - STATE(296), 1, - sym__newline, - [125768] = 3, - ACTIONS(111), 1, - sym__line_ending, - ACTIONS(7727), 1, - sym__eof, - STATE(462), 1, - sym__newline, - [125778] = 3, - ACTIONS(7135), 1, - sym__shortcode_open, - ACTIONS(7729), 1, - aux_sym__commonmark_double_quote_string_token2, - STATE(2723), 1, - sym_shortcode, - [125788] = 3, - ACTIONS(7103), 1, - sym__shortcode_open, - ACTIONS(7731), 1, - aux_sym__commonmark_single_quote_string_token2, - STATE(2724), 1, - sym_shortcode, - [125798] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7733), 1, - sym__eof, - STATE(4027), 1, - sym__newline, - [125808] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7735), 1, - sym__eof, - STATE(4043), 1, - sym__newline, - [125818] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7737), 1, - sym__eof, - STATE(4049), 1, - sym__newline, - [125828] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7739), 1, - sym__eof, - STATE(4052), 1, - sym__newline, - [125838] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7741), 1, - sym__eof, - STATE(4067), 1, - sym__newline, - [125848] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7743), 1, - sym__eof, - STATE(4068), 1, - sym__newline, - [125858] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7745), 1, - sym__eof, - STATE(4069), 1, - sym__newline, - [125868] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7747), 1, - sym__eof, - STATE(4070), 1, - sym__newline, - [125878] = 3, - ACTIONS(2441), 1, - aux_sym_target_token1, - ACTIONS(7749), 1, - aux_sym_pandoc_span_token1, - STATE(1232), 1, - sym_target, - [125888] = 2, - STATE(2966), 1, + STATE(4373), 1, + sym__shortcode_sep, + [129810] = 3, + ACTIONS(7781), 1, + sym__code_span_close, + STATE(3087), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, + ACTIONS(7684), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [125896] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(7751), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [125906] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(7753), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [125916] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(6444), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [125926] = 3, - ACTIONS(111), 1, + [129821] = 3, + ACTIONS(7783), 1, sym__line_ending, - ACTIONS(7755), 1, + ACTIONS(7785), 1, sym__eof, - STATE(463), 1, + STATE(4263), 1, sym__newline, - [125936] = 3, + [129831] = 3, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(7043), 1, + anon_sym_RBRACE, + STATE(3116), 1, + sym__commonmark_key_value_specifier, + [129841] = 3, ACTIONS(2441), 1, aux_sym_target_token1, - ACTIONS(7757), 1, + ACTIONS(7787), 1, aux_sym_pandoc_span_token1, - STATE(1241), 1, + STATE(1350), 1, sym_target, - [125946] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7759), 1, - sym__eof, - STATE(3694), 1, - sym__newline, - [125956] = 3, - ACTIONS(23), 1, - sym__line_ending, - ACTIONS(7761), 1, - sym__eof, - STATE(450), 1, - sym__newline, - [125966] = 2, - ACTIONS(7763), 1, + [129851] = 2, + ACTIONS(7789), 1, sym_block_continuation, ACTIONS(2377), 2, sym__block_close, sym__blank_line_start, - [125974] = 3, - ACTIONS(2441), 1, + [129859] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(6602), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [129869] = 3, + ACTIONS(2391), 1, aux_sym_target_token1, - ACTIONS(7765), 1, + ACTIONS(7791), 1, aux_sym_pandoc_span_token1, - STATE(1272), 1, + STATE(1158), 1, sym_target, - [125984] = 3, - ACTIONS(2441), 1, + [129879] = 3, + ACTIONS(2501), 1, aux_sym_target_token1, - ACTIONS(7767), 1, + ACTIONS(7793), 1, aux_sym_pandoc_span_token1, - STATE(1273), 1, + STATE(1464), 1, sym_target, - [125994] = 3, - ACTIONS(7135), 1, - sym__shortcode_open, - ACTIONS(7769), 1, - aux_sym__commonmark_double_quote_string_token2, - STATE(2645), 1, - sym_shortcode, - [126004] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7771), 1, - sym__eof, - STATE(3809), 1, - sym__newline, - [126014] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7773), 1, - sym__eof, - STATE(3833), 1, - sym__newline, - [126024] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7775), 1, - sym__eof, - STATE(3861), 1, - sym__newline, - [126034] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7777), 1, - sym__eof, - STATE(3862), 1, - sym__newline, - [126044] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7779), 1, - sym__eof, - STATE(3870), 1, - sym__newline, - [126054] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7781), 1, - sym__eof, - STATE(3872), 1, - sym__newline, - [126064] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7783), 1, - sym__eof, - STATE(3874), 1, - sym__newline, - [126074] = 3, - ACTIONS(7691), 1, - sym__line_ending, - ACTIONS(7785), 1, - sym__eof, - STATE(3881), 1, - sym__newline, - [126084] = 2, - STATE(3001), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [126092] = 2, - ACTIONS(7787), 1, - sym_block_continuation, - ACTIONS(2377), 2, - sym__line_ending, - sym__eof, - [126100] = 3, - ACTIONS(6378), 1, + [129889] = 3, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6450), 1, + ACTIONS(6566), 1, sym__shortcode_close, - STATE(3387), 1, + STATE(3544), 1, sym__shortcode_key_value_specifier, - [126110] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(7789), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [126120] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(6456), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [126130] = 3, - ACTIONS(6378), 1, + [129899] = 3, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6458), 1, + ACTIONS(6552), 1, sym__shortcode_close, - STATE(3387), 1, + STATE(3544), 1, sym__shortcode_key_value_specifier, - [126140] = 3, - ACTIONS(6382), 1, + [129909] = 3, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(7791), 1, + ACTIONS(7795), 1, sym__shortcode_close_escaped, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - [126150] = 3, - ACTIONS(6378), 1, + [129919] = 3, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(7793), 1, + ACTIONS(7797), 1, sym__shortcode_close, - STATE(3387), 1, + STATE(3544), 1, sym__shortcode_key_value_specifier, - [126160] = 3, - ACTIONS(6378), 1, + [129929] = 3, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(7795), 1, + ACTIONS(7799), 1, sym__shortcode_close, - STATE(3387), 1, + STATE(3544), 1, sym__shortcode_key_value_specifier, - [126170] = 2, - STATE(2926), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [126178] = 1, - ACTIONS(7797), 3, - sym__soft_line_ending, - anon_sym_RBRACE, - sym__whitespace, - [126184] = 2, - ACTIONS(7799), 1, - sym__whitespace, - ACTIONS(7655), 2, - sym__soft_line_ending, - aux_sym_inline_note_token1, - [126192] = 3, - ACTIONS(2391), 1, + [129939] = 3, + ACTIONS(2187), 1, aux_sym_target_token1, ACTIONS(7801), 1, aux_sym_pandoc_span_token1, - STATE(1473), 1, + STATE(969), 1, sym_target, - [126202] = 3, + [129949] = 3, ACTIONS(2391), 1, aux_sym_target_token1, ACTIONS(7803), 1, aux_sym_pandoc_span_token1, - STATE(1475), 1, + STATE(1160), 1, sym_target, - [126212] = 3, - ACTIONS(2549), 1, + [129959] = 3, + ACTIONS(2511), 1, aux_sym_target_token1, ACTIONS(7805), 1, aux_sym_pandoc_span_token1, - STATE(981), 1, + STATE(1496), 1, sym_target, - [126222] = 3, - ACTIONS(23), 1, + [129969] = 3, + ACTIONS(7783), 1, sym__line_ending, ACTIONS(7807), 1, sym__eof, - STATE(409), 1, + STATE(4066), 1, sym__newline, - [126232] = 3, - ACTIONS(2745), 1, - sym__line_ending, + [129979] = 3, ACTIONS(7809), 1, - sym__whitespace, + sym__block_close, ACTIONS(7811), 1, - sym__pipe_table_delimiter, - [126242] = 3, - ACTIONS(227), 1, + sym__blank_line_start, + STATE(4249), 1, + sym__blank_line, + [129989] = 2, + STATE(3105), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(7684), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [129997] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(6570), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [130007] = 3, + ACTIONS(23), 1, sym__line_ending, ACTIONS(7813), 1, sym__eof, - STATE(280), 1, + STATE(574), 1, sym__newline, - [126252] = 3, - ACTIONS(2745), 1, + [130017] = 3, + ACTIONS(23), 1, sym__line_ending, ACTIONS(7815), 1, - sym__whitespace, + sym__eof, + STATE(420), 1, + sym__newline, + [130027] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, ACTIONS(7817), 1, - sym__pipe_table_delimiter, - [126262] = 3, - ACTIONS(2411), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [130037] = 3, + ACTIONS(2501), 1, aux_sym_target_token1, ACTIONS(7819), 1, aux_sym_pandoc_span_token1, - STATE(1467), 1, + STATE(1473), 1, sym_target, - [126272] = 2, - STATE(2953), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [126280] = 3, - ACTIONS(7691), 1, - sym__line_ending, + [130047] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, ACTIONS(7821), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [130057] = 3, + ACTIONS(7823), 1, + sym__line_ending, + ACTIONS(7825), 1, sym__eof, - STATE(3884), 1, + STATE(4168), 1, sym__newline, - [126290] = 3, - ACTIONS(7653), 1, - sym__blank_line_start, - ACTIONS(7823), 1, - sym__block_close, - STATE(3971), 1, - sym__blank_line, - [126300] = 3, - ACTIONS(7653), 1, + [130067] = 3, + ACTIONS(7811), 1, sym__blank_line_start, - ACTIONS(7825), 1, + ACTIONS(7827), 1, sym__block_close, - STATE(3971), 1, + STATE(4249), 1, sym__blank_line, - [126310] = 3, - ACTIONS(2421), 1, - aux_sym_target_token1, - ACTIONS(7827), 1, - aux_sym_pandoc_span_token1, - STATE(1502), 1, - sym_target, - [126320] = 3, - ACTIONS(2411), 1, + [130077] = 3, + ACTIONS(2549), 1, aux_sym_target_token1, ACTIONS(7829), 1, aux_sym_pandoc_span_token1, - STATE(1468), 1, + STATE(1077), 1, sym_target, - [126330] = 3, - ACTIONS(2451), 1, - aux_sym_target_token1, + [130087] = 3, + ACTIONS(7811), 1, + sym__blank_line_start, ACTIONS(7831), 1, - aux_sym_pandoc_span_token1, - STATE(1291), 1, - sym_target, - [126340] = 3, - ACTIONS(2451), 1, + sym__block_close, + STATE(4249), 1, + sym__blank_line, + [130097] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(6574), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [130107] = 3, + ACTIONS(2511), 1, aux_sym_target_token1, ACTIONS(7833), 1, aux_sym_pandoc_span_token1, - STATE(1293), 1, + STATE(1505), 1, sym_target, - [126350] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(6400), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [126360] = 2, + [130117] = 3, + ACTIONS(2511), 1, + aux_sym_target_token1, ACTIONS(7835), 1, - sym_block_continuation, - ACTIONS(2383), 2, - sym__key_specifier_token, - aux_sym__commonmark_specifier_start_with_class_token2, - [126368] = 2, - STATE(2961), 1, + aux_sym_pandoc_span_token1, + STATE(1507), 1, + sym_target, + [130127] = 2, + STATE(3039), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, + ACTIONS(7684), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [126376] = 3, - ACTIONS(7653), 1, - sym__blank_line_start, + [130135] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, ACTIONS(7837), 1, - sym__block_close, - STATE(3971), 1, - sym__blank_line, - [126386] = 3, - ACTIONS(7653), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [130145] = 3, + ACTIONS(7811), 1, sym__blank_line_start, ACTIONS(7839), 1, sym__block_close, - STATE(3971), 1, + STATE(4249), 1, sym__blank_line, - [126396] = 3, - ACTIONS(7653), 1, + [130155] = 3, + ACTIONS(7811), 1, sym__blank_line_start, ACTIONS(7841), 1, sym__block_close, - STATE(3971), 1, + STATE(4249), 1, sym__blank_line, - [126406] = 3, - ACTIONS(7653), 1, + [130165] = 3, + ACTIONS(7811), 1, sym__blank_line_start, ACTIONS(7843), 1, sym__block_close, - STATE(3971), 1, + STATE(4249), 1, sym__blank_line, - [126416] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, + [130175] = 3, + ACTIONS(7811), 1, + sym__blank_line_start, ACTIONS(7845), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [126426] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(6446), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [126436] = 3, - ACTIONS(2451), 1, - aux_sym_target_token1, + sym__block_close, + STATE(4249), 1, + sym__blank_line, + [130185] = 3, + ACTIONS(23), 1, + sym__line_ending, ACTIONS(7847), 1, + sym__eof, + STATE(422), 1, + sym__newline, + [130195] = 3, + ACTIONS(2441), 1, + aux_sym_target_token1, + ACTIONS(7849), 1, aux_sym_pandoc_span_token1, - STATE(1300), 1, + STATE(1357), 1, sym_target, - [126446] = 3, - ACTIONS(2451), 1, + [130205] = 3, + ACTIONS(7269), 1, + sym__shortcode_open, + ACTIONS(7851), 1, + aux_sym__commonmark_double_quote_string_token2, + STATE(2754), 1, + sym_shortcode, + [130215] = 3, + ACTIONS(7811), 1, + sym__blank_line_start, + ACTIONS(7853), 1, + sym__block_close, + STATE(4249), 1, + sym__blank_line, + [130225] = 3, + ACTIONS(2461), 1, aux_sym_target_token1, - ACTIONS(7849), 1, + ACTIONS(7855), 1, aux_sym_pandoc_span_token1, - STATE(1301), 1, + STATE(1431), 1, sym_target, - [126456] = 3, - ACTIONS(6378), 1, + [130235] = 3, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(7851), 1, + ACTIONS(6578), 1, sym__shortcode_close, - STATE(3387), 1, + STATE(3544), 1, sym__shortcode_key_value_specifier, - [126466] = 3, - ACTIONS(6382), 1, + [130245] = 3, + ACTIONS(2867), 1, + sym__line_ending, + ACTIONS(7857), 1, + sym__whitespace, + ACTIONS(7859), 1, + sym__pipe_table_delimiter, + [130255] = 3, + ACTIONS(2461), 1, + aux_sym_target_token1, + ACTIONS(7861), 1, + aux_sym_pandoc_span_token1, + STATE(1449), 1, + sym_target, + [130265] = 3, + ACTIONS(2421), 1, + aux_sym_target_token1, + ACTIONS(7863), 1, + aux_sym_pandoc_span_token1, + STATE(1097), 1, + sym_target, + [130275] = 3, + ACTIONS(2421), 1, + aux_sym_target_token1, + ACTIONS(7865), 1, + aux_sym_pandoc_span_token1, + STATE(1286), 1, + sym_target, + [130285] = 3, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6472), 1, + ACTIONS(6518), 1, sym__shortcode_close_escaped, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - [126476] = 2, - STATE(2974), 1, + [130295] = 2, + STATE(3053), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, + ACTIONS(7684), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [126484] = 3, - ACTIONS(7653), 1, - sym__blank_line_start, - ACTIONS(7853), 1, - sym__block_close, - STATE(3971), 1, - sym__blank_line, - [126494] = 3, - ACTIONS(6378), 1, + [130303] = 2, + ACTIONS(7869), 1, + sym__whitespace, + ACTIONS(7867), 2, + sym__soft_line_ending, + aux_sym_inline_note_token1, + [130311] = 3, + ACTIONS(2949), 1, + sym__line_ending, + ACTIONS(7859), 1, + sym__pipe_table_delimiter, + ACTIONS(7871), 1, + sym__whitespace, + [130321] = 3, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6474), 1, + ACTIONS(6520), 1, sym__shortcode_close, - STATE(3387), 1, + STATE(3544), 1, sym__shortcode_key_value_specifier, - [126504] = 3, - ACTIONS(6382), 1, + [130331] = 3, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(7855), 1, + ACTIONS(7873), 1, sym__shortcode_close_escaped, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - [126514] = 3, - ACTIONS(6378), 1, + [130341] = 3, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(7857), 1, + ACTIONS(7875), 1, sym__shortcode_close, - STATE(3387), 1, + STATE(3544), 1, sym__shortcode_key_value_specifier, - [126524] = 3, - ACTIONS(7135), 1, - sym__shortcode_open, - ACTIONS(7859), 1, - aux_sym__commonmark_double_quote_string_token2, - STATE(2666), 1, - sym_shortcode, - [126534] = 2, - STATE(2985), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [126542] = 3, + [130351] = 3, + ACTIONS(7811), 1, + sym__blank_line_start, + ACTIONS(7877), 1, + sym__block_close, + STATE(4249), 1, + sym__blank_line, + [130361] = 3, + ACTIONS(2461), 1, + aux_sym_target_token1, + ACTIONS(7879), 1, + aux_sym_pandoc_span_token1, + STATE(1512), 1, + sym_target, + [130371] = 3, ACTIONS(227), 1, sym__line_ending, - ACTIONS(7861), 1, + ACTIONS(7881), 1, sym__eof, - STATE(266), 1, + STATE(235), 1, sym__newline, - [126552] = 3, - ACTIONS(2391), 1, + [130381] = 3, + ACTIONS(2461), 1, aux_sym_target_token1, - ACTIONS(7863), 1, + ACTIONS(7883), 1, aux_sym_pandoc_span_token1, - STATE(1357), 1, + STATE(1521), 1, sym_target, - [126562] = 3, - ACTIONS(2391), 1, + [130391] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(7885), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [130401] = 3, + ACTIONS(2441), 1, aux_sym_target_token1, - ACTIONS(7865), 1, + ACTIONS(7887), 1, aux_sym_pandoc_span_token1, STATE(1358), 1, sym_target, - [126572] = 2, - STATE(2990), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [126580] = 3, - ACTIONS(227), 1, + [130411] = 3, + ACTIONS(111), 1, sym__line_ending, - ACTIONS(7867), 1, + ACTIONS(7889), 1, sym__eof, - STATE(324), 1, + STATE(436), 1, sym__newline, - [126590] = 3, - ACTIONS(2421), 1, + [130421] = 2, + STATE(3077), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(7684), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [130429] = 2, + STATE(3059), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(7684), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [130437] = 3, + ACTIONS(7303), 1, + sym__shortcode_open, + ACTIONS(7891), 1, + aux_sym__commonmark_single_quote_string_token2, + STATE(2771), 1, + sym_shortcode, + [130447] = 3, + ACTIONS(2391), 1, aux_sym_target_token1, - ACTIONS(7869), 1, + ACTIONS(7893), 1, + aux_sym_pandoc_span_token1, + STATE(1227), 1, + sym_target, + [130457] = 3, + ACTIONS(2391), 1, + aux_sym_target_token1, + ACTIONS(7895), 1, aux_sym_pandoc_span_token1, - STATE(1500), 1, + STATE(1228), 1, sym_target, - [126600] = 3, - ACTIONS(2967), 1, + [130467] = 3, + ACTIONS(227), 1, sym__line_ending, - ACTIONS(7811), 1, - sym__pipe_table_delimiter, - ACTIONS(7871), 1, - sym__whitespace, - [126610] = 1, - ACTIONS(7291), 3, + ACTIONS(7897), 1, + sym__eof, + STATE(264), 1, + sym__newline, + [130477] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(6478), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [130487] = 3, + ACTIONS(7783), 1, sym__line_ending, - sym__pipe_table_delimiter, - sym__whitespace, - [126616] = 2, - ACTIONS(7873), 1, - sym__whitespace, - ACTIONS(6652), 2, + ACTIONS(7899), 1, + sym__eof, + STATE(3812), 1, + sym__newline, + [130497] = 3, + ACTIONS(6482), 1, sym__key_specifier_token, + ACTIONS(6546), 1, sym__shortcode_close, - [126624] = 3, - ACTIONS(2461), 1, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [130507] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(7901), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [130517] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(7903), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [130527] = 3, + ACTIONS(2421), 1, aux_sym_target_token1, - ACTIONS(7875), 1, + ACTIONS(7905), 1, aux_sym_pandoc_span_token1, - STATE(1318), 1, + STATE(1293), 1, sym_target, - [126634] = 3, - ACTIONS(227), 1, + [130537] = 3, + ACTIONS(23), 1, sym__line_ending, - ACTIONS(7877), 1, + ACTIONS(7907), 1, sym__eof, - STATE(237), 1, + STATE(407), 1, sym__newline, - [126644] = 3, - ACTIONS(2461), 1, + [130547] = 3, + ACTIONS(2411), 1, aux_sym_target_token1, - ACTIONS(7879), 1, + ACTIONS(7909), 1, aux_sym_pandoc_span_token1, - STATE(1320), 1, + STATE(1218), 1, + sym_target, + [130557] = 3, + ACTIONS(2421), 1, + aux_sym_target_token1, + ACTIONS(7911), 1, + aux_sym_pandoc_span_token1, + STATE(1294), 1, sym_target, - [126654] = 2, - STATE(2992), 1, + [130567] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(7913), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [130577] = 2, + STATE(3088), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, + ACTIONS(7684), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [126662] = 3, - ACTIONS(111), 1, + [130585] = 3, + ACTIONS(227), 1, sym__line_ending, - ACTIONS(7881), 1, + ACTIONS(7915), 1, sym__eof, - STATE(487), 1, + STATE(244), 1, sym__newline, - [126672] = 3, + [130595] = 3, + ACTIONS(6770), 1, + sym__key_specifier_token, + ACTIONS(6786), 1, + sym__soft_line_ending, + STATE(3859), 1, + sym__soft_line_break, + [130605] = 3, ACTIONS(2411), 1, aux_sym_target_token1, - ACTIONS(7883), 1, + ACTIONS(7917), 1, aux_sym_pandoc_span_token1, - STATE(1444), 1, + STATE(1221), 1, sym_target, - [126682] = 3, + [130615] = 3, ACTIONS(23), 1, sym__line_ending, - ACTIONS(7885), 1, + ACTIONS(7919), 1, sym__eof, - STATE(451), 1, + STATE(426), 1, sym__newline, - [126692] = 3, + [130625] = 3, ACTIONS(111), 1, sym__line_ending, - ACTIONS(7887), 1, + ACTIONS(7921), 1, sym__eof, - STATE(430), 1, + STATE(437), 1, sym__newline, - [126702] = 3, - ACTIONS(7103), 1, - sym__shortcode_open, - ACTIONS(7889), 1, - aux_sym__commonmark_single_quote_string_token2, - STATE(2641), 1, - sym_shortcode, - [126712] = 3, - ACTIONS(2461), 1, + [130635] = 3, + ACTIONS(7923), 1, + sym__line_ending, + ACTIONS(7925), 1, + sym__eof, + STATE(3438), 1, + sym__newline, + [130645] = 3, + ACTIONS(111), 1, + sym__line_ending, + ACTIONS(7927), 1, + sym__eof, + STATE(537), 1, + sym__newline, + [130655] = 3, + ACTIONS(2549), 1, aux_sym_target_token1, - ACTIONS(7891), 1, + ACTIONS(7929), 1, aux_sym_pandoc_span_token1, - STATE(1327), 1, + STATE(1054), 1, sym_target, - [126722] = 3, - ACTIONS(2461), 1, + [130665] = 3, + ACTIONS(23), 1, + sym__line_ending, + ACTIONS(7931), 1, + sym__eof, + STATE(428), 1, + sym__newline, + [130675] = 3, + ACTIONS(227), 1, + sym__line_ending, + ACTIONS(7933), 1, + sym__eof, + STATE(356), 1, + sym__newline, + [130685] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(6600), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [130695] = 3, + ACTIONS(2491), 1, aux_sym_target_token1, - ACTIONS(7893), 1, + ACTIONS(7935), 1, aux_sym_pandoc_span_token1, - STATE(1328), 1, + STATE(1439), 1, sym_target, - [126732] = 3, - ACTIONS(227), 1, + [130705] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(6512), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [130715] = 3, + ACTIONS(7783), 1, sym__line_ending, - ACTIONS(7895), 1, + ACTIONS(7937), 1, sym__eof, - STATE(240), 1, + STATE(4294), 1, sym__newline, - [126742] = 1, - ACTIONS(7171), 3, - sym__soft_line_ending, - anon_sym_RBRACE, - sym__whitespace, - [126748] = 3, - ACTIONS(6382), 1, + [130725] = 3, + ACTIONS(2521), 1, + aux_sym_target_token1, + ACTIONS(7939), 1, + aux_sym_pandoc_span_token1, + STATE(1037), 1, + sym_target, + [130735] = 3, + ACTIONS(6476), 1, sym__key_specifier_token, ACTIONS(6486), 1, sym__shortcode_close_escaped, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - [126758] = 2, - STATE(3003), 1, + [130745] = 2, + STATE(3159), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, + ACTIONS(7684), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [126766] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(6488), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [126776] = 3, - ACTIONS(111), 1, + [130753] = 3, + ACTIONS(7783), 1, sym__line_ending, - ACTIONS(7897), 1, + ACTIONS(7941), 1, sym__eof, - STATE(573), 1, + STATE(4291), 1, sym__newline, - [126786] = 3, - ACTIONS(6382), 1, + [130763] = 3, + ACTIONS(7811), 1, + sym__blank_line_start, + ACTIONS(7943), 1, + sym__block_close, + STATE(4249), 1, + sym__blank_line, + [130773] = 1, + ACTIONS(7867), 3, + sym__line_ending, + sym__soft_line_ending, + sym__eof, + [130779] = 3, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(7899), 1, + ACTIONS(6506), 1, sym__shortcode_close_escaped, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - [126796] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(7901), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [126806] = 3, - ACTIONS(2511), 1, + [130789] = 3, + ACTIONS(2521), 1, aux_sym_target_token1, - ACTIONS(7903), 1, + ACTIONS(7945), 1, aux_sym_pandoc_span_token1, - STATE(1165), 1, + STATE(980), 1, sym_target, - [126816] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, + [130799] = 3, ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(6590), 1, sym__shortcode_close_escaped, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - [126826] = 1, - ACTIONS(2711), 3, - sym__key_specifier_token, - sym__shortcode_close, - sym__whitespace, - [126832] = 2, - STATE(2915), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [126840] = 3, - ACTIONS(7691), 1, + [130809] = 3, + ACTIONS(2471), 1, + aux_sym_target_token1, + ACTIONS(7947), 1, + aux_sym_pandoc_span_token1, + STATE(1186), 1, + sym_target, + [130819] = 3, + ACTIONS(7783), 1, sym__line_ending, - ACTIONS(7905), 1, + ACTIONS(7949), 1, sym__eof, - STATE(3659), 1, + STATE(3841), 1, sym__newline, - [126850] = 3, - ACTIONS(2511), 1, + [130829] = 3, + ACTIONS(2471), 1, aux_sym_target_token1, - ACTIONS(7907), 1, + ACTIONS(7951), 1, aux_sym_pandoc_span_token1, - STATE(1167), 1, + STATE(1192), 1, sym_target, - [126860] = 3, - ACTIONS(2491), 1, + [130839] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(6498), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [130849] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(7953), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [130859] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(6620), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [130869] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(7955), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [130879] = 3, + ACTIONS(2549), 1, aux_sym_target_token1, - ACTIONS(7909), 1, + ACTIONS(7957), 1, aux_sym_pandoc_span_token1, - STATE(1122), 1, + STATE(1079), 1, sym_target, - [126870] = 3, - ACTIONS(2491), 1, + [130889] = 2, + STATE(3119), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(7684), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [130897] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(6524), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [130907] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(6592), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [130917] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(7959), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [130927] = 3, + ACTIONS(2521), 1, aux_sym_target_token1, - ACTIONS(7911), 1, + ACTIONS(7961), 1, aux_sym_pandoc_span_token1, - STATE(1123), 1, + STATE(1016), 1, sym_target, - [126880] = 3, - ACTIONS(6542), 1, - sym__key_specifier_token, - ACTIONS(7487), 1, - anon_sym_RBRACE, - STATE(2984), 1, - sym__commonmark_key_value_specifier, - [126890] = 3, - ACTIONS(2511), 1, + [130937] = 3, + ACTIONS(2521), 1, aux_sym_target_token1, - ACTIONS(7913), 1, + ACTIONS(7963), 1, aux_sym_pandoc_span_token1, - STATE(1175), 1, + STATE(1022), 1, sym_target, - [126900] = 3, - ACTIONS(2511), 1, + [130947] = 3, + ACTIONS(7811), 1, + sym__blank_line_start, + ACTIONS(7965), 1, + sym__block_close, + STATE(4249), 1, + sym__blank_line, + [130957] = 3, + ACTIONS(2471), 1, aux_sym_target_token1, - ACTIONS(7915), 1, + ACTIONS(7967), 1, aux_sym_pandoc_span_token1, - STATE(1176), 1, + STATE(1212), 1, sym_target, - [126910] = 3, - ACTIONS(2549), 1, + [130967] = 3, + ACTIONS(2471), 1, aux_sym_target_token1, - ACTIONS(7917), 1, + ACTIONS(7969), 1, aux_sym_pandoc_span_token1, - STATE(1084), 1, + STATE(1219), 1, sym_target, - [126920] = 2, - STATE(2919), 1, + [130977] = 3, + ACTIONS(111), 1, + sym__line_ending, + ACTIONS(7971), 1, + sym__eof, + STATE(438), 1, + sym__newline, + [130987] = 1, + ACTIONS(7179), 3, + sym__soft_line_ending, + anon_sym_RBRACE, + sym__whitespace, + [130993] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(7973), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [131003] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(6508), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [131013] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(7975), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [131023] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(7977), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [131033] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(6530), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [131043] = 1, + ACTIONS(7438), 3, + sym__line_ending, + sym__pipe_table_delimiter, + sym__whitespace, + [131049] = 2, + STATE(3090), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, + ACTIONS(7684), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [126928] = 3, - ACTIONS(6382), 1, + [131057] = 3, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6496), 1, + ACTIONS(6608), 1, sym__shortcode_close_escaped, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - [126938] = 3, - ACTIONS(6378), 1, + [131067] = 3, + ACTIONS(2741), 1, + sym__line_ending, + ACTIONS(7859), 1, + sym__pipe_table_delimiter, + ACTIONS(7979), 1, + sym__whitespace, + [131077] = 3, + ACTIONS(111), 1, + sym__line_ending, + ACTIONS(7981), 1, + sym__eof, + STATE(468), 1, + sym__newline, + [131087] = 3, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6478), 1, + ACTIONS(6614), 1, sym__shortcode_close, - STATE(3387), 1, + STATE(3544), 1, sym__shortcode_key_value_specifier, - [126948] = 3, - ACTIONS(6378), 1, + [131097] = 3, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6498), 1, + ACTIONS(7983), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [131107] = 3, + ACTIONS(7783), 1, + sym__line_ending, + ACTIONS(7985), 1, + sym__eof, + STATE(4385), 1, + sym__newline, + [131117] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(7987), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [131127] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(7989), 1, sym__shortcode_close, - STATE(3387), 1, + STATE(3544), 1, sym__shortcode_key_value_specifier, - [126958] = 3, - ACTIONS(7691), 1, + [131137] = 2, + ACTIONS(7869), 1, + aux_sym_pandoc_span_token1, + ACTIONS(7867), 2, + sym__soft_line_ending, + aux_sym_target_token1, + [131145] = 3, + ACTIONS(7991), 1, sym__line_ending, - ACTIONS(7919), 1, + ACTIONS(7993), 1, sym__eof, - STATE(3811), 1, + STATE(3543), 1, sym__newline, - [126968] = 3, - ACTIONS(2471), 1, + [131155] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(6532), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [131165] = 3, + ACTIONS(23), 1, + sym__line_ending, + ACTIONS(7995), 1, + sym__eof, + STATE(485), 1, + sym__newline, + [131175] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(7997), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [131185] = 3, + ACTIONS(7811), 1, + sym__blank_line_start, + ACTIONS(7999), 1, + sym__block_close, + STATE(4249), 1, + sym__blank_line, + [131195] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(8001), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [131205] = 3, + ACTIONS(6374), 1, + anon_sym_LBRACE, + ACTIONS(6388), 1, + sym__language_specifier_token, + STATE(4080), 1, + sym_language_specifier, + [131215] = 3, + ACTIONS(111), 1, + sym__line_ending, + ACTIONS(8003), 1, + sym__eof, + STATE(430), 1, + sym__newline, + [131225] = 2, + STATE(3061), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(7684), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [131233] = 2, + ACTIONS(8005), 1, + sym_block_continuation, + ACTIONS(2377), 2, + sym__line_ending, + sym__eof, + [131241] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(8007), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [131251] = 1, + ACTIONS(8009), 3, + sym__code_span_close, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [131257] = 3, + ACTIONS(2511), 1, aux_sym_target_token1, - ACTIONS(7921), 1, + ACTIONS(8011), 1, aux_sym_pandoc_span_token1, - STATE(1345), 1, + STATE(1493), 1, sym_target, - [126978] = 3, - ACTIONS(2471), 1, + [131267] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(6580), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [131277] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(8013), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [131287] = 3, + ACTIONS(7783), 1, + sym__line_ending, + ACTIONS(8015), 1, + sym__eof, + STATE(3865), 1, + sym__newline, + [131297] = 3, + ACTIONS(23), 1, + sym__line_ending, + ACTIONS(8017), 1, + sym__eof, + STATE(461), 1, + sym__newline, + [131307] = 3, + ACTIONS(2867), 1, + sym__line_ending, + ACTIONS(8019), 1, + sym__whitespace, + ACTIONS(8021), 1, + sym__pipe_table_delimiter, + [131317] = 3, + ACTIONS(227), 1, + sym__line_ending, + ACTIONS(8023), 1, + sym__eof, + STATE(320), 1, + sym__newline, + [131327] = 1, + ACTIONS(7323), 3, + sym__soft_line_ending, + anon_sym_RBRACE, + sym__whitespace, + [131333] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(8025), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [131343] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(8027), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [131353] = 3, + ACTIONS(111), 1, + sym__line_ending, + ACTIONS(8029), 1, + sym__eof, + STATE(418), 1, + sym__newline, + [131363] = 3, + ACTIONS(6390), 1, + sym__key_specifier_token, + ACTIONS(7601), 1, + anon_sym_RBRACE, + STATE(3116), 1, + sym__commonmark_key_value_specifier, + [131373] = 3, + ACTIONS(111), 1, + sym__line_ending, + ACTIONS(8031), 1, + sym__eof, + STATE(439), 1, + sym__newline, + [131383] = 3, + ACTIONS(7269), 1, + sym__shortcode_open, + ACTIONS(8033), 1, + aux_sym__commonmark_double_quote_string_token2, + STATE(2772), 1, + sym_shortcode, + [131393] = 2, + STATE(3084), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(7684), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [131401] = 3, + ACTIONS(2481), 1, aux_sym_target_token1, - ACTIONS(7923), 1, + ACTIONS(8035), 1, aux_sym_pandoc_span_token1, - STATE(1347), 1, + STATE(1315), 1, sym_target, - [126988] = 3, - ACTIONS(7925), 1, + [131411] = 1, + ACTIONS(2709), 3, + sym__key_specifier_token, + sym__shortcode_close_escaped, + sym__whitespace, + [131417] = 3, + ACTIONS(2481), 1, + aux_sym_target_token1, + ACTIONS(8037), 1, + aux_sym_pandoc_span_token1, + STATE(1331), 1, + sym_target, + [131427] = 3, + ACTIONS(7303), 1, + sym__shortcode_open, + ACTIONS(8039), 1, + aux_sym__commonmark_single_quote_string_token2, + STATE(2773), 1, + sym_shortcode, + [131437] = 3, + ACTIONS(7783), 1, sym__line_ending, - ACTIONS(7927), 1, + ACTIONS(8041), 1, sym__eof, - STATE(3754), 1, + STATE(3866), 1, sym__newline, - [126998] = 3, - ACTIONS(2471), 1, + [131447] = 3, + ACTIONS(23), 1, + sym__line_ending, + ACTIONS(8043), 1, + sym__eof, + STATE(429), 1, + sym__newline, + [131457] = 3, + ACTIONS(7783), 1, + sym__line_ending, + ACTIONS(8045), 1, + sym__eof, + STATE(3895), 1, + sym__newline, + [131467] = 3, + ACTIONS(227), 1, + sym__line_ending, + ACTIONS(8047), 1, + sym__eof, + STATE(321), 1, + sym__newline, + [131477] = 3, + ACTIONS(227), 1, + sym__line_ending, + ACTIONS(8049), 1, + sym__eof, + STATE(350), 1, + sym__newline, + [131487] = 3, + ACTIONS(2481), 1, aux_sym_target_token1, - ACTIONS(7929), 1, + ACTIONS(8051), 1, aux_sym_pandoc_span_token1, - STATE(1354), 1, + STATE(1395), 1, sym_target, - [127008] = 3, - ACTIONS(2471), 1, + [131497] = 3, + ACTIONS(2481), 1, aux_sym_target_token1, - ACTIONS(7931), 1, + ACTIONS(8053), 1, aux_sym_pandoc_span_token1, - STATE(1363), 1, + STATE(1396), 1, sym_target, - [127018] = 1, - ACTIONS(7933), 3, - sym__code_span_close, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [127024] = 3, + [131507] = 3, + ACTIONS(2431), 1, + aux_sym_target_token1, + ACTIONS(8055), 1, + aux_sym_pandoc_span_token1, + STATE(1318), 1, + sym_target, + [131517] = 3, + ACTIONS(7783), 1, + sym__line_ending, + ACTIONS(8057), 1, + sym__eof, + STATE(3903), 1, + sym__newline, + [131527] = 3, ACTIONS(227), 1, sym__line_ending, - ACTIONS(7935), 1, + ACTIONS(8059), 1, sym__eof, - STATE(269), 1, + STATE(322), 1, sym__newline, - [127034] = 2, - ACTIONS(7799), 1, + [131537] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(6494), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [131547] = 3, + ACTIONS(2531), 1, + aux_sym_target_token1, + ACTIONS(8061), 1, aux_sym_pandoc_span_token1, - ACTIONS(7655), 2, - sym__soft_line_ending, + STATE(2108), 1, + sym_target, + [131557] = 3, + ACTIONS(2531), 1, aux_sym_target_token1, - [127042] = 2, - STATE(2925), 1, + ACTIONS(8063), 1, + aux_sym_pandoc_span_token1, + STATE(2110), 1, + sym_target, + [131567] = 2, + STATE(3107), 1, aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, + ACTIONS(7684), 2, aux_sym_pandoc_code_span_token1, aux_sym_pandoc_code_span_token2, - [127050] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(7937), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [127060] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(7939), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [127070] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(7941), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [127080] = 3, - ACTIONS(6382), 1, + [131575] = 3, + ACTIONS(2549), 1, + aux_sym_target_token1, + ACTIONS(8065), 1, + aux_sym_pandoc_span_token1, + STATE(1056), 1, + sym_target, + [131585] = 3, + ACTIONS(7783), 1, + sym__line_ending, + ACTIONS(8067), 1, + sym__eof, + STATE(4264), 1, + sym__newline, + [131595] = 3, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6504), 1, + ACTIONS(6622), 1, sym__shortcode_close_escaped, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - [127090] = 3, - ACTIONS(6378), 1, + [131605] = 3, + ACTIONS(2187), 1, + aux_sym_target_token1, + ACTIONS(8069), 1, + aux_sym_pandoc_span_token1, + STATE(975), 1, + sym_target, + [131615] = 3, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6506), 1, + ACTIONS(6562), 1, sym__shortcode_close, - STATE(3387), 1, + STATE(3544), 1, sym__shortcode_key_value_specifier, - [127100] = 3, - ACTIONS(6382), 1, + [131625] = 3, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(7943), 1, + ACTIONS(8071), 1, sym__shortcode_close_escaped, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - [127110] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(7945), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [127120] = 3, - ACTIONS(6378), 1, + [131635] = 3, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(7947), 1, + ACTIONS(8073), 1, sym__shortcode_close, - STATE(3387), 1, + STATE(3544), 1, sym__shortcode_key_value_specifier, - [127130] = 3, - ACTIONS(7691), 1, + [131645] = 3, + ACTIONS(7632), 1, sym__line_ending, - ACTIONS(7949), 1, + ACTIONS(8021), 1, + sym__pipe_table_delimiter, + ACTIONS(8075), 1, + sym__whitespace, + [131655] = 3, + ACTIONS(227), 1, + sym__line_ending, + ACTIONS(8077), 1, sym__eof, - STATE(3894), 1, + STATE(323), 1, sym__newline, - [127140] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(6514), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [127150] = 3, - ACTIONS(7691), 1, + [131665] = 3, + ACTIONS(7783), 1, sym__line_ending, - ACTIONS(7951), 1, + ACTIONS(8079), 1, sym__eof, - STATE(3532), 1, + STATE(3928), 1, sym__newline, - [127160] = 2, - STATE(2935), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [127168] = 3, - ACTIONS(7953), 1, + [131675] = 3, + ACTIONS(2431), 1, + aux_sym_target_token1, + ACTIONS(8081), 1, + aux_sym_pandoc_span_token1, + STATE(1320), 1, + sym_target, + [131685] = 3, + ACTIONS(7783), 1, sym__line_ending, - ACTIONS(7955), 1, + ACTIONS(8083), 1, sym__eof, - STATE(3365), 1, + STATE(3929), 1, sym__newline, - [127178] = 3, - ACTIONS(23), 1, + [131695] = 2, + ACTIONS(8085), 1, + sym__whitespace, + ACTIONS(6770), 2, + sym__key_specifier_token, + sym__shortcode_close_escaped, + [131703] = 3, + ACTIONS(227), 1, sym__line_ending, - ACTIONS(7957), 1, + ACTIONS(8087), 1, sym__eof, - STATE(449), 1, + STATE(324), 1, sym__newline, - [127188] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(6516), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [127198] = 3, - ACTIONS(23), 1, + [131713] = 3, + ACTIONS(2741), 1, sym__line_ending, - ACTIONS(7959), 1, + ACTIONS(8021), 1, + sym__pipe_table_delimiter, + ACTIONS(8089), 1, + sym__whitespace, + [131723] = 3, + ACTIONS(6636), 1, + sym__soft_line_ending, + ACTIONS(6770), 1, + sym_shortcode_name, + STATE(3709), 1, + sym__soft_line_break, + [131733] = 3, + ACTIONS(7783), 1, + sym__line_ending, + ACTIONS(8091), 1, sym__eof, - STATE(446), 1, + STATE(3930), 1, sym__newline, - [127208] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(7961), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [127218] = 3, - ACTIONS(2481), 1, + [131743] = 2, + STATE(3031), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(7684), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [131751] = 3, + ACTIONS(2411), 1, aux_sym_target_token1, - ACTIONS(7963), 1, + ACTIONS(8093), 1, aux_sym_pandoc_span_token1, - STATE(1422), 1, + STATE(1181), 1, sym_target, - [127228] = 3, - ACTIONS(2889), 1, - sym__line_ending, - ACTIONS(7817), 1, - sym__pipe_table_delimiter, - ACTIONS(7965), 1, - sym__whitespace, - [127238] = 3, - ACTIONS(2481), 1, + [131761] = 3, + ACTIONS(2531), 1, aux_sym_target_token1, - ACTIONS(7967), 1, + ACTIONS(8095), 1, aux_sym_pandoc_span_token1, - STATE(1425), 1, + STATE(2116), 1, sym_target, - [127248] = 2, - STATE(2938), 1, - aux_sym_pandoc_code_span_repeat1, - ACTIONS(7530), 2, - aux_sym_pandoc_code_span_token1, - aux_sym_pandoc_code_span_token2, - [127256] = 3, - ACTIONS(111), 1, + [131771] = 3, + ACTIONS(2411), 1, + aux_sym_target_token1, + ACTIONS(8097), 1, + aux_sym_pandoc_span_token1, + STATE(1183), 1, + sym_target, + [131781] = 3, + ACTIONS(7783), 1, sym__line_ending, - ACTIONS(7969), 1, + ACTIONS(8099), 1, sym__eof, - STATE(576), 1, + STATE(3935), 1, sym__newline, - [127266] = 3, - ACTIONS(23), 1, + [131791] = 3, + ACTIONS(2531), 1, + aux_sym_target_token1, + ACTIONS(8101), 1, + aux_sym_pandoc_span_token1, + STATE(2117), 1, + sym_target, + [131801] = 3, + ACTIONS(8103), 1, sym__line_ending, - ACTIONS(7971), 1, + ACTIONS(8105), 1, sym__eof, - STATE(403), 1, + STATE(4047), 1, sym__newline, - [127276] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(7973), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [127286] = 3, - ACTIONS(7691), 1, + [131811] = 3, + ACTIONS(7783), 1, sym__line_ending, - ACTIONS(7975), 1, + ACTIONS(8107), 1, sym__eof, - STATE(3673), 1, + STATE(3943), 1, sym__newline, - [127296] = 3, - ACTIONS(2889), 1, + [131821] = 3, + ACTIONS(7783), 1, sym__line_ending, + ACTIONS(8109), 1, + sym__eof, + STATE(3949), 1, + sym__newline, + [131831] = 3, ACTIONS(7811), 1, - sym__pipe_table_delimiter, - ACTIONS(7977), 1, - sym__whitespace, - [127306] = 3, - ACTIONS(2481), 1, + sym__blank_line_start, + ACTIONS(8111), 1, + sym__block_close, + STATE(4249), 1, + sym__blank_line, + [131841] = 3, + ACTIONS(7811), 1, + sym__blank_line_start, + ACTIONS(8113), 1, + sym__block_close, + STATE(4249), 1, + sym__blank_line, + [131851] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(6582), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [131861] = 3, + ACTIONS(7811), 1, + sym__blank_line_start, + ACTIONS(8115), 1, + sym__block_close, + STATE(4249), 1, + sym__blank_line, + [131871] = 3, + ACTIONS(2501), 1, aux_sym_target_token1, - ACTIONS(7979), 1, + ACTIONS(8117), 1, aux_sym_pandoc_span_token1, - STATE(1096), 1, + STATE(1462), 1, sym_target, - [127316] = 3, - ACTIONS(2481), 1, + [131881] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(8119), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [131891] = 3, + ACTIONS(2431), 1, aux_sym_target_token1, - ACTIONS(7981), 1, + ACTIONS(8121), 1, aux_sym_pandoc_span_token1, - STATE(1097), 1, + STATE(1327), 1, sym_target, - [127326] = 3, - ACTIONS(2873), 1, - sym__line_ending, - ACTIONS(7817), 1, - sym__pipe_table_delimiter, - ACTIONS(7983), 1, - sym__whitespace, - [127336] = 3, - ACTIONS(7985), 1, - sym__line_ending, - ACTIONS(7987), 1, - sym__eof, - STATE(3390), 1, - sym__newline, - [127346] = 3, - ACTIONS(6382), 1, + [131901] = 3, + ACTIONS(7811), 1, + sym__blank_line_start, + ACTIONS(8123), 1, + sym__block_close, + STATE(4249), 1, + sym__blank_line, + [131911] = 3, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6384), 1, + ACTIONS(6542), 1, sym__shortcode_close_escaped, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - [127356] = 3, - ACTIONS(6378), 1, + [131921] = 3, + ACTIONS(2431), 1, + aux_sym_target_token1, + ACTIONS(8125), 1, + aux_sym_pandoc_span_token1, + STATE(1328), 1, + sym_target, + [131931] = 3, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(6454), 1, + ACTIONS(6544), 1, sym__shortcode_close, - STATE(3387), 1, + STATE(3544), 1, sym__shortcode_key_value_specifier, - [127366] = 3, - ACTIONS(6382), 1, + [131941] = 3, + ACTIONS(7811), 1, + sym__blank_line_start, + ACTIONS(8127), 1, + sym__block_close, + STATE(4249), 1, + sym__blank_line, + [131951] = 3, + ACTIONS(2491), 1, + aux_sym_target_token1, + ACTIONS(8129), 1, + aux_sym_pandoc_span_token1, + STATE(1428), 1, + sym_target, + [131961] = 3, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(7989), 1, + ACTIONS(8131), 1, sym__shortcode_close_escaped, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - [127376] = 3, - ACTIONS(6378), 1, + [131971] = 3, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(7991), 1, + ACTIONS(8133), 1, sym__shortcode_close, - STATE(3387), 1, + STATE(3544), 1, sym__shortcode_key_value_specifier, - [127386] = 3, - ACTIONS(7653), 1, + [131981] = 3, + ACTIONS(7811), 1, sym__blank_line_start, - ACTIONS(7993), 1, + ACTIONS(8135), 1, sym__block_close, - STATE(3971), 1, + STATE(4249), 1, sym__blank_line, - [127396] = 3, - ACTIONS(23), 1, + [131991] = 3, + ACTIONS(2491), 1, + aux_sym_target_token1, + ACTIONS(8137), 1, + aux_sym_pandoc_span_token1, + STATE(1430), 1, + sym_target, + [132001] = 3, + ACTIONS(111), 1, sym__line_ending, - ACTIONS(7995), 1, + ACTIONS(8139), 1, sym__eof, - STATE(447), 1, + STATE(476), 1, sym__newline, - [127406] = 3, - ACTIONS(227), 1, + [132011] = 3, + ACTIONS(2883), 1, sym__line_ending, - ACTIONS(7997), 1, + ACTIONS(8021), 1, + sym__pipe_table_delimiter, + ACTIONS(8141), 1, + sym__whitespace, + [132021] = 3, + ACTIONS(23), 1, + sym__line_ending, + ACTIONS(8143), 1, sym__eof, - STATE(322), 1, + STATE(424), 1, sym__newline, - [127416] = 3, - ACTIONS(227), 1, + [132031] = 3, + ACTIONS(23), 1, sym__line_ending, - ACTIONS(7999), 1, + ACTIONS(8145), 1, sym__eof, - STATE(323), 1, + STATE(379), 1, sym__newline, - [127426] = 3, - ACTIONS(6382), 1, + [132041] = 1, + ACTIONS(2709), 3, sym__key_specifier_token, - ACTIONS(6508), 1, + sym__shortcode_close, + sym__whitespace, + [132047] = 2, + ACTIONS(8147), 1, + sym__whitespace, + ACTIONS(6770), 2, + sym__key_specifier_token, + sym__shortcode_close, + [132055] = 2, + STATE(3113), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(7684), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [132063] = 3, + ACTIONS(2187), 1, + aux_sym_target_token1, + ACTIONS(8149), 1, + aux_sym_pandoc_span_token1, + STATE(976), 1, + sym_target, + [132073] = 1, + ACTIONS(7429), 3, + sym__line_ending, + sym__eof, + sym__pipe_table_line_ending, + [132079] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(6616), 1, sym__shortcode_close_escaped, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - [127436] = 3, - ACTIONS(111), 1, + [132089] = 3, + ACTIONS(227), 1, sym__line_ending, - ACTIONS(8001), 1, + ACTIONS(8151), 1, sym__eof, - STATE(498), 1, + STATE(267), 1, sym__newline, - [127446] = 3, - ACTIONS(7653), 1, - sym__blank_line_start, - ACTIONS(8003), 1, - sym__block_close, - STATE(3971), 1, - sym__blank_line, - [127456] = 3, - ACTIONS(23), 1, + [132099] = 3, + ACTIONS(2883), 1, sym__line_ending, - ACTIONS(8005), 1, + ACTIONS(7859), 1, + sym__pipe_table_delimiter, + ACTIONS(8153), 1, + sym__whitespace, + [132109] = 3, + ACTIONS(111), 1, + sym__line_ending, + ACTIONS(8155), 1, sym__eof, - STATE(367), 1, + STATE(440), 1, sym__newline, - [127466] = 3, - ACTIONS(6378), 1, + [132119] = 1, + ACTIONS(8157), 3, + sym__soft_line_ending, + anon_sym_RBRACE, + sym__whitespace, + [132125] = 3, + ACTIONS(2491), 1, + aux_sym_target_token1, + ACTIONS(8159), 1, + aux_sym_pandoc_span_token1, + STATE(1438), 1, + sym_target, + [132135] = 3, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(6518), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [127476] = 3, - ACTIONS(6382), 1, + ACTIONS(6492), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [132145] = 2, + STATE(3082), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(7684), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [132153] = 3, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(8007), 1, + ACTIONS(6558), 1, sym__shortcode_close_escaped, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - [127486] = 3, - ACTIONS(2521), 1, - aux_sym_target_token1, - ACTIONS(8009), 1, - aux_sym_pandoc_span_token1, - STATE(1020), 1, - sym_target, - [127496] = 3, - ACTIONS(2521), 1, + [132163] = 3, + ACTIONS(2451), 1, aux_sym_target_token1, - ACTIONS(8011), 1, + ACTIONS(8161), 1, aux_sym_pandoc_span_token1, - STATE(1029), 1, + STATE(1376), 1, sym_target, - [127506] = 3, - ACTIONS(6378), 1, + [132173] = 3, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(8013), 1, + ACTIONS(6618), 1, sym__shortcode_close, - STATE(3387), 1, + STATE(3544), 1, sym__shortcode_key_value_specifier, - [127516] = 3, + [132183] = 3, + ACTIONS(2451), 1, + aux_sym_target_token1, + ACTIONS(8163), 1, + aux_sym_pandoc_span_token1, + STATE(1378), 1, + sym_target, + [132193] = 3, ACTIONS(111), 1, sym__line_ending, - ACTIONS(8015), 1, + ACTIONS(8165), 1, sym__eof, - STATE(441), 1, + STATE(548), 1, sym__newline, - [127526] = 3, - ACTIONS(2521), 1, + [132203] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(6560), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [132213] = 3, + ACTIONS(6476), 1, + sym__key_specifier_token, + ACTIONS(8167), 1, + sym__shortcode_close_escaped, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [132223] = 3, + ACTIONS(6482), 1, + sym__key_specifier_token, + ACTIONS(8169), 1, + sym__shortcode_close, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [132233] = 3, + ACTIONS(2501), 1, aux_sym_target_token1, - ACTIONS(8017), 1, + ACTIONS(8171), 1, aux_sym_pandoc_span_token1, - STATE(978), 1, + STATE(1472), 1, sym_target, - [127536] = 3, - ACTIONS(2521), 1, + [132243] = 3, + ACTIONS(2187), 1, aux_sym_target_token1, - ACTIONS(8019), 1, + ACTIONS(8173), 1, aux_sym_pandoc_span_token1, - STATE(979), 1, + STATE(967), 1, sym_target, - [127546] = 3, - ACTIONS(2411), 1, + [132253] = 3, + ACTIONS(7783), 1, + sym__line_ending, + ACTIONS(8175), 1, + sym__eof, + STATE(4290), 1, + sym__newline, + [132263] = 3, + ACTIONS(2451), 1, aux_sym_target_token1, - ACTIONS(8021), 1, + ACTIONS(8177), 1, aux_sym_pandoc_span_token1, - STATE(1442), 1, + STATE(1385), 1, sym_target, - [127556] = 3, - ACTIONS(7653), 1, - sym__blank_line_start, - ACTIONS(8023), 1, - sym__block_close, - STATE(3971), 1, - sym__blank_line, - [127566] = 3, - ACTIONS(6382), 1, - sym__key_specifier_token, - ACTIONS(6390), 1, - sym__shortcode_close_escaped, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [127576] = 3, - ACTIONS(6378), 1, - sym__key_specifier_token, - ACTIONS(6392), 1, - sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [127586] = 3, - ACTIONS(6382), 1, + [132273] = 3, + ACTIONS(6476), 1, sym__key_specifier_token, - ACTIONS(8025), 1, + ACTIONS(8179), 1, sym__shortcode_close_escaped, - STATE(3434), 1, + STATE(3502), 1, sym__commonmark_key_value_specifier, - [127596] = 3, - ACTIONS(6378), 1, + [132283] = 3, + ACTIONS(2451), 1, + aux_sym_target_token1, + ACTIONS(8181), 1, + aux_sym_pandoc_span_token1, + STATE(1386), 1, + sym_target, + [132293] = 3, + ACTIONS(6482), 1, sym__key_specifier_token, - ACTIONS(8027), 1, + ACTIONS(8183), 1, sym__shortcode_close, - STATE(3387), 1, + STATE(3544), 1, sym__shortcode_key_value_specifier, - [127606] = 3, - ACTIONS(227), 1, + [132303] = 3, + ACTIONS(7269), 1, + sym__shortcode_open, + ACTIONS(8185), 1, + aux_sym__commonmark_double_quote_string_token2, + STATE(2844), 1, + sym_shortcode, + [132313] = 3, + ACTIONS(7783), 1, sym__line_ending, - ACTIONS(8029), 1, + ACTIONS(8187), 1, sym__eof, - STATE(325), 1, + STATE(4310), 1, sym__newline, - [127616] = 3, - ACTIONS(2421), 1, + [132323] = 3, + ACTIONS(7783), 1, + sym__line_ending, + ACTIONS(8189), 1, + sym__eof, + STATE(4314), 1, + sym__newline, + [132333] = 3, + ACTIONS(111), 1, + sym__line_ending, + ACTIONS(8191), 1, + sym__eof, + STATE(435), 1, + sym__newline, + [132343] = 3, + ACTIONS(2441), 1, aux_sym_target_token1, - ACTIONS(8031), 1, + ACTIONS(8193), 1, aux_sym_pandoc_span_token1, - STATE(1509), 1, + STATE(1348), 1, sym_target, - [127626] = 2, - ACTIONS(8033), 1, - sym__whitespace, - ACTIONS(6652), 2, - sym__key_specifier_token, - sym__shortcode_close_escaped, - [127634] = 3, + [132353] = 3, + ACTIONS(7783), 1, + sym__line_ending, + ACTIONS(8195), 1, + sym__eof, + STATE(4332), 1, + sym__newline, + [132363] = 3, + ACTIONS(7783), 1, + sym__line_ending, + ACTIONS(8197), 1, + sym__eof, + STATE(4374), 1, + sym__newline, + [132373] = 3, + ACTIONS(7783), 1, + sym__line_ending, + ACTIONS(8199), 1, + sym__eof, + STATE(4375), 1, + sym__newline, + [132383] = 3, + ACTIONS(7783), 1, + sym__line_ending, + ACTIONS(8201), 1, + sym__eof, + STATE(4376), 1, + sym__newline, + [132393] = 3, + ACTIONS(7783), 1, + sym__line_ending, + ACTIONS(8203), 1, + sym__eof, + STATE(4379), 1, + sym__newline, + [132403] = 3, + ACTIONS(7783), 1, + sym__line_ending, + ACTIONS(8205), 1, + sym__eof, + STATE(4380), 1, + sym__newline, + [132413] = 2, + STATE(3070), 1, + aux_sym_pandoc_code_span_repeat1, + ACTIONS(7684), 2, + aux_sym_pandoc_code_span_token1, + aux_sym_pandoc_code_span_token2, + [132421] = 3, ACTIONS(23), 1, sym__line_ending, - ACTIONS(8035), 1, + ACTIONS(8207), 1, sym__eof, - STATE(471), 1, + STATE(383), 1, sym__newline, - [127644] = 3, - ACTIONS(6542), 1, + [132431] = 3, + ACTIONS(227), 1, + sym__line_ending, + ACTIONS(8209), 1, + sym__eof, + STATE(319), 1, + sym__newline, + [132441] = 2, + ACTIONS(8211), 1, + aux_sym__commonmark_double_quote_string_token1, + STATE(3867), 1, + sym__commonmark_double_quote_string, + [132448] = 2, + ACTIONS(6390), 1, sym__key_specifier_token, - ACTIONS(6995), 1, - anon_sym_RBRACE, - STATE(2984), 1, + STATE(3116), 1, sym__commonmark_key_value_specifier, - [127654] = 3, - ACTIONS(2873), 1, - sym__line_ending, - ACTIONS(7811), 1, - sym__pipe_table_delimiter, - ACTIONS(8037), 1, + [132455] = 2, + ACTIONS(2377), 1, + sym__block_close, + ACTIONS(8213), 1, + sym_block_continuation, + [132462] = 1, + ACTIONS(8215), 2, + sym__soft_line_ending, sym__whitespace, - [127664] = 3, - ACTIONS(7653), 1, + [132467] = 2, + ACTIONS(7811), 1, sym__blank_line_start, - ACTIONS(8039), 1, - sym__block_close, - STATE(3971), 1, + STATE(4249), 1, sym__blank_line, - [127674] = 3, - ACTIONS(7691), 1, + [132474] = 2, + ACTIONS(8217), 1, sym__line_ending, - ACTIONS(8041), 1, - sym__eof, - STATE(3977), 1, + STATE(2718), 1, sym__newline, - [127684] = 3, - ACTIONS(2421), 1, - aux_sym_target_token1, - ACTIONS(8043), 1, - aux_sym_pandoc_span_token1, - STATE(1510), 1, - sym_target, - [127694] = 3, - ACTIONS(7653), 1, - sym__blank_line_start, - ACTIONS(8045), 1, + [132481] = 1, + ACTIONS(7867), 2, + sym__soft_line_ending, + sym__superscript_close, + [132486] = 1, + ACTIONS(7867), 2, + sym__soft_line_ending, + aux_sym_insert_token1, + [132491] = 1, + ACTIONS(8219), 2, sym__block_close, - STATE(3971), 1, - sym__blank_line, - [127704] = 3, - ACTIONS(7399), 1, - sym__line_ending, - ACTIONS(7817), 1, + sym__blank_line_start, + [132496] = 1, + ACTIONS(7688), 2, + sym__soft_line_ending, + sym__whitespace, + [132501] = 1, + ACTIONS(7438), 2, sym__pipe_table_delimiter, - ACTIONS(8047), 1, sym__whitespace, - [127714] = 3, - ACTIONS(2431), 1, - aux_sym_target_token1, - ACTIONS(8049), 1, - aux_sym_pandoc_span_token1, - STATE(1333), 1, - sym_target, - [127724] = 3, - ACTIONS(2187), 1, - aux_sym_target_token1, - ACTIONS(8051), 1, - aux_sym_pandoc_span_token1, - STATE(1867), 1, - sym_target, - [127734] = 3, - ACTIONS(2187), 1, - aux_sym_target_token1, - ACTIONS(8053), 1, - aux_sym_pandoc_span_token1, - STATE(1869), 1, - sym_target, - [127744] = 3, - ACTIONS(2431), 1, - aux_sym_target_token1, - ACTIONS(8055), 1, - aux_sym_pandoc_span_token1, - STATE(1187), 1, - sym_target, - [127754] = 3, - ACTIONS(2491), 1, - aux_sym_target_token1, - ACTIONS(8057), 1, - aux_sym_pandoc_span_token1, - STATE(1113), 1, - sym_target, - [127764] = 3, - ACTIONS(7653), 1, - sym__blank_line_start, - ACTIONS(8059), 1, - sym__block_close, - STATE(3971), 1, - sym__blank_line, - [127774] = 3, - ACTIONS(2187), 1, - aux_sym_target_token1, - ACTIONS(8061), 1, - aux_sym_pandoc_span_token1, - STATE(1879), 1, - sym_target, - [127784] = 3, - ACTIONS(6378), 1, + [132506] = 1, + ACTIONS(7690), 2, + sym__soft_line_ending, + sym__whitespace, + [132511] = 2, + ACTIONS(7632), 1, + sym__line_ending, + ACTIONS(8221), 1, + sym__pipe_table_delimiter, + [132518] = 2, + ACTIONS(7632), 1, + sym__line_ending, + ACTIONS(8021), 1, + sym__pipe_table_delimiter, + [132525] = 2, + ACTIONS(2867), 1, + sym__line_ending, + ACTIONS(8221), 1, + sym__pipe_table_delimiter, + [132532] = 1, + ACTIONS(6900), 2, sym__key_specifier_token, - ACTIONS(6448), 1, sym__shortcode_close, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [127794] = 2, - ACTIONS(8063), 1, + [132537] = 1, + ACTIONS(7672), 2, + sym__pipe_table_delimiter, + sym__whitespace, + [132542] = 2, + ACTIONS(8223), 1, + sym__block_close, + ACTIONS(8225), 1, + sym_block_continuation, + [132549] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3464), 1, + STATE(4118), 1, sym__commonmark_double_quote_string, - [127801] = 2, - ACTIONS(6378), 1, - sym__key_specifier_token, - STATE(3387), 1, - sym__shortcode_key_value_specifier, - [127808] = 2, - ACTIONS(8065), 1, + [132556] = 2, + ACTIONS(7191), 1, sym__block_close, - ACTIONS(8067), 1, + ACTIONS(7193), 1, sym__fenced_code_block_end_backtick, - [127815] = 1, - ACTIONS(7655), 2, + [132563] = 1, + ACTIONS(7867), 2, sym__soft_line_ending, - sym__subscript_close, - [127820] = 1, - ACTIONS(7542), 2, + sym__strikeout_close, + [132568] = 2, + ACTIONS(7227), 1, + sym__block_close, + ACTIONS(7229), 1, + sym__fenced_code_block_end_backtick, + [132575] = 2, + ACTIONS(6770), 1, + sym__key_specifier_token, + ACTIONS(8227), 1, + sym__whitespace, + [132582] = 1, + ACTIONS(7749), 2, sym__soft_line_ending, sym__whitespace, - [127825] = 2, - ACTIONS(7045), 1, + [132587] = 2, + ACTIONS(7211), 1, + sym__block_close, + ACTIONS(7213), 1, + sym__fenced_code_block_end_backtick, + [132594] = 2, + ACTIONS(8229), 1, + anon_sym_DASH, + STATE(2723), 1, + aux_sym_pipe_table_delimiter_cell_repeat1, + [132601] = 2, + ACTIONS(7189), 1, sym__line_ending, - STATE(2626), 1, + STATE(2741), 1, sym__newline, - [127832] = 1, - ACTIONS(7587), 2, - sym__soft_line_ending, + [132608] = 2, + ACTIONS(8211), 1, + aux_sym__commonmark_double_quote_string_token1, + STATE(4406), 1, + sym__commonmark_double_quote_string, + [132615] = 1, + ACTIONS(7555), 2, + sym__pipe_table_delimiter, sym__whitespace, - [127837] = 2, - ACTIONS(7817), 1, + [132620] = 2, + ACTIONS(8231), 1, + sym__block_close, + ACTIONS(8233), 1, + sym__fenced_code_block_end_backtick, + [132627] = 1, + ACTIONS(2703), 2, + sym__line_ending, + sym__eof, + [132632] = 2, + ACTIONS(7189), 1, + sym__line_ending, + STATE(2740), 1, + sym__newline, + [132639] = 2, + ACTIONS(2741), 1, + sym__line_ending, + ACTIONS(8021), 1, sym__pipe_table_delimiter, - ACTIONS(8069), 1, + [132646] = 2, + ACTIONS(8021), 1, + sym__pipe_table_delimiter, + ACTIONS(8235), 1, sym__whitespace, - [127844] = 2, + [132653] = 2, + ACTIONS(2377), 1, + sym__close_block, + ACTIONS(8237), 1, + sym_block_continuation, + [132660] = 2, ACTIONS(227), 1, sym__line_ending, - STATE(57), 1, + STATE(42), 1, + sym__newline, + [132667] = 2, + ACTIONS(7189), 1, + sym__line_ending, + STATE(2727), 1, + sym__newline, + [132674] = 2, + ACTIONS(8217), 1, + sym__line_ending, + STATE(2724), 1, sym__newline, - [127851] = 2, + [132681] = 2, ACTIONS(227), 1, sym__line_ending, - STATE(58), 1, + STATE(48), 1, + sym__newline, + [132688] = 1, + ACTIONS(6900), 2, + sym__key_specifier_token, + sym__shortcode_close_escaped, + [132693] = 2, + ACTIONS(2383), 1, + aux_sym_inline_note_token1, + ACTIONS(8239), 1, + sym_block_continuation, + [132700] = 2, + ACTIONS(7189), 1, + sym__line_ending, + STATE(2734), 1, sym__newline, - [127858] = 2, + [132707] = 2, ACTIONS(227), 1, sym__line_ending, - STATE(40), 1, + STATE(50), 1, sym__newline, - [127865] = 2, - ACTIONS(2745), 1, + [132714] = 2, + ACTIONS(227), 1, sym__line_ending, - ACTIONS(7817), 1, - sym__pipe_table_delimiter, - [127872] = 2, - ACTIONS(8063), 1, + STATE(51), 1, + sym__newline, + [132721] = 2, + ACTIONS(227), 1, + sym__line_ending, + STATE(43), 1, + sym__newline, + [132728] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(4084), 1, + STATE(3882), 1, sym__commonmark_double_quote_string, - [127879] = 2, - ACTIONS(8063), 1, + [132735] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(4085), 1, + STATE(3886), 1, sym__commonmark_double_quote_string, - [127886] = 1, - ACTIONS(7655), 2, - sym__soft_line_ending, - sym__single_quote_span_close, - [127891] = 2, + [132742] = 2, + ACTIONS(8211), 1, + aux_sym__commonmark_double_quote_string_token1, + STATE(3923), 1, + sym__commonmark_double_quote_string, + [132749] = 2, + ACTIONS(6770), 1, + sym_shortcode_name, + ACTIONS(8241), 1, + sym__whitespace, + [132756] = 2, + ACTIONS(7189), 1, + sym__line_ending, + STATE(2745), 1, + sym__newline, + [132763] = 2, + ACTIONS(8217), 1, + sym__line_ending, + STATE(2717), 1, + sym__newline, + [132770] = 2, ACTIONS(227), 1, sym__line_ending, - STATE(51), 1, + STATE(55), 1, sym__newline, - [127898] = 2, - ACTIONS(8063), 1, - aux_sym__commonmark_double_quote_string_token1, - STATE(4088), 1, - sym__commonmark_double_quote_string, - [127905] = 2, - ACTIONS(7061), 1, - sym__block_close, - ACTIONS(7063), 1, - sym__fenced_code_block_end_backtick, - [127912] = 1, - ACTIONS(8071), 2, + [132777] = 2, + ACTIONS(7189), 1, + sym__line_ending, + STATE(2748), 1, + sym__newline, + [132784] = 2, + ACTIONS(227), 1, + sym__line_ending, + STATE(57), 1, + sym__newline, + [132791] = 2, + ACTIONS(227), 1, + sym__line_ending, + STATE(58), 1, + sym__newline, + [132798] = 1, + ACTIONS(8243), 2, sym__soft_line_ending, sym__whitespace, - [127917] = 2, - ACTIONS(8063), 1, + [132803] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(4086), 1, + STATE(4308), 1, sym__commonmark_double_quote_string, - [127924] = 2, - ACTIONS(8063), 1, + [132810] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(4087), 1, + STATE(4309), 1, sym__commonmark_double_quote_string, - [127931] = 2, - ACTIONS(7811), 1, - sym__pipe_table_delimiter, - ACTIONS(8073), 1, - sym__whitespace, - [127938] = 1, - ACTIONS(7526), 2, - sym__pipe_table_delimiter, - sym__whitespace, - [127943] = 1, - ACTIONS(7572), 2, - sym__soft_line_ending, - sym__whitespace, - [127948] = 2, - ACTIONS(8063), 1, + [132817] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(4095), 1, + STATE(4331), 1, sym__commonmark_double_quote_string, - [127955] = 2, - ACTIONS(8075), 1, - sym__block_close, - ACTIONS(8077), 1, - sym_block_continuation, - [127962] = 1, - ACTIONS(8079), 2, - sym__soft_line_ending, - sym__whitespace, - [127967] = 2, - ACTIONS(8081), 1, + [132824] = 2, + ACTIONS(8245), 1, anon_sym_DASH, - STATE(2794), 1, + STATE(2883), 1, aux_sym_pipe_table_delimiter_cell_repeat1, - [127974] = 1, - ACTIONS(8083), 2, + [132831] = 1, + ACTIONS(7867), 2, sym__soft_line_ending, - sym__whitespace, - [127979] = 1, - ACTIONS(6268), 2, + sym__strong_emphasis_close_underscore, + [132836] = 1, + ACTIONS(8247), 2, sym__soft_line_ending, sym__whitespace, - [127984] = 2, - ACTIONS(8063), 1, + [132841] = 2, + ACTIONS(227), 1, + sym__line_ending, + STATE(40), 1, + sym__newline, + [132848] = 2, + ACTIONS(7475), 1, + sym__pipe_table_delimiter, + ACTIONS(8249), 1, + sym__whitespace, + [132855] = 2, + ACTIONS(6476), 1, + sym__key_specifier_token, + STATE(3502), 1, + sym__commonmark_key_value_specifier, + [132862] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(4214), 1, + STATE(4241), 1, sym__commonmark_double_quote_string, - [127991] = 2, - ACTIONS(8063), 1, + [132869] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(4215), 1, + STATE(4246), 1, sym__commonmark_double_quote_string, - [127998] = 2, - ACTIONS(8063), 1, + [132876] = 1, + ACTIONS(8251), 2, + sym__soft_line_ending, + sym__whitespace, + [132881] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3803), 1, + STATE(4274), 1, sym__commonmark_double_quote_string, - [128005] = 2, - ACTIONS(8063), 1, + [132888] = 1, + ACTIONS(2703), 2, + sym__block_close, + sym__blank_line_start, + [132893] = 1, + ACTIONS(7867), 2, + sym__soft_line_ending, + sym__single_quote_span_close, + [132898] = 1, + ACTIONS(8253), 2, + sym__soft_line_ending, + sym__whitespace, + [132903] = 1, + ACTIONS(8255), 2, + sym__soft_line_ending, + sym__whitespace, + [132908] = 1, + ACTIONS(7867), 2, + sym__soft_line_ending, + sym__double_quote_span_close, + [132913] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3805), 1, + STATE(3721), 1, sym__commonmark_double_quote_string, - [128012] = 2, - ACTIONS(8063), 1, + [132920] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(4218), 1, + STATE(3726), 1, sym__commonmark_double_quote_string, - [128019] = 2, - ACTIONS(7370), 1, - sym__pipe_table_delimiter, - ACTIONS(8085), 1, + [132927] = 1, + ACTIONS(7718), 2, + sym__soft_line_ending, sym__whitespace, - [128026] = 1, - ACTIONS(6272), 2, + [132932] = 1, + ACTIONS(8257), 2, sym__soft_line_ending, sym__whitespace, - [128031] = 2, - ACTIONS(2383), 1, - aux_sym_inline_note_token1, - ACTIONS(8087), 1, - sym_block_continuation, - [128038] = 2, - ACTIONS(2377), 1, - sym__block_close, - ACTIONS(8089), 1, - sym_block_continuation, - [128045] = 1, - ACTIONS(7655), 2, + [132937] = 1, + ACTIONS(8259), 2, sym__soft_line_ending, - sym__strong_emphasis_close_star, - [128050] = 2, - ACTIONS(8063), 1, - aux_sym__commonmark_double_quote_string_token1, - STATE(3533), 1, - sym__commonmark_double_quote_string, - [128057] = 2, - ACTIONS(8063), 1, + sym__whitespace, + [132942] = 2, + ACTIONS(7436), 1, + sym__pipe_table_delimiter, + ACTIONS(8261), 1, + sym__whitespace, + [132949] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3534), 1, + STATE(3868), 1, sym__commonmark_double_quote_string, - [128064] = 2, - ACTIONS(8091), 1, - sym__block_close, - ACTIONS(8093), 1, - sym__fenced_code_block_end_backtick, - [128071] = 2, - ACTIONS(8063), 1, + [132956] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3858), 1, + STATE(3874), 1, sym__commonmark_double_quote_string, - [128078] = 2, - ACTIONS(8063), 1, + [132963] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3541), 1, + STATE(3973), 1, sym__commonmark_double_quote_string, - [128085] = 1, - ACTIONS(7655), 2, - sym__soft_line_ending, - sym__emphasis_close_underscore, - [128090] = 1, - ACTIONS(8095), 2, - sym__soft_line_ending, - sym__whitespace, - [128095] = 2, - ACTIONS(8063), 1, + [132970] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3518), 1, + STATE(3974), 1, sym__commonmark_double_quote_string, - [128102] = 2, - ACTIONS(8063), 1, + [132977] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3519), 1, + STATE(3979), 1, sym__commonmark_double_quote_string, - [128109] = 1, - ACTIONS(6762), 2, + [132984] = 2, + ACTIONS(6482), 1, sym__key_specifier_token, - sym__shortcode_close, - [128114] = 1, - ACTIONS(2575), 2, - sym__line_ending, - sym__eof, - [128119] = 2, - ACTIONS(8063), 1, - aux_sym__commonmark_double_quote_string_token1, - STATE(3522), 1, - sym__commonmark_double_quote_string, - [128126] = 2, - ACTIONS(7093), 1, - sym__block_close, - ACTIONS(7095), 1, - sym__fenced_code_block_end_backtick, - [128133] = 1, - ACTIONS(7579), 2, - sym__soft_line_ending, - sym__whitespace, - [128138] = 1, - ACTIONS(8097), 2, - sym__soft_line_ending, - sym__whitespace, - [128143] = 2, - ACTIONS(8063), 1, + STATE(3544), 1, + sym__shortcode_key_value_specifier, + [132991] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(4021), 1, + STATE(4093), 1, sym__commonmark_double_quote_string, - [128150] = 2, - ACTIONS(8063), 1, + [132998] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(4022), 1, + STATE(4094), 1, sym__commonmark_double_quote_string, - [128157] = 2, - ACTIONS(7399), 1, - sym__line_ending, - ACTIONS(7817), 1, - sym__pipe_table_delimiter, - [128164] = 2, - ACTIONS(7319), 1, - sym__pipe_table_delimiter, - ACTIONS(8099), 1, - sym__whitespace, - [128171] = 2, - ACTIONS(8101), 1, - sym__block_close, - ACTIONS(8103), 1, - sym__fenced_code_block_end_backtick, - [128178] = 2, - ACTIONS(227), 1, - sym__line_ending, - STATE(42), 1, - sym__newline, - [128185] = 2, - ACTIONS(2889), 1, - sym__line_ending, - ACTIONS(8105), 1, + [133005] = 2, + ACTIONS(7571), 1, sym__pipe_table_delimiter, - [128192] = 2, - ACTIONS(227), 1, - sym__line_ending, - STATE(43), 1, - sym__newline, - [128199] = 2, - ACTIONS(6652), 1, - sym__key_specifier_token, - ACTIONS(8107), 1, + ACTIONS(8263), 1, sym__whitespace, - [128206] = 2, - ACTIONS(8063), 1, + [133012] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3586), 1, + STATE(4100), 1, sym__commonmark_double_quote_string, - [128213] = 2, - ACTIONS(8063), 1, + [133019] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3587), 1, + STATE(3744), 1, sym__commonmark_double_quote_string, - [128220] = 2, - ACTIONS(8063), 1, + [133026] = 1, + ACTIONS(7682), 2, + sym__soft_line_ending, + sym__whitespace, + [133031] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3677), 1, + STATE(4207), 1, sym__commonmark_double_quote_string, - [128227] = 2, - ACTIONS(2889), 1, - sym__line_ending, - ACTIONS(7817), 1, - sym__pipe_table_delimiter, - [128234] = 2, - ACTIONS(8063), 1, + [133038] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3590), 1, + STATE(4208), 1, sym__commonmark_double_quote_string, - [128241] = 2, - ACTIONS(8063), 1, + [133045] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3678), 1, + STATE(4213), 1, sym__commonmark_double_quote_string, - [128248] = 1, - ACTIONS(8109), 2, + [133052] = 1, + ACTIONS(8265), 2, sym__line_ending, sym__eof, - [128253] = 2, - ACTIONS(8063), 1, - aux_sym__commonmark_double_quote_string_token1, - STATE(4219), 1, - sym__commonmark_double_quote_string, - [128260] = 1, - ACTIONS(8111), 2, + [133057] = 1, + ACTIONS(7867), 2, sym__soft_line_ending, - sym__whitespace, - [128265] = 2, - ACTIONS(8063), 1, + sym__subscript_close, + [133062] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3681), 1, + STATE(4311), 1, sym__commonmark_double_quote_string, - [128272] = 2, - ACTIONS(7077), 1, - sym__block_close, - ACTIONS(7079), 1, - sym__fenced_code_block_end_backtick, - [128279] = 1, - ACTIONS(8113), 2, - sym__block_close, - sym__blank_line_start, - [128284] = 2, - ACTIONS(7601), 1, - sym__line_ending, - ACTIONS(8105), 1, - sym__pipe_table_delimiter, - [128291] = 1, - ACTIONS(7524), 2, - sym__pipe_table_delimiter, - sym__whitespace, - [128296] = 1, - ACTIONS(7605), 2, - sym__soft_line_ending, - sym__whitespace, - [128301] = 2, - ACTIONS(8063), 1, + [133069] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(4047), 1, + STATE(4312), 1, sym__commonmark_double_quote_string, - [128308] = 2, - ACTIONS(7045), 1, - sym__line_ending, - STATE(2639), 1, - sym__newline, - [128315] = 2, - ACTIONS(8063), 1, + [133076] = 1, + ACTIONS(7867), 2, + sym__soft_line_ending, + sym__emphasis_close_underscore, + [133081] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3654), 1, + STATE(4315), 1, sym__commonmark_double_quote_string, - [128322] = 2, - ACTIONS(8063), 1, + [133088] = 2, + ACTIONS(7223), 1, + sym__block_close, + ACTIONS(7225), 1, + sym__fenced_code_block_end_backtick, + [133095] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3655), 1, + STATE(3871), 1, sym__commonmark_double_quote_string, - [128329] = 2, - ACTIONS(8063), 1, + [133102] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3877), 1, + STATE(3875), 1, sym__commonmark_double_quote_string, - [128336] = 2, - ACTIONS(2873), 1, - sym__line_ending, - ACTIONS(8105), 1, - sym__pipe_table_delimiter, - [128343] = 2, - ACTIONS(8063), 1, + [133109] = 1, + ACTIONS(6276), 2, + sym__soft_line_ending, + sym__whitespace, + [133114] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3658), 1, + STATE(3880), 1, sym__commonmark_double_quote_string, - [128350] = 2, - ACTIONS(7311), 1, - sym__pipe_table_delimiter, - ACTIONS(8115), 1, - sym__whitespace, - [128357] = 1, - ACTIONS(7291), 2, - sym__pipe_table_delimiter, + [133121] = 1, + ACTIONS(6280), 2, + sym__soft_line_ending, sym__whitespace, - [128362] = 2, - ACTIONS(8117), 1, - sym__line_ending, - STATE(2620), 1, - sym__newline, - [128369] = 2, - ACTIONS(8117), 1, - sym__line_ending, - STATE(2612), 1, - sym__newline, - [128376] = 1, - ACTIONS(8119), 2, + [133126] = 1, + ACTIONS(6284), 2, sym__soft_line_ending, sym__whitespace, - [128381] = 2, - ACTIONS(7267), 1, + [133131] = 2, + ACTIONS(7235), 1, + sym__block_close, + ACTIONS(7237), 1, + sym__fenced_code_block_end_backtick, + [133138] = 2, + ACTIONS(7467), 1, sym__pipe_table_delimiter, - ACTIONS(8121), 1, + ACTIONS(8267), 1, sym__whitespace, - [128388] = 2, - ACTIONS(2377), 1, - sym__blank_line_start, - ACTIONS(8123), 1, - sym_block_continuation, - [128395] = 2, - ACTIONS(227), 1, - sym__line_ending, - STATE(48), 1, - sym__newline, - [128402] = 1, - ACTIONS(7655), 2, - sym__soft_line_ending, - sym__double_quote_span_close, - [128407] = 2, - ACTIONS(8063), 1, + [133145] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3577), 1, + STATE(4185), 1, sym__commonmark_double_quote_string, - [128414] = 1, - ACTIONS(2711), 2, - sym__key_specifier_token, - aux_sym__commonmark_specifier_start_with_class_token2, - [128419] = 2, - ACTIONS(8063), 1, + [133152] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3582), 1, + STATE(4188), 1, sym__commonmark_double_quote_string, - [128426] = 2, - ACTIONS(8063), 1, + [133159] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3772), 1, + STATE(4196), 1, sym__commonmark_double_quote_string, - [128433] = 2, - ACTIONS(2873), 1, + [133166] = 1, + ACTIONS(2573), 2, sym__line_ending, - ACTIONS(7817), 1, - sym__pipe_table_delimiter, - [128440] = 2, - ACTIONS(8063), 1, - aux_sym__commonmark_double_quote_string_token1, - STATE(3773), 1, - sym__commonmark_double_quote_string, - [128447] = 1, - ACTIONS(6276), 2, + sym__eof, + [133171] = 1, + ACTIONS(8269), 2, sym__soft_line_ending, sym__whitespace, - [128452] = 1, - ACTIONS(2703), 2, - sym__block_close, - sym__blank_line_start, - [128457] = 2, - ACTIONS(8063), 1, + [133176] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3776), 1, + STATE(3614), 1, sym__commonmark_double_quote_string, - [128464] = 2, - ACTIONS(7045), 1, - sym__line_ending, - STATE(2628), 1, - sym__newline, - [128471] = 1, - ACTIONS(7564), 2, - sym__soft_line_ending, - sym__whitespace, - [128476] = 2, - ACTIONS(8063), 1, + [133183] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3594), 1, + STATE(3615), 1, sym__commonmark_double_quote_string, - [128483] = 1, - ACTIONS(6762), 2, - sym__key_specifier_token, - sym__shortcode_close_escaped, - [128488] = 2, - ACTIONS(7047), 1, - sym__block_close, - ACTIONS(7049), 1, - sym__fenced_code_block_end_backtick, - [128495] = 1, - ACTIONS(8125), 2, - sym__soft_line_ending, - sym__whitespace, - [128500] = 1, - ACTIONS(7655), 2, - sym__soft_line_ending, - sym__strikeout_close, - [128505] = 2, - ACTIONS(6382), 1, - sym__key_specifier_token, - STATE(3434), 1, - sym__commonmark_key_value_specifier, - [128512] = 1, - ACTIONS(2703), 2, - sym__line_ending, - sym__eof, - [128517] = 2, - ACTIONS(6542), 1, - sym__key_specifier_token, - STATE(2984), 1, - sym__commonmark_key_value_specifier, - [128524] = 2, - ACTIONS(7653), 1, - sym__blank_line_start, - STATE(3971), 1, - sym__blank_line, - [128531] = 2, - ACTIONS(7065), 1, + [133190] = 2, + ACTIONS(8211), 1, + aux_sym__commonmark_double_quote_string_token1, + STATE(3618), 1, + sym__commonmark_double_quote_string, + [133197] = 2, + ACTIONS(7243), 1, sym__block_close, - ACTIONS(7067), 1, + ACTIONS(7245), 1, sym__fenced_code_block_end_backtick, - [128538] = 1, - ACTIONS(8127), 2, + [133204] = 1, + ACTIONS(7867), 2, + sym__soft_line_ending, + sym__emphasis_close_star, + [133209] = 1, + ACTIONS(7706), 2, sym__soft_line_ending, sym__whitespace, - [128543] = 2, - ACTIONS(8063), 1, + [133214] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3879), 1, + STATE(3688), 1, sym__commonmark_double_quote_string, - [128550] = 2, - ACTIONS(8063), 1, + [133221] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3880), 1, + STATE(3689), 1, sym__commonmark_double_quote_string, - [128557] = 1, - ACTIONS(8129), 2, - sym__soft_line_ending, - sym__whitespace, - [128562] = 2, - ACTIONS(6652), 1, - sym_shortcode_name, - ACTIONS(8131), 1, - sym__whitespace, - [128569] = 2, - ACTIONS(8063), 1, + [133228] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3883), 1, + STATE(3692), 1, sym__commonmark_double_quote_string, - [128576] = 2, - ACTIONS(7045), 1, - sym__line_ending, - STATE(2623), 1, - sym__newline, - [128583] = 2, - ACTIONS(8133), 1, - anon_sym_DASH, - STATE(2613), 1, - aux_sym_pipe_table_delimiter_cell_repeat1, - [128590] = 2, - ACTIONS(7045), 1, - sym__line_ending, - STATE(2633), 1, - sym__newline, - [128597] = 1, - ACTIONS(7655), 2, - sym__soft_line_ending, - sym__emphasis_close_star, - [128602] = 2, - ACTIONS(8063), 1, + [133235] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3859), 1, + STATE(3762), 1, sym__commonmark_double_quote_string, - [128609] = 2, - ACTIONS(8063), 1, + [133242] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3860), 1, + STATE(3763), 1, sym__commonmark_double_quote_string, - [128616] = 1, - ACTIONS(7655), 2, - sym__soft_line_ending, - sym__strong_emphasis_close_underscore, - [128621] = 2, - ACTIONS(7089), 1, + [133249] = 2, + ACTIONS(8211), 1, + aux_sym__commonmark_double_quote_string_token1, + STATE(3766), 1, + sym__commonmark_double_quote_string, + [133256] = 2, + ACTIONS(2883), 1, + sym__line_ending, + ACTIONS(8221), 1, + sym__pipe_table_delimiter, + [133263] = 2, + ACTIONS(8271), 1, sym__block_close, - ACTIONS(7091), 1, + ACTIONS(8273), 1, sym__fenced_code_block_end_backtick, - [128628] = 2, - ACTIONS(7399), 1, + [133270] = 2, + ACTIONS(2377), 1, + sym__blank_line_start, + ACTIONS(8275), 1, + sym_block_continuation, + [133277] = 2, + ACTIONS(2867), 1, sym__line_ending, - ACTIONS(8105), 1, + ACTIONS(8021), 1, sym__pipe_table_delimiter, - [128635] = 2, - ACTIONS(227), 1, - sym__line_ending, - STATE(50), 1, - sym__newline, - [128642] = 1, - ACTIONS(7655), 2, - sym__soft_line_ending, - sym__superscript_close, - [128647] = 1, - ACTIONS(7655), 2, + [133284] = 1, + ACTIONS(8277), 2, sym__soft_line_ending, - aux_sym_insert_token1, - [128652] = 2, - ACTIONS(8063), 1, + sym__whitespace, + [133289] = 2, + ACTIONS(7710), 1, + sym__line_ending, + ACTIONS(8221), 1, + sym__pipe_table_delimiter, + [133296] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3985), 1, + STATE(3836), 1, sym__commonmark_double_quote_string, - [128659] = 2, - ACTIONS(2377), 1, - sym__close_block, - ACTIONS(8135), 1, - sym_block_continuation, - [128666] = 2, - ACTIONS(8063), 1, + [133303] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3986), 1, + STATE(3837), 1, sym__commonmark_double_quote_string, - [128673] = 2, - ACTIONS(8117), 1, - sym__line_ending, - STATE(2614), 1, - sym__newline, - [128680] = 2, - ACTIONS(8063), 1, + [133310] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3868), 1, + STATE(3840), 1, sym__commonmark_double_quote_string, - [128687] = 1, - ACTIONS(7583), 2, + [133317] = 1, + ACTIONS(7867), 2, + sym__soft_line_ending, + sym__strong_emphasis_close_star, + [133322] = 2, + ACTIONS(2883), 1, + sym__line_ending, + ACTIONS(8021), 1, + sym__pipe_table_delimiter, + [133329] = 2, + ACTIONS(8279), 1, + sym__block_close, + ACTIONS(8281), 1, + sym__fenced_code_block_end_backtick, + [133336] = 1, + ACTIONS(7755), 2, sym__soft_line_ending, sym__whitespace, - [128692] = 2, - ACTIONS(8063), 1, + [133341] = 2, + ACTIONS(7859), 1, + sym__pipe_table_delimiter, + ACTIONS(8283), 1, + sym__whitespace, + [133348] = 2, + ACTIONS(8211), 1, aux_sym__commonmark_double_quote_string_token1, - STATE(3989), 1, + STATE(3730), 1, sym__commonmark_double_quote_string, - [128699] = 2, - ACTIONS(227), 1, - sym__line_ending, - STATE(55), 1, - sym__newline, - [128706] = 2, - ACTIONS(7045), 1, - sym__line_ending, - STATE(2638), 1, - sym__newline, - [128713] = 1, - ACTIONS(8137), 1, - sym__superscript_close, - [128717] = 1, - ACTIONS(7993), 1, - sym__block_close, - [128721] = 1, - ACTIONS(8139), 1, - anon_sym_RBRACE, - [128725] = 1, - ACTIONS(8141), 1, - aux_sym_citation_token2, - [128729] = 1, - ACTIONS(8143), 1, - aux_sym_citation_token2, - [128733] = 1, - ACTIONS(8145), 1, - anon_sym_RBRACE, - [128737] = 1, - ACTIONS(8147), 1, - anon_sym_RPAREN, - [128741] = 1, - ACTIONS(8149), 1, - anon_sym_RBRACE, - [128745] = 1, - ACTIONS(8151), 1, - anon_sym_EQ, - [128749] = 1, - ACTIONS(8153), 1, - aux_sym_insert_token1, - [128753] = 1, - ACTIONS(8155), 1, - aux_sym_insert_token1, - [128757] = 1, - ACTIONS(8157), 1, - anon_sym_DOLLAR, - [128761] = 1, - ACTIONS(8159), 1, - aux_sym_insert_token1, - [128765] = 1, - ACTIONS(8161), 1, - anon_sym_DOLLAR_DOLLAR, - [128769] = 1, - ACTIONS(8163), 1, - aux_sym_insert_token1, - [128773] = 1, - ACTIONS(8165), 1, - anon_sym_RBRACE, - [128777] = 1, - ACTIONS(8167), 1, - aux_sym_insert_token1, - [128781] = 1, - ACTIONS(8169), 1, - anon_sym_RBRACE, - [128785] = 1, - ACTIONS(8171), 1, - sym__single_quote_span_close, - [128789] = 1, - ACTIONS(8173), 1, - sym__double_quote_span_close, - [128793] = 1, - ACTIONS(8175), 1, - anon_sym_RBRACE, - [128797] = 1, - ACTIONS(8177), 1, - anon_sym_RBRACE, - [128801] = 1, - ACTIONS(8179), 1, - sym__strikeout_close, - [128805] = 1, - ACTIONS(8181), 1, + [133355] = 1, + ACTIONS(8285), 1, sym__subscript_close, - [128809] = 1, - ACTIONS(8183), 1, - sym__superscript_close, - [128813] = 1, - ACTIONS(8185), 1, - anon_sym_RBRACE, - [128817] = 1, - ACTIONS(8187), 1, - sym__strong_emphasis_close_star, - [128821] = 1, - ACTIONS(8187), 1, - sym__strong_emphasis_close_underscore, - [128825] = 1, - ACTIONS(8189), 1, - sym__emphasis_close_star, - [128829] = 1, - ACTIONS(8189), 1, - sym__emphasis_close_underscore, - [128833] = 1, - ACTIONS(8191), 1, - anon_sym_RBRACE, - [128837] = 1, - ACTIONS(8193), 1, - aux_sym_insert_token1, - [128841] = 1, - ACTIONS(7467), 1, - anon_sym_RBRACE, - [128845] = 1, - ACTIONS(8195), 1, - aux_sym_insert_token1, - [128849] = 1, - ACTIONS(8197), 1, - aux_sym_insert_token1, - [128853] = 1, - ACTIONS(8199), 1, - anon_sym_DOLLAR, - [128857] = 1, - ACTIONS(8201), 1, - anon_sym_DOLLAR_DOLLAR, - [128861] = 1, - ACTIONS(8203), 1, - anon_sym_RBRACE, - [128865] = 1, - ACTIONS(8205), 1, - anon_sym_RBRACE, - [128869] = 1, - ACTIONS(8207), 1, - anon_sym_RBRACE, - [128873] = 1, - ACTIONS(8209), 1, - anon_sym_RBRACE, - [128877] = 1, - ACTIONS(8211), 1, - aux_sym_insert_token1, - [128881] = 1, - ACTIONS(8213), 1, - aux_sym_insert_token1, - [128885] = 1, - ACTIONS(8215), 1, - aux_sym_insert_token1, - [128889] = 1, - ACTIONS(8217), 1, - aux_sym_insert_token1, - [128893] = 1, - ACTIONS(7459), 1, - aux_sym_inline_note_token1, - [128897] = 1, - ACTIONS(8219), 1, - aux_sym_insert_token1, - [128901] = 1, - ACTIONS(7797), 1, - anon_sym_RBRACE, - [128905] = 1, - ACTIONS(7544), 1, - aux_sym__commonmark_specifier_start_with_class_token2, - [128909] = 1, - ACTIONS(7516), 1, - aux_sym_inline_note_token1, - [128913] = 1, - ACTIONS(8221), 1, - aux_sym_insert_token1, - [128917] = 1, - ACTIONS(8223), 1, - aux_sym_insert_token1, - [128921] = 1, - ACTIONS(8225), 1, - aux_sym_insert_token1, - [128925] = 1, - ACTIONS(8227), 1, - aux_sym_inline_note_token1, - [128929] = 1, - ACTIONS(8229), 1, - anon_sym_RPAREN, - [128933] = 1, - ACTIONS(7273), 1, - aux_sym_inline_note_token1, - [128937] = 1, - ACTIONS(8231), 1, - sym__block_close, - [128941] = 1, - ACTIONS(8233), 1, - aux_sym_insert_token1, - [128945] = 1, - ACTIONS(8235), 1, - sym__single_quote_span_close, - [128949] = 1, - ACTIONS(7334), 1, - aux_sym_inline_note_token1, - [128953] = 1, - ACTIONS(8237), 1, - anon_sym_RPAREN, - [128957] = 1, - ACTIONS(8239), 1, - anon_sym_RPAREN, - [128961] = 1, - ACTIONS(8241), 1, - anon_sym_RBRACE, - [128965] = 1, - ACTIONS(8243), 1, - aux_sym_inline_note_token1, - [128969] = 1, - ACTIONS(8245), 1, - anon_sym_RPAREN, - [128973] = 1, - ACTIONS(8247), 1, - anon_sym_RPAREN, - [128977] = 1, - ACTIONS(8249), 1, - anon_sym_RBRACE, - [128981] = 1, - ACTIONS(8251), 1, + [133359] = 1, + ACTIONS(8287), 1, aux_sym_insert_token1, - [128985] = 1, - ACTIONS(8253), 1, + [133363] = 1, + ACTIONS(8289), 1, sym__strong_emphasis_close_star, - [128989] = 1, - ACTIONS(8255), 1, - anon_sym_RBRACE, - [128993] = 1, - ACTIONS(8045), 1, - sym__block_close, - [128997] = 1, - ACTIONS(8257), 1, - aux_sym_citation_token2, - [129001] = 1, - ACTIONS(8259), 1, - aux_sym_citation_token2, - [129005] = 1, - ACTIONS(8253), 1, + [133367] = 1, + ACTIONS(8289), 1, sym__strong_emphasis_close_underscore, - [129009] = 1, - ACTIONS(8261), 1, - sym__block_close, - [129013] = 1, - ACTIONS(8263), 1, - anon_sym_RPAREN, - [129017] = 1, - ACTIONS(8265), 1, - anon_sym_RPAREN, - [129021] = 1, - ACTIONS(8267), 1, + [133371] = 1, + ACTIONS(8291), 1, sym__emphasis_close_star, - [129025] = 1, - ACTIONS(8269), 1, - aux_sym_insert_token1, - [129029] = 1, - ACTIONS(8271), 1, - aux_sym_inline_note_token1, - [129033] = 1, - ACTIONS(8273), 1, - aux_sym_insert_token1, - [129037] = 1, - ACTIONS(8275), 1, - sym__close_block, - [129041] = 1, - ACTIONS(8277), 1, - aux_sym_insert_token1, - [129045] = 1, - ACTIONS(8279), 1, - anon_sym_RPAREN, - [129049] = 1, - ACTIONS(8281), 1, - aux_sym_insert_token1, - [129053] = 1, - ACTIONS(8283), 1, - aux_sym_inline_note_token1, - [129057] = 1, - ACTIONS(8285), 1, - sym__single_quote_span_close, - [129061] = 1, - ACTIONS(8287), 1, - sym__double_quote_span_close, - [129065] = 1, - ACTIONS(8289), 1, - anon_sym_RBRACE, - [129069] = 1, + [133375] = 1, ACTIONS(8291), 1, + sym__emphasis_close_underscore, + [133379] = 1, + ACTIONS(6750), 1, anon_sym_RBRACE, - [129073] = 1, + [133383] = 1, ACTIONS(8293), 1, - sym__strikeout_close, - [129077] = 1, + sym__close_block, + [133387] = 1, + ACTIONS(7607), 1, + aux_sym_inline_note_token1, + [133391] = 1, ACTIONS(8295), 1, - sym__subscript_close, - [129081] = 1, + anon_sym_DOLLAR, + [133395] = 1, ACTIONS(8297), 1, - sym__superscript_close, - [129085] = 1, + sym__block_close, + [133399] = 1, ACTIONS(8299), 1, - anon_sym_RPAREN, - [129089] = 1, - ACTIONS(8301), 1, - sym__strong_emphasis_close_star, - [129093] = 1, + anon_sym_DOLLAR, + [133403] = 1, ACTIONS(8301), 1, - sym__strong_emphasis_close_underscore, - [129097] = 1, - ACTIONS(8303), 1, - sym__emphasis_close_star, - [129101] = 1, + anon_sym_DOLLAR_DOLLAR, + [133407] = 1, + ACTIONS(6764), 1, + anon_sym_RBRACE, + [133411] = 1, ACTIONS(8303), 1, - sym__emphasis_close_underscore, - [129105] = 1, - ACTIONS(8267), 1, - sym__emphasis_close_underscore, - [129109] = 1, - ACTIONS(6264), 1, - sym__line_ending, - [129113] = 1, + anon_sym_RBRACE, + [133415] = 1, ACTIONS(8305), 1, - anon_sym_RPAREN, - [129117] = 1, + anon_sym_DOLLAR_DOLLAR, + [133419] = 1, + ACTIONS(6692), 1, + anon_sym_RBRACE, + [133423] = 1, ACTIONS(8307), 1, - sym__block_close, - [129121] = 1, + anon_sym_RBRACE, + [133427] = 1, ACTIONS(8309), 1, - aux_sym_citation_token1, - [129125] = 1, + aux_sym_citation_token2, + [133431] = 1, ACTIONS(8311), 1, - anon_sym_DOLLAR, - [129129] = 1, + aux_sym_insert_token1, + [133435] = 1, ACTIONS(8313), 1, - anon_sym_DOLLAR_DOLLAR, - [129133] = 1, + aux_sym_insert_token1, + [133439] = 1, ACTIONS(8315), 1, - anon_sym_RBRACE, - [129137] = 1, + aux_sym_insert_token1, + [133443] = 1, ACTIONS(8317), 1, - anon_sym_RBRACE, - [129141] = 1, + aux_sym_insert_token1, + [133447] = 1, + ACTIONS(7481), 1, + aux_sym_inline_note_token1, + [133451] = 1, ACTIONS(8319), 1, - anon_sym_RBRACE, - [129145] = 1, + aux_sym_citation_token2, + [133455] = 1, ACTIONS(8321), 1, - anon_sym_RBRACE, - [129149] = 1, + sym__whitespace, + [133459] = 1, ACTIONS(8323), 1, - aux_sym_insert_token1, - [129153] = 1, + anon_sym_RBRACE, + [133463] = 1, + ACTIONS(6754), 1, + anon_sym_RBRACE, + [133467] = 1, ACTIONS(8325), 1, - aux_sym_insert_token1, - [129157] = 1, + anon_sym_RBRACE, + [133471] = 1, ACTIONS(8327), 1, - aux_sym_insert_token1, - [129161] = 1, + anon_sym_RBRACE, + [133475] = 1, ACTIONS(8329), 1, - aux_sym_insert_token1, - [129165] = 1, - ACTIONS(7481), 1, - aux_sym_inline_note_token1, - [129169] = 1, - ACTIONS(7143), 1, - aux_sym_commonmark_specifier_token1, - [129173] = 1, + anon_sym_RBRACE, + [133479] = 1, ACTIONS(8331), 1, - aux_sym_citation_token2, - [129177] = 1, + anon_sym_RBRACE, + [133483] = 1, ACTIONS(8333), 1, - aux_sym_citation_token2, - [129181] = 1, + anon_sym_RBRACE, + [133487] = 1, ACTIONS(8335), 1, - sym__block_close, - [129185] = 1, + aux_sym_insert_token1, + [133491] = 1, ACTIONS(8337), 1, - sym__block_close, - [129189] = 1, + aux_sym_insert_token1, + [133495] = 1, ACTIONS(8339), 1, - anon_sym_RPAREN, - [129193] = 1, - ACTIONS(2703), 1, - sym__close_block, - [129197] = 1, - ACTIONS(8341), 1, aux_sym_inline_note_token1, - [129201] = 1, - ACTIONS(8343), 1, + [133499] = 1, + ACTIONS(8341), 1, anon_sym_RPAREN, - [129205] = 1, + [133503] = 1, + ACTIONS(8343), 1, + anon_sym_EQ, + [133507] = 1, ACTIONS(8345), 1, - aux_sym_citation_token2, - [129209] = 1, + aux_sym_insert_token1, + [133511] = 1, ACTIONS(8347), 1, - anon_sym_RPAREN, - [129213] = 1, + sym__emphasis_close_star, + [133515] = 1, ACTIONS(8349), 1, aux_sym_insert_token1, - [129217] = 1, + [133519] = 1, ACTIONS(8351), 1, - sym__block_close, - [129221] = 1, + anon_sym_RBRACE, + [133523] = 1, ACTIONS(8353), 1, - aux_sym_insert_token1, - [129225] = 1, + anon_sym_RPAREN, + [133527] = 1, ACTIONS(8355), 1, anon_sym_RPAREN, - [129229] = 1, + [133531] = 1, ACTIONS(8357), 1, - anon_sym_RPAREN, - [129233] = 1, - ACTIONS(8359), 1, + aux_sym_insert_token1, + [133535] = 1, + ACTIONS(7827), 1, sym__block_close, - [129237] = 1, + [133539] = 1, + ACTIONS(8359), 1, + anon_sym_RPAREN, + [133543] = 1, ACTIONS(8361), 1, - aux_sym_insert_token1, - [129241] = 1, + sym__single_quote_span_close, + [133547] = 1, ACTIONS(8363), 1, - anon_sym_RPAREN, - [129245] = 1, - ACTIONS(8365), 1, sym__double_quote_span_close, - [129249] = 1, - ACTIONS(8367), 1, + [133551] = 1, + ACTIONS(8365), 1, aux_sym_insert_token1, - [129253] = 1, + [133555] = 1, + ACTIONS(8367), 1, + sym__block_close, + [133559] = 1, ACTIONS(8369), 1, - aux_sym_insert_token1, - [129257] = 1, + anon_sym_RBRACE, + [133563] = 1, ACTIONS(8371), 1, - anon_sym_RPAREN, - [129261] = 1, + anon_sym_RBRACE, + [133567] = 1, ACTIONS(8373), 1, - sym__single_quote_span_close, - [129265] = 1, - ACTIONS(7568), 1, - sym__pipe_table_delimiter, - [129269] = 1, + aux_sym_citation_token2, + [133571] = 1, ACTIONS(8375), 1, aux_sym_citation_token2, - [129273] = 1, + [133575] = 1, ACTIONS(8377), 1, - aux_sym_citation_token2, - [129277] = 1, - ACTIONS(7651), 1, - sym__block_close, - [129281] = 1, + aux_sym_insert_token1, + [133579] = 1, ACTIONS(8379), 1, - sym__double_quote_span_close, - [129285] = 1, + sym__strikeout_close, + [133583] = 1, ACTIONS(8381), 1, - anon_sym_RBRACE, - [129289] = 1, + sym__subscript_close, + [133587] = 1, ACTIONS(8383), 1, - anon_sym_RBRACE, - [129293] = 1, + sym__superscript_close, + [133591] = 1, ACTIONS(8385), 1, - sym__strikeout_close, - [129297] = 1, + sym__block_close, + [133595] = 1, ACTIONS(8387), 1, aux_sym_insert_token1, - [129301] = 1, + [133599] = 1, ACTIONS(8389), 1, - sym__subscript_close, - [129305] = 1, + sym__strong_emphasis_close_star, + [133603] = 1, ACTIONS(8391), 1, aux_sym_insert_token1, - [129309] = 1, + [133607] = 1, + ACTIONS(8389), 1, + sym__strong_emphasis_close_underscore, + [133611] = 1, ACTIONS(8393), 1, - sym__superscript_close, - [129313] = 1, - ACTIONS(8395), 1, aux_sym_insert_token1, - [129317] = 1, + [133615] = 1, + ACTIONS(8395), 1, + sym__emphasis_close_star, + [133619] = 1, ACTIONS(8397), 1, + aux_sym_insert_token1, + [133623] = 1, + ACTIONS(8395), 1, sym__emphasis_close_underscore, - [129321] = 1, + [133627] = 1, ACTIONS(8399), 1, - aux_sym_insert_token1, - [129325] = 1, + sym__single_quote_span_close, + [133631] = 1, ACTIONS(8401), 1, - sym__strong_emphasis_close_star, - [129329] = 1, + sym__double_quote_span_close, + [133635] = 1, ACTIONS(8403), 1, - sym__single_quote_span_close, - [129333] = 1, + anon_sym_RBRACE, + [133639] = 1, ACTIONS(8405), 1, - sym__double_quote_span_close, - [129337] = 1, - ACTIONS(8407), 1, anon_sym_RBRACE, - [129341] = 1, + [133643] = 1, + ACTIONS(8407), 1, + sym__strikeout_close, + [133647] = 1, ACTIONS(8409), 1, - anon_sym_RBRACE, - [129345] = 1, + sym__subscript_close, + [133651] = 1, ACTIONS(8411), 1, - sym__strikeout_close, - [129349] = 1, + sym__superscript_close, + [133655] = 1, + ACTIONS(7831), 1, + sym__block_close, + [133659] = 1, ACTIONS(8413), 1, - sym__subscript_close, - [129353] = 1, - ACTIONS(8401), 1, - sym__strong_emphasis_close_underscore, - [129357] = 1, - ACTIONS(8415), 1, - sym__emphasis_close_star, - [129361] = 1, - ACTIONS(8417), 1, sym__strong_emphasis_close_star, - [129365] = 1, - ACTIONS(8417), 1, + [133663] = 1, + ACTIONS(8413), 1, sym__strong_emphasis_close_underscore, - [129369] = 1, - ACTIONS(8419), 1, + [133667] = 1, + ACTIONS(8415), 1, sym__emphasis_close_star, - [129373] = 1, - ACTIONS(8419), 1, - sym__emphasis_close_underscore, - [129377] = 1, + [133671] = 1, ACTIONS(8415), 1, sym__emphasis_close_underscore, - [129381] = 1, + [133675] = 1, + ACTIONS(8347), 1, + sym__emphasis_close_underscore, + [133679] = 1, + ACTIONS(7839), 1, + sym__block_close, + [133683] = 1, + ACTIONS(8417), 1, + anon_sym_RBRACE, + [133687] = 1, + ACTIONS(7841), 1, + sym__block_close, + [133691] = 1, + ACTIONS(8419), 1, + anon_sym_DOLLAR, + [133695] = 1, ACTIONS(8421), 1, - aux_sym_pandoc_math_token1, - [129385] = 1, + anon_sym_DOLLAR, + [133699] = 1, ACTIONS(8423), 1, - sym__block_close, - [129389] = 1, + anon_sym_DOLLAR_DOLLAR, + [133703] = 1, + ACTIONS(6748), 1, + anon_sym_RBRACE, + [133707] = 1, ACTIONS(8425), 1, - sym__block_close, - [129393] = 1, + anon_sym_RBRACE, + [133711] = 1, ACTIONS(8427), 1, - aux_sym_insert_token1, - [129397] = 1, + anon_sym_DOLLAR_DOLLAR, + [133715] = 1, + ACTIONS(6642), 1, + anon_sym_RBRACE, + [133719] = 1, ACTIONS(8429), 1, - anon_sym_DOLLAR, - [129401] = 1, + anon_sym_RBRACE, + [133723] = 1, + ACTIONS(6762), 1, + anon_sym_RBRACE, + [133727] = 1, ACTIONS(8431), 1, - anon_sym_DOLLAR_DOLLAR, - [129405] = 1, + aux_sym_insert_token1, + [133731] = 1, ACTIONS(8433), 1, - anon_sym_RBRACE, - [129409] = 1, + aux_sym_insert_token1, + [133735] = 1, ACTIONS(8435), 1, - anon_sym_RBRACE, - [129413] = 1, + aux_sym_insert_token1, + [133739] = 1, ACTIONS(8437), 1, - anon_sym_RBRACE, - [129417] = 1, + aux_sym_insert_token1, + [133743] = 1, + ACTIONS(7505), 1, + aux_sym_inline_note_token1, + [133747] = 1, ACTIONS(8439), 1, anon_sym_RBRACE, - [129421] = 1, + [133751] = 1, + ACTIONS(7704), 1, + sym__pipe_table_delimiter, + [133755] = 1, + ACTIONS(6680), 1, + anon_sym_RBRACE, + [133759] = 1, ACTIONS(8441), 1, - aux_sym_insert_token1, - [129425] = 1, + anon_sym_RBRACE, + [133763] = 1, + ACTIONS(7845), 1, + sym__block_close, + [133767] = 1, ACTIONS(8443), 1, - aux_sym_insert_token1, - [129429] = 1, + anon_sym_RBRACE, + [133771] = 1, ACTIONS(8445), 1, - aux_sym_insert_token1, - [129433] = 1, + anon_sym_RBRACE, + [133775] = 1, ACTIONS(8447), 1, - aux_sym_insert_token1, - [129437] = 1, - ACTIONS(7510), 1, - aux_sym_inline_note_token1, - [129441] = 1, + anon_sym_RBRACE, + [133779] = 1, ACTIONS(8449), 1, - sym__superscript_close, - [129445] = 1, + anon_sym_RBRACE, + [133783] = 1, ACTIONS(8451), 1, - anon_sym_DOLLAR, - [129449] = 1, + aux_sym_insert_token1, + [133787] = 1, ACTIONS(8453), 1, - anon_sym_DOLLAR_DOLLAR, - [129453] = 1, + aux_sym_insert_token1, + [133791] = 1, ACTIONS(8455), 1, - anon_sym_RBRACE, - [129457] = 1, + aux_sym_inline_note_token1, + [133795] = 1, ACTIONS(8457), 1, - anon_sym_RBRACE, - [129461] = 1, + anon_sym_RPAREN, + [133799] = 1, ACTIONS(8459), 1, - anon_sym_RBRACE, - [129465] = 1, + aux_sym_insert_token1, + [133803] = 1, ACTIONS(8461), 1, - anon_sym_RBRACE, - [129469] = 1, - ACTIONS(8463), 1, + aux_sym_insert_token1, + [133807] = 1, + ACTIONS(7523), 1, aux_sym_inline_note_token1, - [129473] = 1, + [133811] = 1, + ACTIONS(8463), 1, + anon_sym_RBRACE, + [133815] = 1, + ACTIONS(7853), 1, + sym__block_close, + [133819] = 1, ACTIONS(8465), 1, anon_sym_RPAREN, - [129477] = 1, + [133823] = 1, ACTIONS(8467), 1, - aux_sym_insert_token1, - [129481] = 1, + anon_sym_RPAREN, + [133827] = 1, ACTIONS(8469), 1, - aux_sym_insert_token1, - [129485] = 1, + anon_sym_RBRACE, + [133831] = 1, + ACTIONS(6260), 1, + sym__line_ending, + [133835] = 1, ACTIONS(8471), 1, - aux_sym_insert_token1, - [129489] = 1, + anon_sym_RPAREN, + [133839] = 1, + ACTIONS(6732), 1, + anon_sym_RBRACE, + [133843] = 1, ACTIONS(8473), 1, - aux_sym_insert_token1, - [129493] = 1, - ACTIONS(7283), 1, - aux_sym_inline_note_token1, - [129497] = 1, + anon_sym_RBRACE, + [133847] = 1, ACTIONS(8475), 1, - anon_sym_RPAREN, - [129501] = 1, + anon_sym_RBRACE, + [133851] = 1, ACTIONS(8477), 1, - anon_sym_RPAREN, - [129505] = 1, + anon_sym_RBRACE, + [133855] = 1, + ACTIONS(7965), 1, + sym__block_close, + [133859] = 1, ACTIONS(8479), 1, - sym__close_block, - [129509] = 1, + anon_sym_RBRACE, + [133863] = 1, ACTIONS(8481), 1, - sym__block_close, - [129513] = 1, + aux_sym_citation_token2, + [133867] = 1, ACTIONS(8483), 1, - anon_sym_RPAREN, - [129517] = 1, + aux_sym_citation_token2, + [133871] = 1, ACTIONS(8485), 1, - sym__block_close, - [129521] = 1, + anon_sym_RBRACE, + [133875] = 1, ACTIONS(8487), 1, - aux_sym_citation_token2, - [129525] = 1, + aux_sym_insert_token1, + [133879] = 1, ACTIONS(8489), 1, - anon_sym_RBRACE, - [129529] = 1, + aux_sym_inline_note_token1, + [133883] = 1, ACTIONS(8491), 1, - anon_sym_RBRACE, - [129533] = 1, + anon_sym_RPAREN, + [133887] = 1, ACTIONS(8493), 1, anon_sym_RBRACE, - [129537] = 1, + [133891] = 1, ACTIONS(8495), 1, - anon_sym_RBRACE, - [129541] = 1, + aux_sym_insert_token1, + [133895] = 1, ACTIONS(8497), 1, - aux_sym_citation_token2, - [129545] = 1, + anon_sym_RBRACE, + [133899] = 1, ACTIONS(8499), 1, - aux_sym_pandoc_display_math_token1, - [129549] = 1, + aux_sym_insert_token1, + [133903] = 1, + ACTIONS(6900), 1, + sym_shortcode_name, + [133907] = 1, ACTIONS(8501), 1, aux_sym_insert_token1, - [129553] = 1, + [133911] = 1, + ACTIONS(6264), 1, + sym__line_ending, + [133915] = 1, ACTIONS(8503), 1, - aux_sym_inline_note_token1, - [129557] = 1, + aux_sym_insert_token1, + [133919] = 1, ACTIONS(8505), 1, - anon_sym_RPAREN, - [129561] = 1, - ACTIONS(8105), 1, - sym__pipe_table_delimiter, - [129565] = 1, + aux_sym_insert_token1, + [133923] = 1, ACTIONS(8507), 1, - sym__strikeout_close, - [129569] = 1, + sym__single_quote_span_close, + [133927] = 1, ACTIONS(8509), 1, - aux_sym_insert_token1, - [129573] = 1, + sym__double_quote_span_close, + [133931] = 1, ACTIONS(8511), 1, - sym__block_close, - [129577] = 1, + anon_sym_RBRACE, + [133935] = 1, ACTIONS(8513), 1, - aux_sym_citation_token1, - [129581] = 1, - ACTIONS(7637), 1, anon_sym_RBRACE, - [129585] = 1, + [133939] = 1, ACTIONS(8515), 1, - aux_sym_inline_note_token1, - [129589] = 1, + sym__strikeout_close, + [133943] = 1, ACTIONS(8517), 1, - anon_sym_RPAREN, - [129593] = 1, + sym__subscript_close, + [133947] = 1, ACTIONS(8519), 1, - anon_sym_RPAREN, - [129597] = 1, + sym__superscript_close, + [133951] = 1, ACTIONS(8521), 1, anon_sym_RPAREN, - [129601] = 1, + [133955] = 1, ACTIONS(8523), 1, - aux_sym_insert_token1, - [129605] = 1, + sym__strong_emphasis_close_star, + [133959] = 1, + ACTIONS(8523), 1, + sym__strong_emphasis_close_underscore, + [133963] = 1, ACTIONS(8525), 1, - anon_sym_RPAREN, - [129609] = 1, + sym__emphasis_close_star, + [133967] = 1, + ACTIONS(8525), 1, + sym__emphasis_close_underscore, + [133971] = 1, ACTIONS(8527), 1, - sym__whitespace, - [129613] = 1, + anon_sym_RPAREN, + [133975] = 1, ACTIONS(8529), 1, - sym__block_close, - [129617] = 1, + aux_sym_insert_token1, + [133979] = 1, ACTIONS(8531), 1, - aux_sym_citation_token1, - [129621] = 1, + anon_sym_RBRACE, + [133983] = 1, ACTIONS(8533), 1, - aux_sym_citation_token1, - [129625] = 1, - ACTIONS(8535), 1, aux_sym_insert_token1, - [129629] = 1, + [133987] = 1, + ACTIONS(8535), 1, + anon_sym_RPAREN, + [133991] = 1, ACTIONS(8537), 1, anon_sym_DOLLAR, - [129633] = 1, + [133995] = 1, ACTIONS(8539), 1, - aux_sym_citation_token2, - [129637] = 1, + anon_sym_DOLLAR_DOLLAR, + [133999] = 1, + ACTIONS(6758), 1, + anon_sym_RBRACE, + [134003] = 1, ACTIONS(8541), 1, - aux_sym_citation_token2, - [129641] = 1, - ACTIONS(6252), 1, - sym__line_ending, - [129645] = 1, - ACTIONS(6256), 1, - sym__line_ending, - [129649] = 1, + anon_sym_RBRACE, + [134007] = 1, ACTIONS(8543), 1, aux_sym_insert_token1, - [129653] = 1, - ACTIONS(7319), 1, - sym__pipe_table_delimiter, - [129657] = 1, - ACTIONS(8091), 1, - sym__block_close, - [129661] = 1, + [134011] = 1, + ACTIONS(6686), 1, + anon_sym_RBRACE, + [134015] = 1, ACTIONS(8545), 1, - aux_sym_pandoc_math_token1, - [129665] = 1, + anon_sym_RBRACE, + [134019] = 1, + ACTIONS(7678), 1, + aux_sym_inline_note_token1, + [134023] = 1, ACTIONS(8547), 1, - aux_sym_pandoc_display_math_token1, - [129669] = 1, + aux_sym_insert_token1, + [134027] = 1, ACTIONS(8549), 1, aux_sym_insert_token1, - [129673] = 1, + [134031] = 1, ACTIONS(8551), 1, - aux_sym_citation_token2, - [129677] = 1, + aux_sym_insert_token1, + [134035] = 1, ACTIONS(8553), 1, - aux_sym_citation_token2, - [129681] = 1, + aux_sym_insert_token1, + [134039] = 1, + ACTIONS(7519), 1, + aux_sym_inline_note_token1, + [134043] = 1, ACTIONS(8555), 1, + anon_sym_RPAREN, + [134047] = 1, + ACTIONS(6268), 1, + sym__line_ending, + [134051] = 1, + ACTIONS(2703), 1, sym__block_close, - [129685] = 1, + [134055] = 1, ACTIONS(8557), 1, - sym__single_quote_span_close, - [129689] = 1, + anon_sym_RPAREN, + [134059] = 1, ACTIONS(8559), 1, - sym__double_quote_span_close, - [129693] = 1, + anon_sym_RBRACE, + [134063] = 1, ACTIONS(8561), 1, anon_sym_RBRACE, - [129697] = 1, + [134067] = 1, ACTIONS(8563), 1, anon_sym_RBRACE, - [129701] = 1, + [134071] = 1, ACTIONS(8565), 1, - sym__close_block, - [129705] = 1, + anon_sym_RBRACE, + [134075] = 1, ACTIONS(8567), 1, - aux_sym_insert_token1, - [129709] = 1, + anon_sym_RBRACE, + [134079] = 1, + ACTIONS(7591), 1, + aux_sym_inline_note_token1, + [134083] = 1, ACTIONS(8569), 1, - sym__close_block, - [129713] = 1, + aux_sym_citation_token2, + [134087] = 1, ACTIONS(8571), 1, - sym_shortcode_name, - [129717] = 1, + aux_sym_inline_note_token1, + [134091] = 1, ACTIONS(8573), 1, - sym__strikeout_close, - [129721] = 1, + anon_sym_RPAREN, + [134095] = 1, ACTIONS(8575), 1, - aux_sym_insert_token1, - [129725] = 1, + aux_sym_citation_token2, + [134099] = 1, + ACTIONS(8221), 1, + sym__pipe_table_delimiter, + [134103] = 1, ACTIONS(8577), 1, - sym__subscript_close, - [129729] = 1, - ACTIONS(8579), 1, aux_sym_insert_token1, - [129733] = 1, + [134107] = 1, + ACTIONS(8579), 1, + anon_sym_RBRACE, + [134111] = 1, ACTIONS(8581), 1, - sym__superscript_close, - [129737] = 1, + anon_sym_RBRACE, + [134115] = 1, ACTIONS(8583), 1, - aux_sym_insert_token1, - [129741] = 1, + anon_sym_RPAREN, + [134119] = 1, ACTIONS(8585), 1, - anon_sym_EQ, - [129745] = 1, + anon_sym_RPAREN, + [134123] = 1, ACTIONS(8587), 1, - anon_sym_DOLLAR_DOLLAR, - [129749] = 1, + sym__block_close, + [134127] = 1, ACTIONS(8589), 1, - sym__single_quote_span_close, - [129753] = 1, + aux_sym_insert_token1, + [134131] = 1, ACTIONS(8591), 1, - sym__double_quote_span_close, - [129757] = 1, + anon_sym_RPAREN, + [134135] = 1, ACTIONS(8593), 1, - anon_sym_RBRACE, - [129761] = 1, + sym__block_close, + [134139] = 1, ACTIONS(8595), 1, - anon_sym_RBRACE, - [129765] = 1, + aux_sym_insert_token1, + [134143] = 1, ACTIONS(8597), 1, - sym__strikeout_close, - [129769] = 1, + sym__block_close, + [134147] = 1, ACTIONS(8599), 1, - sym__subscript_close, - [129773] = 1, + aux_sym_insert_token1, + [134151] = 1, ACTIONS(8601), 1, - sym__superscript_close, - [129777] = 1, + sym__block_close, + [134155] = 1, ACTIONS(8603), 1, - sym__strong_emphasis_close_star, - [129781] = 1, - ACTIONS(8605), 1, - sym__strong_emphasis_close_star, - [129785] = 1, + aux_sym_insert_token1, + [134159] = 1, ACTIONS(8605), 1, - sym__strong_emphasis_close_underscore, - [129789] = 1, - ACTIONS(8607), 1, - sym__emphasis_close_star, - [129793] = 1, + aux_sym_citation_token2, + [134163] = 1, ACTIONS(8607), 1, - sym__emphasis_close_underscore, - [129797] = 1, - ACTIONS(8603), 1, - sym__strong_emphasis_close_underscore, - [129801] = 1, - ACTIONS(8609), 1, - sym__emphasis_close_star, - [129805] = 1, - ACTIONS(8611), 1, aux_sym_citation_token2, - [129809] = 1, + [134167] = 1, ACTIONS(8609), 1, - sym__emphasis_close_underscore, - [129813] = 1, + sym__block_close, + [134171] = 1, + ACTIONS(8611), 1, + sym__single_quote_span_close, + [134175] = 1, ACTIONS(8613), 1, - anon_sym_RBRACE, - [129817] = 1, + sym__double_quote_span_close, + [134179] = 1, ACTIONS(8615), 1, - anon_sym_DOLLAR, - [129821] = 1, + anon_sym_RBRACE, + [134183] = 1, ACTIONS(8617), 1, - anon_sym_DOLLAR_DOLLAR, - [129825] = 1, - ACTIONS(8619), 1, anon_sym_RBRACE, - [129829] = 1, + [134187] = 1, + ACTIONS(8619), 1, + aux_sym_insert_token1, + [134191] = 1, ACTIONS(8621), 1, - anon_sym_RBRACE, - [129833] = 1, + sym__strikeout_close, + [134195] = 1, ACTIONS(8623), 1, - sym__whitespace, - [129837] = 1, + aux_sym_insert_token1, + [134199] = 1, ACTIONS(8625), 1, - anon_sym_RBRACE, - [129841] = 1, + sym__subscript_close, + [134203] = 1, ACTIONS(8627), 1, - aux_sym_citation_token1, - [129845] = 1, + aux_sym_insert_token1, + [134207] = 1, ACTIONS(8629), 1, - aux_sym_citation_token1, - [129849] = 1, + sym__superscript_close, + [134211] = 1, ACTIONS(8631), 1, - anon_sym_RBRACE, - [129853] = 1, - ACTIONS(8633), 1, aux_sym_insert_token1, - [129857] = 1, - ACTIONS(8635), 1, + [134215] = 1, + ACTIONS(8633), 1, sym__block_close, - [129861] = 1, + [134219] = 1, + ACTIONS(8635), 1, + sym__single_quote_span_close, + [134223] = 1, ACTIONS(8637), 1, - anon_sym_EQ, - [129865] = 1, + sym__double_quote_span_close, + [134227] = 1, ACTIONS(8639), 1, - aux_sym_insert_token1, - [129869] = 1, + anon_sym_RBRACE, + [134231] = 1, ACTIONS(8641), 1, - aux_sym_insert_token1, - [129873] = 1, + anon_sym_RBRACE, + [134235] = 1, ACTIONS(8643), 1, - aux_sym_insert_token1, - [129877] = 1, + sym__strikeout_close, + [134239] = 1, ACTIONS(8645), 1, - aux_sym_insert_token1, - [129881] = 1, - ACTIONS(7301), 1, - aux_sym_inline_note_token1, - [129885] = 1, + sym__subscript_close, + [134243] = 1, ACTIONS(8647), 1, - aux_sym_pandoc_math_token1, - [129889] = 1, + sym__superscript_close, + [134247] = 1, ACTIONS(8649), 1, - aux_sym_pandoc_display_math_token1, - [129893] = 1, + sym__strong_emphasis_close_star, + [134251] = 1, ACTIONS(8651), 1, - anon_sym_RBRACE, - [129897] = 1, - ACTIONS(8113), 1, - sym__close_block, - [129901] = 1, + sym__strong_emphasis_close_star, + [134255] = 1, + ACTIONS(8651), 1, + sym__strong_emphasis_close_underscore, + [134259] = 1, ACTIONS(8653), 1, - aux_sym_insert_token1, - [129905] = 1, - ACTIONS(6244), 1, - sym__line_ending, - [129909] = 1, + sym__emphasis_close_star, + [134263] = 1, + ACTIONS(8653), 1, + sym__emphasis_close_underscore, + [134267] = 1, + ACTIONS(8649), 1, + sym__strong_emphasis_close_underscore, + [134271] = 1, ACTIONS(8655), 1, - aux_sym_insert_token1, - [129913] = 1, + sym__emphasis_close_star, + [134275] = 1, + ACTIONS(8655), 1, + sym__emphasis_close_underscore, + [134279] = 1, ACTIONS(8657), 1, - sym__block_close, - [129917] = 1, + anon_sym_RBRACE, + [134283] = 1, ACTIONS(8659), 1, - aux_sym_insert_token1, - [129921] = 1, - ACTIONS(7587), 1, - anon_sym_RPAREN, - [129925] = 1, + anon_sym_RBRACE, + [134287] = 1, ACTIONS(8661), 1, - aux_sym_insert_token1, - [129929] = 1, - ACTIONS(8023), 1, - sym__block_close, - [129933] = 1, + anon_sym_DOLLAR, + [134291] = 1, ACTIONS(8663), 1, - sym__single_quote_span_close, - [129937] = 1, + anon_sym_DOLLAR_DOLLAR, + [134295] = 1, + ACTIONS(6766), 1, + anon_sym_RBRACE, + [134299] = 1, ACTIONS(8665), 1, - anon_sym_DOLLAR, - [129941] = 1, + anon_sym_RBRACE, + [134303] = 1, ACTIONS(8667), 1, aux_sym_inline_note_token1, - [129945] = 1, + [134307] = 1, + ACTIONS(6724), 1, + anon_sym_RBRACE, + [134311] = 1, ACTIONS(8669), 1, - anon_sym_RPAREN, - [129949] = 1, + anon_sym_RBRACE, + [134315] = 1, ACTIONS(8671), 1, - anon_sym_DOLLAR_DOLLAR, - [129953] = 1, + sym__block_close, + [134319] = 1, ACTIONS(8673), 1, - anon_sym_RBRACE, - [129957] = 1, + aux_sym_insert_token1, + [134323] = 1, ACTIONS(8675), 1, - anon_sym_RBRACE, - [129961] = 1, + aux_sym_insert_token1, + [134327] = 1, ACTIONS(8677), 1, aux_sym_insert_token1, - [129965] = 1, + [134331] = 1, ACTIONS(8679), 1, - anon_sym_RBRACE, - [129969] = 1, + aux_sym_insert_token1, + [134335] = 1, + ACTIONS(7543), 1, + aux_sym_inline_note_token1, + [134339] = 1, ACTIONS(8681), 1, anon_sym_RPAREN, - [129973] = 1, + [134343] = 1, ACTIONS(8683), 1, - anon_sym_RPAREN, - [129977] = 1, + anon_sym_DOLLAR, + [134347] = 1, ACTIONS(8685), 1, + anon_sym_DOLLAR_DOLLAR, + [134351] = 1, + ACTIONS(6740), 1, anon_sym_RBRACE, - [129981] = 1, + [134355] = 1, ACTIONS(8687), 1, - aux_sym_insert_token1, - [129985] = 1, + anon_sym_RBRACE, + [134359] = 1, ACTIONS(8689), 1, - anon_sym_RPAREN, - [129989] = 1, + anon_sym_RBRACE, + [134363] = 1, ACTIONS(8691), 1, - aux_sym_insert_token1, - [129993] = 1, + anon_sym_RBRACE, + [134367] = 1, ACTIONS(8693), 1, - aux_sym_insert_token1, - [129997] = 1, + anon_sym_RBRACE, + [134371] = 1, ACTIONS(8695), 1, - aux_sym_insert_token1, - [130001] = 1, + anon_sym_RBRACE, + [134375] = 1, ACTIONS(8697), 1, - aux_sym_insert_token1, - [130005] = 1, - ACTIONS(6762), 1, - sym_shortcode_name, - [130009] = 1, - ACTIONS(7330), 1, - aux_sym_inline_note_token1, - [130013] = 1, + aux_sym_citation_token2, + [134379] = 1, + ACTIONS(6674), 1, + anon_sym_RBRACE, + [134383] = 1, ACTIONS(8699), 1, - aux_sym_insert_token1, - [130017] = 1, + aux_sym_inline_note_token1, + [134387] = 1, ACTIONS(8701), 1, - ts_builtin_sym_end, - [130021] = 1, + anon_sym_RPAREN, + [134391] = 1, ACTIONS(8703), 1, - aux_sym_citation_token2, - [130025] = 1, + anon_sym_RBRACE, + [134395] = 1, ACTIONS(8705), 1, - aux_sym_citation_token2, - [130029] = 1, - ACTIONS(8707), 1, anon_sym_RBRACE, - [130033] = 1, + [134399] = 1, + ACTIONS(8707), 1, + aux_sym_insert_token1, + [134403] = 1, ACTIONS(8709), 1, - anon_sym_RBRACE, - [130037] = 1, + aux_sym_insert_token1, + [134407] = 1, ACTIONS(8711), 1, - aux_sym_citation_token1, - [130041] = 1, + aux_sym_insert_token1, + [134411] = 1, ACTIONS(8713), 1, - aux_sym_citation_token1, - [130045] = 1, + anon_sym_RPAREN, + [134415] = 1, ACTIONS(8715), 1, - sym__double_quote_span_close, - [130049] = 1, + anon_sym_RPAREN, + [134419] = 1, ACTIONS(8717), 1, - anon_sym_RBRACE, - [130053] = 1, + aux_sym_insert_token1, + [134423] = 1, + ACTIONS(7551), 1, + aux_sym_inline_note_token1, + [134427] = 1, ACTIONS(8719), 1, - anon_sym_RBRACE, - [130057] = 1, + anon_sym_RPAREN, + [134431] = 1, ACTIONS(8721), 1, - sym__strikeout_close, - [130061] = 1, + sym__block_close, + [134435] = 1, + ACTIONS(6272), 1, + sym__line_ending, + [134439] = 1, + ACTIONS(6768), 1, + anon_sym_RBRACE, + [134443] = 1, ACTIONS(8723), 1, - sym__subscript_close, - [130065] = 1, + anon_sym_RBRACE, + [134447] = 1, + ACTIONS(7436), 1, + sym__pipe_table_delimiter, + [134451] = 1, + ACTIONS(6646), 1, + anon_sym_RBRACE, + [134455] = 1, ACTIONS(8725), 1, - sym__superscript_close, - [130069] = 1, - ACTIONS(8727), 1, anon_sym_RBRACE, - [130073] = 1, + [134459] = 1, + ACTIONS(8727), 1, + aux_sym_inline_note_token1, + [134463] = 1, ACTIONS(8729), 1, - sym__strong_emphasis_close_star, - [130077] = 1, - ACTIONS(8059), 1, - sym__block_close, - [130081] = 1, + anon_sym_RBRACE, + [134467] = 1, ACTIONS(8731), 1, - aux_sym_pandoc_math_token1, - [130085] = 1, + anon_sym_RBRACE, + [134471] = 1, ACTIONS(8733), 1, - aux_sym_pandoc_display_math_token1, - [130089] = 1, - ACTIONS(8729), 1, - sym__strong_emphasis_close_underscore, - [130093] = 1, + anon_sym_RBRACE, + [134475] = 1, ACTIONS(8735), 1, - anon_sym_RPAREN, - [130097] = 1, + anon_sym_RBRACE, + [134479] = 1, ACTIONS(8737), 1, - aux_sym_insert_token1, - [130101] = 1, - ACTIONS(8739), 1, anon_sym_RPAREN, - [130105] = 1, + [134483] = 1, + ACTIONS(8739), 1, + anon_sym_RBRACE, + [134487] = 1, ACTIONS(8741), 1, - aux_sym_insert_token1, - [130109] = 1, + anon_sym_RBRACE, + [134491] = 1, ACTIONS(8743), 1, - sym__close_block, - [130113] = 1, + anon_sym_RBRACE, + [134495] = 1, ACTIONS(8745), 1, - aux_sym_insert_token1, - [130117] = 1, + anon_sym_RBRACE, + [134499] = 1, ACTIONS(8747), 1, - sym__block_close, - [130121] = 1, + sym__single_quote_span_close, + [134503] = 1, + ACTIONS(6900), 1, + sym__key_specifier_token, + [134507] = 1, ACTIONS(8749), 1, - aux_sym_insert_token1, - [130125] = 1, - ACTIONS(8101), 1, - sym__block_close, - [130129] = 1, + aux_sym_inline_note_token1, + [134511] = 1, ACTIONS(8751), 1, - sym__single_quote_span_close, - [130133] = 1, + anon_sym_RPAREN, + [134515] = 1, ACTIONS(8753), 1, - sym__double_quote_span_close, - [130137] = 1, + sym_shortcode_name, + [134519] = 1, ACTIONS(8755), 1, - anon_sym_RBRACE, - [130141] = 1, + sym__double_quote_span_close, + [134523] = 1, ACTIONS(8757), 1, - aux_sym_citation_token1, - [130145] = 1, + anon_sym_RBRACE, + [134527] = 1, + ACTIONS(8231), 1, + sym__block_close, + [134531] = 1, ACTIONS(8759), 1, - aux_sym_citation_token1, - [130149] = 1, - ACTIONS(8761), 1, - sym__emphasis_close_star, - [130153] = 1, + sym__block_close, + [134535] = 1, ACTIONS(8761), 1, - sym__emphasis_close_underscore, - [130157] = 1, + anon_sym_RPAREN, + [134539] = 1, ACTIONS(8763), 1, - anon_sym_RBRACE, - [130161] = 1, + anon_sym_RPAREN, + [134543] = 1, ACTIONS(8765), 1, - sym__strikeout_close, - [130165] = 1, + anon_sym_RBRACE, + [134547] = 1, ACTIONS(8767), 1, - sym__subscript_close, - [130169] = 1, + sym__whitespace, + [134551] = 1, ACTIONS(8769), 1, - sym__superscript_close, - [130173] = 1, - ACTIONS(2703), 1, - sym__block_close, - [130177] = 1, + anon_sym_RPAREN, + [134555] = 1, ACTIONS(8771), 1, - sym__strong_emphasis_close_star, - [130181] = 1, + aux_sym_citation_token1, + [134559] = 1, ACTIONS(8773), 1, - aux_sym_pandoc_math_token1, - [130185] = 1, + aux_sym_citation_token1, + [134563] = 1, ACTIONS(8775), 1, - aux_sym_pandoc_display_math_token1, - [130189] = 1, + anon_sym_RPAREN, + [134567] = 1, ACTIONS(8777), 1, - anon_sym_DOLLAR, - [130193] = 1, - ACTIONS(8771), 1, - sym__strong_emphasis_close_underscore, - [130197] = 1, - ACTIONS(8779), 1, - sym__emphasis_close_star, - [130201] = 1, + anon_sym_RPAREN, + [134571] = 1, ACTIONS(8779), 1, - sym__emphasis_close_underscore, - [130205] = 1, + sym__block_close, + [134575] = 1, ACTIONS(8781), 1, - aux_sym_inline_note_token1, - [130209] = 1, + sym__strikeout_close, + [134579] = 1, + ACTIONS(8021), 1, + sym__pipe_table_delimiter, + [134583] = 1, ACTIONS(8783), 1, - anon_sym_RPAREN, - [130213] = 1, + sym__subscript_close, + [134587] = 1, ACTIONS(8785), 1, - sym__block_close, - [130217] = 1, - ACTIONS(7657), 1, - sym__block_close, - [130221] = 1, + anon_sym_RPAREN, + [134591] = 1, ACTIONS(8787), 1, - sym__single_quote_span_close, - [130225] = 1, + anon_sym_RBRACE, + [134595] = 1, ACTIONS(8789), 1, - anon_sym_DOLLAR, - [130229] = 1, + anon_sym_RPAREN, + [134599] = 1, ACTIONS(8791), 1, - anon_sym_DOLLAR_DOLLAR, - [130233] = 1, + aux_sym_pandoc_math_token1, + [134603] = 1, ACTIONS(8793), 1, - anon_sym_RBRACE, - [130237] = 1, + aux_sym_pandoc_display_math_token1, + [134607] = 1, ACTIONS(8795), 1, - anon_sym_RBRACE, - [130241] = 1, + sym__superscript_close, + [134611] = 1, ACTIONS(8797), 1, - aux_sym_citation_token1, - [130245] = 1, + anon_sym_RPAREN, + [134615] = 1, ACTIONS(8799), 1, - aux_sym_citation_token1, - [130249] = 1, + aux_sym_insert_token1, + [134619] = 1, ACTIONS(8801), 1, - anon_sym_DOLLAR_DOLLAR, - [130253] = 1, + sym__strong_emphasis_close_star, + [134623] = 1, ACTIONS(8803), 1, - anon_sym_RBRACE, - [130257] = 1, + aux_sym_citation_token2, + [134627] = 1, ACTIONS(8805), 1, - anon_sym_RBRACE, - [130261] = 1, + aux_sym_citation_token2, + [134631] = 1, + ACTIONS(8801), 1, + sym__strong_emphasis_close_underscore, + [134635] = 1, ACTIONS(8807), 1, + sym__close_block, + [134639] = 1, + ACTIONS(6700), 1, anon_sym_RBRACE, - [130265] = 1, + [134643] = 1, ACTIONS(8809), 1, - anon_sym_RBRACE, - [130269] = 1, - ACTIONS(7823), 1, - sym__block_close, - [130273] = 1, + sym__emphasis_close_star, + [134647] = 1, ACTIONS(8811), 1, - aux_sym_insert_token1, - [130277] = 1, - ACTIONS(7825), 1, sym__block_close, - [130281] = 1, + [134651] = 1, ACTIONS(8813), 1, - aux_sym_pandoc_math_token1, - [130285] = 1, + aux_sym_insert_token1, + [134655] = 1, + ACTIONS(8809), 1, + sym__emphasis_close_underscore, + [134659] = 1, ACTIONS(8815), 1, - aux_sym_pandoc_display_math_token1, - [130289] = 1, - ACTIONS(8817), 1, aux_sym_insert_token1, - [130293] = 1, + [134663] = 1, + ACTIONS(8817), 1, + sym__block_close, + [134667] = 1, ACTIONS(8819), 1, - aux_sym_insert_token1, - [130297] = 1, + aux_sym_citation_token2, + [134671] = 1, ACTIONS(8821), 1, aux_sym_insert_token1, - [130301] = 1, - ACTIONS(7344), 1, - aux_sym_inline_note_token1, - [130305] = 1, - ACTIONS(7699), 1, - sym__block_close, - [130309] = 1, + [134675] = 1, ACTIONS(8823), 1, - aux_sym_insert_token1, - [130313] = 1, + anon_sym_EQ, + [134679] = 1, ACTIONS(8825), 1, - anon_sym_RPAREN, - [130317] = 1, + sym__block_close, + [134683] = 1, ACTIONS(8827), 1, - anon_sym_RPAREN, - [130321] = 1, + aux_sym_insert_token1, + [134687] = 1, ACTIONS(8829), 1, - anon_sym_RPAREN, - [130325] = 1, + sym__close_block, + [134691] = 1, ACTIONS(8831), 1, - sym__block_close, - [130329] = 1, + aux_sym_insert_token1, + [134695] = 1, ACTIONS(8833), 1, - sym__block_close, - [130333] = 1, + sym__close_block, + [134699] = 1, ACTIONS(8835), 1, - aux_sym_inline_note_token1, - [130337] = 1, + sym__single_quote_span_close, + [134703] = 1, ACTIONS(8837), 1, - anon_sym_RPAREN, - [130341] = 1, + aux_sym_citation_token2, + [134707] = 1, ACTIONS(8839), 1, - aux_sym_citation_token1, - [130345] = 1, + aux_sym_insert_token1, + [134711] = 1, ACTIONS(8841), 1, - aux_sym_citation_token1, - [130349] = 1, - ACTIONS(7837), 1, - sym__block_close, - [130353] = 1, + sym__double_quote_span_close, + [134715] = 1, ACTIONS(8843), 1, - anon_sym_RPAREN, - [130357] = 1, - ACTIONS(7839), 1, - sym__block_close, - [130361] = 1, + anon_sym_RBRACE, + [134719] = 1, ACTIONS(8845), 1, - sym__block_close, - [130365] = 1, - ACTIONS(7841), 1, - sym__block_close, - [130369] = 1, + anon_sym_RBRACE, + [134723] = 1, ACTIONS(8847), 1, - sym__block_close, - [130373] = 1, - ACTIONS(7843), 1, - sym__block_close, - [130377] = 1, + sym__strikeout_close, + [134727] = 1, ACTIONS(8849), 1, - sym__block_close, - [130381] = 1, + sym__subscript_close, + [134731] = 1, ACTIONS(8851), 1, - aux_sym_pandoc_math_token1, - [130385] = 1, + anon_sym_DOLLAR_DOLLAR, + [134735] = 1, ACTIONS(8853), 1, - aux_sym_pandoc_display_math_token1, - [130389] = 1, - ACTIONS(8855), 1, - anon_sym_RPAREN, - [130393] = 1, - ACTIONS(6248), 1, + sym__superscript_close, + [134739] = 1, + ACTIONS(6240), 1, sym__line_ending, - [130397] = 1, + [134743] = 1, + ACTIONS(8855), 1, + sym__strong_emphasis_close_star, + [134747] = 1, + ACTIONS(8855), 1, + sym__strong_emphasis_close_underscore, + [134751] = 1, ACTIONS(8857), 1, - anon_sym_RPAREN, - [130401] = 1, + sym__emphasis_close_star, + [134755] = 1, + ACTIONS(8857), 1, + sym__emphasis_close_underscore, + [134759] = 1, ACTIONS(8859), 1, anon_sym_RPAREN, - [130405] = 1, + [134763] = 1, ACTIONS(8861), 1, - sym__block_close, - [130409] = 1, + sym__whitespace, + [134767] = 1, ACTIONS(8863), 1, - sym__double_quote_span_close, - [130413] = 1, + aux_sym_citation_token1, + [134771] = 1, ACTIONS(8865), 1, - anon_sym_RPAREN, - [130417] = 1, + aux_sym_citation_token1, + [134775] = 1, ACTIONS(8867), 1, - sym__block_close, - [130421] = 1, + aux_sym_citation_token1, + [134779] = 1, ACTIONS(8869), 1, - anon_sym_RBRACE, - [130425] = 1, + sym__block_close, + [134783] = 1, ACTIONS(8871), 1, - anon_sym_RBRACE, - [130429] = 1, + sym__block_close, + [134787] = 1, ACTIONS(8873), 1, - aux_sym_citation_token2, - [130433] = 1, - ACTIONS(7356), 1, - aux_sym_inline_note_token1, - [130437] = 1, + sym__block_close, + [134791] = 1, ACTIONS(8875), 1, - aux_sym_citation_token2, - [130441] = 1, + anon_sym_DOLLAR, + [134795] = 1, ACTIONS(8877), 1, - aux_sym_citation_token1, - [130445] = 1, + anon_sym_DOLLAR_DOLLAR, + [134799] = 1, + ACTIONS(6746), 1, + anon_sym_RBRACE, + [134803] = 1, ACTIONS(8879), 1, - aux_sym_citation_token1, - [130449] = 1, + anon_sym_RBRACE, + [134807] = 1, ACTIONS(8881), 1, + sym__block_close, + [134811] = 1, + ACTIONS(6670), 1, anon_sym_RBRACE, - [130453] = 1, + [134815] = 1, ACTIONS(8883), 1, - anon_sym_RBRACE, - [130457] = 1, + aux_sym_pandoc_math_token1, + [134819] = 1, ACTIONS(8885), 1, - sym__block_close, - [130461] = 1, - ACTIONS(7703), 1, - sym__block_close, - [130465] = 1, + aux_sym_pandoc_display_math_token1, + [134823] = 1, + ACTIONS(6632), 1, + anon_sym_RBRACE, + [134827] = 1, ACTIONS(8887), 1, - sym_shortcode_name, - [130469] = 1, + anon_sym_RBRACE, + [134831] = 1, ACTIONS(8889), 1, - aux_sym_citation_token2, - [130473] = 1, + aux_sym_insert_token1, + [134835] = 1, ACTIONS(8891), 1, aux_sym_insert_token1, - [130477] = 1, + [134839] = 1, ACTIONS(8893), 1, - aux_sym_insert_token1, - [130481] = 1, + sym__block_close, + [134843] = 1, ACTIONS(8895), 1, - aux_sym_pandoc_math_token1, - [130485] = 1, + aux_sym_insert_token1, + [134847] = 1, ACTIONS(8897), 1, - aux_sym_pandoc_display_math_token1, - [130489] = 1, + aux_sym_insert_token1, + [134851] = 1, ACTIONS(8899), 1, aux_sym_insert_token1, - [130493] = 1, + [134855] = 1, ACTIONS(8901), 1, - aux_sym_citation_token2, - [130497] = 1, - ACTIONS(2703), 1, - sym__blank_line_start, - [130501] = 1, + aux_sym_insert_token1, + [134859] = 1, + ACTIONS(7583), 1, + aux_sym_inline_note_token1, + [134863] = 1, ACTIONS(8903), 1, - anon_sym_RBRACE, - [130505] = 1, - ACTIONS(8905), 1, sym__block_close, - [130509] = 1, - ACTIONS(7267), 1, - sym__pipe_table_delimiter, - [130513] = 1, + [134867] = 1, + ACTIONS(8905), 1, + anon_sym_RBRACE, + [134871] = 1, ACTIONS(8907), 1, - sym__strong_emphasis_close_star, - [130517] = 1, - ACTIONS(8909), 1, aux_sym_insert_token1, - [130521] = 1, + [134875] = 1, + ACTIONS(8909), 1, + anon_sym_DOLLAR, + [134879] = 1, ACTIONS(8911), 1, aux_sym_insert_token1, - [130525] = 1, + [134883] = 1, ACTIONS(8913), 1, - aux_sym_insert_token1, - [130529] = 1, - ACTIONS(7705), 1, - sym__block_close, - [130533] = 1, + sym__close_block, + [134887] = 1, ACTIONS(8915), 1, - aux_sym_insert_token1, - [130537] = 1, + sym_shortcode_name, + [134891] = 1, ACTIONS(8917), 1, - aux_sym_insert_token1, - [130541] = 1, + aux_sym_citation_token2, + [134895] = 1, ACTIONS(8919), 1, - aux_sym_citation_token1, - [130545] = 1, + anon_sym_RBRACE, + [134899] = 1, ACTIONS(8921), 1, - aux_sym_citation_token1, - [130549] = 1, + anon_sym_RBRACE, + [134903] = 1, ACTIONS(8923), 1, - aux_sym_insert_token1, - [130553] = 1, - ACTIONS(7383), 1, - aux_sym_inline_note_token1, - [130557] = 1, + anon_sym_RBRACE, + [134907] = 1, ACTIONS(8925), 1, - aux_sym_insert_token1, - [130561] = 1, + anon_sym_RBRACE, + [134911] = 1, ACTIONS(8927), 1, - sym__close_block, - [130565] = 1, + anon_sym_DOLLAR_DOLLAR, + [134915] = 1, ACTIONS(8929), 1, - sym__single_quote_span_close, - [130569] = 1, + aux_sym_insert_token1, + [134919] = 1, ACTIONS(8931), 1, - sym__double_quote_span_close, - [130573] = 1, + sym__close_block, + [134923] = 1, + ACTIONS(7718), 1, + anon_sym_RPAREN, + [134927] = 1, ACTIONS(8933), 1, - anon_sym_RBRACE, - [130577] = 1, + aux_sym_inline_note_token1, + [134931] = 1, ACTIONS(8935), 1, + anon_sym_RPAREN, + [134935] = 1, + ACTIONS(6756), 1, anon_sym_RBRACE, - [130581] = 1, + [134939] = 1, + ACTIONS(7275), 1, + aux_sym_commonmark_specifier_token1, + [134943] = 1, ACTIONS(8937), 1, - aux_sym_pandoc_math_token1, - [130585] = 1, + sym__single_quote_span_close, + [134947] = 1, + ACTIONS(7694), 1, + sym__pipe_table_delimiter, + [134951] = 1, + ACTIONS(6244), 1, + sym__line_ending, + [134955] = 1, ACTIONS(8939), 1, - aux_sym_pandoc_display_math_token1, - [130589] = 1, + aux_sym_citation_token2, + [134959] = 1, ACTIONS(8941), 1, - sym__strikeout_close, - [130593] = 1, + anon_sym_RPAREN, + [134963] = 1, ACTIONS(8943), 1, - sym__subscript_close, - [130597] = 1, + anon_sym_RPAREN, + [134967] = 1, ACTIONS(8945), 1, - sym__superscript_close, - [130601] = 1, + aux_sym_citation_token1, + [134971] = 1, ACTIONS(8947), 1, - aux_sym_insert_token1, - [130605] = 1, - ACTIONS(8949), 1, - sym__strong_emphasis_close_star, - [130609] = 1, + aux_sym_citation_token1, + [134975] = 1, ACTIONS(8949), 1, - sym__strong_emphasis_close_underscore, - [130613] = 1, - ACTIONS(8951), 1, - sym__emphasis_close_star, - [130617] = 1, + aux_sym_citation_token2, + [134979] = 1, ACTIONS(8951), 1, - sym__emphasis_close_underscore, - [130621] = 1, + anon_sym_DOLLAR_DOLLAR, + [134983] = 1, ACTIONS(8953), 1, - aux_sym_citation_token2, - [130625] = 1, + anon_sym_RPAREN, + [134987] = 1, ACTIONS(8955), 1, - aux_sym_insert_token1, - [130629] = 1, + sym__double_quote_span_close, + [134991] = 1, ACTIONS(8957), 1, - aux_sym_citation_token2, - [130633] = 1, + anon_sym_RBRACE, + [134995] = 1, + ACTIONS(6236), 1, + sym__line_ending, + [134999] = 1, ACTIONS(8959), 1, - sym__single_quote_span_close, - [130637] = 1, + anon_sym_RBRACE, + [135003] = 1, + ACTIONS(6248), 1, + sym__line_ending, + [135007] = 1, ACTIONS(8961), 1, - sym__double_quote_span_close, - [130641] = 1, + anon_sym_RBRACE, + [135011] = 1, ACTIONS(8963), 1, - aux_sym_citation_token1, - [130645] = 1, + aux_sym_pandoc_math_token1, + [135015] = 1, ACTIONS(8965), 1, - aux_sym_citation_token1, - [130649] = 1, + aux_sym_pandoc_display_math_token1, + [135019] = 1, ACTIONS(8967), 1, - anon_sym_DOLLAR, - [130653] = 1, + anon_sym_RBRACE, + [135023] = 1, ACTIONS(8969), 1, - sym__block_close, - [130657] = 1, + sym__strikeout_close, + [135027] = 1, ACTIONS(8971), 1, - sym__block_close, - [130661] = 1, + aux_sym_citation_token2, + [135031] = 1, ACTIONS(8973), 1, - sym__block_close, - [130665] = 1, + aux_sym_citation_token2, + [135035] = 1, ACTIONS(8975), 1, - sym__block_close, - [130669] = 1, + sym__close_block, + [135039] = 1, ACTIONS(8977), 1, - sym__block_close, - [130673] = 1, + sym__subscript_close, + [135043] = 1, ACTIONS(8979), 1, - sym__block_close, - [130677] = 1, + aux_sym_insert_token1, + [135047] = 1, ACTIONS(8981), 1, - anon_sym_DOLLAR_DOLLAR, - [130681] = 1, + sym__superscript_close, + [135051] = 1, ACTIONS(8983), 1, - aux_sym_pandoc_math_token1, - [130685] = 1, + anon_sym_RBRACE, + [135055] = 1, ACTIONS(8985), 1, - aux_sym_pandoc_display_math_token1, - [130689] = 1, + sym__strong_emphasis_close_star, + [135059] = 1, ACTIONS(8987), 1, - anon_sym_RBRACE, - [130693] = 1, + anon_sym_EQ, + [135063] = 1, + ACTIONS(8985), 1, + sym__strong_emphasis_close_underscore, + [135067] = 1, ACTIONS(8989), 1, - anon_sym_RBRACE, - [130697] = 1, + aux_sym_insert_token1, + [135071] = 1, ACTIONS(8991), 1, - anon_sym_RBRACE, - [130701] = 1, + aux_sym_citation_token1, + [135075] = 1, ACTIONS(8993), 1, - anon_sym_RBRACE, - [130705] = 1, + aux_sym_citation_token1, + [135079] = 1, ACTIONS(8995), 1, - aux_sym_insert_token1, - [130709] = 1, + sym__emphasis_close_star, + [135083] = 1, + ACTIONS(8995), 1, + sym__emphasis_close_underscore, + [135087] = 1, ACTIONS(8997), 1, aux_sym_insert_token1, - [130713] = 1, + [135091] = 1, ACTIONS(8999), 1, - aux_sym_insert_token1, - [130717] = 1, + sym__block_close, + [135095] = 1, ACTIONS(9001), 1, aux_sym_insert_token1, - [130721] = 1, - ACTIONS(7376), 1, - aux_sym_inline_note_token1, - [130725] = 1, + [135099] = 1, + ACTIONS(7843), 1, + sym__block_close, + [135103] = 1, ACTIONS(9003), 1, - anon_sym_RBRACE, - [130729] = 1, + aux_sym_insert_token1, + [135107] = 1, ACTIONS(9005), 1, - anon_sym_RBRACE, - [130733] = 1, + aux_sym_insert_token1, + [135111] = 1, ACTIONS(9007), 1, - sym__strikeout_close, - [130737] = 1, + aux_sym_pandoc_math_token1, + [135115] = 1, ACTIONS(9009), 1, - sym__subscript_close, - [130741] = 1, + aux_sym_pandoc_display_math_token1, + [135119] = 1, + ACTIONS(6728), 1, + anon_sym_RBRACE, + [135123] = 1, ACTIONS(9011), 1, - aux_sym_citation_token1, - [130745] = 1, + aux_sym_insert_token1, + [135127] = 1, ACTIONS(9013), 1, - aux_sym_citation_token1, - [130749] = 1, + anon_sym_RBRACE, + [135131] = 1, ACTIONS(9015), 1, - sym__superscript_close, - [130753] = 1, + sym__single_quote_span_close, + [135135] = 1, ACTIONS(9017), 1, - anon_sym_RBRACE, - [130757] = 1, + sym__double_quote_span_close, + [135139] = 1, ACTIONS(9019), 1, anon_sym_RBRACE, - [130761] = 1, - ACTIONS(7817), 1, - sym__pipe_table_delimiter, - [130765] = 1, + [135143] = 1, ACTIONS(9021), 1, - sym__close_block, - [130769] = 1, - ACTIONS(7536), 1, - sym__pipe_table_delimiter, - [130773] = 1, + anon_sym_RBRACE, + [135147] = 1, + ACTIONS(6760), 1, + anon_sym_RBRACE, + [135151] = 1, ACTIONS(9023), 1, - aux_sym_inline_note_token1, - [130777] = 1, + aux_sym_insert_token1, + [135155] = 1, ACTIONS(9025), 1, - anon_sym_RPAREN, - [130781] = 1, + sym__strikeout_close, + [135159] = 1, ACTIONS(9027), 1, - aux_sym_pandoc_math_token1, - [130785] = 1, + sym__subscript_close, + [135163] = 1, ACTIONS(9029), 1, - aux_sym_pandoc_display_math_token1, - [130789] = 1, + anon_sym_DOLLAR, + [135167] = 1, ACTIONS(9031), 1, - sym__block_close, - [130793] = 1, + sym__superscript_close, + [135171] = 1, ACTIONS(9033), 1, - aux_sym_inline_note_token1, - [130797] = 1, + aux_sym_citation_token1, + [135175] = 1, ACTIONS(9035), 1, - anon_sym_RPAREN, - [130801] = 1, - ACTIONS(9037), 1, - sym__strong_emphasis_close_star, - [130805] = 1, + aux_sym_citation_token1, + [135179] = 1, ACTIONS(9037), 1, - sym__strong_emphasis_close_underscore, - [130809] = 1, + anon_sym_DOLLAR_DOLLAR, + [135183] = 1, ACTIONS(9039), 1, - sym__emphasis_close_star, - [130813] = 1, + sym__strong_emphasis_close_star, + [135187] = 1, ACTIONS(9039), 1, - sym__emphasis_close_underscore, - [130817] = 1, - ACTIONS(8907), 1, sym__strong_emphasis_close_underscore, - [130821] = 1, + [135191] = 1, ACTIONS(9041), 1, - anon_sym_RPAREN, - [130825] = 1, + sym__block_close, + [135195] = 1, ACTIONS(9043), 1, - anon_sym_RPAREN, - [130829] = 1, - ACTIONS(7605), 1, - anon_sym_RPAREN, - [130833] = 1, + sym__emphasis_close_star, + [135199] = 1, + ACTIONS(9043), 1, + sym__emphasis_close_underscore, + [135203] = 1, ACTIONS(9045), 1, + aux_sym_insert_token1, + [135207] = 1, + ACTIONS(6742), 1, anon_sym_RBRACE, - [130837] = 1, + [135211] = 1, ACTIONS(9047), 1, - anon_sym_RPAREN, - [130841] = 1, + aux_sym_pandoc_math_token1, + [135215] = 1, ACTIONS(9049), 1, - aux_sym_citation_token1, - [130845] = 1, + aux_sym_pandoc_display_math_token1, + [135219] = 1, ACTIONS(9051), 1, - aux_sym_citation_token1, - [130849] = 1, + aux_sym_insert_token1, + [135223] = 1, ACTIONS(9053), 1, - sym__close_block, - [130853] = 1, + anon_sym_RBRACE, + [135227] = 1, ACTIONS(9055), 1, aux_sym_insert_token1, - [130857] = 1, + [135231] = 1, ACTIONS(9057), 1, - anon_sym_RBRACE, - [130861] = 1, + anon_sym_DOLLAR, + [135235] = 1, ACTIONS(9059), 1, - sym__close_block, - [130865] = 1, - ACTIONS(8065), 1, - sym__block_close, - [130869] = 1, + anon_sym_DOLLAR_DOLLAR, + [135239] = 1, + ACTIONS(6744), 1, + anon_sym_RBRACE, + [135243] = 1, ACTIONS(9061), 1, - aux_sym_insert_token1, - [130873] = 1, - ACTIONS(9063), 1, anon_sym_DOLLAR, - [130877] = 1, + [135247] = 1, + ACTIONS(9063), 1, + aux_sym_insert_token1, + [135251] = 1, ACTIONS(9065), 1, - sym__whitespace, - [130881] = 1, + aux_sym_insert_token1, + [135255] = 1, + ACTIONS(8219), 1, + sym__close_block, + [135259] = 1, + ACTIONS(6660), 1, + anon_sym_RBRACE, + [135263] = 1, + ACTIONS(6720), 1, + anon_sym_RBRACE, + [135267] = 1, ACTIONS(9067), 1, - aux_sym_pandoc_math_token1, - [130885] = 1, + anon_sym_RBRACE, + [135271] = 1, ACTIONS(9069), 1, - aux_sym_pandoc_display_math_token1, - [130889] = 1, + aux_sym_citation_token1, + [135275] = 1, ACTIONS(9071), 1, - anon_sym_RBRACE, - [130893] = 1, - ACTIONS(8039), 1, - sym__block_close, - [130897] = 1, + aux_sym_citation_token1, + [135279] = 1, ACTIONS(9073), 1, - aux_sym_citation_token2, - [130901] = 1, + aux_sym_citation_token1, + [135283] = 1, ACTIONS(9075), 1, - aux_sym_citation_token2, - [130905] = 1, + aux_sym_insert_token1, + [135287] = 1, + ACTIONS(7943), 1, + sym__block_close, + [135291] = 1, + ACTIONS(6252), 1, + sym__line_ending, + [135295] = 1, ACTIONS(9077), 1, - anon_sym_DOLLAR_DOLLAR, - [130909] = 1, + aux_sym_insert_token1, + [135299] = 1, ACTIONS(9079), 1, anon_sym_RBRACE, - [130913] = 1, + [135303] = 1, ACTIONS(9081), 1, anon_sym_RBRACE, - [130917] = 1, + [135307] = 1, ACTIONS(9083), 1, - anon_sym_RBRACE, - [130921] = 1, + aux_sym_insert_token1, + [135311] = 1, ACTIONS(9085), 1, - anon_sym_RBRACE, - [130925] = 1, + aux_sym_pandoc_math_token1, + [135315] = 1, ACTIONS(9087), 1, - aux_sym_insert_token1, - [130929] = 1, + aux_sym_pandoc_display_math_token1, + [135319] = 1, ACTIONS(9089), 1, aux_sym_insert_token1, - [130933] = 1, + [135323] = 1, ACTIONS(9091), 1, aux_sym_insert_token1, - [130937] = 1, + [135327] = 1, + ACTIONS(7603), 1, + aux_sym_inline_note_token1, + [135331] = 1, ACTIONS(9093), 1, - aux_sym_insert_token1, - [130941] = 1, + sym__block_close, + [135335] = 1, ACTIONS(9095), 1, - aux_sym_citation_token1, - [130945] = 1, + sym__single_quote_span_close, + [135339] = 1, ACTIONS(9097), 1, - aux_sym_citation_token1, - [130949] = 1, + sym__double_quote_span_close, + [135343] = 1, ACTIONS(9099), 1, - aux_sym_insert_token1, - [130953] = 1, + anon_sym_RBRACE, + [135347] = 1, ACTIONS(9101), 1, - aux_sym_insert_token1, - [130957] = 1, + anon_sym_RBRACE, + [135351] = 1, ACTIONS(9103), 1, aux_sym_insert_token1, - [130961] = 1, + [135355] = 1, ACTIONS(9105), 1, - aux_sym_insert_token1, - [130965] = 1, + anon_sym_RBRACE, + [135359] = 1, ACTIONS(9107), 1, - anon_sym_RPAREN, - [130969] = 1, + anon_sym_RBRACE, + [135363] = 1, ACTIONS(9109), 1, - anon_sym_RPAREN, - [130973] = 1, + aux_sym_insert_token1, + [135367] = 1, ACTIONS(9111), 1, - sym__single_quote_span_close, - [130977] = 1, + anon_sym_RBRACE, + [135371] = 1, ACTIONS(9113), 1, - sym__double_quote_span_close, - [130981] = 1, + aux_sym_citation_token1, + [135375] = 1, ACTIONS(9115), 1, - aux_sym_pandoc_math_token1, - [130985] = 1, + aux_sym_citation_token1, + [135379] = 1, ACTIONS(9117), 1, - aux_sym_pandoc_display_math_token1, - [130989] = 1, + anon_sym_RBRACE, + [135383] = 1, ACTIONS(9119), 1, - sym__block_close, - [130993] = 1, + anon_sym_RBRACE, + [135387] = 1, ACTIONS(9121), 1, anon_sym_RBRACE, - [130997] = 1, + [135391] = 1, + ACTIONS(6256), 1, + sym__line_ending, + [135395] = 1, ACTIONS(9123), 1, - anon_sym_RBRACE, - [131001] = 1, - ACTIONS(9125), 1, sym__strikeout_close, - [131005] = 1, - ACTIONS(9127), 1, + [135399] = 1, + ACTIONS(9125), 1, sym__subscript_close, - [131009] = 1, + [135403] = 1, + ACTIONS(9127), 1, + aux_sym_inline_note_token1, + [135407] = 1, ACTIONS(9129), 1, - sym__superscript_close, - [131013] = 1, + anon_sym_RPAREN, + [135411] = 1, ACTIONS(9131), 1, - aux_sym_insert_token1, - [131017] = 1, - ACTIONS(9133), 1, - sym__strong_emphasis_close_star, - [131021] = 1, + aux_sym_pandoc_math_token1, + [135415] = 1, ACTIONS(9133), 1, - sym__strong_emphasis_close_underscore, - [131025] = 1, - ACTIONS(9135), 1, - sym__emphasis_close_star, - [131029] = 1, + aux_sym_pandoc_display_math_token1, + [135419] = 1, ACTIONS(9135), 1, - sym__emphasis_close_underscore, - [131033] = 1, - ACTIONS(7389), 1, - aux_sym_inline_note_token1, - [131037] = 1, - ACTIONS(8397), 1, - sym__emphasis_close_star, - [131041] = 1, + sym__superscript_close, + [135423] = 1, ACTIONS(9137), 1, - aux_sym_citation_token1, - [131045] = 1, + aux_sym_insert_token1, + [135427] = 1, ACTIONS(9139), 1, - aux_sym_citation_token1, - [131049] = 1, - ACTIONS(8113), 1, - sym__blank_line_start, - [131053] = 1, + sym__strong_emphasis_close_star, + [135431] = 1, + ACTIONS(9139), 1, + sym__strong_emphasis_close_underscore, + [135435] = 1, ACTIONS(9141), 1, - sym__block_close, - [131057] = 1, + sym__emphasis_close_star, + [135439] = 1, ACTIONS(9143), 1, - sym__close_block, - [131061] = 1, + anon_sym_RPAREN, + [135443] = 1, ACTIONS(9145), 1, - aux_sym_insert_token1, - [131065] = 1, + anon_sym_RPAREN, + [135447] = 1, ACTIONS(9147), 1, - anon_sym_DOLLAR, - [131069] = 1, + aux_sym_insert_token1, + [135451] = 1, ACTIONS(9149), 1, - anon_sym_RPAREN, - [131073] = 1, + aux_sym_insert_token1, + [135455] = 1, + ACTIONS(9141), 1, + sym__emphasis_close_underscore, + [135459] = 1, + ACTIONS(7454), 1, + aux_sym_inline_note_token1, + [135463] = 1, ACTIONS(9151), 1, - anon_sym_DOLLAR_DOLLAR, - [131077] = 1, + aux_sym_insert_token1, + [135467] = 1, ACTIONS(9153), 1, - sym__block_close, - [131081] = 1, + anon_sym_RPAREN, + [135471] = 1, ACTIONS(9155), 1, - aux_sym_pandoc_math_token1, - [131085] = 1, + aux_sym_citation_token1, + [135475] = 1, ACTIONS(9157), 1, - aux_sym_pandoc_display_math_token1, - [131089] = 1, + aux_sym_citation_token1, + [135479] = 1, + ACTIONS(7755), 1, + anon_sym_RPAREN, + [135483] = 1, + ACTIONS(2703), 1, + sym__close_block, + [135487] = 1, + ACTIONS(7489), 1, + aux_sym_inline_note_token1, + [135491] = 1, ACTIONS(9159), 1, - sym__block_close, - [131093] = 1, + sym__superscript_close, + [135495] = 1, ACTIONS(9161), 1, - anon_sym_RBRACE, - [131097] = 1, + aux_sym_insert_token1, + [135499] = 1, ACTIONS(9163), 1, - anon_sym_RBRACE, - [131101] = 1, + anon_sym_DOLLAR, + [135503] = 1, ACTIONS(9165), 1, + anon_sym_DOLLAR_DOLLAR, + [135507] = 1, + ACTIONS(6752), 1, anon_sym_RBRACE, - [131105] = 1, + [135511] = 1, ACTIONS(9167), 1, - anon_sym_RBRACE, - [131109] = 1, + aux_sym_pandoc_math_token1, + [135515] = 1, ACTIONS(9169), 1, - aux_sym_insert_token1, - [131113] = 1, + aux_sym_pandoc_display_math_token1, + [135519] = 1, ACTIONS(9171), 1, - aux_sym_insert_token1, - [131117] = 1, + anon_sym_RBRACE, + [135523] = 1, ACTIONS(9173), 1, - aux_sym_insert_token1, - [131121] = 1, + aux_sym_citation_token2, + [135527] = 1, ACTIONS(9175), 1, - aux_sym_insert_token1, - [131125] = 1, - ACTIONS(7403), 1, - aux_sym_inline_note_token1, - [131129] = 1, - ACTIONS(6260), 1, - sym__line_ending, - [131133] = 1, + aux_sym_citation_token2, + [135531] = 1, ACTIONS(9177), 1, - aux_sym_insert_token1, - [131137] = 1, + anon_sym_RBRACE, + [135535] = 1, + ACTIONS(7999), 1, + sym__block_close, + [135539] = 1, ACTIONS(9179), 1, - sym__strikeout_close, - [131141] = 1, + anon_sym_RPAREN, + [135543] = 1, + ACTIONS(2709), 1, + aux_sym_inline_note_token1, + [135547] = 1, ACTIONS(9181), 1, - aux_sym_citation_token1, - [131145] = 1, + sym__close_block, + [135551] = 1, ACTIONS(9183), 1, - aux_sym_citation_token1, - [131149] = 1, - ACTIONS(9185), 1, + sym__single_quote_span_close, + [135555] = 1, + ACTIONS(8111), 1, sym__block_close, - [131153] = 1, + [135559] = 1, + ACTIONS(9185), 1, + aux_sym_insert_token1, + [135563] = 1, ACTIONS(9187), 1, - sym__block_close, - [131157] = 1, + anon_sym_RBRACE, + [135567] = 1, ACTIONS(9189), 1, - sym__block_close, - [131161] = 1, + aux_sym_inline_note_token1, + [135571] = 1, ACTIONS(9191), 1, - sym__block_close, - [131165] = 1, + aux_sym_citation_token1, + [135575] = 1, ACTIONS(9193), 1, - aux_sym_insert_token1, - [131169] = 1, + aux_sym_citation_token1, + [135579] = 1, ACTIONS(9195), 1, - aux_sym_inline_note_token1, - [131173] = 1, - ACTIONS(6762), 1, - sym__key_specifier_token, - [131177] = 1, + anon_sym_RBRACE, + [135583] = 1, ACTIONS(9197), 1, - anon_sym_RPAREN, - [131181] = 1, + aux_sym_insert_token1, + [135587] = 1, + ACTIONS(8113), 1, + sym__block_close, + [135591] = 1, ACTIONS(9199), 1, - aux_sym_pandoc_math_token1, - [131185] = 1, + sym__close_block, + [135595] = 1, ACTIONS(9201), 1, - aux_sym_pandoc_display_math_token1, - [131189] = 1, + aux_sym_insert_token1, + [135599] = 1, ACTIONS(9203), 1, - aux_sym_inline_note_token1, - [131193] = 1, + anon_sym_RBRACE, + [135603] = 1, ACTIONS(9205), 1, - anon_sym_RPAREN, - [131197] = 1, + aux_sym_insert_token1, + [135607] = 1, + ACTIONS(8115), 1, + sym__block_close, + [135611] = 1, ACTIONS(9207), 1, - anon_sym_RBRACE, - [131201] = 1, + aux_sym_pandoc_math_token1, + [135615] = 1, ACTIONS(9209), 1, - sym__single_quote_span_close, - [131205] = 1, + aux_sym_pandoc_display_math_token1, + [135619] = 1, ACTIONS(9211), 1, - sym__double_quote_span_close, - [131209] = 1, - ACTIONS(9213), 1, anon_sym_RBRACE, - [131213] = 1, + [135623] = 1, + ACTIONS(9213), 1, + sym__single_quote_span_close, + [135627] = 1, ACTIONS(9215), 1, - anon_sym_RBRACE, - [131217] = 1, + sym__double_quote_span_close, + [135631] = 1, ACTIONS(9217), 1, - anon_sym_RPAREN, - [131221] = 1, + anon_sym_RBRACE, + [135635] = 1, ACTIONS(9219), 1, - anon_sym_RPAREN, - [131225] = 1, + anon_sym_RBRACE, + [135639] = 1, ACTIONS(9221), 1, - anon_sym_RPAREN, - [131229] = 1, + sym__strikeout_close, + [135643] = 1, ACTIONS(9223), 1, - anon_sym_RPAREN, - [131233] = 1, + sym__subscript_close, + [135647] = 1, ACTIONS(9225), 1, - anon_sym_RPAREN, - [131237] = 1, + anon_sym_RBRACE, + [135651] = 1, ACTIONS(9227), 1, - sym__strikeout_close, - [131241] = 1, + sym__double_quote_span_close, + [135655] = 1, ACTIONS(9229), 1, - aux_sym_citation_token1, - [131245] = 1, + sym__superscript_close, + [135659] = 1, ACTIONS(9231), 1, - aux_sym_citation_token1, - [131249] = 1, - ACTIONS(7853), 1, - sym__block_close, - [131253] = 1, + anon_sym_RBRACE, + [135663] = 1, ACTIONS(9233), 1, - sym__subscript_close, - [131257] = 1, + aux_sym_inline_note_token1, + [135667] = 1, ACTIONS(9235), 1, - sym__block_close, - [131261] = 1, + sym__strong_emphasis_close_star, + [135671] = 1, ACTIONS(9237), 1, - anon_sym_RPAREN, - [131265] = 1, + aux_sym_citation_token1, + [135675] = 1, ACTIONS(9239), 1, - anon_sym_RBRACE, - [131269] = 1, + aux_sym_citation_token1, + [135679] = 1, + ACTIONS(9235), 1, + sym__strong_emphasis_close_underscore, + [135683] = 1, ACTIONS(9241), 1, - aux_sym_citation_token2, - [131273] = 1, + sym__emphasis_close_star, + [135687] = 1, ACTIONS(9243), 1, - aux_sym_citation_token2, - [131277] = 1, + anon_sym_RPAREN, + [135691] = 1, + ACTIONS(9241), 1, + sym__emphasis_close_underscore, + [135695] = 1, + ACTIONS(8123), 1, + sym__block_close, + [135699] = 1, + ACTIONS(8157), 1, + anon_sym_RBRACE, + [135703] = 1, + ACTIONS(8127), 1, + sym__block_close, + [135707] = 1, ACTIONS(9245), 1, - sym__superscript_close, - [131281] = 1, + anon_sym_RBRACE, + [135711] = 1, ACTIONS(9247), 1, aux_sym_pandoc_math_token1, - [131285] = 1, + [135715] = 1, ACTIONS(9249), 1, aux_sym_pandoc_display_math_token1, - [131289] = 1, + [135719] = 1, + ACTIONS(8135), 1, + sym__block_close, + [135723] = 1, ACTIONS(9251), 1, - sym__subscript_close, - [131293] = 1, + anon_sym_DOLLAR, + [135727] = 1, ACTIONS(9253), 1, - sym__strong_emphasis_close_star, - [131297] = 1, - ACTIONS(2711), 1, - aux_sym_inline_note_token1, - [131301] = 1, + anon_sym_DOLLAR_DOLLAR, + [135731] = 1, + ACTIONS(6736), 1, + anon_sym_RBRACE, + [135735] = 1, ACTIONS(9255), 1, - aux_sym_citation_token2, - [131305] = 1, + anon_sym_RBRACE, + [135739] = 1, + ACTIONS(8219), 1, + sym__blank_line_start, + [135743] = 1, + ACTIONS(6704), 1, + anon_sym_RBRACE, + [135747] = 1, ACTIONS(9257), 1, - aux_sym_citation_token2, - [131309] = 1, - ACTIONS(9253), 1, - sym__strong_emphasis_close_underscore, - [131313] = 1, - ACTIONS(9259), 1, - sym__emphasis_close_star, - [131317] = 1, + anon_sym_RBRACE, + [135751] = 1, ACTIONS(9259), 1, - sym__emphasis_close_underscore, - [131321] = 1, + anon_sym_RBRACE, + [135755] = 1, ACTIONS(9261), 1, - sym__superscript_close, - [131325] = 1, + anon_sym_RBRACE, + [135759] = 1, ACTIONS(9263), 1, - aux_sym_citation_token2, - [131329] = 1, + anon_sym_RBRACE, + [135763] = 1, ACTIONS(9265), 1, - aux_sym_insert_token1, - [131333] = 1, + anon_sym_RBRACE, + [135767] = 1, ACTIONS(9267), 1, - aux_sym_citation_token2, - [131337] = 1, - ACTIONS(9269), 1, aux_sym_insert_token1, - [131341] = 1, + [135771] = 1, + ACTIONS(9269), 1, + aux_sym_citation_token1, + [135775] = 1, ACTIONS(9271), 1, - anon_sym_RBRACE, - [131345] = 1, + aux_sym_citation_token1, + [135779] = 1, ACTIONS(9273), 1, aux_sym_insert_token1, - [131349] = 1, + [135783] = 1, ACTIONS(9275), 1, - anon_sym_DOLLAR, - [131353] = 1, + aux_sym_insert_token1, + [135787] = 1, ACTIONS(9277), 1, aux_sym_insert_token1, - [131357] = 1, + [135791] = 1, + ACTIONS(7626), 1, + aux_sym_inline_note_token1, + [135795] = 1, + ACTIONS(6714), 1, + anon_sym_RBRACE, + [135799] = 1, ACTIONS(9279), 1, - anon_sym_DOLLAR_DOLLAR, - [131361] = 1, + anon_sym_RBRACE, + [135803] = 1, ACTIONS(9281), 1, - sym__single_quote_span_close, - [131365] = 1, + anon_sym_RBRACE, + [135807] = 1, ACTIONS(9283), 1, - sym__double_quote_span_close, - [131369] = 1, + anon_sym_RPAREN, + [135811] = 1, ACTIONS(9285), 1, - anon_sym_RBRACE, - [131373] = 1, + aux_sym_pandoc_math_token1, + [135815] = 1, ACTIONS(9287), 1, - anon_sym_RBRACE, - [131377] = 1, + aux_sym_pandoc_display_math_token1, + [135819] = 1, ACTIONS(9289), 1, - sym__strikeout_close, - [131381] = 1, + anon_sym_RPAREN, + [135823] = 1, ACTIONS(9291), 1, - sym__subscript_close, - [131385] = 1, + anon_sym_RBRACE, + [135827] = 1, ACTIONS(9293), 1, - sym__superscript_close, - [131389] = 1, + anon_sym_RBRACE, + [135831] = 1, ACTIONS(9295), 1, - sym__subscript_close, - [131393] = 1, - ACTIONS(9297), 1, - sym__strong_emphasis_close_star, - [131397] = 1, + anon_sym_RBRACE, + [135835] = 1, ACTIONS(9297), 1, - sym__strong_emphasis_close_underscore, - [131401] = 1, - ACTIONS(9299), 1, - sym__emphasis_close_star, - [131405] = 1, + anon_sym_RBRACE, + [135839] = 1, ACTIONS(9299), 1, - sym__emphasis_close_underscore, - [131409] = 1, + aux_sym_pandoc_display_math_token1, + [135843] = 1, ACTIONS(9301), 1, - aux_sym_insert_token1, - [131413] = 1, + sym__strikeout_close, + [135847] = 1, ACTIONS(9303), 1, - sym_shortcode_name, - [131417] = 1, + aux_sym_inline_note_token1, + [135851] = 1, ACTIONS(9305), 1, - sym_shortcode_name, - [131421] = 1, + anon_sym_RPAREN, + [135855] = 1, ACTIONS(9307), 1, - sym__close_block, - [131425] = 1, + aux_sym_inline_note_token1, + [135859] = 1, ACTIONS(9309), 1, - sym__close_block, - [131429] = 1, + anon_sym_RPAREN, + [135863] = 1, ACTIONS(9311), 1, - sym__close_block, - [131433] = 1, + anon_sym_RPAREN, + [135867] = 1, ACTIONS(9313), 1, - sym__close_block, - [131437] = 1, + aux_sym_insert_token1, + [135871] = 1, ACTIONS(9315), 1, - sym__close_block, - [131441] = 1, + aux_sym_citation_token1, + [135875] = 1, ACTIONS(9317), 1, - sym__close_block, - [131445] = 1, + aux_sym_citation_token1, + [135879] = 1, ACTIONS(9319), 1, - sym__close_block, - [131449] = 1, + aux_sym_insert_token1, + [135883] = 1, ACTIONS(9321), 1, - sym__close_block, - [131453] = 1, + aux_sym_insert_token1, + [135887] = 1, ACTIONS(9323), 1, - sym__close_block, - [131457] = 1, - ACTIONS(9325), 1, aux_sym_insert_token1, - [131461] = 1, + [135891] = 1, + ACTIONS(7423), 1, + aux_sym_inline_note_token1, + [135895] = 1, + ACTIONS(9325), 1, + anon_sym_RPAREN, + [135899] = 1, ACTIONS(9327), 1, - aux_sym_insert_token1, - [131465] = 1, + anon_sym_RPAREN, + [135903] = 1, ACTIONS(9329), 1, - aux_sym_insert_token1, - [131469] = 1, + sym__single_quote_span_close, + [135907] = 1, + ACTIONS(7352), 1, + anon_sym_RBRACE, + [135911] = 1, ACTIONS(9331), 1, - sym_shortcode_name, - [131473] = 1, + aux_sym_pandoc_math_token1, + [135915] = 1, ACTIONS(9333), 1, - sym_shortcode_name, - [131477] = 1, + aux_sym_pandoc_display_math_token1, + [135919] = 1, ACTIONS(9335), 1, - sym__close_block, - [131481] = 1, + anon_sym_RPAREN, + [135923] = 1, + ACTIONS(7323), 1, + anon_sym_RBRACE, + [135927] = 1, ACTIONS(9337), 1, - sym__close_block, - [131485] = 1, + aux_sym_insert_token1, + [135931] = 1, ACTIONS(9339), 1, - sym__close_block, - [131489] = 1, + sym__subscript_close, + [135935] = 1, + ACTIONS(7809), 1, + sym__block_close, + [135939] = 1, ACTIONS(9341), 1, - sym__close_block, - [131493] = 1, + anon_sym_RBRACE, + [135943] = 1, ACTIONS(9343), 1, - sym__close_block, - [131497] = 1, + anon_sym_RBRACE, + [135947] = 1, ACTIONS(9345), 1, - sym__close_block, - [131501] = 1, + sym__superscript_close, + [135951] = 1, ACTIONS(9347), 1, - sym__close_block, - [131505] = 1, + aux_sym_insert_token1, + [135955] = 1, ACTIONS(9349), 1, - sym__close_block, - [131509] = 1, + sym__block_close, + [135959] = 1, ACTIONS(9351), 1, - sym__close_block, - [131513] = 1, + sym__block_close, + [135963] = 1, ACTIONS(9353), 1, - sym_shortcode_name, - [131517] = 1, + sym__strong_emphasis_close_star, + [135967] = 1, ACTIONS(9355), 1, - sym_shortcode_name, - [131521] = 1, + aux_sym_citation_token2, + [135971] = 1, ACTIONS(9357), 1, - sym_shortcode_name, - [131525] = 1, + aux_sym_citation_token1, + [135975] = 1, ACTIONS(9359), 1, - sym_shortcode_name, - [131529] = 1, + aux_sym_citation_token1, + [135979] = 1, ACTIONS(9361), 1, - sym_shortcode_name, - [131533] = 1, + aux_sym_citation_token2, + [135983] = 1, ACTIONS(9363), 1, - sym_shortcode_name, - [131537] = 1, + sym__block_close, + [135987] = 1, ACTIONS(9365), 1, - sym_shortcode_name, - [131541] = 1, + sym__block_close, + [135991] = 1, ACTIONS(9367), 1, - sym_shortcode_name, - [131545] = 1, + sym__block_close, + [135995] = 1, ACTIONS(9369), 1, - sym_shortcode_name, - [131549] = 1, + sym__block_close, + [135999] = 1, ACTIONS(9371), 1, - sym_shortcode_name, - [131553] = 1, + anon_sym_RBRACE, + [136003] = 1, ACTIONS(9373), 1, - sym_shortcode_name, - [131557] = 1, + aux_sym_insert_token1, + [136007] = 1, ACTIONS(9375), 1, - sym_shortcode_name, - [131561] = 1, + anon_sym_RBRACE, + [136011] = 1, ACTIONS(9377), 1, - sym_shortcode_name, - [131565] = 1, + aux_sym_pandoc_math_token1, + [136015] = 1, ACTIONS(9379), 1, - sym_shortcode_name, - [131569] = 1, + aux_sym_pandoc_display_math_token1, + [136019] = 1, ACTIONS(9381), 1, - sym_shortcode_name, - [131573] = 1, + aux_sym_insert_token1, + [136023] = 1, + ACTIONS(9353), 1, + sym__strong_emphasis_close_underscore, + [136027] = 1, ACTIONS(9383), 1, - sym_shortcode_name, - [131577] = 1, + aux_sym_insert_token1, + [136031] = 1, ACTIONS(9385), 1, - sym_shortcode_name, - [131581] = 1, + anon_sym_RPAREN, + [136035] = 1, ACTIONS(9387), 1, - sym_shortcode_name, - [131585] = 1, + aux_sym_insert_token1, + [136039] = 1, ACTIONS(9389), 1, - sym_shortcode_name, - [131589] = 1, + aux_sym_citation_token2, + [136043] = 1, ACTIONS(9391), 1, - sym_shortcode_name, - [131593] = 1, + sym__single_quote_span_close, + [136047] = 1, ACTIONS(9393), 1, - sym_shortcode_name, - [131597] = 1, + aux_sym_citation_token2, + [136051] = 1, ACTIONS(9395), 1, - sym_shortcode_name, - [131601] = 1, + anon_sym_RPAREN, + [136055] = 1, ACTIONS(9397), 1, - sym_shortcode_name, - [131605] = 1, + sym__double_quote_span_close, + [136059] = 1, ACTIONS(9399), 1, - sym_shortcode_name, - [131609] = 1, + anon_sym_RBRACE, + [136063] = 1, ACTIONS(9401), 1, - sym_shortcode_name, - [131613] = 1, + sym__close_block, + [136067] = 1, ACTIONS(9403), 1, - sym_shortcode_name, - [131617] = 1, + anon_sym_RBRACE, + [136071] = 1, ACTIONS(9405), 1, - sym_shortcode_name, - [131621] = 1, + aux_sym_citation_token1, + [136075] = 1, ACTIONS(9407), 1, - sym_shortcode_name, - [131625] = 1, + aux_sym_citation_token1, + [136079] = 1, ACTIONS(9409), 1, - sym_shortcode_name, - [131629] = 1, + sym__strikeout_close, + [136083] = 1, ACTIONS(9411), 1, - sym_shortcode_name, - [131633] = 1, + sym__subscript_close, + [136087] = 1, ACTIONS(9413), 1, - anon_sym_RBRACE, - [131637] = 1, + sym__superscript_close, + [136091] = 1, ACTIONS(9415), 1, - anon_sym_DOLLAR, - [131641] = 1, + aux_sym_pandoc_math_token1, + [136095] = 1, ACTIONS(9417), 1, - anon_sym_DOLLAR_DOLLAR, - [131645] = 1, + sym__strong_emphasis_close_star, + [136099] = 1, + ACTIONS(9417), 1, + sym__strong_emphasis_close_underscore, + [136103] = 1, ACTIONS(9419), 1, - anon_sym_RBRACE, - [131649] = 1, + sym__emphasis_close_star, + [136107] = 1, + ACTIONS(9419), 1, + sym__emphasis_close_underscore, + [136111] = 1, ACTIONS(9421), 1, - anon_sym_RBRACE, - [131653] = 1, + aux_sym_pandoc_math_token1, + [136115] = 1, ACTIONS(9423), 1, - anon_sym_RBRACE, - [131657] = 1, + aux_sym_pandoc_display_math_token1, + [136119] = 1, ACTIONS(9425), 1, - anon_sym_RBRACE, - [131661] = 1, + sym__block_close, + [136123] = 1, ACTIONS(9427), 1, - aux_sym_insert_token1, - [131665] = 1, + sym__block_close, + [136127] = 1, ACTIONS(9429), 1, - aux_sym_insert_token1, - [131669] = 1, + sym__double_quote_span_close, + [136131] = 1, ACTIONS(9431), 1, - aux_sym_insert_token1, - [131673] = 1, - ACTIONS(9433), 1, - aux_sym_insert_token1, - [131677] = 1, - ACTIONS(7441), 1, aux_sym_inline_note_token1, - [131681] = 1, + [136135] = 1, + ACTIONS(9433), 1, + anon_sym_RPAREN, + [136139] = 1, ACTIONS(9435), 1, - aux_sym_insert_token1, - [131685] = 1, + anon_sym_DOLLAR, + [136143] = 1, ACTIONS(9437), 1, - aux_sym_insert_token1, - [131689] = 1, + anon_sym_DOLLAR_DOLLAR, + [136147] = 1, ACTIONS(9439), 1, - aux_sym_insert_token1, - [131693] = 1, + sym__emphasis_close_star, + [136151] = 1, + ACTIONS(9439), 1, + sym__emphasis_close_underscore, + [136155] = 1, + ACTIONS(6738), 1, + anon_sym_RBRACE, + [136159] = 1, ACTIONS(9441), 1, - anon_sym_DOLLAR, - [131697] = 1, + anon_sym_RBRACE, + [136163] = 1, ACTIONS(9443), 1, - sym__single_quote_span_close, - [131701] = 1, + anon_sym_RPAREN, + [136167] = 1, ACTIONS(9445), 1, - sym__double_quote_span_close, - [131705] = 1, + aux_sym_insert_token1, + [136171] = 1, ACTIONS(9447), 1, - anon_sym_RBRACE, - [131709] = 1, + aux_sym_citation_token1, + [136175] = 1, ACTIONS(9449), 1, - aux_sym_inline_note_token1, - [131713] = 1, + aux_sym_citation_token1, + [136179] = 1, + ACTIONS(6708), 1, + anon_sym_RBRACE, + [136183] = 1, ACTIONS(9451), 1, - anon_sym_RPAREN, - [131717] = 1, - ACTIONS(9453), 1, anon_sym_RBRACE, - [131721] = 1, + [136187] = 1, + ACTIONS(7877), 1, + sym__block_close, + [136191] = 1, + ACTIONS(9453), 1, + aux_sym_insert_token1, + [136195] = 1, ACTIONS(9455), 1, - sym__strikeout_close, - [131725] = 1, + aux_sym_insert_token1, + [136199] = 1, ACTIONS(9457), 1, - sym__subscript_close, - [131729] = 1, + aux_sym_insert_token1, + [136203] = 1, ACTIONS(9459), 1, - sym__superscript_close, - [131733] = 1, + aux_sym_insert_token1, + [136207] = 1, ACTIONS(9461), 1, - anon_sym_DOLLAR_DOLLAR, - [131737] = 1, + aux_sym_insert_token1, + [136211] = 1, ACTIONS(9463), 1, - anon_sym_RPAREN, - [131741] = 1, + aux_sym_pandoc_math_token1, + [136215] = 1, ACTIONS(9465), 1, - anon_sym_RPAREN, - [131745] = 1, - ACTIONS(9467), 1, - sym__strong_emphasis_close_star, - [131749] = 1, + aux_sym_pandoc_display_math_token1, + [136219] = 1, ACTIONS(9467), 1, - sym__strong_emphasis_close_underscore, - [131753] = 1, + aux_sym_insert_token1, + [136223] = 1, + ACTIONS(7654), 1, + aux_sym_inline_note_token1, + [136227] = 1, + ACTIONS(8271), 1, + sym__block_close, + [136231] = 1, ACTIONS(9469), 1, - anon_sym_RPAREN, - [131757] = 1, + sym__block_close, + [136235] = 1, ACTIONS(9471), 1, - anon_sym_RPAREN, - [131761] = 1, + aux_sym_insert_token1, + [136239] = 1, + ACTIONS(7467), 1, + sym__pipe_table_delimiter, + [136243] = 1, ACTIONS(9473), 1, + sym__block_close, + [136247] = 1, + ACTIONS(9475), 1, + aux_sym_insert_token1, + [136251] = 1, + ACTIONS(9477), 1, + aux_sym_insert_token1, + [136255] = 1, + ACTIONS(9479), 1, + anon_sym_RBRACE, + [136259] = 1, + ACTIONS(9481), 1, + anon_sym_RBRACE, + [136263] = 1, + ACTIONS(9483), 1, + sym__single_quote_span_close, + [136267] = 1, + ACTIONS(9485), 1, + anon_sym_RBRACE, + [136271] = 1, + ACTIONS(9487), 1, + anon_sym_RBRACE, + [136275] = 1, + ACTIONS(9489), 1, + sym__double_quote_span_close, + [136279] = 1, + ACTIONS(9491), 1, + anon_sym_RBRACE, + [136283] = 1, + ACTIONS(9493), 1, + aux_sym_inline_note_token1, + [136287] = 1, + ACTIONS(9495), 1, + anon_sym_RPAREN, + [136291] = 1, + ACTIONS(9497), 1, + aux_sym_insert_token1, + [136295] = 1, + ACTIONS(9499), 1, + ts_builtin_sym_end, + [136299] = 1, + ACTIONS(9501), 1, + anon_sym_RPAREN, + [136303] = 1, + ACTIONS(9503), 1, + anon_sym_RPAREN, + [136307] = 1, + ACTIONS(9505), 1, + sym__block_close, + [136311] = 1, + ACTIONS(9507), 1, + anon_sym_RPAREN, + [136315] = 1, + ACTIONS(9509), 1, + anon_sym_RPAREN, + [136319] = 1, + ACTIONS(9511), 1, + sym__strong_emphasis_close_underscore, + [136323] = 1, + ACTIONS(9513), 1, + sym__block_close, + [136327] = 1, + ACTIONS(9515), 1, + anon_sym_RPAREN, + [136331] = 1, + ACTIONS(2703), 1, + sym__blank_line_start, + [136335] = 1, + ACTIONS(9517), 1, + aux_sym_citation_token2, + [136339] = 1, + ACTIONS(9519), 1, + aux_sym_citation_token2, + [136343] = 1, + ACTIONS(9521), 1, + sym_shortcode_name, + [136347] = 1, + ACTIONS(9523), 1, + sym_shortcode_name, + [136351] = 1, + ACTIONS(9525), 1, + sym__close_block, + [136355] = 1, + ACTIONS(9527), 1, + sym__close_block, + [136359] = 1, + ACTIONS(9529), 1, + sym__close_block, + [136363] = 1, + ACTIONS(9531), 1, + sym__close_block, + [136367] = 1, + ACTIONS(9533), 1, + sym__close_block, + [136371] = 1, + ACTIONS(9535), 1, + sym__close_block, + [136375] = 1, + ACTIONS(9537), 1, + sym__close_block, + [136379] = 1, + ACTIONS(9539), 1, + sym__close_block, + [136383] = 1, + ACTIONS(9541), 1, + sym__close_block, + [136387] = 1, + ACTIONS(9543), 1, + anon_sym_RBRACE, + [136391] = 1, + ACTIONS(9545), 1, + anon_sym_RPAREN, + [136395] = 1, + ACTIONS(9547), 1, + sym__block_close, + [136399] = 1, + ACTIONS(9549), 1, + sym_shortcode_name, + [136403] = 1, + ACTIONS(9551), 1, + sym_shortcode_name, + [136407] = 1, + ACTIONS(9553), 1, + sym__close_block, + [136411] = 1, + ACTIONS(9555), 1, + sym__close_block, + [136415] = 1, + ACTIONS(9557), 1, + sym__close_block, + [136419] = 1, + ACTIONS(9559), 1, + sym__close_block, + [136423] = 1, + ACTIONS(9561), 1, + sym__close_block, + [136427] = 1, + ACTIONS(9563), 1, + sym__close_block, + [136431] = 1, + ACTIONS(9565), 1, + sym__close_block, + [136435] = 1, + ACTIONS(9567), 1, + sym__close_block, + [136439] = 1, + ACTIONS(9569), 1, + sym__close_block, + [136443] = 1, + ACTIONS(9571), 1, + sym_shortcode_name, + [136447] = 1, + ACTIONS(9573), 1, + sym_shortcode_name, + [136451] = 1, + ACTIONS(9575), 1, + sym_shortcode_name, + [136455] = 1, + ACTIONS(9577), 1, + sym_shortcode_name, + [136459] = 1, + ACTIONS(9579), 1, + sym_shortcode_name, + [136463] = 1, + ACTIONS(9581), 1, + sym_shortcode_name, + [136467] = 1, + ACTIONS(9583), 1, + sym_shortcode_name, + [136471] = 1, + ACTIONS(9585), 1, + sym_shortcode_name, + [136475] = 1, + ACTIONS(9587), 1, + sym_shortcode_name, + [136479] = 1, + ACTIONS(9589), 1, + sym_shortcode_name, + [136483] = 1, + ACTIONS(9591), 1, + sym_shortcode_name, + [136487] = 1, + ACTIONS(9593), 1, + sym_shortcode_name, + [136491] = 1, + ACTIONS(9595), 1, + sym_shortcode_name, + [136495] = 1, + ACTIONS(9597), 1, + sym_shortcode_name, + [136499] = 1, + ACTIONS(9599), 1, + sym_shortcode_name, + [136503] = 1, + ACTIONS(9601), 1, + sym_shortcode_name, + [136507] = 1, + ACTIONS(9603), 1, + sym_shortcode_name, + [136511] = 1, + ACTIONS(9605), 1, + sym_shortcode_name, + [136515] = 1, + ACTIONS(9607), 1, + sym_shortcode_name, + [136519] = 1, + ACTIONS(9609), 1, + sym_shortcode_name, + [136523] = 1, + ACTIONS(9611), 1, + sym_shortcode_name, + [136527] = 1, + ACTIONS(9613), 1, + sym_shortcode_name, + [136531] = 1, + ACTIONS(9615), 1, + sym_shortcode_name, + [136535] = 1, + ACTIONS(9617), 1, + sym_shortcode_name, + [136539] = 1, + ACTIONS(9619), 1, + sym_shortcode_name, + [136543] = 1, + ACTIONS(9621), 1, + sym_shortcode_name, + [136547] = 1, + ACTIONS(9623), 1, + sym_shortcode_name, + [136551] = 1, + ACTIONS(9625), 1, + sym_shortcode_name, + [136555] = 1, + ACTIONS(9627), 1, + sym_shortcode_name, + [136559] = 1, + ACTIONS(9629), 1, + sym_shortcode_name, + [136563] = 1, + ACTIONS(9631), 1, + sym__block_close, + [136567] = 1, + ACTIONS(9633), 1, + sym__block_close, + [136571] = 1, + ACTIONS(9635), 1, + sym__block_close, + [136575] = 1, + ACTIONS(9637), 1, + aux_sym_citation_token2, + [136579] = 1, + ACTIONS(9639), 1, + aux_sym_citation_token2, + [136583] = 1, + ACTIONS(9641), 1, + sym__block_close, + [136587] = 1, + ACTIONS(9643), 1, + sym__block_close, + [136591] = 1, + ACTIONS(9645), 1, + sym__strikeout_close, + [136595] = 1, + ACTIONS(9511), 1, + sym__strong_emphasis_close_star, + [136599] = 1, + ACTIONS(9647), 1, + anon_sym_RBRACE, + [136603] = 1, + ACTIONS(9649), 1, + aux_sym_insert_token1, + [136607] = 1, + ACTIONS(8279), 1, + sym__block_close, + [136611] = 1, + ACTIONS(9651), 1, + aux_sym_insert_token1, + [136615] = 1, + ACTIONS(9653), 1, + sym__strikeout_close, + [136619] = 1, + ACTIONS(9655), 1, + aux_sym_insert_token1, + [136623] = 1, + ACTIONS(9657), 1, + sym__subscript_close, + [136627] = 1, + ACTIONS(9659), 1, + aux_sym_insert_token1, + [136631] = 1, + ACTIONS(9661), 1, + anon_sym_DOLLAR, + [136635] = 1, + ACTIONS(9663), 1, + sym__single_quote_span_close, + [136639] = 1, + ACTIONS(9665), 1, + sym__double_quote_span_close, + [136643] = 1, + ACTIONS(9667), 1, + anon_sym_RBRACE, + [136647] = 1, + ACTIONS(9669), 1, + anon_sym_RBRACE, + [136651] = 1, + ACTIONS(9671), 1, + sym__strikeout_close, + [136655] = 1, + ACTIONS(9673), 1, + sym__subscript_close, + [136659] = 1, + ACTIONS(9675), 1, + sym__superscript_close, + [136663] = 1, + ACTIONS(7197), 1, + aux_sym__commonmark_specifier_start_with_class_token2, + [136667] = 1, + ACTIONS(9677), 1, + sym__strong_emphasis_close_star, + [136671] = 1, + ACTIONS(9677), 1, + sym__strong_emphasis_close_underscore, + [136675] = 1, + ACTIONS(9679), 1, sym__emphasis_close_star, - [131765] = 1, - ACTIONS(9473), 1, + [136679] = 1, + ACTIONS(9679), 1, sym__emphasis_close_underscore, - [131769] = 1, - ACTIONS(8003), 1, - sym__block_close, + [136683] = 1, + ACTIONS(9681), 1, + aux_sym_citation_token2, + [136687] = 1, + ACTIONS(9683), 1, + aux_sym_citation_token2, + [136691] = 1, + ACTIONS(9685), 1, + anon_sym_RPAREN, + [136695] = 1, + ACTIONS(9687), 1, + sym__superscript_close, + [136699] = 1, + ACTIONS(9689), 1, + anon_sym_RBRACE, }; static const uint32_t ts_small_parse_table_map[] = { @@ -180381,9 +184935,9 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(585)] = 270, [SMALL_STATE(586)] = 405, [SMALL_STATE(587)] = 540, - [SMALL_STATE(588)] = 669, - [SMALL_STATE(589)] = 804, - [SMALL_STATE(590)] = 939, + [SMALL_STATE(588)] = 675, + [SMALL_STATE(589)] = 810, + [SMALL_STATE(590)] = 945, [SMALL_STATE(591)] = 1074, [SMALL_STATE(592)] = 1203, [SMALL_STATE(593)] = 1338, @@ -180409,43 +184963,43 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(613)] = 4037, [SMALL_STATE(614)] = 4171, [SMALL_STATE(615)] = 4305, - [SMALL_STATE(616)] = 4439, + [SMALL_STATE(616)] = 4435, [SMALL_STATE(617)] = 4569, [SMALL_STATE(618)] = 4703, [SMALL_STATE(619)] = 4837, - [SMALL_STATE(620)] = 4967, - [SMALL_STATE(621)] = 5097, - [SMALL_STATE(622)] = 5231, - [SMALL_STATE(623)] = 5365, - [SMALL_STATE(624)] = 5499, - [SMALL_STATE(625)] = 5633, - [SMALL_STATE(626)] = 5767, - [SMALL_STATE(627)] = 5901, - [SMALL_STATE(628)] = 6033, - [SMALL_STATE(629)] = 6165, - [SMALL_STATE(630)] = 6299, - [SMALL_STATE(631)] = 6433, - [SMALL_STATE(632)] = 6565, - [SMALL_STATE(633)] = 6699, - [SMALL_STATE(634)] = 6833, - [SMALL_STATE(635)] = 6967, - [SMALL_STATE(636)] = 7101, - [SMALL_STATE(637)] = 7235, - [SMALL_STATE(638)] = 7369, - [SMALL_STATE(639)] = 7497, - [SMALL_STATE(640)] = 7631, - [SMALL_STATE(641)] = 7765, - [SMALL_STATE(642)] = 7897, - [SMALL_STATE(643)] = 8031, - [SMALL_STATE(644)] = 8165, - [SMALL_STATE(645)] = 8299, - [SMALL_STATE(646)] = 8433, - [SMALL_STATE(647)] = 8561, - [SMALL_STATE(648)] = 8695, - [SMALL_STATE(649)] = 8829, - [SMALL_STATE(650)] = 8963, - [SMALL_STATE(651)] = 9097, - [SMALL_STATE(652)] = 9231, + [SMALL_STATE(620)] = 4971, + [SMALL_STATE(621)] = 5105, + [SMALL_STATE(622)] = 5239, + [SMALL_STATE(623)] = 5373, + [SMALL_STATE(624)] = 5507, + [SMALL_STATE(625)] = 5641, + [SMALL_STATE(626)] = 5775, + [SMALL_STATE(627)] = 5907, + [SMALL_STATE(628)] = 6039, + [SMALL_STATE(629)] = 6173, + [SMALL_STATE(630)] = 6307, + [SMALL_STATE(631)] = 6441, + [SMALL_STATE(632)] = 6575, + [SMALL_STATE(633)] = 6709, + [SMALL_STATE(634)] = 6843, + [SMALL_STATE(635)] = 6977, + [SMALL_STATE(636)] = 7111, + [SMALL_STATE(637)] = 7245, + [SMALL_STATE(638)] = 7379, + [SMALL_STATE(639)] = 7509, + [SMALL_STATE(640)] = 7643, + [SMALL_STATE(641)] = 7777, + [SMALL_STATE(642)] = 7905, + [SMALL_STATE(643)] = 8033, + [SMALL_STATE(644)] = 8167, + [SMALL_STATE(645)] = 8295, + [SMALL_STATE(646)] = 8429, + [SMALL_STATE(647)] = 8563, + [SMALL_STATE(648)] = 8693, + [SMALL_STATE(649)] = 8825, + [SMALL_STATE(650)] = 8957, + [SMALL_STATE(651)] = 9091, + [SMALL_STATE(652)] = 9225, [SMALL_STATE(653)] = 9359, [SMALL_STATE(654)] = 9493, [SMALL_STATE(655)] = 9620, @@ -180496,19 +185050,19 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(700)] = 15346, [SMALL_STATE(701)] = 15474, [SMALL_STATE(702)] = 15602, - [SMALL_STATE(703)] = 15728, - [SMALL_STATE(704)] = 15856, - [SMALL_STATE(705)] = 15984, - [SMALL_STATE(706)] = 16112, - [SMALL_STATE(707)] = 16240, - [SMALL_STATE(708)] = 16368, - [SMALL_STATE(709)] = 16496, - [SMALL_STATE(710)] = 16624, - [SMALL_STATE(711)] = 16752, - [SMALL_STATE(712)] = 16880, - [SMALL_STATE(713)] = 17008, - [SMALL_STATE(714)] = 17136, - [SMALL_STATE(715)] = 17264, + [SMALL_STATE(703)] = 15730, + [SMALL_STATE(704)] = 15858, + [SMALL_STATE(705)] = 15986, + [SMALL_STATE(706)] = 16114, + [SMALL_STATE(707)] = 16242, + [SMALL_STATE(708)] = 16370, + [SMALL_STATE(709)] = 16498, + [SMALL_STATE(710)] = 16626, + [SMALL_STATE(711)] = 16754, + [SMALL_STATE(712)] = 16882, + [SMALL_STATE(713)] = 17010, + [SMALL_STATE(714)] = 17138, + [SMALL_STATE(715)] = 17266, [SMALL_STATE(716)] = 17392, [SMALL_STATE(717)] = 17520, [SMALL_STATE(718)] = 17648, @@ -180530,27 +185084,27 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(734)] = 19696, [SMALL_STATE(735)] = 19824, [SMALL_STATE(736)] = 19952, - [SMALL_STATE(737)] = 20078, - [SMALL_STATE(738)] = 20206, - [SMALL_STATE(739)] = 20334, - [SMALL_STATE(740)] = 20462, - [SMALL_STATE(741)] = 20590, - [SMALL_STATE(742)] = 20718, - [SMALL_STATE(743)] = 20846, - [SMALL_STATE(744)] = 20974, - [SMALL_STATE(745)] = 21102, - [SMALL_STATE(746)] = 21230, - [SMALL_STATE(747)] = 21358, - [SMALL_STATE(748)] = 21486, - [SMALL_STATE(749)] = 21614, - [SMALL_STATE(750)] = 21742, - [SMALL_STATE(751)] = 21870, - [SMALL_STATE(752)] = 21998, - [SMALL_STATE(753)] = 22126, - [SMALL_STATE(754)] = 22254, - [SMALL_STATE(755)] = 22382, - [SMALL_STATE(756)] = 22510, - [SMALL_STATE(757)] = 22638, + [SMALL_STATE(737)] = 20080, + [SMALL_STATE(738)] = 20208, + [SMALL_STATE(739)] = 20336, + [SMALL_STATE(740)] = 20464, + [SMALL_STATE(741)] = 20592, + [SMALL_STATE(742)] = 20720, + [SMALL_STATE(743)] = 20848, + [SMALL_STATE(744)] = 20976, + [SMALL_STATE(745)] = 21104, + [SMALL_STATE(746)] = 21232, + [SMALL_STATE(747)] = 21360, + [SMALL_STATE(748)] = 21488, + [SMALL_STATE(749)] = 21616, + [SMALL_STATE(750)] = 21744, + [SMALL_STATE(751)] = 21872, + [SMALL_STATE(752)] = 22000, + [SMALL_STATE(753)] = 22128, + [SMALL_STATE(754)] = 22256, + [SMALL_STATE(755)] = 22384, + [SMALL_STATE(756)] = 22512, + [SMALL_STATE(757)] = 22640, [SMALL_STATE(758)] = 22766, [SMALL_STATE(759)] = 22894, [SMALL_STATE(760)] = 23022, @@ -180744,7 +185298,7 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(948)] = 46492, [SMALL_STATE(949)] = 46611, [SMALL_STATE(950)] = 46660, - [SMALL_STATE(951)] = 46708, + [SMALL_STATE(951)] = 46706, [SMALL_STATE(952)] = 46754, [SMALL_STATE(953)] = 46804, [SMALL_STATE(954)] = 46854, @@ -180773,4289 +185327,4475 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(977)] = 48004, [SMALL_STATE(978)] = 48049, [SMALL_STATE(979)] = 48098, - [SMALL_STATE(980)] = 48147, + [SMALL_STATE(980)] = 48143, [SMALL_STATE(981)] = 48192, [SMALL_STATE(982)] = 48241, - [SMALL_STATE(983)] = 48290, - [SMALL_STATE(984)] = 48339, - [SMALL_STATE(985)] = 48388, - [SMALL_STATE(986)] = 48433, - [SMALL_STATE(987)] = 48478, - [SMALL_STATE(988)] = 48523, - [SMALL_STATE(989)] = 48568, - [SMALL_STATE(990)] = 48617, - [SMALL_STATE(991)] = 48666, - [SMALL_STATE(992)] = 48715, - [SMALL_STATE(993)] = 48760, - [SMALL_STATE(994)] = 48809, - [SMALL_STATE(995)] = 48858, - [SMALL_STATE(996)] = 48903, - [SMALL_STATE(997)] = 48952, - [SMALL_STATE(998)] = 49001, - [SMALL_STATE(999)] = 49046, - [SMALL_STATE(1000)] = 49095, - [SMALL_STATE(1001)] = 49144, - [SMALL_STATE(1002)] = 49189, - [SMALL_STATE(1003)] = 49238, - [SMALL_STATE(1004)] = 49287, - [SMALL_STATE(1005)] = 49332, - [SMALL_STATE(1006)] = 49377, - [SMALL_STATE(1007)] = 49422, - [SMALL_STATE(1008)] = 49467, - [SMALL_STATE(1009)] = 49512, - [SMALL_STATE(1010)] = 49557, - [SMALL_STATE(1011)] = 49602, - [SMALL_STATE(1012)] = 49647, - [SMALL_STATE(1013)] = 49692, - [SMALL_STATE(1014)] = 49737, - [SMALL_STATE(1015)] = 49782, - [SMALL_STATE(1016)] = 49827, - [SMALL_STATE(1017)] = 49876, - [SMALL_STATE(1018)] = 49925, - [SMALL_STATE(1019)] = 49970, - [SMALL_STATE(1020)] = 50019, - [SMALL_STATE(1021)] = 50068, - [SMALL_STATE(1022)] = 50113, - [SMALL_STATE(1023)] = 50158, - [SMALL_STATE(1024)] = 50203, - [SMALL_STATE(1025)] = 50248, - [SMALL_STATE(1026)] = 50293, - [SMALL_STATE(1027)] = 50342, - [SMALL_STATE(1028)] = 50387, - [SMALL_STATE(1029)] = 50432, - [SMALL_STATE(1030)] = 50481, - [SMALL_STATE(1031)] = 50526, - [SMALL_STATE(1032)] = 50571, - [SMALL_STATE(1033)] = 50620, - [SMALL_STATE(1034)] = 50665, - [SMALL_STATE(1035)] = 50710, - [SMALL_STATE(1036)] = 50759, - [SMALL_STATE(1037)] = 50804, - [SMALL_STATE(1038)] = 50853, - [SMALL_STATE(1039)] = 50898, - [SMALL_STATE(1040)] = 50943, - [SMALL_STATE(1041)] = 50988, - [SMALL_STATE(1042)] = 51037, - [SMALL_STATE(1043)] = 51082, - [SMALL_STATE(1044)] = 51127, - [SMALL_STATE(1045)] = 51176, - [SMALL_STATE(1046)] = 51221, - [SMALL_STATE(1047)] = 51266, - [SMALL_STATE(1048)] = 51311, - [SMALL_STATE(1049)] = 51356, - [SMALL_STATE(1050)] = 51401, - [SMALL_STATE(1051)] = 51446, - [SMALL_STATE(1052)] = 51491, - [SMALL_STATE(1053)] = 51536, - [SMALL_STATE(1054)] = 51581, - [SMALL_STATE(1055)] = 51626, - [SMALL_STATE(1056)] = 51671, - [SMALL_STATE(1057)] = 51716, - [SMALL_STATE(1058)] = 51761, - [SMALL_STATE(1059)] = 51806, - [SMALL_STATE(1060)] = 51851, - [SMALL_STATE(1061)] = 51896, - [SMALL_STATE(1062)] = 51941, - [SMALL_STATE(1063)] = 51986, - [SMALL_STATE(1064)] = 52031, - [SMALL_STATE(1065)] = 52076, - [SMALL_STATE(1066)] = 52121, - [SMALL_STATE(1067)] = 52166, - [SMALL_STATE(1068)] = 52211, - [SMALL_STATE(1069)] = 52256, - [SMALL_STATE(1070)] = 52305, - [SMALL_STATE(1071)] = 52354, - [SMALL_STATE(1072)] = 52403, - [SMALL_STATE(1073)] = 52452, - [SMALL_STATE(1074)] = 52501, - [SMALL_STATE(1075)] = 52546, - [SMALL_STATE(1076)] = 52595, - [SMALL_STATE(1077)] = 52644, - [SMALL_STATE(1078)] = 52693, - [SMALL_STATE(1079)] = 52742, - [SMALL_STATE(1080)] = 52791, - [SMALL_STATE(1081)] = 52840, - [SMALL_STATE(1082)] = 52889, - [SMALL_STATE(1083)] = 52938, - [SMALL_STATE(1084)] = 52987, - [SMALL_STATE(1085)] = 53036, - [SMALL_STATE(1086)] = 53085, - [SMALL_STATE(1087)] = 53134, - [SMALL_STATE(1088)] = 53183, - [SMALL_STATE(1089)] = 53232, - [SMALL_STATE(1090)] = 53281, - [SMALL_STATE(1091)] = 53330, - [SMALL_STATE(1092)] = 53379, - [SMALL_STATE(1093)] = 53424, - [SMALL_STATE(1094)] = 53472, - [SMALL_STATE(1095)] = 53520, - [SMALL_STATE(1096)] = 53568, - [SMALL_STATE(1097)] = 53616, - [SMALL_STATE(1098)] = 53664, - [SMALL_STATE(1099)] = 53712, - [SMALL_STATE(1100)] = 53760, - [SMALL_STATE(1101)] = 53808, - [SMALL_STATE(1102)] = 53856, - [SMALL_STATE(1103)] = 53904, - [SMALL_STATE(1104)] = 53952, - [SMALL_STATE(1105)] = 54000, - [SMALL_STATE(1106)] = 54048, - [SMALL_STATE(1107)] = 54096, - [SMALL_STATE(1108)] = 54144, - [SMALL_STATE(1109)] = 54192, - [SMALL_STATE(1110)] = 54240, - [SMALL_STATE(1111)] = 54288, - [SMALL_STATE(1112)] = 54336, - [SMALL_STATE(1113)] = 54384, - [SMALL_STATE(1114)] = 54432, - [SMALL_STATE(1115)] = 54480, - [SMALL_STATE(1116)] = 54528, - [SMALL_STATE(1117)] = 54576, - [SMALL_STATE(1118)] = 54624, - [SMALL_STATE(1119)] = 54672, - [SMALL_STATE(1120)] = 54720, - [SMALL_STATE(1121)] = 54768, - [SMALL_STATE(1122)] = 54816, - [SMALL_STATE(1123)] = 54864, - [SMALL_STATE(1124)] = 54912, - [SMALL_STATE(1125)] = 54960, - [SMALL_STATE(1126)] = 55008, - [SMALL_STATE(1127)] = 55056, - [SMALL_STATE(1128)] = 55104, - [SMALL_STATE(1129)] = 55152, - [SMALL_STATE(1130)] = 55200, - [SMALL_STATE(1131)] = 55248, - [SMALL_STATE(1132)] = 55296, - [SMALL_STATE(1133)] = 55344, - [SMALL_STATE(1134)] = 55392, - [SMALL_STATE(1135)] = 55440, - [SMALL_STATE(1136)] = 55488, - [SMALL_STATE(1137)] = 55536, - [SMALL_STATE(1138)] = 55584, - [SMALL_STATE(1139)] = 55632, - [SMALL_STATE(1140)] = 55680, - [SMALL_STATE(1141)] = 55728, - [SMALL_STATE(1142)] = 55776, - [SMALL_STATE(1143)] = 55824, - [SMALL_STATE(1144)] = 55872, - [SMALL_STATE(1145)] = 55920, - [SMALL_STATE(1146)] = 55968, - [SMALL_STATE(1147)] = 56016, - [SMALL_STATE(1148)] = 56064, - [SMALL_STATE(1149)] = 56112, - [SMALL_STATE(1150)] = 56160, - [SMALL_STATE(1151)] = 56208, - [SMALL_STATE(1152)] = 56256, - [SMALL_STATE(1153)] = 56304, - [SMALL_STATE(1154)] = 56352, - [SMALL_STATE(1155)] = 56400, - [SMALL_STATE(1156)] = 56448, - [SMALL_STATE(1157)] = 56496, - [SMALL_STATE(1158)] = 56544, - [SMALL_STATE(1159)] = 56592, - [SMALL_STATE(1160)] = 56640, - [SMALL_STATE(1161)] = 56688, - [SMALL_STATE(1162)] = 56736, - [SMALL_STATE(1163)] = 56784, - [SMALL_STATE(1164)] = 56832, - [SMALL_STATE(1165)] = 56880, - [SMALL_STATE(1166)] = 56928, - [SMALL_STATE(1167)] = 56976, - [SMALL_STATE(1168)] = 57024, - [SMALL_STATE(1169)] = 57072, - [SMALL_STATE(1170)] = 57116, - [SMALL_STATE(1171)] = 57164, - [SMALL_STATE(1172)] = 57212, - [SMALL_STATE(1173)] = 57260, - [SMALL_STATE(1174)] = 57308, - [SMALL_STATE(1175)] = 57356, - [SMALL_STATE(1176)] = 57404, - [SMALL_STATE(1177)] = 57452, - [SMALL_STATE(1178)] = 57496, - [SMALL_STATE(1179)] = 57544, - [SMALL_STATE(1180)] = 57592, - [SMALL_STATE(1181)] = 57640, - [SMALL_STATE(1182)] = 57688, - [SMALL_STATE(1183)] = 57732, - [SMALL_STATE(1184)] = 57776, - [SMALL_STATE(1185)] = 57820, - [SMALL_STATE(1186)] = 57864, - [SMALL_STATE(1187)] = 57912, - [SMALL_STATE(1188)] = 57960, - [SMALL_STATE(1189)] = 58008, - [SMALL_STATE(1190)] = 58052, - [SMALL_STATE(1191)] = 58100, - [SMALL_STATE(1192)] = 58148, - [SMALL_STATE(1193)] = 58192, - [SMALL_STATE(1194)] = 58240, - [SMALL_STATE(1195)] = 58288, - [SMALL_STATE(1196)] = 58332, - [SMALL_STATE(1197)] = 58380, - [SMALL_STATE(1198)] = 58424, - [SMALL_STATE(1199)] = 58468, - [SMALL_STATE(1200)] = 58516, - [SMALL_STATE(1201)] = 58564, - [SMALL_STATE(1202)] = 58608, - [SMALL_STATE(1203)] = 58652, - [SMALL_STATE(1204)] = 58696, - [SMALL_STATE(1205)] = 58740, - [SMALL_STATE(1206)] = 58784, - [SMALL_STATE(1207)] = 58828, - [SMALL_STATE(1208)] = 58872, - [SMALL_STATE(1209)] = 58916, - [SMALL_STATE(1210)] = 58960, - [SMALL_STATE(1211)] = 59004, - [SMALL_STATE(1212)] = 59048, - [SMALL_STATE(1213)] = 59092, - [SMALL_STATE(1214)] = 59140, - [SMALL_STATE(1215)] = 59188, - [SMALL_STATE(1216)] = 59232, - [SMALL_STATE(1217)] = 59280, - [SMALL_STATE(1218)] = 59328, - [SMALL_STATE(1219)] = 59372, - [SMALL_STATE(1220)] = 59416, - [SMALL_STATE(1221)] = 59460, - [SMALL_STATE(1222)] = 59504, - [SMALL_STATE(1223)] = 59548, - [SMALL_STATE(1224)] = 59596, - [SMALL_STATE(1225)] = 59640, - [SMALL_STATE(1226)] = 59684, - [SMALL_STATE(1227)] = 59732, - [SMALL_STATE(1228)] = 59776, - [SMALL_STATE(1229)] = 59820, - [SMALL_STATE(1230)] = 59868, - [SMALL_STATE(1231)] = 59912, - [SMALL_STATE(1232)] = 59956, - [SMALL_STATE(1233)] = 60004, - [SMALL_STATE(1234)] = 60048, - [SMALL_STATE(1235)] = 60092, - [SMALL_STATE(1236)] = 60136, - [SMALL_STATE(1237)] = 60180, - [SMALL_STATE(1238)] = 60224, - [SMALL_STATE(1239)] = 60272, - [SMALL_STATE(1240)] = 60316, - [SMALL_STATE(1241)] = 60360, - [SMALL_STATE(1242)] = 60408, - [SMALL_STATE(1243)] = 60452, - [SMALL_STATE(1244)] = 60496, - [SMALL_STATE(1245)] = 60540, - [SMALL_STATE(1246)] = 60584, - [SMALL_STATE(1247)] = 60628, - [SMALL_STATE(1248)] = 60672, - [SMALL_STATE(1249)] = 60716, - [SMALL_STATE(1250)] = 60760, - [SMALL_STATE(1251)] = 60804, - [SMALL_STATE(1252)] = 60848, - [SMALL_STATE(1253)] = 60892, - [SMALL_STATE(1254)] = 60936, - [SMALL_STATE(1255)] = 60980, - [SMALL_STATE(1256)] = 61024, - [SMALL_STATE(1257)] = 61068, - [SMALL_STATE(1258)] = 61112, - [SMALL_STATE(1259)] = 61156, - [SMALL_STATE(1260)] = 61200, - [SMALL_STATE(1261)] = 61244, - [SMALL_STATE(1262)] = 61288, - [SMALL_STATE(1263)] = 61332, - [SMALL_STATE(1264)] = 61376, - [SMALL_STATE(1265)] = 61420, - [SMALL_STATE(1266)] = 61464, - [SMALL_STATE(1267)] = 61512, - [SMALL_STATE(1268)] = 61560, - [SMALL_STATE(1269)] = 61608, - [SMALL_STATE(1270)] = 61656, - [SMALL_STATE(1271)] = 61704, - [SMALL_STATE(1272)] = 61752, - [SMALL_STATE(1273)] = 61800, - [SMALL_STATE(1274)] = 61848, - [SMALL_STATE(1275)] = 61896, - [SMALL_STATE(1276)] = 61944, - [SMALL_STATE(1277)] = 61992, - [SMALL_STATE(1278)] = 62040, - [SMALL_STATE(1279)] = 62088, - [SMALL_STATE(1280)] = 62136, - [SMALL_STATE(1281)] = 62184, - [SMALL_STATE(1282)] = 62228, - [SMALL_STATE(1283)] = 62276, - [SMALL_STATE(1284)] = 62324, - [SMALL_STATE(1285)] = 62372, - [SMALL_STATE(1286)] = 62420, - [SMALL_STATE(1287)] = 62468, - [SMALL_STATE(1288)] = 62516, - [SMALL_STATE(1289)] = 62564, - [SMALL_STATE(1290)] = 62612, - [SMALL_STATE(1291)] = 62660, - [SMALL_STATE(1292)] = 62708, - [SMALL_STATE(1293)] = 62756, - [SMALL_STATE(1294)] = 62804, - [SMALL_STATE(1295)] = 62852, - [SMALL_STATE(1296)] = 62896, - [SMALL_STATE(1297)] = 62944, - [SMALL_STATE(1298)] = 62992, - [SMALL_STATE(1299)] = 63040, - [SMALL_STATE(1300)] = 63088, - [SMALL_STATE(1301)] = 63136, - [SMALL_STATE(1302)] = 63184, - [SMALL_STATE(1303)] = 63228, - [SMALL_STATE(1304)] = 63276, - [SMALL_STATE(1305)] = 63324, - [SMALL_STATE(1306)] = 63372, - [SMALL_STATE(1307)] = 63420, - [SMALL_STATE(1308)] = 63468, - [SMALL_STATE(1309)] = 63516, - [SMALL_STATE(1310)] = 63564, - [SMALL_STATE(1311)] = 63612, - [SMALL_STATE(1312)] = 63660, - [SMALL_STATE(1313)] = 63708, - [SMALL_STATE(1314)] = 63756, - [SMALL_STATE(1315)] = 63804, - [SMALL_STATE(1316)] = 63852, - [SMALL_STATE(1317)] = 63900, - [SMALL_STATE(1318)] = 63948, - [SMALL_STATE(1319)] = 63996, - [SMALL_STATE(1320)] = 64044, - [SMALL_STATE(1321)] = 64092, - [SMALL_STATE(1322)] = 64140, - [SMALL_STATE(1323)] = 64184, - [SMALL_STATE(1324)] = 64232, - [SMALL_STATE(1325)] = 64280, - [SMALL_STATE(1326)] = 64328, - [SMALL_STATE(1327)] = 64376, - [SMALL_STATE(1328)] = 64424, - [SMALL_STATE(1329)] = 64472, - [SMALL_STATE(1330)] = 64520, - [SMALL_STATE(1331)] = 64568, - [SMALL_STATE(1332)] = 64616, - [SMALL_STATE(1333)] = 64664, - [SMALL_STATE(1334)] = 64712, - [SMALL_STATE(1335)] = 64760, - [SMALL_STATE(1336)] = 64808, - [SMALL_STATE(1337)] = 64856, - [SMALL_STATE(1338)] = 64904, - [SMALL_STATE(1339)] = 64952, - [SMALL_STATE(1340)] = 65000, - [SMALL_STATE(1341)] = 65048, - [SMALL_STATE(1342)] = 65096, - [SMALL_STATE(1343)] = 65144, - [SMALL_STATE(1344)] = 65192, - [SMALL_STATE(1345)] = 65240, - [SMALL_STATE(1346)] = 65288, - [SMALL_STATE(1347)] = 65336, - [SMALL_STATE(1348)] = 65384, - [SMALL_STATE(1349)] = 65432, - [SMALL_STATE(1350)] = 65476, - [SMALL_STATE(1351)] = 65524, - [SMALL_STATE(1352)] = 65572, - [SMALL_STATE(1353)] = 65620, - [SMALL_STATE(1354)] = 65668, - [SMALL_STATE(1355)] = 65716, - [SMALL_STATE(1356)] = 65764, - [SMALL_STATE(1357)] = 65808, - [SMALL_STATE(1358)] = 65856, - [SMALL_STATE(1359)] = 65904, - [SMALL_STATE(1360)] = 65948, - [SMALL_STATE(1361)] = 65992, - [SMALL_STATE(1362)] = 66036, - [SMALL_STATE(1363)] = 66080, - [SMALL_STATE(1364)] = 66128, - [SMALL_STATE(1365)] = 66172, - [SMALL_STATE(1366)] = 66216, - [SMALL_STATE(1367)] = 66260, - [SMALL_STATE(1368)] = 66304, - [SMALL_STATE(1369)] = 66348, - [SMALL_STATE(1370)] = 66396, - [SMALL_STATE(1371)] = 66440, - [SMALL_STATE(1372)] = 66488, - [SMALL_STATE(1373)] = 66532, - [SMALL_STATE(1374)] = 66580, - [SMALL_STATE(1375)] = 66628, - [SMALL_STATE(1376)] = 66676, - [SMALL_STATE(1377)] = 66724, - [SMALL_STATE(1378)] = 66768, - [SMALL_STATE(1379)] = 66812, - [SMALL_STATE(1380)] = 66856, - [SMALL_STATE(1381)] = 66900, - [SMALL_STATE(1382)] = 66944, - [SMALL_STATE(1383)] = 66988, - [SMALL_STATE(1384)] = 67032, - [SMALL_STATE(1385)] = 67076, - [SMALL_STATE(1386)] = 67120, - [SMALL_STATE(1387)] = 67164, - [SMALL_STATE(1388)] = 67212, - [SMALL_STATE(1389)] = 67256, - [SMALL_STATE(1390)] = 67300, - [SMALL_STATE(1391)] = 67348, - [SMALL_STATE(1392)] = 67392, - [SMALL_STATE(1393)] = 67436, - [SMALL_STATE(1394)] = 67484, - [SMALL_STATE(1395)] = 67528, - [SMALL_STATE(1396)] = 67572, - [SMALL_STATE(1397)] = 67620, - [SMALL_STATE(1398)] = 67668, - [SMALL_STATE(1399)] = 67716, - [SMALL_STATE(1400)] = 67764, - [SMALL_STATE(1401)] = 67812, - [SMALL_STATE(1402)] = 67860, - [SMALL_STATE(1403)] = 67908, - [SMALL_STATE(1404)] = 67956, - [SMALL_STATE(1405)] = 68004, - [SMALL_STATE(1406)] = 68052, - [SMALL_STATE(1407)] = 68100, - [SMALL_STATE(1408)] = 68148, - [SMALL_STATE(1409)] = 68196, - [SMALL_STATE(1410)] = 68240, - [SMALL_STATE(1411)] = 68288, - [SMALL_STATE(1412)] = 68332, - [SMALL_STATE(1413)] = 68376, - [SMALL_STATE(1414)] = 68420, - [SMALL_STATE(1415)] = 68464, - [SMALL_STATE(1416)] = 68512, - [SMALL_STATE(1417)] = 68556, - [SMALL_STATE(1418)] = 68600, - [SMALL_STATE(1419)] = 68648, - [SMALL_STATE(1420)] = 68696, - [SMALL_STATE(1421)] = 68740, - [SMALL_STATE(1422)] = 68788, - [SMALL_STATE(1423)] = 68836, - [SMALL_STATE(1424)] = 68880, - [SMALL_STATE(1425)] = 68928, - [SMALL_STATE(1426)] = 68976, + [SMALL_STATE(983)] = 48286, + [SMALL_STATE(984)] = 48335, + [SMALL_STATE(985)] = 48380, + [SMALL_STATE(986)] = 48425, + [SMALL_STATE(987)] = 48470, + [SMALL_STATE(988)] = 48515, + [SMALL_STATE(989)] = 48560, + [SMALL_STATE(990)] = 48605, + [SMALL_STATE(991)] = 48650, + [SMALL_STATE(992)] = 48695, + [SMALL_STATE(993)] = 48740, + [SMALL_STATE(994)] = 48785, + [SMALL_STATE(995)] = 48830, + [SMALL_STATE(996)] = 48875, + [SMALL_STATE(997)] = 48920, + [SMALL_STATE(998)] = 48965, + [SMALL_STATE(999)] = 49010, + [SMALL_STATE(1000)] = 49055, + [SMALL_STATE(1001)] = 49100, + [SMALL_STATE(1002)] = 49149, + [SMALL_STATE(1003)] = 49194, + [SMALL_STATE(1004)] = 49239, + [SMALL_STATE(1005)] = 49284, + [SMALL_STATE(1006)] = 49329, + [SMALL_STATE(1007)] = 49374, + [SMALL_STATE(1008)] = 49423, + [SMALL_STATE(1009)] = 49468, + [SMALL_STATE(1010)] = 49513, + [SMALL_STATE(1011)] = 49562, + [SMALL_STATE(1012)] = 49607, + [SMALL_STATE(1013)] = 49652, + [SMALL_STATE(1014)] = 49697, + [SMALL_STATE(1015)] = 49742, + [SMALL_STATE(1016)] = 49787, + [SMALL_STATE(1017)] = 49836, + [SMALL_STATE(1018)] = 49881, + [SMALL_STATE(1019)] = 49926, + [SMALL_STATE(1020)] = 49971, + [SMALL_STATE(1021)] = 50016, + [SMALL_STATE(1022)] = 50061, + [SMALL_STATE(1023)] = 50110, + [SMALL_STATE(1024)] = 50155, + [SMALL_STATE(1025)] = 50200, + [SMALL_STATE(1026)] = 50245, + [SMALL_STATE(1027)] = 50290, + [SMALL_STATE(1028)] = 50335, + [SMALL_STATE(1029)] = 50380, + [SMALL_STATE(1030)] = 50425, + [SMALL_STATE(1031)] = 50470, + [SMALL_STATE(1032)] = 50515, + [SMALL_STATE(1033)] = 50560, + [SMALL_STATE(1034)] = 50605, + [SMALL_STATE(1035)] = 50650, + [SMALL_STATE(1036)] = 50695, + [SMALL_STATE(1037)] = 50744, + [SMALL_STATE(1038)] = 50793, + [SMALL_STATE(1039)] = 50838, + [SMALL_STATE(1040)] = 50883, + [SMALL_STATE(1041)] = 50928, + [SMALL_STATE(1042)] = 50973, + [SMALL_STATE(1043)] = 51018, + [SMALL_STATE(1044)] = 51063, + [SMALL_STATE(1045)] = 51108, + [SMALL_STATE(1046)] = 51153, + [SMALL_STATE(1047)] = 51198, + [SMALL_STATE(1048)] = 51243, + [SMALL_STATE(1049)] = 51288, + [SMALL_STATE(1050)] = 51333, + [SMALL_STATE(1051)] = 51378, + [SMALL_STATE(1052)] = 51423, + [SMALL_STATE(1053)] = 51468, + [SMALL_STATE(1054)] = 51513, + [SMALL_STATE(1055)] = 51562, + [SMALL_STATE(1056)] = 51611, + [SMALL_STATE(1057)] = 51660, + [SMALL_STATE(1058)] = 51709, + [SMALL_STATE(1059)] = 51758, + [SMALL_STATE(1060)] = 51807, + [SMALL_STATE(1061)] = 51852, + [SMALL_STATE(1062)] = 51901, + [SMALL_STATE(1063)] = 51950, + [SMALL_STATE(1064)] = 51999, + [SMALL_STATE(1065)] = 52048, + [SMALL_STATE(1066)] = 52097, + [SMALL_STATE(1067)] = 52146, + [SMALL_STATE(1068)] = 52195, + [SMALL_STATE(1069)] = 52244, + [SMALL_STATE(1070)] = 52293, + [SMALL_STATE(1071)] = 52342, + [SMALL_STATE(1072)] = 52387, + [SMALL_STATE(1073)] = 52436, + [SMALL_STATE(1074)] = 52485, + [SMALL_STATE(1075)] = 52534, + [SMALL_STATE(1076)] = 52579, + [SMALL_STATE(1077)] = 52628, + [SMALL_STATE(1078)] = 52677, + [SMALL_STATE(1079)] = 52726, + [SMALL_STATE(1080)] = 52775, + [SMALL_STATE(1081)] = 52824, + [SMALL_STATE(1082)] = 52873, + [SMALL_STATE(1083)] = 52922, + [SMALL_STATE(1084)] = 52971, + [SMALL_STATE(1085)] = 53020, + [SMALL_STATE(1086)] = 53069, + [SMALL_STATE(1087)] = 53118, + [SMALL_STATE(1088)] = 53167, + [SMALL_STATE(1089)] = 53216, + [SMALL_STATE(1090)] = 53265, + [SMALL_STATE(1091)] = 53314, + [SMALL_STATE(1092)] = 53363, + [SMALL_STATE(1093)] = 53412, + [SMALL_STATE(1094)] = 53461, + [SMALL_STATE(1095)] = 53510, + [SMALL_STATE(1096)] = 53559, + [SMALL_STATE(1097)] = 53604, + [SMALL_STATE(1098)] = 53652, + [SMALL_STATE(1099)] = 53696, + [SMALL_STATE(1100)] = 53740, + [SMALL_STATE(1101)] = 53784, + [SMALL_STATE(1102)] = 53828, + [SMALL_STATE(1103)] = 53872, + [SMALL_STATE(1104)] = 53916, + [SMALL_STATE(1105)] = 53960, + [SMALL_STATE(1106)] = 54004, + [SMALL_STATE(1107)] = 54048, + [SMALL_STATE(1108)] = 54092, + [SMALL_STATE(1109)] = 54136, + [SMALL_STATE(1110)] = 54180, + [SMALL_STATE(1111)] = 54224, + [SMALL_STATE(1112)] = 54268, + [SMALL_STATE(1113)] = 54312, + [SMALL_STATE(1114)] = 54356, + [SMALL_STATE(1115)] = 54404, + [SMALL_STATE(1116)] = 54448, + [SMALL_STATE(1117)] = 54492, + [SMALL_STATE(1118)] = 54536, + [SMALL_STATE(1119)] = 54580, + [SMALL_STATE(1120)] = 54624, + [SMALL_STATE(1121)] = 54668, + [SMALL_STATE(1122)] = 54712, + [SMALL_STATE(1123)] = 54760, + [SMALL_STATE(1124)] = 54808, + [SMALL_STATE(1125)] = 54856, + [SMALL_STATE(1126)] = 54904, + [SMALL_STATE(1127)] = 54952, + [SMALL_STATE(1128)] = 55000, + [SMALL_STATE(1129)] = 55048, + [SMALL_STATE(1130)] = 55092, + [SMALL_STATE(1131)] = 55136, + [SMALL_STATE(1132)] = 55180, + [SMALL_STATE(1133)] = 55224, + [SMALL_STATE(1134)] = 55268, + [SMALL_STATE(1135)] = 55312, + [SMALL_STATE(1136)] = 55356, + [SMALL_STATE(1137)] = 55400, + [SMALL_STATE(1138)] = 55448, + [SMALL_STATE(1139)] = 55492, + [SMALL_STATE(1140)] = 55536, + [SMALL_STATE(1141)] = 55580, + [SMALL_STATE(1142)] = 55624, + [SMALL_STATE(1143)] = 55668, + [SMALL_STATE(1144)] = 55712, + [SMALL_STATE(1145)] = 55756, + [SMALL_STATE(1146)] = 55800, + [SMALL_STATE(1147)] = 55844, + [SMALL_STATE(1148)] = 55892, + [SMALL_STATE(1149)] = 55940, + [SMALL_STATE(1150)] = 55988, + [SMALL_STATE(1151)] = 56036, + [SMALL_STATE(1152)] = 56084, + [SMALL_STATE(1153)] = 56132, + [SMALL_STATE(1154)] = 56180, + [SMALL_STATE(1155)] = 56228, + [SMALL_STATE(1156)] = 56276, + [SMALL_STATE(1157)] = 56324, + [SMALL_STATE(1158)] = 56372, + [SMALL_STATE(1159)] = 56420, + [SMALL_STATE(1160)] = 56468, + [SMALL_STATE(1161)] = 56516, + [SMALL_STATE(1162)] = 56564, + [SMALL_STATE(1163)] = 56608, + [SMALL_STATE(1164)] = 56656, + [SMALL_STATE(1165)] = 56700, + [SMALL_STATE(1166)] = 56748, + [SMALL_STATE(1167)] = 56796, + [SMALL_STATE(1168)] = 56840, + [SMALL_STATE(1169)] = 56884, + [SMALL_STATE(1170)] = 56932, + [SMALL_STATE(1171)] = 56976, + [SMALL_STATE(1172)] = 57024, + [SMALL_STATE(1173)] = 57072, + [SMALL_STATE(1174)] = 57120, + [SMALL_STATE(1175)] = 57168, + [SMALL_STATE(1176)] = 57216, + [SMALL_STATE(1177)] = 57264, + [SMALL_STATE(1178)] = 57312, + [SMALL_STATE(1179)] = 57360, + [SMALL_STATE(1180)] = 57408, + [SMALL_STATE(1181)] = 57456, + [SMALL_STATE(1182)] = 57504, + [SMALL_STATE(1183)] = 57552, + [SMALL_STATE(1184)] = 57600, + [SMALL_STATE(1185)] = 57648, + [SMALL_STATE(1186)] = 57692, + [SMALL_STATE(1187)] = 57740, + [SMALL_STATE(1188)] = 57788, + [SMALL_STATE(1189)] = 57832, + [SMALL_STATE(1190)] = 57876, + [SMALL_STATE(1191)] = 57920, + [SMALL_STATE(1192)] = 57964, + [SMALL_STATE(1193)] = 58012, + [SMALL_STATE(1194)] = 58056, + [SMALL_STATE(1195)] = 58100, + [SMALL_STATE(1196)] = 58144, + [SMALL_STATE(1197)] = 58188, + [SMALL_STATE(1198)] = 58232, + [SMALL_STATE(1199)] = 58280, + [SMALL_STATE(1200)] = 58324, + [SMALL_STATE(1201)] = 58372, + [SMALL_STATE(1202)] = 58416, + [SMALL_STATE(1203)] = 58460, + [SMALL_STATE(1204)] = 58508, + [SMALL_STATE(1205)] = 58556, + [SMALL_STATE(1206)] = 58600, + [SMALL_STATE(1207)] = 58644, + [SMALL_STATE(1208)] = 58688, + [SMALL_STATE(1209)] = 58732, + [SMALL_STATE(1210)] = 58776, + [SMALL_STATE(1211)] = 58824, + [SMALL_STATE(1212)] = 58868, + [SMALL_STATE(1213)] = 58916, + [SMALL_STATE(1214)] = 58964, + [SMALL_STATE(1215)] = 59012, + [SMALL_STATE(1216)] = 59060, + [SMALL_STATE(1217)] = 59108, + [SMALL_STATE(1218)] = 59152, + [SMALL_STATE(1219)] = 59200, + [SMALL_STATE(1220)] = 59248, + [SMALL_STATE(1221)] = 59292, + [SMALL_STATE(1222)] = 59340, + [SMALL_STATE(1223)] = 59388, + [SMALL_STATE(1224)] = 59436, + [SMALL_STATE(1225)] = 59484, + [SMALL_STATE(1226)] = 59532, + [SMALL_STATE(1227)] = 59580, + [SMALL_STATE(1228)] = 59628, + [SMALL_STATE(1229)] = 59676, + [SMALL_STATE(1230)] = 59720, + [SMALL_STATE(1231)] = 59768, + [SMALL_STATE(1232)] = 59812, + [SMALL_STATE(1233)] = 59860, + [SMALL_STATE(1234)] = 59908, + [SMALL_STATE(1235)] = 59956, + [SMALL_STATE(1236)] = 60004, + [SMALL_STATE(1237)] = 60048, + [SMALL_STATE(1238)] = 60096, + [SMALL_STATE(1239)] = 60140, + [SMALL_STATE(1240)] = 60184, + [SMALL_STATE(1241)] = 60228, + [SMALL_STATE(1242)] = 60272, + [SMALL_STATE(1243)] = 60316, + [SMALL_STATE(1244)] = 60360, + [SMALL_STATE(1245)] = 60404, + [SMALL_STATE(1246)] = 60448, + [SMALL_STATE(1247)] = 60492, + [SMALL_STATE(1248)] = 60536, + [SMALL_STATE(1249)] = 60580, + [SMALL_STATE(1250)] = 60624, + [SMALL_STATE(1251)] = 60668, + [SMALL_STATE(1252)] = 60716, + [SMALL_STATE(1253)] = 60764, + [SMALL_STATE(1254)] = 60808, + [SMALL_STATE(1255)] = 60852, + [SMALL_STATE(1256)] = 60896, + [SMALL_STATE(1257)] = 60940, + [SMALL_STATE(1258)] = 60984, + [SMALL_STATE(1259)] = 61028, + [SMALL_STATE(1260)] = 61072, + [SMALL_STATE(1261)] = 61116, + [SMALL_STATE(1262)] = 61160, + [SMALL_STATE(1263)] = 61204, + [SMALL_STATE(1264)] = 61248, + [SMALL_STATE(1265)] = 61296, + [SMALL_STATE(1266)] = 61344, + [SMALL_STATE(1267)] = 61392, + [SMALL_STATE(1268)] = 61440, + [SMALL_STATE(1269)] = 61488, + [SMALL_STATE(1270)] = 61536, + [SMALL_STATE(1271)] = 61584, + [SMALL_STATE(1272)] = 61632, + [SMALL_STATE(1273)] = 61676, + [SMALL_STATE(1274)] = 61724, + [SMALL_STATE(1275)] = 61772, + [SMALL_STATE(1276)] = 61820, + [SMALL_STATE(1277)] = 61868, + [SMALL_STATE(1278)] = 61916, + [SMALL_STATE(1279)] = 61964, + [SMALL_STATE(1280)] = 62012, + [SMALL_STATE(1281)] = 62060, + [SMALL_STATE(1282)] = 62108, + [SMALL_STATE(1283)] = 62156, + [SMALL_STATE(1284)] = 62204, + [SMALL_STATE(1285)] = 62252, + [SMALL_STATE(1286)] = 62300, + [SMALL_STATE(1287)] = 62348, + [SMALL_STATE(1288)] = 62396, + [SMALL_STATE(1289)] = 62440, + [SMALL_STATE(1290)] = 62488, + [SMALL_STATE(1291)] = 62536, + [SMALL_STATE(1292)] = 62584, + [SMALL_STATE(1293)] = 62632, + [SMALL_STATE(1294)] = 62680, + [SMALL_STATE(1295)] = 62728, + [SMALL_STATE(1296)] = 62772, + [SMALL_STATE(1297)] = 62816, + [SMALL_STATE(1298)] = 62860, + [SMALL_STATE(1299)] = 62908, + [SMALL_STATE(1300)] = 62956, + [SMALL_STATE(1301)] = 63004, + [SMALL_STATE(1302)] = 63052, + [SMALL_STATE(1303)] = 63100, + [SMALL_STATE(1304)] = 63148, + [SMALL_STATE(1305)] = 63196, + [SMALL_STATE(1306)] = 63244, + [SMALL_STATE(1307)] = 63288, + [SMALL_STATE(1308)] = 63336, + [SMALL_STATE(1309)] = 63384, + [SMALL_STATE(1310)] = 63432, + [SMALL_STATE(1311)] = 63480, + [SMALL_STATE(1312)] = 63528, + [SMALL_STATE(1313)] = 63576, + [SMALL_STATE(1314)] = 63624, + [SMALL_STATE(1315)] = 63672, + [SMALL_STATE(1316)] = 63720, + [SMALL_STATE(1317)] = 63768, + [SMALL_STATE(1318)] = 63816, + [SMALL_STATE(1319)] = 63864, + [SMALL_STATE(1320)] = 63912, + [SMALL_STATE(1321)] = 63960, + [SMALL_STATE(1322)] = 64008, + [SMALL_STATE(1323)] = 64052, + [SMALL_STATE(1324)] = 64100, + [SMALL_STATE(1325)] = 64148, + [SMALL_STATE(1326)] = 64196, + [SMALL_STATE(1327)] = 64244, + [SMALL_STATE(1328)] = 64292, + [SMALL_STATE(1329)] = 64340, + [SMALL_STATE(1330)] = 64388, + [SMALL_STATE(1331)] = 64436, + [SMALL_STATE(1332)] = 64484, + [SMALL_STATE(1333)] = 64532, + [SMALL_STATE(1334)] = 64580, + [SMALL_STATE(1335)] = 64628, + [SMALL_STATE(1336)] = 64676, + [SMALL_STATE(1337)] = 64724, + [SMALL_STATE(1338)] = 64772, + [SMALL_STATE(1339)] = 64820, + [SMALL_STATE(1340)] = 64868, + [SMALL_STATE(1341)] = 64916, + [SMALL_STATE(1342)] = 64960, + [SMALL_STATE(1343)] = 65008, + [SMALL_STATE(1344)] = 65056, + [SMALL_STATE(1345)] = 65104, + [SMALL_STATE(1346)] = 65152, + [SMALL_STATE(1347)] = 65200, + [SMALL_STATE(1348)] = 65248, + [SMALL_STATE(1349)] = 65296, + [SMALL_STATE(1350)] = 65344, + [SMALL_STATE(1351)] = 65392, + [SMALL_STATE(1352)] = 65440, + [SMALL_STATE(1353)] = 65488, + [SMALL_STATE(1354)] = 65536, + [SMALL_STATE(1355)] = 65584, + [SMALL_STATE(1356)] = 65632, + [SMALL_STATE(1357)] = 65680, + [SMALL_STATE(1358)] = 65728, + [SMALL_STATE(1359)] = 65776, + [SMALL_STATE(1360)] = 65824, + [SMALL_STATE(1361)] = 65872, + [SMALL_STATE(1362)] = 65920, + [SMALL_STATE(1363)] = 65968, + [SMALL_STATE(1364)] = 66016, + [SMALL_STATE(1365)] = 66064, + [SMALL_STATE(1366)] = 66112, + [SMALL_STATE(1367)] = 66160, + [SMALL_STATE(1368)] = 66208, + [SMALL_STATE(1369)] = 66256, + [SMALL_STATE(1370)] = 66304, + [SMALL_STATE(1371)] = 66352, + [SMALL_STATE(1372)] = 66400, + [SMALL_STATE(1373)] = 66448, + [SMALL_STATE(1374)] = 66496, + [SMALL_STATE(1375)] = 66544, + [SMALL_STATE(1376)] = 66592, + [SMALL_STATE(1377)] = 66640, + [SMALL_STATE(1378)] = 66688, + [SMALL_STATE(1379)] = 66736, + [SMALL_STATE(1380)] = 66784, + [SMALL_STATE(1381)] = 66832, + [SMALL_STATE(1382)] = 66880, + [SMALL_STATE(1383)] = 66928, + [SMALL_STATE(1384)] = 66976, + [SMALL_STATE(1385)] = 67024, + [SMALL_STATE(1386)] = 67072, + [SMALL_STATE(1387)] = 67120, + [SMALL_STATE(1388)] = 67164, + [SMALL_STATE(1389)] = 67212, + [SMALL_STATE(1390)] = 67256, + [SMALL_STATE(1391)] = 67304, + [SMALL_STATE(1392)] = 67352, + [SMALL_STATE(1393)] = 67400, + [SMALL_STATE(1394)] = 67448, + [SMALL_STATE(1395)] = 67496, + [SMALL_STATE(1396)] = 67544, + [SMALL_STATE(1397)] = 67592, + [SMALL_STATE(1398)] = 67636, + [SMALL_STATE(1399)] = 67684, + [SMALL_STATE(1400)] = 67732, + [SMALL_STATE(1401)] = 67780, + [SMALL_STATE(1402)] = 67828, + [SMALL_STATE(1403)] = 67872, + [SMALL_STATE(1404)] = 67920, + [SMALL_STATE(1405)] = 67968, + [SMALL_STATE(1406)] = 68016, + [SMALL_STATE(1407)] = 68064, + [SMALL_STATE(1408)] = 68112, + [SMALL_STATE(1409)] = 68160, + [SMALL_STATE(1410)] = 68208, + [SMALL_STATE(1411)] = 68256, + [SMALL_STATE(1412)] = 68300, + [SMALL_STATE(1413)] = 68348, + [SMALL_STATE(1414)] = 68396, + [SMALL_STATE(1415)] = 68444, + [SMALL_STATE(1416)] = 68492, + [SMALL_STATE(1417)] = 68540, + [SMALL_STATE(1418)] = 68588, + [SMALL_STATE(1419)] = 68636, + [SMALL_STATE(1420)] = 68684, + [SMALL_STATE(1421)] = 68732, + [SMALL_STATE(1422)] = 68780, + [SMALL_STATE(1423)] = 68828, + [SMALL_STATE(1424)] = 68876, + [SMALL_STATE(1425)] = 68924, + [SMALL_STATE(1426)] = 68972, [SMALL_STATE(1427)] = 69020, [SMALL_STATE(1428)] = 69068, [SMALL_STATE(1429)] = 69116, - [SMALL_STATE(1430)] = 69160, - [SMALL_STATE(1431)] = 69208, - [SMALL_STATE(1432)] = 69252, - [SMALL_STATE(1433)] = 69296, - [SMALL_STATE(1434)] = 69344, - [SMALL_STATE(1435)] = 69392, - [SMALL_STATE(1436)] = 69440, - [SMALL_STATE(1437)] = 69488, - [SMALL_STATE(1438)] = 69536, - [SMALL_STATE(1439)] = 69584, - [SMALL_STATE(1440)] = 69632, - [SMALL_STATE(1441)] = 69680, - [SMALL_STATE(1442)] = 69728, - [SMALL_STATE(1443)] = 69776, + [SMALL_STATE(1430)] = 69164, + [SMALL_STATE(1431)] = 69212, + [SMALL_STATE(1432)] = 69260, + [SMALL_STATE(1433)] = 69308, + [SMALL_STATE(1434)] = 69352, + [SMALL_STATE(1435)] = 69400, + [SMALL_STATE(1436)] = 69448, + [SMALL_STATE(1437)] = 69496, + [SMALL_STATE(1438)] = 69544, + [SMALL_STATE(1439)] = 69592, + [SMALL_STATE(1440)] = 69640, + [SMALL_STATE(1441)] = 69688, + [SMALL_STATE(1442)] = 69736, + [SMALL_STATE(1443)] = 69780, [SMALL_STATE(1444)] = 69824, [SMALL_STATE(1445)] = 69872, [SMALL_STATE(1446)] = 69920, - [SMALL_STATE(1447)] = 69964, - [SMALL_STATE(1448)] = 70008, - [SMALL_STATE(1449)] = 70052, - [SMALL_STATE(1450)] = 70096, - [SMALL_STATE(1451)] = 70140, - [SMALL_STATE(1452)] = 70184, - [SMALL_STATE(1453)] = 70228, - [SMALL_STATE(1454)] = 70272, - [SMALL_STATE(1455)] = 70316, - [SMALL_STATE(1456)] = 70360, - [SMALL_STATE(1457)] = 70404, - [SMALL_STATE(1458)] = 70448, - [SMALL_STATE(1459)] = 70496, - [SMALL_STATE(1460)] = 70544, - [SMALL_STATE(1461)] = 70592, - [SMALL_STATE(1462)] = 70640, - [SMALL_STATE(1463)] = 70688, - [SMALL_STATE(1464)] = 70736, - [SMALL_STATE(1465)] = 70784, - [SMALL_STATE(1466)] = 70832, - [SMALL_STATE(1467)] = 70880, - [SMALL_STATE(1468)] = 70928, - [SMALL_STATE(1469)] = 70976, - [SMALL_STATE(1470)] = 71024, - [SMALL_STATE(1471)] = 71072, - [SMALL_STATE(1472)] = 71120, - [SMALL_STATE(1473)] = 71168, - [SMALL_STATE(1474)] = 71216, - [SMALL_STATE(1475)] = 71264, - [SMALL_STATE(1476)] = 71312, - [SMALL_STATE(1477)] = 71360, - [SMALL_STATE(1478)] = 71404, - [SMALL_STATE(1479)] = 71448, - [SMALL_STATE(1480)] = 71492, - [SMALL_STATE(1481)] = 71536, - [SMALL_STATE(1482)] = 71580, - [SMALL_STATE(1483)] = 71624, - [SMALL_STATE(1484)] = 71668, - [SMALL_STATE(1485)] = 71716, - [SMALL_STATE(1486)] = 71764, - [SMALL_STATE(1487)] = 71812, - [SMALL_STATE(1488)] = 71860, - [SMALL_STATE(1489)] = 71908, - [SMALL_STATE(1490)] = 71956, - [SMALL_STATE(1491)] = 72000, - [SMALL_STATE(1492)] = 72048, - [SMALL_STATE(1493)] = 72096, - [SMALL_STATE(1494)] = 72144, - [SMALL_STATE(1495)] = 72192, - [SMALL_STATE(1496)] = 72240, - [SMALL_STATE(1497)] = 72288, - [SMALL_STATE(1498)] = 72336, - [SMALL_STATE(1499)] = 72384, - [SMALL_STATE(1500)] = 72432, - [SMALL_STATE(1501)] = 72480, - [SMALL_STATE(1502)] = 72528, - [SMALL_STATE(1503)] = 72576, - [SMALL_STATE(1504)] = 72624, - [SMALL_STATE(1505)] = 72668, - [SMALL_STATE(1506)] = 72716, - [SMALL_STATE(1507)] = 72764, - [SMALL_STATE(1508)] = 72812, - [SMALL_STATE(1509)] = 72860, - [SMALL_STATE(1510)] = 72908, - [SMALL_STATE(1511)] = 72956, - [SMALL_STATE(1512)] = 73000, - [SMALL_STATE(1513)] = 73048, - [SMALL_STATE(1514)] = 73096, - [SMALL_STATE(1515)] = 73144, - [SMALL_STATE(1516)] = 73192, - [SMALL_STATE(1517)] = 73240, - [SMALL_STATE(1518)] = 73288, - [SMALL_STATE(1519)] = 73336, - [SMALL_STATE(1520)] = 73384, - [SMALL_STATE(1521)] = 73432, - [SMALL_STATE(1522)] = 73480, - [SMALL_STATE(1523)] = 73528, + [SMALL_STATE(1447)] = 69968, + [SMALL_STATE(1448)] = 70016, + [SMALL_STATE(1449)] = 70064, + [SMALL_STATE(1450)] = 70112, + [SMALL_STATE(1451)] = 70160, + [SMALL_STATE(1452)] = 70204, + [SMALL_STATE(1453)] = 70252, + [SMALL_STATE(1454)] = 70300, + [SMALL_STATE(1455)] = 70348, + [SMALL_STATE(1456)] = 70396, + [SMALL_STATE(1457)] = 70444, + [SMALL_STATE(1458)] = 70492, + [SMALL_STATE(1459)] = 70540, + [SMALL_STATE(1460)] = 70588, + [SMALL_STATE(1461)] = 70636, + [SMALL_STATE(1462)] = 70684, + [SMALL_STATE(1463)] = 70732, + [SMALL_STATE(1464)] = 70780, + [SMALL_STATE(1465)] = 70828, + [SMALL_STATE(1466)] = 70876, + [SMALL_STATE(1467)] = 70920, + [SMALL_STATE(1468)] = 70964, + [SMALL_STATE(1469)] = 71012, + [SMALL_STATE(1470)] = 71060, + [SMALL_STATE(1471)] = 71108, + [SMALL_STATE(1472)] = 71156, + [SMALL_STATE(1473)] = 71204, + [SMALL_STATE(1474)] = 71252, + [SMALL_STATE(1475)] = 71296, + [SMALL_STATE(1476)] = 71344, + [SMALL_STATE(1477)] = 71392, + [SMALL_STATE(1478)] = 71440, + [SMALL_STATE(1479)] = 71488, + [SMALL_STATE(1480)] = 71536, + [SMALL_STATE(1481)] = 71584, + [SMALL_STATE(1482)] = 71632, + [SMALL_STATE(1483)] = 71676, + [SMALL_STATE(1484)] = 71724, + [SMALL_STATE(1485)] = 71772, + [SMALL_STATE(1486)] = 71820, + [SMALL_STATE(1487)] = 71868, + [SMALL_STATE(1488)] = 71916, + [SMALL_STATE(1489)] = 71964, + [SMALL_STATE(1490)] = 72012, + [SMALL_STATE(1491)] = 72060, + [SMALL_STATE(1492)] = 72108, + [SMALL_STATE(1493)] = 72156, + [SMALL_STATE(1494)] = 72204, + [SMALL_STATE(1495)] = 72252, + [SMALL_STATE(1496)] = 72300, + [SMALL_STATE(1497)] = 72348, + [SMALL_STATE(1498)] = 72396, + [SMALL_STATE(1499)] = 72440, + [SMALL_STATE(1500)] = 72484, + [SMALL_STATE(1501)] = 72532, + [SMALL_STATE(1502)] = 72580, + [SMALL_STATE(1503)] = 72628, + [SMALL_STATE(1504)] = 72676, + [SMALL_STATE(1505)] = 72724, + [SMALL_STATE(1506)] = 72772, + [SMALL_STATE(1507)] = 72816, + [SMALL_STATE(1508)] = 72864, + [SMALL_STATE(1509)] = 72908, + [SMALL_STATE(1510)] = 72952, + [SMALL_STATE(1511)] = 72996, + [SMALL_STATE(1512)] = 73040, + [SMALL_STATE(1513)] = 73088, + [SMALL_STATE(1514)] = 73132, + [SMALL_STATE(1515)] = 73176, + [SMALL_STATE(1516)] = 73220, + [SMALL_STATE(1517)] = 73264, + [SMALL_STATE(1518)] = 73308, + [SMALL_STATE(1519)] = 73352, + [SMALL_STATE(1520)] = 73396, + [SMALL_STATE(1521)] = 73440, + [SMALL_STATE(1522)] = 73488, + [SMALL_STATE(1523)] = 73532, [SMALL_STATE(1524)] = 73576, - [SMALL_STATE(1525)] = 73624, - [SMALL_STATE(1526)] = 73672, - [SMALL_STATE(1527)] = 73720, - [SMALL_STATE(1528)] = 73763, - [SMALL_STATE(1529)] = 73806, - [SMALL_STATE(1530)] = 73849, - [SMALL_STATE(1531)] = 73892, - [SMALL_STATE(1532)] = 73935, - [SMALL_STATE(1533)] = 73978, - [SMALL_STATE(1534)] = 74021, + [SMALL_STATE(1525)] = 73620, + [SMALL_STATE(1526)] = 73664, + [SMALL_STATE(1527)] = 73708, + [SMALL_STATE(1528)] = 73752, + [SMALL_STATE(1529)] = 73796, + [SMALL_STATE(1530)] = 73840, + [SMALL_STATE(1531)] = 73888, + [SMALL_STATE(1532)] = 73932, + [SMALL_STATE(1533)] = 73976, + [SMALL_STATE(1534)] = 74020, [SMALL_STATE(1535)] = 74064, - [SMALL_STATE(1536)] = 74107, - [SMALL_STATE(1537)] = 74150, - [SMALL_STATE(1538)] = 74193, - [SMALL_STATE(1539)] = 74236, - [SMALL_STATE(1540)] = 74279, - [SMALL_STATE(1541)] = 74322, - [SMALL_STATE(1542)] = 74365, - [SMALL_STATE(1543)] = 74408, - [SMALL_STATE(1544)] = 74451, - [SMALL_STATE(1545)] = 74494, - [SMALL_STATE(1546)] = 74537, - [SMALL_STATE(1547)] = 74580, - [SMALL_STATE(1548)] = 74623, - [SMALL_STATE(1549)] = 74666, - [SMALL_STATE(1550)] = 74709, - [SMALL_STATE(1551)] = 74752, - [SMALL_STATE(1552)] = 74795, - [SMALL_STATE(1553)] = 74838, - [SMALL_STATE(1554)] = 74881, - [SMALL_STATE(1555)] = 74924, - [SMALL_STATE(1556)] = 74967, - [SMALL_STATE(1557)] = 75010, - [SMALL_STATE(1558)] = 75053, - [SMALL_STATE(1559)] = 75096, - [SMALL_STATE(1560)] = 75139, - [SMALL_STATE(1561)] = 75182, - [SMALL_STATE(1562)] = 75225, - [SMALL_STATE(1563)] = 75268, - [SMALL_STATE(1564)] = 75311, - [SMALL_STATE(1565)] = 75354, - [SMALL_STATE(1566)] = 75397, - [SMALL_STATE(1567)] = 75440, - [SMALL_STATE(1568)] = 75483, - [SMALL_STATE(1569)] = 75526, - [SMALL_STATE(1570)] = 75569, - [SMALL_STATE(1571)] = 75612, - [SMALL_STATE(1572)] = 75655, - [SMALL_STATE(1573)] = 75698, - [SMALL_STATE(1574)] = 75741, - [SMALL_STATE(1575)] = 75784, - [SMALL_STATE(1576)] = 75827, - [SMALL_STATE(1577)] = 75870, - [SMALL_STATE(1578)] = 75913, - [SMALL_STATE(1579)] = 75956, - [SMALL_STATE(1580)] = 75999, - [SMALL_STATE(1581)] = 76042, - [SMALL_STATE(1582)] = 76085, - [SMALL_STATE(1583)] = 76128, - [SMALL_STATE(1584)] = 76171, - [SMALL_STATE(1585)] = 76214, - [SMALL_STATE(1586)] = 76257, - [SMALL_STATE(1587)] = 76300, - [SMALL_STATE(1588)] = 76343, - [SMALL_STATE(1589)] = 76386, - [SMALL_STATE(1590)] = 76429, - [SMALL_STATE(1591)] = 76472, - [SMALL_STATE(1592)] = 76515, - [SMALL_STATE(1593)] = 76558, - [SMALL_STATE(1594)] = 76601, - [SMALL_STATE(1595)] = 76644, - [SMALL_STATE(1596)] = 76687, - [SMALL_STATE(1597)] = 76730, - [SMALL_STATE(1598)] = 76773, - [SMALL_STATE(1599)] = 76816, - [SMALL_STATE(1600)] = 76859, - [SMALL_STATE(1601)] = 76902, - [SMALL_STATE(1602)] = 76945, - [SMALL_STATE(1603)] = 76988, - [SMALL_STATE(1604)] = 77031, - [SMALL_STATE(1605)] = 77074, - [SMALL_STATE(1606)] = 77117, - [SMALL_STATE(1607)] = 77160, - [SMALL_STATE(1608)] = 77203, - [SMALL_STATE(1609)] = 77246, - [SMALL_STATE(1610)] = 77289, - [SMALL_STATE(1611)] = 77332, - [SMALL_STATE(1612)] = 77375, - [SMALL_STATE(1613)] = 77418, - [SMALL_STATE(1614)] = 77461, - [SMALL_STATE(1615)] = 77504, - [SMALL_STATE(1616)] = 77547, - [SMALL_STATE(1617)] = 77590, - [SMALL_STATE(1618)] = 77633, - [SMALL_STATE(1619)] = 77676, - [SMALL_STATE(1620)] = 77719, - [SMALL_STATE(1621)] = 77762, - [SMALL_STATE(1622)] = 77805, - [SMALL_STATE(1623)] = 77848, - [SMALL_STATE(1624)] = 77891, - [SMALL_STATE(1625)] = 77934, - [SMALL_STATE(1626)] = 77977, - [SMALL_STATE(1627)] = 78020, - [SMALL_STATE(1628)] = 78063, - [SMALL_STATE(1629)] = 78106, - [SMALL_STATE(1630)] = 78149, - [SMALL_STATE(1631)] = 78192, - [SMALL_STATE(1632)] = 78235, - [SMALL_STATE(1633)] = 78278, - [SMALL_STATE(1634)] = 78321, - [SMALL_STATE(1635)] = 78364, - [SMALL_STATE(1636)] = 78407, - [SMALL_STATE(1637)] = 78450, - [SMALL_STATE(1638)] = 78493, - [SMALL_STATE(1639)] = 78536, - [SMALL_STATE(1640)] = 78579, - [SMALL_STATE(1641)] = 78622, - [SMALL_STATE(1642)] = 78665, - [SMALL_STATE(1643)] = 78708, - [SMALL_STATE(1644)] = 78751, - [SMALL_STATE(1645)] = 78794, - [SMALL_STATE(1646)] = 78837, - [SMALL_STATE(1647)] = 78880, - [SMALL_STATE(1648)] = 78923, - [SMALL_STATE(1649)] = 78966, - [SMALL_STATE(1650)] = 79009, - [SMALL_STATE(1651)] = 79052, - [SMALL_STATE(1652)] = 79095, - [SMALL_STATE(1653)] = 79138, - [SMALL_STATE(1654)] = 79181, - [SMALL_STATE(1655)] = 79224, - [SMALL_STATE(1656)] = 79267, - [SMALL_STATE(1657)] = 79310, - [SMALL_STATE(1658)] = 79353, - [SMALL_STATE(1659)] = 79396, - [SMALL_STATE(1660)] = 79439, - [SMALL_STATE(1661)] = 79482, - [SMALL_STATE(1662)] = 79525, - [SMALL_STATE(1663)] = 79568, - [SMALL_STATE(1664)] = 79611, - [SMALL_STATE(1665)] = 79654, - [SMALL_STATE(1666)] = 79697, - [SMALL_STATE(1667)] = 79740, - [SMALL_STATE(1668)] = 79783, - [SMALL_STATE(1669)] = 79826, - [SMALL_STATE(1670)] = 79869, - [SMALL_STATE(1671)] = 79912, - [SMALL_STATE(1672)] = 79955, - [SMALL_STATE(1673)] = 79998, - [SMALL_STATE(1674)] = 80041, - [SMALL_STATE(1675)] = 80084, - [SMALL_STATE(1676)] = 80127, - [SMALL_STATE(1677)] = 80170, - [SMALL_STATE(1678)] = 80213, - [SMALL_STATE(1679)] = 80256, - [SMALL_STATE(1680)] = 80299, - [SMALL_STATE(1681)] = 80342, - [SMALL_STATE(1682)] = 80385, - [SMALL_STATE(1683)] = 80428, - [SMALL_STATE(1684)] = 80471, - [SMALL_STATE(1685)] = 80514, - [SMALL_STATE(1686)] = 80557, - [SMALL_STATE(1687)] = 80600, - [SMALL_STATE(1688)] = 80643, - [SMALL_STATE(1689)] = 80686, - [SMALL_STATE(1690)] = 80729, - [SMALL_STATE(1691)] = 80772, - [SMALL_STATE(1692)] = 80815, - [SMALL_STATE(1693)] = 80858, - [SMALL_STATE(1694)] = 80901, - [SMALL_STATE(1695)] = 80944, - [SMALL_STATE(1696)] = 80987, - [SMALL_STATE(1697)] = 81030, - [SMALL_STATE(1698)] = 81073, - [SMALL_STATE(1699)] = 81116, - [SMALL_STATE(1700)] = 81159, - [SMALL_STATE(1701)] = 81202, - [SMALL_STATE(1702)] = 81245, - [SMALL_STATE(1703)] = 81288, - [SMALL_STATE(1704)] = 81331, - [SMALL_STATE(1705)] = 81374, - [SMALL_STATE(1706)] = 81417, - [SMALL_STATE(1707)] = 81460, - [SMALL_STATE(1708)] = 81503, - [SMALL_STATE(1709)] = 81546, - [SMALL_STATE(1710)] = 81589, - [SMALL_STATE(1711)] = 81632, - [SMALL_STATE(1712)] = 81675, - [SMALL_STATE(1713)] = 81718, - [SMALL_STATE(1714)] = 81761, - [SMALL_STATE(1715)] = 81804, - [SMALL_STATE(1716)] = 81847, - [SMALL_STATE(1717)] = 81890, - [SMALL_STATE(1718)] = 81933, - [SMALL_STATE(1719)] = 81976, - [SMALL_STATE(1720)] = 82019, - [SMALL_STATE(1721)] = 82062, - [SMALL_STATE(1722)] = 82105, - [SMALL_STATE(1723)] = 82148, - [SMALL_STATE(1724)] = 82191, - [SMALL_STATE(1725)] = 82234, - [SMALL_STATE(1726)] = 82277, - [SMALL_STATE(1727)] = 82320, - [SMALL_STATE(1728)] = 82363, - [SMALL_STATE(1729)] = 82406, - [SMALL_STATE(1730)] = 82449, - [SMALL_STATE(1731)] = 82492, - [SMALL_STATE(1732)] = 82535, - [SMALL_STATE(1733)] = 82578, - [SMALL_STATE(1734)] = 82621, - [SMALL_STATE(1735)] = 82664, - [SMALL_STATE(1736)] = 82707, - [SMALL_STATE(1737)] = 82750, - [SMALL_STATE(1738)] = 82793, - [SMALL_STATE(1739)] = 82836, - [SMALL_STATE(1740)] = 82879, - [SMALL_STATE(1741)] = 82922, - [SMALL_STATE(1742)] = 82965, - [SMALL_STATE(1743)] = 83008, - [SMALL_STATE(1744)] = 83051, - [SMALL_STATE(1745)] = 83094, - [SMALL_STATE(1746)] = 83137, - [SMALL_STATE(1747)] = 83180, - [SMALL_STATE(1748)] = 83223, - [SMALL_STATE(1749)] = 83266, - [SMALL_STATE(1750)] = 83309, - [SMALL_STATE(1751)] = 83352, - [SMALL_STATE(1752)] = 83395, - [SMALL_STATE(1753)] = 83438, - [SMALL_STATE(1754)] = 83481, - [SMALL_STATE(1755)] = 83524, - [SMALL_STATE(1756)] = 83567, - [SMALL_STATE(1757)] = 83610, - [SMALL_STATE(1758)] = 83653, - [SMALL_STATE(1759)] = 83696, - [SMALL_STATE(1760)] = 83739, - [SMALL_STATE(1761)] = 83782, - [SMALL_STATE(1762)] = 83825, - [SMALL_STATE(1763)] = 83868, - [SMALL_STATE(1764)] = 83911, - [SMALL_STATE(1765)] = 83954, - [SMALL_STATE(1766)] = 83997, - [SMALL_STATE(1767)] = 84040, - [SMALL_STATE(1768)] = 84083, - [SMALL_STATE(1769)] = 84126, - [SMALL_STATE(1770)] = 84169, - [SMALL_STATE(1771)] = 84212, - [SMALL_STATE(1772)] = 84255, - [SMALL_STATE(1773)] = 84298, - [SMALL_STATE(1774)] = 84341, - [SMALL_STATE(1775)] = 84384, - [SMALL_STATE(1776)] = 84427, - [SMALL_STATE(1777)] = 84470, - [SMALL_STATE(1778)] = 84513, - [SMALL_STATE(1779)] = 84556, - [SMALL_STATE(1780)] = 84599, - [SMALL_STATE(1781)] = 84642, - [SMALL_STATE(1782)] = 84685, - [SMALL_STATE(1783)] = 84728, - [SMALL_STATE(1784)] = 84771, - [SMALL_STATE(1785)] = 84814, - [SMALL_STATE(1786)] = 84857, - [SMALL_STATE(1787)] = 84900, - [SMALL_STATE(1788)] = 84943, - [SMALL_STATE(1789)] = 84986, - [SMALL_STATE(1790)] = 85029, - [SMALL_STATE(1791)] = 85072, - [SMALL_STATE(1792)] = 85115, - [SMALL_STATE(1793)] = 85158, - [SMALL_STATE(1794)] = 85201, - [SMALL_STATE(1795)] = 85244, - [SMALL_STATE(1796)] = 85287, - [SMALL_STATE(1797)] = 85330, - [SMALL_STATE(1798)] = 85373, - [SMALL_STATE(1799)] = 85416, - [SMALL_STATE(1800)] = 85459, - [SMALL_STATE(1801)] = 85502, - [SMALL_STATE(1802)] = 85545, - [SMALL_STATE(1803)] = 85588, - [SMALL_STATE(1804)] = 85631, - [SMALL_STATE(1805)] = 85674, - [SMALL_STATE(1806)] = 85717, - [SMALL_STATE(1807)] = 85760, - [SMALL_STATE(1808)] = 85803, - [SMALL_STATE(1809)] = 85846, - [SMALL_STATE(1810)] = 85889, - [SMALL_STATE(1811)] = 85932, - [SMALL_STATE(1812)] = 85975, - [SMALL_STATE(1813)] = 86018, - [SMALL_STATE(1814)] = 86061, - [SMALL_STATE(1815)] = 86104, - [SMALL_STATE(1816)] = 86147, - [SMALL_STATE(1817)] = 86190, - [SMALL_STATE(1818)] = 86233, - [SMALL_STATE(1819)] = 86276, - [SMALL_STATE(1820)] = 86319, - [SMALL_STATE(1821)] = 86362, - [SMALL_STATE(1822)] = 86405, - [SMALL_STATE(1823)] = 86448, - [SMALL_STATE(1824)] = 86491, - [SMALL_STATE(1825)] = 86534, - [SMALL_STATE(1826)] = 86577, - [SMALL_STATE(1827)] = 86620, - [SMALL_STATE(1828)] = 86663, - [SMALL_STATE(1829)] = 86706, - [SMALL_STATE(1830)] = 86749, - [SMALL_STATE(1831)] = 86792, - [SMALL_STATE(1832)] = 86835, - [SMALL_STATE(1833)] = 86878, - [SMALL_STATE(1834)] = 86921, - [SMALL_STATE(1835)] = 86964, - [SMALL_STATE(1836)] = 87007, - [SMALL_STATE(1837)] = 87050, - [SMALL_STATE(1838)] = 87093, - [SMALL_STATE(1839)] = 87136, - [SMALL_STATE(1840)] = 87179, - [SMALL_STATE(1841)] = 87222, - [SMALL_STATE(1842)] = 87265, - [SMALL_STATE(1843)] = 87308, - [SMALL_STATE(1844)] = 87351, - [SMALL_STATE(1845)] = 87394, - [SMALL_STATE(1846)] = 87437, - [SMALL_STATE(1847)] = 87480, - [SMALL_STATE(1848)] = 87523, - [SMALL_STATE(1849)] = 87566, - [SMALL_STATE(1850)] = 87609, - [SMALL_STATE(1851)] = 87656, - [SMALL_STATE(1852)] = 87703, - [SMALL_STATE(1853)] = 87750, + [SMALL_STATE(1536)] = 74108, + [SMALL_STATE(1537)] = 74156, + [SMALL_STATE(1538)] = 74204, + [SMALL_STATE(1539)] = 74252, + [SMALL_STATE(1540)] = 74295, + [SMALL_STATE(1541)] = 74338, + [SMALL_STATE(1542)] = 74381, + [SMALL_STATE(1543)] = 74424, + [SMALL_STATE(1544)] = 74467, + [SMALL_STATE(1545)] = 74510, + [SMALL_STATE(1546)] = 74553, + [SMALL_STATE(1547)] = 74596, + [SMALL_STATE(1548)] = 74639, + [SMALL_STATE(1549)] = 74682, + [SMALL_STATE(1550)] = 74725, + [SMALL_STATE(1551)] = 74768, + [SMALL_STATE(1552)] = 74811, + [SMALL_STATE(1553)] = 74854, + [SMALL_STATE(1554)] = 74897, + [SMALL_STATE(1555)] = 74940, + [SMALL_STATE(1556)] = 74983, + [SMALL_STATE(1557)] = 75026, + [SMALL_STATE(1558)] = 75069, + [SMALL_STATE(1559)] = 75112, + [SMALL_STATE(1560)] = 75155, + [SMALL_STATE(1561)] = 75198, + [SMALL_STATE(1562)] = 75241, + [SMALL_STATE(1563)] = 75284, + [SMALL_STATE(1564)] = 75327, + [SMALL_STATE(1565)] = 75370, + [SMALL_STATE(1566)] = 75413, + [SMALL_STATE(1567)] = 75456, + [SMALL_STATE(1568)] = 75499, + [SMALL_STATE(1569)] = 75542, + [SMALL_STATE(1570)] = 75585, + [SMALL_STATE(1571)] = 75628, + [SMALL_STATE(1572)] = 75671, + [SMALL_STATE(1573)] = 75714, + [SMALL_STATE(1574)] = 75757, + [SMALL_STATE(1575)] = 75800, + [SMALL_STATE(1576)] = 75843, + [SMALL_STATE(1577)] = 75886, + [SMALL_STATE(1578)] = 75929, + [SMALL_STATE(1579)] = 75972, + [SMALL_STATE(1580)] = 76015, + [SMALL_STATE(1581)] = 76058, + [SMALL_STATE(1582)] = 76101, + [SMALL_STATE(1583)] = 76144, + [SMALL_STATE(1584)] = 76187, + [SMALL_STATE(1585)] = 76230, + [SMALL_STATE(1586)] = 76273, + [SMALL_STATE(1587)] = 76316, + [SMALL_STATE(1588)] = 76359, + [SMALL_STATE(1589)] = 76402, + [SMALL_STATE(1590)] = 76445, + [SMALL_STATE(1591)] = 76488, + [SMALL_STATE(1592)] = 76531, + [SMALL_STATE(1593)] = 76574, + [SMALL_STATE(1594)] = 76617, + [SMALL_STATE(1595)] = 76660, + [SMALL_STATE(1596)] = 76703, + [SMALL_STATE(1597)] = 76746, + [SMALL_STATE(1598)] = 76789, + [SMALL_STATE(1599)] = 76832, + [SMALL_STATE(1600)] = 76875, + [SMALL_STATE(1601)] = 76918, + [SMALL_STATE(1602)] = 76961, + [SMALL_STATE(1603)] = 77004, + [SMALL_STATE(1604)] = 77047, + [SMALL_STATE(1605)] = 77090, + [SMALL_STATE(1606)] = 77133, + [SMALL_STATE(1607)] = 77176, + [SMALL_STATE(1608)] = 77219, + [SMALL_STATE(1609)] = 77262, + [SMALL_STATE(1610)] = 77305, + [SMALL_STATE(1611)] = 77348, + [SMALL_STATE(1612)] = 77391, + [SMALL_STATE(1613)] = 77434, + [SMALL_STATE(1614)] = 77477, + [SMALL_STATE(1615)] = 77520, + [SMALL_STATE(1616)] = 77563, + [SMALL_STATE(1617)] = 77606, + [SMALL_STATE(1618)] = 77649, + [SMALL_STATE(1619)] = 77692, + [SMALL_STATE(1620)] = 77735, + [SMALL_STATE(1621)] = 77778, + [SMALL_STATE(1622)] = 77821, + [SMALL_STATE(1623)] = 77864, + [SMALL_STATE(1624)] = 77907, + [SMALL_STATE(1625)] = 77950, + [SMALL_STATE(1626)] = 77993, + [SMALL_STATE(1627)] = 78036, + [SMALL_STATE(1628)] = 78079, + [SMALL_STATE(1629)] = 78122, + [SMALL_STATE(1630)] = 78165, + [SMALL_STATE(1631)] = 78208, + [SMALL_STATE(1632)] = 78251, + [SMALL_STATE(1633)] = 78294, + [SMALL_STATE(1634)] = 78337, + [SMALL_STATE(1635)] = 78380, + [SMALL_STATE(1636)] = 78423, + [SMALL_STATE(1637)] = 78466, + [SMALL_STATE(1638)] = 78509, + [SMALL_STATE(1639)] = 78552, + [SMALL_STATE(1640)] = 78595, + [SMALL_STATE(1641)] = 78638, + [SMALL_STATE(1642)] = 78681, + [SMALL_STATE(1643)] = 78724, + [SMALL_STATE(1644)] = 78767, + [SMALL_STATE(1645)] = 78810, + [SMALL_STATE(1646)] = 78853, + [SMALL_STATE(1647)] = 78896, + [SMALL_STATE(1648)] = 78939, + [SMALL_STATE(1649)] = 78982, + [SMALL_STATE(1650)] = 79025, + [SMALL_STATE(1651)] = 79068, + [SMALL_STATE(1652)] = 79111, + [SMALL_STATE(1653)] = 79154, + [SMALL_STATE(1654)] = 79197, + [SMALL_STATE(1655)] = 79240, + [SMALL_STATE(1656)] = 79283, + [SMALL_STATE(1657)] = 79326, + [SMALL_STATE(1658)] = 79369, + [SMALL_STATE(1659)] = 79412, + [SMALL_STATE(1660)] = 79455, + [SMALL_STATE(1661)] = 79498, + [SMALL_STATE(1662)] = 79541, + [SMALL_STATE(1663)] = 79584, + [SMALL_STATE(1664)] = 79627, + [SMALL_STATE(1665)] = 79670, + [SMALL_STATE(1666)] = 79713, + [SMALL_STATE(1667)] = 79756, + [SMALL_STATE(1668)] = 79799, + [SMALL_STATE(1669)] = 79842, + [SMALL_STATE(1670)] = 79885, + [SMALL_STATE(1671)] = 79928, + [SMALL_STATE(1672)] = 79971, + [SMALL_STATE(1673)] = 80014, + [SMALL_STATE(1674)] = 80057, + [SMALL_STATE(1675)] = 80100, + [SMALL_STATE(1676)] = 80143, + [SMALL_STATE(1677)] = 80186, + [SMALL_STATE(1678)] = 80229, + [SMALL_STATE(1679)] = 80272, + [SMALL_STATE(1680)] = 80315, + [SMALL_STATE(1681)] = 80358, + [SMALL_STATE(1682)] = 80401, + [SMALL_STATE(1683)] = 80444, + [SMALL_STATE(1684)] = 80487, + [SMALL_STATE(1685)] = 80530, + [SMALL_STATE(1686)] = 80573, + [SMALL_STATE(1687)] = 80616, + [SMALL_STATE(1688)] = 80659, + [SMALL_STATE(1689)] = 80702, + [SMALL_STATE(1690)] = 80745, + [SMALL_STATE(1691)] = 80788, + [SMALL_STATE(1692)] = 80831, + [SMALL_STATE(1693)] = 80874, + [SMALL_STATE(1694)] = 80917, + [SMALL_STATE(1695)] = 80960, + [SMALL_STATE(1696)] = 81003, + [SMALL_STATE(1697)] = 81046, + [SMALL_STATE(1698)] = 81089, + [SMALL_STATE(1699)] = 81132, + [SMALL_STATE(1700)] = 81175, + [SMALL_STATE(1701)] = 81218, + [SMALL_STATE(1702)] = 81261, + [SMALL_STATE(1703)] = 81304, + [SMALL_STATE(1704)] = 81347, + [SMALL_STATE(1705)] = 81390, + [SMALL_STATE(1706)] = 81433, + [SMALL_STATE(1707)] = 81476, + [SMALL_STATE(1708)] = 81519, + [SMALL_STATE(1709)] = 81562, + [SMALL_STATE(1710)] = 81605, + [SMALL_STATE(1711)] = 81648, + [SMALL_STATE(1712)] = 81691, + [SMALL_STATE(1713)] = 81734, + [SMALL_STATE(1714)] = 81777, + [SMALL_STATE(1715)] = 81820, + [SMALL_STATE(1716)] = 81863, + [SMALL_STATE(1717)] = 81906, + [SMALL_STATE(1718)] = 81949, + [SMALL_STATE(1719)] = 81992, + [SMALL_STATE(1720)] = 82035, + [SMALL_STATE(1721)] = 82078, + [SMALL_STATE(1722)] = 82121, + [SMALL_STATE(1723)] = 82164, + [SMALL_STATE(1724)] = 82207, + [SMALL_STATE(1725)] = 82250, + [SMALL_STATE(1726)] = 82293, + [SMALL_STATE(1727)] = 82336, + [SMALL_STATE(1728)] = 82379, + [SMALL_STATE(1729)] = 82422, + [SMALL_STATE(1730)] = 82465, + [SMALL_STATE(1731)] = 82508, + [SMALL_STATE(1732)] = 82551, + [SMALL_STATE(1733)] = 82594, + [SMALL_STATE(1734)] = 82637, + [SMALL_STATE(1735)] = 82680, + [SMALL_STATE(1736)] = 82723, + [SMALL_STATE(1737)] = 82766, + [SMALL_STATE(1738)] = 82809, + [SMALL_STATE(1739)] = 82852, + [SMALL_STATE(1740)] = 82895, + [SMALL_STATE(1741)] = 82938, + [SMALL_STATE(1742)] = 82981, + [SMALL_STATE(1743)] = 83024, + [SMALL_STATE(1744)] = 83067, + [SMALL_STATE(1745)] = 83110, + [SMALL_STATE(1746)] = 83153, + [SMALL_STATE(1747)] = 83196, + [SMALL_STATE(1748)] = 83239, + [SMALL_STATE(1749)] = 83282, + [SMALL_STATE(1750)] = 83325, + [SMALL_STATE(1751)] = 83368, + [SMALL_STATE(1752)] = 83411, + [SMALL_STATE(1753)] = 83454, + [SMALL_STATE(1754)] = 83497, + [SMALL_STATE(1755)] = 83540, + [SMALL_STATE(1756)] = 83583, + [SMALL_STATE(1757)] = 83626, + [SMALL_STATE(1758)] = 83669, + [SMALL_STATE(1759)] = 83712, + [SMALL_STATE(1760)] = 83755, + [SMALL_STATE(1761)] = 83798, + [SMALL_STATE(1762)] = 83841, + [SMALL_STATE(1763)] = 83884, + [SMALL_STATE(1764)] = 83927, + [SMALL_STATE(1765)] = 83970, + [SMALL_STATE(1766)] = 84013, + [SMALL_STATE(1767)] = 84056, + [SMALL_STATE(1768)] = 84099, + [SMALL_STATE(1769)] = 84142, + [SMALL_STATE(1770)] = 84185, + [SMALL_STATE(1771)] = 84228, + [SMALL_STATE(1772)] = 84271, + [SMALL_STATE(1773)] = 84314, + [SMALL_STATE(1774)] = 84357, + [SMALL_STATE(1775)] = 84400, + [SMALL_STATE(1776)] = 84443, + [SMALL_STATE(1777)] = 84486, + [SMALL_STATE(1778)] = 84529, + [SMALL_STATE(1779)] = 84572, + [SMALL_STATE(1780)] = 84615, + [SMALL_STATE(1781)] = 84658, + [SMALL_STATE(1782)] = 84701, + [SMALL_STATE(1783)] = 84744, + [SMALL_STATE(1784)] = 84787, + [SMALL_STATE(1785)] = 84830, + [SMALL_STATE(1786)] = 84873, + [SMALL_STATE(1787)] = 84916, + [SMALL_STATE(1788)] = 84959, + [SMALL_STATE(1789)] = 85002, + [SMALL_STATE(1790)] = 85045, + [SMALL_STATE(1791)] = 85088, + [SMALL_STATE(1792)] = 85131, + [SMALL_STATE(1793)] = 85174, + [SMALL_STATE(1794)] = 85217, + [SMALL_STATE(1795)] = 85260, + [SMALL_STATE(1796)] = 85303, + [SMALL_STATE(1797)] = 85346, + [SMALL_STATE(1798)] = 85389, + [SMALL_STATE(1799)] = 85432, + [SMALL_STATE(1800)] = 85475, + [SMALL_STATE(1801)] = 85518, + [SMALL_STATE(1802)] = 85561, + [SMALL_STATE(1803)] = 85604, + [SMALL_STATE(1804)] = 85647, + [SMALL_STATE(1805)] = 85690, + [SMALL_STATE(1806)] = 85733, + [SMALL_STATE(1807)] = 85776, + [SMALL_STATE(1808)] = 85819, + [SMALL_STATE(1809)] = 85862, + [SMALL_STATE(1810)] = 85905, + [SMALL_STATE(1811)] = 85948, + [SMALL_STATE(1812)] = 85991, + [SMALL_STATE(1813)] = 86034, + [SMALL_STATE(1814)] = 86077, + [SMALL_STATE(1815)] = 86120, + [SMALL_STATE(1816)] = 86163, + [SMALL_STATE(1817)] = 86206, + [SMALL_STATE(1818)] = 86249, + [SMALL_STATE(1819)] = 86292, + [SMALL_STATE(1820)] = 86335, + [SMALL_STATE(1821)] = 86378, + [SMALL_STATE(1822)] = 86421, + [SMALL_STATE(1823)] = 86464, + [SMALL_STATE(1824)] = 86507, + [SMALL_STATE(1825)] = 86550, + [SMALL_STATE(1826)] = 86593, + [SMALL_STATE(1827)] = 86636, + [SMALL_STATE(1828)] = 86679, + [SMALL_STATE(1829)] = 86722, + [SMALL_STATE(1830)] = 86765, + [SMALL_STATE(1831)] = 86808, + [SMALL_STATE(1832)] = 86851, + [SMALL_STATE(1833)] = 86894, + [SMALL_STATE(1834)] = 86937, + [SMALL_STATE(1835)] = 86980, + [SMALL_STATE(1836)] = 87023, + [SMALL_STATE(1837)] = 87066, + [SMALL_STATE(1838)] = 87109, + [SMALL_STATE(1839)] = 87152, + [SMALL_STATE(1840)] = 87195, + [SMALL_STATE(1841)] = 87238, + [SMALL_STATE(1842)] = 87281, + [SMALL_STATE(1843)] = 87324, + [SMALL_STATE(1844)] = 87367, + [SMALL_STATE(1845)] = 87410, + [SMALL_STATE(1846)] = 87453, + [SMALL_STATE(1847)] = 87496, + [SMALL_STATE(1848)] = 87539, + [SMALL_STATE(1849)] = 87582, + [SMALL_STATE(1850)] = 87625, + [SMALL_STATE(1851)] = 87668, + [SMALL_STATE(1852)] = 87711, + [SMALL_STATE(1853)] = 87754, [SMALL_STATE(1854)] = 87797, - [SMALL_STATE(1855)] = 87844, - [SMALL_STATE(1856)] = 87891, - [SMALL_STATE(1857)] = 87934, - [SMALL_STATE(1858)] = 87977, - [SMALL_STATE(1859)] = 88024, - [SMALL_STATE(1860)] = 88071, - [SMALL_STATE(1861)] = 88118, - [SMALL_STATE(1862)] = 88165, - [SMALL_STATE(1863)] = 88212, - [SMALL_STATE(1864)] = 88259, - [SMALL_STATE(1865)] = 88306, - [SMALL_STATE(1866)] = 88353, - [SMALL_STATE(1867)] = 88400, - [SMALL_STATE(1868)] = 88447, - [SMALL_STATE(1869)] = 88494, - [SMALL_STATE(1870)] = 88541, - [SMALL_STATE(1871)] = 88588, - [SMALL_STATE(1872)] = 88631, - [SMALL_STATE(1873)] = 88674, - [SMALL_STATE(1874)] = 88717, - [SMALL_STATE(1875)] = 88760, - [SMALL_STATE(1876)] = 88807, - [SMALL_STATE(1877)] = 88854, - [SMALL_STATE(1878)] = 88901, - [SMALL_STATE(1879)] = 88948, - [SMALL_STATE(1880)] = 88995, - [SMALL_STATE(1881)] = 89042, - [SMALL_STATE(1882)] = 89085, - [SMALL_STATE(1883)] = 89128, - [SMALL_STATE(1884)] = 89171, - [SMALL_STATE(1885)] = 89214, - [SMALL_STATE(1886)] = 89257, - [SMALL_STATE(1887)] = 89300, - [SMALL_STATE(1888)] = 89343, - [SMALL_STATE(1889)] = 89386, - [SMALL_STATE(1890)] = 89429, - [SMALL_STATE(1891)] = 89472, - [SMALL_STATE(1892)] = 89515, - [SMALL_STATE(1893)] = 89558, - [SMALL_STATE(1894)] = 89601, - [SMALL_STATE(1895)] = 89644, - [SMALL_STATE(1896)] = 89687, - [SMALL_STATE(1897)] = 89730, - [SMALL_STATE(1898)] = 89773, - [SMALL_STATE(1899)] = 89816, - [SMALL_STATE(1900)] = 89859, - [SMALL_STATE(1901)] = 89902, - [SMALL_STATE(1902)] = 89945, - [SMALL_STATE(1903)] = 89988, - [SMALL_STATE(1904)] = 90031, - [SMALL_STATE(1905)] = 90074, - [SMALL_STATE(1906)] = 90117, - [SMALL_STATE(1907)] = 90160, - [SMALL_STATE(1908)] = 90203, - [SMALL_STATE(1909)] = 90246, - [SMALL_STATE(1910)] = 90289, - [SMALL_STATE(1911)] = 90332, - [SMALL_STATE(1912)] = 90375, - [SMALL_STATE(1913)] = 90418, - [SMALL_STATE(1914)] = 90461, - [SMALL_STATE(1915)] = 90504, - [SMALL_STATE(1916)] = 90547, - [SMALL_STATE(1917)] = 90590, - [SMALL_STATE(1918)] = 90633, - [SMALL_STATE(1919)] = 90676, - [SMALL_STATE(1920)] = 90719, - [SMALL_STATE(1921)] = 90762, - [SMALL_STATE(1922)] = 90805, - [SMALL_STATE(1923)] = 90848, - [SMALL_STATE(1924)] = 90891, - [SMALL_STATE(1925)] = 90934, - [SMALL_STATE(1926)] = 90977, - [SMALL_STATE(1927)] = 91020, - [SMALL_STATE(1928)] = 91063, - [SMALL_STATE(1929)] = 91106, - [SMALL_STATE(1930)] = 91149, - [SMALL_STATE(1931)] = 91192, - [SMALL_STATE(1932)] = 91235, - [SMALL_STATE(1933)] = 91278, - [SMALL_STATE(1934)] = 91321, - [SMALL_STATE(1935)] = 91364, - [SMALL_STATE(1936)] = 91407, - [SMALL_STATE(1937)] = 91450, - [SMALL_STATE(1938)] = 91493, - [SMALL_STATE(1939)] = 91536, - [SMALL_STATE(1940)] = 91579, - [SMALL_STATE(1941)] = 91622, - [SMALL_STATE(1942)] = 91665, - [SMALL_STATE(1943)] = 91708, - [SMALL_STATE(1944)] = 91751, - [SMALL_STATE(1945)] = 91794, - [SMALL_STATE(1946)] = 91837, - [SMALL_STATE(1947)] = 91880, - [SMALL_STATE(1948)] = 91923, - [SMALL_STATE(1949)] = 91966, - [SMALL_STATE(1950)] = 92009, - [SMALL_STATE(1951)] = 92052, - [SMALL_STATE(1952)] = 92095, - [SMALL_STATE(1953)] = 92138, - [SMALL_STATE(1954)] = 92181, - [SMALL_STATE(1955)] = 92224, - [SMALL_STATE(1956)] = 92267, - [SMALL_STATE(1957)] = 92310, - [SMALL_STATE(1958)] = 92353, - [SMALL_STATE(1959)] = 92396, - [SMALL_STATE(1960)] = 92439, - [SMALL_STATE(1961)] = 92482, - [SMALL_STATE(1962)] = 92525, - [SMALL_STATE(1963)] = 92568, - [SMALL_STATE(1964)] = 92611, - [SMALL_STATE(1965)] = 92654, - [SMALL_STATE(1966)] = 92697, - [SMALL_STATE(1967)] = 92740, - [SMALL_STATE(1968)] = 92783, - [SMALL_STATE(1969)] = 92826, - [SMALL_STATE(1970)] = 92869, - [SMALL_STATE(1971)] = 92912, - [SMALL_STATE(1972)] = 92955, - [SMALL_STATE(1973)] = 92998, - [SMALL_STATE(1974)] = 93041, - [SMALL_STATE(1975)] = 93084, - [SMALL_STATE(1976)] = 93127, - [SMALL_STATE(1977)] = 93170, - [SMALL_STATE(1978)] = 93213, - [SMALL_STATE(1979)] = 93256, - [SMALL_STATE(1980)] = 93299, - [SMALL_STATE(1981)] = 93342, - [SMALL_STATE(1982)] = 93385, - [SMALL_STATE(1983)] = 93428, - [SMALL_STATE(1984)] = 93471, - [SMALL_STATE(1985)] = 93514, - [SMALL_STATE(1986)] = 93557, - [SMALL_STATE(1987)] = 93600, - [SMALL_STATE(1988)] = 93643, - [SMALL_STATE(1989)] = 93686, - [SMALL_STATE(1990)] = 93729, - [SMALL_STATE(1991)] = 93772, - [SMALL_STATE(1992)] = 93815, - [SMALL_STATE(1993)] = 93858, - [SMALL_STATE(1994)] = 93901, - [SMALL_STATE(1995)] = 93944, - [SMALL_STATE(1996)] = 93987, - [SMALL_STATE(1997)] = 94030, - [SMALL_STATE(1998)] = 94073, - [SMALL_STATE(1999)] = 94116, - [SMALL_STATE(2000)] = 94159, - [SMALL_STATE(2001)] = 94202, - [SMALL_STATE(2002)] = 94245, - [SMALL_STATE(2003)] = 94288, - [SMALL_STATE(2004)] = 94331, - [SMALL_STATE(2005)] = 94374, - [SMALL_STATE(2006)] = 94417, - [SMALL_STATE(2007)] = 94460, - [SMALL_STATE(2008)] = 94503, - [SMALL_STATE(2009)] = 94546, - [SMALL_STATE(2010)] = 94589, - [SMALL_STATE(2011)] = 94632, - [SMALL_STATE(2012)] = 94675, - [SMALL_STATE(2013)] = 94718, - [SMALL_STATE(2014)] = 94761, - [SMALL_STATE(2015)] = 94804, - [SMALL_STATE(2016)] = 94847, - [SMALL_STATE(2017)] = 94890, - [SMALL_STATE(2018)] = 94933, - [SMALL_STATE(2019)] = 94976, - [SMALL_STATE(2020)] = 95019, - [SMALL_STATE(2021)] = 95062, - [SMALL_STATE(2022)] = 95105, - [SMALL_STATE(2023)] = 95148, - [SMALL_STATE(2024)] = 95191, - [SMALL_STATE(2025)] = 95234, - [SMALL_STATE(2026)] = 95277, - [SMALL_STATE(2027)] = 95320, - [SMALL_STATE(2028)] = 95363, - [SMALL_STATE(2029)] = 95406, - [SMALL_STATE(2030)] = 95449, - [SMALL_STATE(2031)] = 95492, - [SMALL_STATE(2032)] = 95535, - [SMALL_STATE(2033)] = 95578, - [SMALL_STATE(2034)] = 95621, - [SMALL_STATE(2035)] = 95664, - [SMALL_STATE(2036)] = 95707, - [SMALL_STATE(2037)] = 95750, - [SMALL_STATE(2038)] = 95793, - [SMALL_STATE(2039)] = 95836, - [SMALL_STATE(2040)] = 95879, - [SMALL_STATE(2041)] = 95922, - [SMALL_STATE(2042)] = 95965, - [SMALL_STATE(2043)] = 96008, - [SMALL_STATE(2044)] = 96051, - [SMALL_STATE(2045)] = 96094, - [SMALL_STATE(2046)] = 96137, - [SMALL_STATE(2047)] = 96180, - [SMALL_STATE(2048)] = 96223, - [SMALL_STATE(2049)] = 96266, - [SMALL_STATE(2050)] = 96309, - [SMALL_STATE(2051)] = 96352, - [SMALL_STATE(2052)] = 96395, - [SMALL_STATE(2053)] = 96438, - [SMALL_STATE(2054)] = 96481, - [SMALL_STATE(2055)] = 96524, - [SMALL_STATE(2056)] = 96567, - [SMALL_STATE(2057)] = 96610, - [SMALL_STATE(2058)] = 96653, - [SMALL_STATE(2059)] = 96696, - [SMALL_STATE(2060)] = 96739, - [SMALL_STATE(2061)] = 96782, - [SMALL_STATE(2062)] = 96825, - [SMALL_STATE(2063)] = 96868, - [SMALL_STATE(2064)] = 96911, - [SMALL_STATE(2065)] = 96954, - [SMALL_STATE(2066)] = 96997, - [SMALL_STATE(2067)] = 97040, - [SMALL_STATE(2068)] = 97083, - [SMALL_STATE(2069)] = 97126, - [SMALL_STATE(2070)] = 97169, - [SMALL_STATE(2071)] = 97212, - [SMALL_STATE(2072)] = 97255, - [SMALL_STATE(2073)] = 97298, - [SMALL_STATE(2074)] = 97341, - [SMALL_STATE(2075)] = 97384, - [SMALL_STATE(2076)] = 97427, - [SMALL_STATE(2077)] = 97470, - [SMALL_STATE(2078)] = 97513, - [SMALL_STATE(2079)] = 97556, - [SMALL_STATE(2080)] = 97599, - [SMALL_STATE(2081)] = 97642, - [SMALL_STATE(2082)] = 97685, - [SMALL_STATE(2083)] = 97728, - [SMALL_STATE(2084)] = 97771, - [SMALL_STATE(2085)] = 97814, - [SMALL_STATE(2086)] = 97857, - [SMALL_STATE(2087)] = 97900, - [SMALL_STATE(2088)] = 97943, - [SMALL_STATE(2089)] = 97986, - [SMALL_STATE(2090)] = 98029, - [SMALL_STATE(2091)] = 98072, - [SMALL_STATE(2092)] = 98115, - [SMALL_STATE(2093)] = 98158, - [SMALL_STATE(2094)] = 98201, - [SMALL_STATE(2095)] = 98244, - [SMALL_STATE(2096)] = 98287, - [SMALL_STATE(2097)] = 98330, - [SMALL_STATE(2098)] = 98373, - [SMALL_STATE(2099)] = 98416, - [SMALL_STATE(2100)] = 98459, - [SMALL_STATE(2101)] = 98502, - [SMALL_STATE(2102)] = 98545, - [SMALL_STATE(2103)] = 98588, - [SMALL_STATE(2104)] = 98631, - [SMALL_STATE(2105)] = 98674, - [SMALL_STATE(2106)] = 98717, - [SMALL_STATE(2107)] = 98760, - [SMALL_STATE(2108)] = 98803, - [SMALL_STATE(2109)] = 98846, - [SMALL_STATE(2110)] = 98889, - [SMALL_STATE(2111)] = 98932, - [SMALL_STATE(2112)] = 98975, - [SMALL_STATE(2113)] = 99018, + [SMALL_STATE(1855)] = 87840, + [SMALL_STATE(1856)] = 87883, + [SMALL_STATE(1857)] = 87926, + [SMALL_STATE(1858)] = 87969, + [SMALL_STATE(1859)] = 88012, + [SMALL_STATE(1860)] = 88055, + [SMALL_STATE(1861)] = 88098, + [SMALL_STATE(1862)] = 88141, + [SMALL_STATE(1863)] = 88184, + [SMALL_STATE(1864)] = 88227, + [SMALL_STATE(1865)] = 88270, + [SMALL_STATE(1866)] = 88313, + [SMALL_STATE(1867)] = 88356, + [SMALL_STATE(1868)] = 88399, + [SMALL_STATE(1869)] = 88442, + [SMALL_STATE(1870)] = 88485, + [SMALL_STATE(1871)] = 88528, + [SMALL_STATE(1872)] = 88571, + [SMALL_STATE(1873)] = 88614, + [SMALL_STATE(1874)] = 88657, + [SMALL_STATE(1875)] = 88700, + [SMALL_STATE(1876)] = 88743, + [SMALL_STATE(1877)] = 88786, + [SMALL_STATE(1878)] = 88829, + [SMALL_STATE(1879)] = 88872, + [SMALL_STATE(1880)] = 88915, + [SMALL_STATE(1881)] = 88958, + [SMALL_STATE(1882)] = 89001, + [SMALL_STATE(1883)] = 89044, + [SMALL_STATE(1884)] = 89087, + [SMALL_STATE(1885)] = 89130, + [SMALL_STATE(1886)] = 89173, + [SMALL_STATE(1887)] = 89216, + [SMALL_STATE(1888)] = 89259, + [SMALL_STATE(1889)] = 89302, + [SMALL_STATE(1890)] = 89345, + [SMALL_STATE(1891)] = 89388, + [SMALL_STATE(1892)] = 89431, + [SMALL_STATE(1893)] = 89474, + [SMALL_STATE(1894)] = 89517, + [SMALL_STATE(1895)] = 89560, + [SMALL_STATE(1896)] = 89603, + [SMALL_STATE(1897)] = 89646, + [SMALL_STATE(1898)] = 89689, + [SMALL_STATE(1899)] = 89732, + [SMALL_STATE(1900)] = 89775, + [SMALL_STATE(1901)] = 89818, + [SMALL_STATE(1902)] = 89861, + [SMALL_STATE(1903)] = 89904, + [SMALL_STATE(1904)] = 89947, + [SMALL_STATE(1905)] = 89990, + [SMALL_STATE(1906)] = 90033, + [SMALL_STATE(1907)] = 90076, + [SMALL_STATE(1908)] = 90119, + [SMALL_STATE(1909)] = 90162, + [SMALL_STATE(1910)] = 90205, + [SMALL_STATE(1911)] = 90248, + [SMALL_STATE(1912)] = 90291, + [SMALL_STATE(1913)] = 90334, + [SMALL_STATE(1914)] = 90377, + [SMALL_STATE(1915)] = 90420, + [SMALL_STATE(1916)] = 90463, + [SMALL_STATE(1917)] = 90506, + [SMALL_STATE(1918)] = 90549, + [SMALL_STATE(1919)] = 90592, + [SMALL_STATE(1920)] = 90635, + [SMALL_STATE(1921)] = 90678, + [SMALL_STATE(1922)] = 90721, + [SMALL_STATE(1923)] = 90764, + [SMALL_STATE(1924)] = 90807, + [SMALL_STATE(1925)] = 90850, + [SMALL_STATE(1926)] = 90893, + [SMALL_STATE(1927)] = 90936, + [SMALL_STATE(1928)] = 90979, + [SMALL_STATE(1929)] = 91022, + [SMALL_STATE(1930)] = 91065, + [SMALL_STATE(1931)] = 91108, + [SMALL_STATE(1932)] = 91151, + [SMALL_STATE(1933)] = 91194, + [SMALL_STATE(1934)] = 91237, + [SMALL_STATE(1935)] = 91280, + [SMALL_STATE(1936)] = 91323, + [SMALL_STATE(1937)] = 91366, + [SMALL_STATE(1938)] = 91409, + [SMALL_STATE(1939)] = 91452, + [SMALL_STATE(1940)] = 91495, + [SMALL_STATE(1941)] = 91538, + [SMALL_STATE(1942)] = 91581, + [SMALL_STATE(1943)] = 91624, + [SMALL_STATE(1944)] = 91667, + [SMALL_STATE(1945)] = 91710, + [SMALL_STATE(1946)] = 91753, + [SMALL_STATE(1947)] = 91796, + [SMALL_STATE(1948)] = 91839, + [SMALL_STATE(1949)] = 91882, + [SMALL_STATE(1950)] = 91925, + [SMALL_STATE(1951)] = 91968, + [SMALL_STATE(1952)] = 92011, + [SMALL_STATE(1953)] = 92054, + [SMALL_STATE(1954)] = 92097, + [SMALL_STATE(1955)] = 92140, + [SMALL_STATE(1956)] = 92183, + [SMALL_STATE(1957)] = 92226, + [SMALL_STATE(1958)] = 92269, + [SMALL_STATE(1959)] = 92312, + [SMALL_STATE(1960)] = 92355, + [SMALL_STATE(1961)] = 92398, + [SMALL_STATE(1962)] = 92441, + [SMALL_STATE(1963)] = 92484, + [SMALL_STATE(1964)] = 92527, + [SMALL_STATE(1965)] = 92570, + [SMALL_STATE(1966)] = 92613, + [SMALL_STATE(1967)] = 92656, + [SMALL_STATE(1968)] = 92699, + [SMALL_STATE(1969)] = 92742, + [SMALL_STATE(1970)] = 92785, + [SMALL_STATE(1971)] = 92828, + [SMALL_STATE(1972)] = 92871, + [SMALL_STATE(1973)] = 92914, + [SMALL_STATE(1974)] = 92957, + [SMALL_STATE(1975)] = 93000, + [SMALL_STATE(1976)] = 93043, + [SMALL_STATE(1977)] = 93086, + [SMALL_STATE(1978)] = 93129, + [SMALL_STATE(1979)] = 93172, + [SMALL_STATE(1980)] = 93215, + [SMALL_STATE(1981)] = 93258, + [SMALL_STATE(1982)] = 93301, + [SMALL_STATE(1983)] = 93344, + [SMALL_STATE(1984)] = 93387, + [SMALL_STATE(1985)] = 93430, + [SMALL_STATE(1986)] = 93473, + [SMALL_STATE(1987)] = 93516, + [SMALL_STATE(1988)] = 93559, + [SMALL_STATE(1989)] = 93602, + [SMALL_STATE(1990)] = 93645, + [SMALL_STATE(1991)] = 93688, + [SMALL_STATE(1992)] = 93731, + [SMALL_STATE(1993)] = 93774, + [SMALL_STATE(1994)] = 93817, + [SMALL_STATE(1995)] = 93860, + [SMALL_STATE(1996)] = 93903, + [SMALL_STATE(1997)] = 93946, + [SMALL_STATE(1998)] = 93989, + [SMALL_STATE(1999)] = 94032, + [SMALL_STATE(2000)] = 94075, + [SMALL_STATE(2001)] = 94118, + [SMALL_STATE(2002)] = 94161, + [SMALL_STATE(2003)] = 94204, + [SMALL_STATE(2004)] = 94247, + [SMALL_STATE(2005)] = 94290, + [SMALL_STATE(2006)] = 94333, + [SMALL_STATE(2007)] = 94376, + [SMALL_STATE(2008)] = 94419, + [SMALL_STATE(2009)] = 94462, + [SMALL_STATE(2010)] = 94505, + [SMALL_STATE(2011)] = 94548, + [SMALL_STATE(2012)] = 94591, + [SMALL_STATE(2013)] = 94634, + [SMALL_STATE(2014)] = 94677, + [SMALL_STATE(2015)] = 94720, + [SMALL_STATE(2016)] = 94763, + [SMALL_STATE(2017)] = 94806, + [SMALL_STATE(2018)] = 94849, + [SMALL_STATE(2019)] = 94892, + [SMALL_STATE(2020)] = 94935, + [SMALL_STATE(2021)] = 94978, + [SMALL_STATE(2022)] = 95021, + [SMALL_STATE(2023)] = 95064, + [SMALL_STATE(2024)] = 95107, + [SMALL_STATE(2025)] = 95150, + [SMALL_STATE(2026)] = 95193, + [SMALL_STATE(2027)] = 95236, + [SMALL_STATE(2028)] = 95279, + [SMALL_STATE(2029)] = 95322, + [SMALL_STATE(2030)] = 95365, + [SMALL_STATE(2031)] = 95408, + [SMALL_STATE(2032)] = 95451, + [SMALL_STATE(2033)] = 95494, + [SMALL_STATE(2034)] = 95537, + [SMALL_STATE(2035)] = 95580, + [SMALL_STATE(2036)] = 95623, + [SMALL_STATE(2037)] = 95666, + [SMALL_STATE(2038)] = 95709, + [SMALL_STATE(2039)] = 95752, + [SMALL_STATE(2040)] = 95795, + [SMALL_STATE(2041)] = 95838, + [SMALL_STATE(2042)] = 95881, + [SMALL_STATE(2043)] = 95924, + [SMALL_STATE(2044)] = 95967, + [SMALL_STATE(2045)] = 96010, + [SMALL_STATE(2046)] = 96053, + [SMALL_STATE(2047)] = 96096, + [SMALL_STATE(2048)] = 96139, + [SMALL_STATE(2049)] = 96182, + [SMALL_STATE(2050)] = 96225, + [SMALL_STATE(2051)] = 96268, + [SMALL_STATE(2052)] = 96311, + [SMALL_STATE(2053)] = 96354, + [SMALL_STATE(2054)] = 96397, + [SMALL_STATE(2055)] = 96440, + [SMALL_STATE(2056)] = 96483, + [SMALL_STATE(2057)] = 96526, + [SMALL_STATE(2058)] = 96569, + [SMALL_STATE(2059)] = 96612, + [SMALL_STATE(2060)] = 96655, + [SMALL_STATE(2061)] = 96698, + [SMALL_STATE(2062)] = 96741, + [SMALL_STATE(2063)] = 96784, + [SMALL_STATE(2064)] = 96827, + [SMALL_STATE(2065)] = 96870, + [SMALL_STATE(2066)] = 96913, + [SMALL_STATE(2067)] = 96956, + [SMALL_STATE(2068)] = 96999, + [SMALL_STATE(2069)] = 97042, + [SMALL_STATE(2070)] = 97085, + [SMALL_STATE(2071)] = 97128, + [SMALL_STATE(2072)] = 97171, + [SMALL_STATE(2073)] = 97214, + [SMALL_STATE(2074)] = 97257, + [SMALL_STATE(2075)] = 97300, + [SMALL_STATE(2076)] = 97343, + [SMALL_STATE(2077)] = 97386, + [SMALL_STATE(2078)] = 97429, + [SMALL_STATE(2079)] = 97472, + [SMALL_STATE(2080)] = 97515, + [SMALL_STATE(2081)] = 97558, + [SMALL_STATE(2082)] = 97601, + [SMALL_STATE(2083)] = 97644, + [SMALL_STATE(2084)] = 97687, + [SMALL_STATE(2085)] = 97730, + [SMALL_STATE(2086)] = 97773, + [SMALL_STATE(2087)] = 97816, + [SMALL_STATE(2088)] = 97859, + [SMALL_STATE(2089)] = 97902, + [SMALL_STATE(2090)] = 97945, + [SMALL_STATE(2091)] = 97988, + [SMALL_STATE(2092)] = 98031, + [SMALL_STATE(2093)] = 98074, + [SMALL_STATE(2094)] = 98121, + [SMALL_STATE(2095)] = 98168, + [SMALL_STATE(2096)] = 98215, + [SMALL_STATE(2097)] = 98262, + [SMALL_STATE(2098)] = 98309, + [SMALL_STATE(2099)] = 98356, + [SMALL_STATE(2100)] = 98403, + [SMALL_STATE(2101)] = 98450, + [SMALL_STATE(2102)] = 98497, + [SMALL_STATE(2103)] = 98544, + [SMALL_STATE(2104)] = 98591, + [SMALL_STATE(2105)] = 98638, + [SMALL_STATE(2106)] = 98685, + [SMALL_STATE(2107)] = 98732, + [SMALL_STATE(2108)] = 98779, + [SMALL_STATE(2109)] = 98826, + [SMALL_STATE(2110)] = 98873, + [SMALL_STATE(2111)] = 98920, + [SMALL_STATE(2112)] = 98967, + [SMALL_STATE(2113)] = 99014, [SMALL_STATE(2114)] = 99061, - [SMALL_STATE(2115)] = 99104, - [SMALL_STATE(2116)] = 99147, - [SMALL_STATE(2117)] = 99190, - [SMALL_STATE(2118)] = 99233, - [SMALL_STATE(2119)] = 99276, - [SMALL_STATE(2120)] = 99319, - [SMALL_STATE(2121)] = 99362, - [SMALL_STATE(2122)] = 99405, - [SMALL_STATE(2123)] = 99448, - [SMALL_STATE(2124)] = 99491, - [SMALL_STATE(2125)] = 99534, - [SMALL_STATE(2126)] = 99577, - [SMALL_STATE(2127)] = 99620, - [SMALL_STATE(2128)] = 99663, - [SMALL_STATE(2129)] = 99706, - [SMALL_STATE(2130)] = 99749, - [SMALL_STATE(2131)] = 99792, - [SMALL_STATE(2132)] = 99835, - [SMALL_STATE(2133)] = 99878, - [SMALL_STATE(2134)] = 99921, - [SMALL_STATE(2135)] = 99964, - [SMALL_STATE(2136)] = 100007, - [SMALL_STATE(2137)] = 100050, - [SMALL_STATE(2138)] = 100093, - [SMALL_STATE(2139)] = 100136, - [SMALL_STATE(2140)] = 100179, - [SMALL_STATE(2141)] = 100222, - [SMALL_STATE(2142)] = 100265, - [SMALL_STATE(2143)] = 100308, - [SMALL_STATE(2144)] = 100351, - [SMALL_STATE(2145)] = 100394, - [SMALL_STATE(2146)] = 100437, - [SMALL_STATE(2147)] = 100480, - [SMALL_STATE(2148)] = 100523, - [SMALL_STATE(2149)] = 100566, - [SMALL_STATE(2150)] = 100609, - [SMALL_STATE(2151)] = 100652, - [SMALL_STATE(2152)] = 100695, - [SMALL_STATE(2153)] = 100738, - [SMALL_STATE(2154)] = 100781, - [SMALL_STATE(2155)] = 100824, - [SMALL_STATE(2156)] = 100867, - [SMALL_STATE(2157)] = 100910, - [SMALL_STATE(2158)] = 100953, - [SMALL_STATE(2159)] = 100996, - [SMALL_STATE(2160)] = 101039, - [SMALL_STATE(2161)] = 101082, - [SMALL_STATE(2162)] = 101125, - [SMALL_STATE(2163)] = 101168, - [SMALL_STATE(2164)] = 101211, - [SMALL_STATE(2165)] = 101254, - [SMALL_STATE(2166)] = 101297, - [SMALL_STATE(2167)] = 101340, - [SMALL_STATE(2168)] = 101383, - [SMALL_STATE(2169)] = 101426, - [SMALL_STATE(2170)] = 101469, - [SMALL_STATE(2171)] = 101512, - [SMALL_STATE(2172)] = 101555, - [SMALL_STATE(2173)] = 101598, - [SMALL_STATE(2174)] = 101641, - [SMALL_STATE(2175)] = 101684, - [SMALL_STATE(2176)] = 101727, - [SMALL_STATE(2177)] = 101770, - [SMALL_STATE(2178)] = 101813, - [SMALL_STATE(2179)] = 101856, - [SMALL_STATE(2180)] = 101899, - [SMALL_STATE(2181)] = 101942, - [SMALL_STATE(2182)] = 101985, - [SMALL_STATE(2183)] = 102028, - [SMALL_STATE(2184)] = 102071, - [SMALL_STATE(2185)] = 102114, - [SMALL_STATE(2186)] = 102157, - [SMALL_STATE(2187)] = 102200, - [SMALL_STATE(2188)] = 102243, - [SMALL_STATE(2189)] = 102286, - [SMALL_STATE(2190)] = 102329, - [SMALL_STATE(2191)] = 102372, - [SMALL_STATE(2192)] = 102415, - [SMALL_STATE(2193)] = 102458, - [SMALL_STATE(2194)] = 102501, - [SMALL_STATE(2195)] = 102544, - [SMALL_STATE(2196)] = 102587, - [SMALL_STATE(2197)] = 102630, - [SMALL_STATE(2198)] = 102673, - [SMALL_STATE(2199)] = 102716, - [SMALL_STATE(2200)] = 102759, - [SMALL_STATE(2201)] = 102802, - [SMALL_STATE(2202)] = 102845, - [SMALL_STATE(2203)] = 102888, - [SMALL_STATE(2204)] = 102931, - [SMALL_STATE(2205)] = 102974, - [SMALL_STATE(2206)] = 103017, - [SMALL_STATE(2207)] = 103060, - [SMALL_STATE(2208)] = 103103, - [SMALL_STATE(2209)] = 103146, - [SMALL_STATE(2210)] = 103189, - [SMALL_STATE(2211)] = 103232, - [SMALL_STATE(2212)] = 103275, - [SMALL_STATE(2213)] = 103318, - [SMALL_STATE(2214)] = 103361, - [SMALL_STATE(2215)] = 103404, - [SMALL_STATE(2216)] = 103447, - [SMALL_STATE(2217)] = 103490, - [SMALL_STATE(2218)] = 103533, - [SMALL_STATE(2219)] = 103576, - [SMALL_STATE(2220)] = 103619, - [SMALL_STATE(2221)] = 103662, - [SMALL_STATE(2222)] = 103705, - [SMALL_STATE(2223)] = 103748, - [SMALL_STATE(2224)] = 103791, - [SMALL_STATE(2225)] = 103834, - [SMALL_STATE(2226)] = 103877, - [SMALL_STATE(2227)] = 103920, - [SMALL_STATE(2228)] = 103963, - [SMALL_STATE(2229)] = 104006, - [SMALL_STATE(2230)] = 104049, - [SMALL_STATE(2231)] = 104092, - [SMALL_STATE(2232)] = 104135, - [SMALL_STATE(2233)] = 104178, - [SMALL_STATE(2234)] = 104221, - [SMALL_STATE(2235)] = 104264, - [SMALL_STATE(2236)] = 104307, - [SMALL_STATE(2237)] = 104350, - [SMALL_STATE(2238)] = 104393, - [SMALL_STATE(2239)] = 104436, - [SMALL_STATE(2240)] = 104479, - [SMALL_STATE(2241)] = 104522, - [SMALL_STATE(2242)] = 104565, - [SMALL_STATE(2243)] = 104608, - [SMALL_STATE(2244)] = 104651, - [SMALL_STATE(2245)] = 104694, - [SMALL_STATE(2246)] = 104737, - [SMALL_STATE(2247)] = 104780, - [SMALL_STATE(2248)] = 104823, - [SMALL_STATE(2249)] = 104866, - [SMALL_STATE(2250)] = 104909, - [SMALL_STATE(2251)] = 104952, - [SMALL_STATE(2252)] = 104995, - [SMALL_STATE(2253)] = 105038, - [SMALL_STATE(2254)] = 105081, - [SMALL_STATE(2255)] = 105124, - [SMALL_STATE(2256)] = 105167, - [SMALL_STATE(2257)] = 105210, - [SMALL_STATE(2258)] = 105253, - [SMALL_STATE(2259)] = 105296, - [SMALL_STATE(2260)] = 105339, - [SMALL_STATE(2261)] = 105382, - [SMALL_STATE(2262)] = 105425, - [SMALL_STATE(2263)] = 105468, - [SMALL_STATE(2264)] = 105511, - [SMALL_STATE(2265)] = 105554, - [SMALL_STATE(2266)] = 105597, - [SMALL_STATE(2267)] = 105640, - [SMALL_STATE(2268)] = 105683, - [SMALL_STATE(2269)] = 105726, - [SMALL_STATE(2270)] = 105769, - [SMALL_STATE(2271)] = 105812, - [SMALL_STATE(2272)] = 105855, - [SMALL_STATE(2273)] = 105898, - [SMALL_STATE(2274)] = 105941, - [SMALL_STATE(2275)] = 105984, - [SMALL_STATE(2276)] = 106027, - [SMALL_STATE(2277)] = 106070, - [SMALL_STATE(2278)] = 106113, - [SMALL_STATE(2279)] = 106156, - [SMALL_STATE(2280)] = 106199, - [SMALL_STATE(2281)] = 106242, - [SMALL_STATE(2282)] = 106285, - [SMALL_STATE(2283)] = 106328, - [SMALL_STATE(2284)] = 106371, - [SMALL_STATE(2285)] = 106414, - [SMALL_STATE(2286)] = 106457, - [SMALL_STATE(2287)] = 106500, - [SMALL_STATE(2288)] = 106543, - [SMALL_STATE(2289)] = 106586, - [SMALL_STATE(2290)] = 106629, - [SMALL_STATE(2291)] = 106672, - [SMALL_STATE(2292)] = 106715, - [SMALL_STATE(2293)] = 106758, - [SMALL_STATE(2294)] = 106801, - [SMALL_STATE(2295)] = 106844, - [SMALL_STATE(2296)] = 106887, - [SMALL_STATE(2297)] = 106930, - [SMALL_STATE(2298)] = 106973, - [SMALL_STATE(2299)] = 107016, - [SMALL_STATE(2300)] = 107059, - [SMALL_STATE(2301)] = 107102, - [SMALL_STATE(2302)] = 107145, - [SMALL_STATE(2303)] = 107188, - [SMALL_STATE(2304)] = 107233, - [SMALL_STATE(2305)] = 107276, - [SMALL_STATE(2306)] = 107319, - [SMALL_STATE(2307)] = 107362, - [SMALL_STATE(2308)] = 107405, - [SMALL_STATE(2309)] = 107448, - [SMALL_STATE(2310)] = 107491, - [SMALL_STATE(2311)] = 107534, - [SMALL_STATE(2312)] = 107577, - [SMALL_STATE(2313)] = 107620, - [SMALL_STATE(2314)] = 107663, - [SMALL_STATE(2315)] = 107706, - [SMALL_STATE(2316)] = 107749, - [SMALL_STATE(2317)] = 107792, - [SMALL_STATE(2318)] = 107835, - [SMALL_STATE(2319)] = 107878, - [SMALL_STATE(2320)] = 107921, - [SMALL_STATE(2321)] = 107964, - [SMALL_STATE(2322)] = 108007, - [SMALL_STATE(2323)] = 108050, - [SMALL_STATE(2324)] = 108093, - [SMALL_STATE(2325)] = 108136, - [SMALL_STATE(2326)] = 108179, - [SMALL_STATE(2327)] = 108222, - [SMALL_STATE(2328)] = 108265, - [SMALL_STATE(2329)] = 108308, - [SMALL_STATE(2330)] = 108351, - [SMALL_STATE(2331)] = 108394, - [SMALL_STATE(2332)] = 108437, - [SMALL_STATE(2333)] = 108480, - [SMALL_STATE(2334)] = 108522, - [SMALL_STATE(2335)] = 108564, - [SMALL_STATE(2336)] = 108606, - [SMALL_STATE(2337)] = 108648, - [SMALL_STATE(2338)] = 108690, - [SMALL_STATE(2339)] = 108732, - [SMALL_STATE(2340)] = 108774, - [SMALL_STATE(2341)] = 108816, - [SMALL_STATE(2342)] = 108858, - [SMALL_STATE(2343)] = 108900, - [SMALL_STATE(2344)] = 108942, - [SMALL_STATE(2345)] = 108984, - [SMALL_STATE(2346)] = 109026, - [SMALL_STATE(2347)] = 109068, - [SMALL_STATE(2348)] = 109110, - [SMALL_STATE(2349)] = 109152, - [SMALL_STATE(2350)] = 109194, - [SMALL_STATE(2351)] = 109238, - [SMALL_STATE(2352)] = 109280, - [SMALL_STATE(2353)] = 109322, - [SMALL_STATE(2354)] = 109364, - [SMALL_STATE(2355)] = 109406, - [SMALL_STATE(2356)] = 109448, - [SMALL_STATE(2357)] = 109490, - [SMALL_STATE(2358)] = 109532, - [SMALL_STATE(2359)] = 109574, - [SMALL_STATE(2360)] = 109616, - [SMALL_STATE(2361)] = 109658, - [SMALL_STATE(2362)] = 109700, - [SMALL_STATE(2363)] = 109742, - [SMALL_STATE(2364)] = 109784, - [SMALL_STATE(2365)] = 109826, - [SMALL_STATE(2366)] = 109868, - [SMALL_STATE(2367)] = 109910, - [SMALL_STATE(2368)] = 109952, - [SMALL_STATE(2369)] = 109994, - [SMALL_STATE(2370)] = 110036, - [SMALL_STATE(2371)] = 110078, - [SMALL_STATE(2372)] = 110120, - [SMALL_STATE(2373)] = 110162, - [SMALL_STATE(2374)] = 110204, - [SMALL_STATE(2375)] = 110246, - [SMALL_STATE(2376)] = 110288, - [SMALL_STATE(2377)] = 110330, - [SMALL_STATE(2378)] = 110372, - [SMALL_STATE(2379)] = 110414, - [SMALL_STATE(2380)] = 110456, - [SMALL_STATE(2381)] = 110498, - [SMALL_STATE(2382)] = 110540, - [SMALL_STATE(2383)] = 110582, - [SMALL_STATE(2384)] = 110624, - [SMALL_STATE(2385)] = 110666, - [SMALL_STATE(2386)] = 110708, - [SMALL_STATE(2387)] = 110750, - [SMALL_STATE(2388)] = 110792, - [SMALL_STATE(2389)] = 110834, - [SMALL_STATE(2390)] = 110876, - [SMALL_STATE(2391)] = 110918, - [SMALL_STATE(2392)] = 110960, - [SMALL_STATE(2393)] = 111002, - [SMALL_STATE(2394)] = 111044, - [SMALL_STATE(2395)] = 111086, - [SMALL_STATE(2396)] = 111128, - [SMALL_STATE(2397)] = 111170, - [SMALL_STATE(2398)] = 111212, - [SMALL_STATE(2399)] = 111254, - [SMALL_STATE(2400)] = 111296, - [SMALL_STATE(2401)] = 111338, - [SMALL_STATE(2402)] = 111380, - [SMALL_STATE(2403)] = 111422, - [SMALL_STATE(2404)] = 111464, - [SMALL_STATE(2405)] = 111505, - [SMALL_STATE(2406)] = 111557, - [SMALL_STATE(2407)] = 111609, - [SMALL_STATE(2408)] = 111661, - [SMALL_STATE(2409)] = 111713, - [SMALL_STATE(2410)] = 111765, - [SMALL_STATE(2411)] = 111810, - [SMALL_STATE(2412)] = 111855, - [SMALL_STATE(2413)] = 111899, - [SMALL_STATE(2414)] = 111943, - [SMALL_STATE(2415)] = 111987, - [SMALL_STATE(2416)] = 112031, - [SMALL_STATE(2417)] = 112075, - [SMALL_STATE(2418)] = 112119, - [SMALL_STATE(2419)] = 112163, - [SMALL_STATE(2420)] = 112207, - [SMALL_STATE(2421)] = 112251, - [SMALL_STATE(2422)] = 112295, - [SMALL_STATE(2423)] = 112339, - [SMALL_STATE(2424)] = 112383, - [SMALL_STATE(2425)] = 112427, - [SMALL_STATE(2426)] = 112471, - [SMALL_STATE(2427)] = 112515, - [SMALL_STATE(2428)] = 112559, - [SMALL_STATE(2429)] = 112603, - [SMALL_STATE(2430)] = 112647, - [SMALL_STATE(2431)] = 112691, - [SMALL_STATE(2432)] = 112735, - [SMALL_STATE(2433)] = 112779, - [SMALL_STATE(2434)] = 112823, - [SMALL_STATE(2435)] = 112867, - [SMALL_STATE(2436)] = 112911, - [SMALL_STATE(2437)] = 112955, - [SMALL_STATE(2438)] = 112999, - [SMALL_STATE(2439)] = 113043, - [SMALL_STATE(2440)] = 113087, - [SMALL_STATE(2441)] = 113131, - [SMALL_STATE(2442)] = 113175, - [SMALL_STATE(2443)] = 113219, - [SMALL_STATE(2444)] = 113263, - [SMALL_STATE(2445)] = 113307, - [SMALL_STATE(2446)] = 113351, - [SMALL_STATE(2447)] = 113395, - [SMALL_STATE(2448)] = 113439, - [SMALL_STATE(2449)] = 113483, - [SMALL_STATE(2450)] = 113527, - [SMALL_STATE(2451)] = 113571, - [SMALL_STATE(2452)] = 113615, - [SMALL_STATE(2453)] = 113659, - [SMALL_STATE(2454)] = 113703, - [SMALL_STATE(2455)] = 113747, - [SMALL_STATE(2456)] = 113791, - [SMALL_STATE(2457)] = 113835, - [SMALL_STATE(2458)] = 113879, - [SMALL_STATE(2459)] = 113923, - [SMALL_STATE(2460)] = 113967, - [SMALL_STATE(2461)] = 114011, - [SMALL_STATE(2462)] = 114055, - [SMALL_STATE(2463)] = 114099, - [SMALL_STATE(2464)] = 114143, - [SMALL_STATE(2465)] = 114187, - [SMALL_STATE(2466)] = 114231, - [SMALL_STATE(2467)] = 114275, - [SMALL_STATE(2468)] = 114319, - [SMALL_STATE(2469)] = 114363, - [SMALL_STATE(2470)] = 114407, - [SMALL_STATE(2471)] = 114451, - [SMALL_STATE(2472)] = 114495, - [SMALL_STATE(2473)] = 114539, - [SMALL_STATE(2474)] = 114583, - [SMALL_STATE(2475)] = 114627, - [SMALL_STATE(2476)] = 114671, - [SMALL_STATE(2477)] = 114715, - [SMALL_STATE(2478)] = 114759, - [SMALL_STATE(2479)] = 114803, - [SMALL_STATE(2480)] = 114847, - [SMALL_STATE(2481)] = 114891, - [SMALL_STATE(2482)] = 114935, - [SMALL_STATE(2483)] = 114979, - [SMALL_STATE(2484)] = 115023, - [SMALL_STATE(2485)] = 115066, - [SMALL_STATE(2486)] = 115109, - [SMALL_STATE(2487)] = 115152, - [SMALL_STATE(2488)] = 115195, - [SMALL_STATE(2489)] = 115238, - [SMALL_STATE(2490)] = 115281, - [SMALL_STATE(2491)] = 115324, - [SMALL_STATE(2492)] = 115367, - [SMALL_STATE(2493)] = 115410, - [SMALL_STATE(2494)] = 115453, - [SMALL_STATE(2495)] = 115496, - [SMALL_STATE(2496)] = 115539, - [SMALL_STATE(2497)] = 115582, - [SMALL_STATE(2498)] = 115625, - [SMALL_STATE(2499)] = 115668, - [SMALL_STATE(2500)] = 115711, - [SMALL_STATE(2501)] = 115754, - [SMALL_STATE(2502)] = 115791, - [SMALL_STATE(2503)] = 115828, - [SMALL_STATE(2504)] = 115865, - [SMALL_STATE(2505)] = 115902, - [SMALL_STATE(2506)] = 115939, - [SMALL_STATE(2507)] = 115976, - [SMALL_STATE(2508)] = 116011, - [SMALL_STATE(2509)] = 116048, - [SMALL_STATE(2510)] = 116085, - [SMALL_STATE(2511)] = 116122, - [SMALL_STATE(2512)] = 116159, - [SMALL_STATE(2513)] = 116194, - [SMALL_STATE(2514)] = 116231, - [SMALL_STATE(2515)] = 116268, - [SMALL_STATE(2516)] = 116305, - [SMALL_STATE(2517)] = 116342, - [SMALL_STATE(2518)] = 116379, - [SMALL_STATE(2519)] = 116416, - [SMALL_STATE(2520)] = 116453, - [SMALL_STATE(2521)] = 116488, - [SMALL_STATE(2522)] = 116521, - [SMALL_STATE(2523)] = 116540, - [SMALL_STATE(2524)] = 116561, - [SMALL_STATE(2525)] = 116580, - [SMALL_STATE(2526)] = 116601, - [SMALL_STATE(2527)] = 116617, - [SMALL_STATE(2528)] = 116635, - [SMALL_STATE(2529)] = 116667, - [SMALL_STATE(2530)] = 116699, - [SMALL_STATE(2531)] = 116731, - [SMALL_STATE(2532)] = 116763, - [SMALL_STATE(2533)] = 116795, - [SMALL_STATE(2534)] = 116821, - [SMALL_STATE(2535)] = 116853, - [SMALL_STATE(2536)] = 116869, - [SMALL_STATE(2537)] = 116901, - [SMALL_STATE(2538)] = 116927, - [SMALL_STATE(2539)] = 116959, - [SMALL_STATE(2540)] = 116991, - [SMALL_STATE(2541)] = 117017, - [SMALL_STATE(2542)] = 117049, - [SMALL_STATE(2543)] = 117081, - [SMALL_STATE(2544)] = 117113, - [SMALL_STATE(2545)] = 117145, - [SMALL_STATE(2546)] = 117163, - [SMALL_STATE(2547)] = 117195, - [SMALL_STATE(2548)] = 117227, - [SMALL_STATE(2549)] = 117259, - [SMALL_STATE(2550)] = 117285, - [SMALL_STATE(2551)] = 117300, - [SMALL_STATE(2552)] = 117319, - [SMALL_STATE(2553)] = 117336, - [SMALL_STATE(2554)] = 117351, - [SMALL_STATE(2555)] = 117375, - [SMALL_STATE(2556)] = 117401, - [SMALL_STATE(2557)] = 117427, - [SMALL_STATE(2558)] = 117453, - [SMALL_STATE(2559)] = 117479, - [SMALL_STATE(2560)] = 117505, - [SMALL_STATE(2561)] = 117531, - [SMALL_STATE(2562)] = 117557, - [SMALL_STATE(2563)] = 117583, - [SMALL_STATE(2564)] = 117609, - [SMALL_STATE(2565)] = 117635, - [SMALL_STATE(2566)] = 117661, - [SMALL_STATE(2567)] = 117687, - [SMALL_STATE(2568)] = 117713, - [SMALL_STATE(2569)] = 117739, - [SMALL_STATE(2570)] = 117765, - [SMALL_STATE(2571)] = 117781, - [SMALL_STATE(2572)] = 117807, - [SMALL_STATE(2573)] = 117833, - [SMALL_STATE(2574)] = 117859, - [SMALL_STATE(2575)] = 117885, - [SMALL_STATE(2576)] = 117911, - [SMALL_STATE(2577)] = 117937, - [SMALL_STATE(2578)] = 117961, - [SMALL_STATE(2579)] = 117987, - [SMALL_STATE(2580)] = 118013, - [SMALL_STATE(2581)] = 118039, - [SMALL_STATE(2582)] = 118065, - [SMALL_STATE(2583)] = 118091, - [SMALL_STATE(2584)] = 118117, - [SMALL_STATE(2585)] = 118143, - [SMALL_STATE(2586)] = 118169, - [SMALL_STATE(2587)] = 118193, - [SMALL_STATE(2588)] = 118219, - [SMALL_STATE(2589)] = 118245, - [SMALL_STATE(2590)] = 118271, - [SMALL_STATE(2591)] = 118297, - [SMALL_STATE(2592)] = 118323, - [SMALL_STATE(2593)] = 118349, - [SMALL_STATE(2594)] = 118363, - [SMALL_STATE(2595)] = 118389, - [SMALL_STATE(2596)] = 118415, - [SMALL_STATE(2597)] = 118439, - [SMALL_STATE(2598)] = 118465, - [SMALL_STATE(2599)] = 118491, - [SMALL_STATE(2600)] = 118517, - [SMALL_STATE(2601)] = 118543, - [SMALL_STATE(2602)] = 118569, - [SMALL_STATE(2603)] = 118595, - [SMALL_STATE(2604)] = 118621, - [SMALL_STATE(2605)] = 118647, - [SMALL_STATE(2606)] = 118673, - [SMALL_STATE(2607)] = 118699, - [SMALL_STATE(2608)] = 118725, - [SMALL_STATE(2609)] = 118746, - [SMALL_STATE(2610)] = 118767, - [SMALL_STATE(2611)] = 118780, - [SMALL_STATE(2612)] = 118801, - [SMALL_STATE(2613)] = 118826, - [SMALL_STATE(2614)] = 118843, - [SMALL_STATE(2615)] = 118868, - [SMALL_STATE(2616)] = 118889, - [SMALL_STATE(2617)] = 118904, - [SMALL_STATE(2618)] = 118921, - [SMALL_STATE(2619)] = 118942, - [SMALL_STATE(2620)] = 118955, - [SMALL_STATE(2621)] = 118980, - [SMALL_STATE(2622)] = 118996, - [SMALL_STATE(2623)] = 119014, - [SMALL_STATE(2624)] = 119034, - [SMALL_STATE(2625)] = 119052, - [SMALL_STATE(2626)] = 119068, - [SMALL_STATE(2627)] = 119088, - [SMALL_STATE(2628)] = 119106, - [SMALL_STATE(2629)] = 119126, - [SMALL_STATE(2630)] = 119140, - [SMALL_STATE(2631)] = 119158, - [SMALL_STATE(2632)] = 119174, - [SMALL_STATE(2633)] = 119194, - [SMALL_STATE(2634)] = 119214, - [SMALL_STATE(2635)] = 119234, - [SMALL_STATE(2636)] = 119250, - [SMALL_STATE(2637)] = 119270, - [SMALL_STATE(2638)] = 119280, - [SMALL_STATE(2639)] = 119300, - [SMALL_STATE(2640)] = 119320, - [SMALL_STATE(2641)] = 119330, - [SMALL_STATE(2642)] = 119347, - [SMALL_STATE(2643)] = 119366, - [SMALL_STATE(2644)] = 119383, - [SMALL_STATE(2645)] = 119400, - [SMALL_STATE(2646)] = 119417, - [SMALL_STATE(2647)] = 119434, - [SMALL_STATE(2648)] = 119451, - [SMALL_STATE(2649)] = 119466, - [SMALL_STATE(2650)] = 119485, - [SMALL_STATE(2651)] = 119504, - [SMALL_STATE(2652)] = 119519, - [SMALL_STATE(2653)] = 119536, - [SMALL_STATE(2654)] = 119555, - [SMALL_STATE(2655)] = 119574, - [SMALL_STATE(2656)] = 119591, - [SMALL_STATE(2657)] = 119608, - [SMALL_STATE(2658)] = 119627, - [SMALL_STATE(2659)] = 119646, - [SMALL_STATE(2660)] = 119665, - [SMALL_STATE(2661)] = 119684, - [SMALL_STATE(2662)] = 119703, - [SMALL_STATE(2663)] = 119722, - [SMALL_STATE(2664)] = 119733, - [SMALL_STATE(2665)] = 119742, - [SMALL_STATE(2666)] = 119761, - [SMALL_STATE(2667)] = 119778, - [SMALL_STATE(2668)] = 119797, - [SMALL_STATE(2669)] = 119814, - [SMALL_STATE(2670)] = 119831, - [SMALL_STATE(2671)] = 119842, - [SMALL_STATE(2672)] = 119851, - [SMALL_STATE(2673)] = 119870, - [SMALL_STATE(2674)] = 119889, - [SMALL_STATE(2675)] = 119906, - [SMALL_STATE(2676)] = 119925, - [SMALL_STATE(2677)] = 119944, - [SMALL_STATE(2678)] = 119961, - [SMALL_STATE(2679)] = 119980, - [SMALL_STATE(2680)] = 119999, - [SMALL_STATE(2681)] = 120018, - [SMALL_STATE(2682)] = 120037, - [SMALL_STATE(2683)] = 120056, - [SMALL_STATE(2684)] = 120075, - [SMALL_STATE(2685)] = 120094, - [SMALL_STATE(2686)] = 120113, - [SMALL_STATE(2687)] = 120132, - [SMALL_STATE(2688)] = 120151, - [SMALL_STATE(2689)] = 120170, - [SMALL_STATE(2690)] = 120187, - [SMALL_STATE(2691)] = 120206, - [SMALL_STATE(2692)] = 120225, - [SMALL_STATE(2693)] = 120244, - [SMALL_STATE(2694)] = 120263, - [SMALL_STATE(2695)] = 120282, - [SMALL_STATE(2696)] = 120301, - [SMALL_STATE(2697)] = 120320, - [SMALL_STATE(2698)] = 120339, - [SMALL_STATE(2699)] = 120358, - [SMALL_STATE(2700)] = 120377, - [SMALL_STATE(2701)] = 120396, - [SMALL_STATE(2702)] = 120415, - [SMALL_STATE(2703)] = 120434, - [SMALL_STATE(2704)] = 120453, - [SMALL_STATE(2705)] = 120472, - [SMALL_STATE(2706)] = 120489, - [SMALL_STATE(2707)] = 120508, - [SMALL_STATE(2708)] = 120527, - [SMALL_STATE(2709)] = 120546, - [SMALL_STATE(2710)] = 120565, - [SMALL_STATE(2711)] = 120584, - [SMALL_STATE(2712)] = 120603, - [SMALL_STATE(2713)] = 120622, - [SMALL_STATE(2714)] = 120641, - [SMALL_STATE(2715)] = 120660, - [SMALL_STATE(2716)] = 120679, - [SMALL_STATE(2717)] = 120698, - [SMALL_STATE(2718)] = 120717, - [SMALL_STATE(2719)] = 120736, - [SMALL_STATE(2720)] = 120755, - [SMALL_STATE(2721)] = 120774, - [SMALL_STATE(2722)] = 120793, - [SMALL_STATE(2723)] = 120806, - [SMALL_STATE(2724)] = 120823, - [SMALL_STATE(2725)] = 120840, - [SMALL_STATE(2726)] = 120859, - [SMALL_STATE(2727)] = 120878, - [SMALL_STATE(2728)] = 120897, - [SMALL_STATE(2729)] = 120916, - [SMALL_STATE(2730)] = 120933, - [SMALL_STATE(2731)] = 120950, - [SMALL_STATE(2732)] = 120969, - [SMALL_STATE(2733)] = 120988, - [SMALL_STATE(2734)] = 121007, - [SMALL_STATE(2735)] = 121026, - [SMALL_STATE(2736)] = 121045, - [SMALL_STATE(2737)] = 121064, - [SMALL_STATE(2738)] = 121083, - [SMALL_STATE(2739)] = 121102, - [SMALL_STATE(2740)] = 121111, - [SMALL_STATE(2741)] = 121130, - [SMALL_STATE(2742)] = 121149, - [SMALL_STATE(2743)] = 121168, - [SMALL_STATE(2744)] = 121187, - [SMALL_STATE(2745)] = 121206, - [SMALL_STATE(2746)] = 121225, - [SMALL_STATE(2747)] = 121244, - [SMALL_STATE(2748)] = 121263, - [SMALL_STATE(2749)] = 121282, - [SMALL_STATE(2750)] = 121301, - [SMALL_STATE(2751)] = 121320, - [SMALL_STATE(2752)] = 121339, - [SMALL_STATE(2753)] = 121355, - [SMALL_STATE(2754)] = 121369, - [SMALL_STATE(2755)] = 121381, - [SMALL_STATE(2756)] = 121397, - [SMALL_STATE(2757)] = 121411, - [SMALL_STATE(2758)] = 121427, - [SMALL_STATE(2759)] = 121441, - [SMALL_STATE(2760)] = 121457, - [SMALL_STATE(2761)] = 121471, - [SMALL_STATE(2762)] = 121487, - [SMALL_STATE(2763)] = 121503, - [SMALL_STATE(2764)] = 121519, - [SMALL_STATE(2765)] = 121533, - [SMALL_STATE(2766)] = 121549, - [SMALL_STATE(2767)] = 121557, - [SMALL_STATE(2768)] = 121571, - [SMALL_STATE(2769)] = 121585, - [SMALL_STATE(2770)] = 121601, - [SMALL_STATE(2771)] = 121615, - [SMALL_STATE(2772)] = 121631, - [SMALL_STATE(2773)] = 121647, - [SMALL_STATE(2774)] = 121663, - [SMALL_STATE(2775)] = 121677, - [SMALL_STATE(2776)] = 121689, - [SMALL_STATE(2777)] = 121703, - [SMALL_STATE(2778)] = 121715, - [SMALL_STATE(2779)] = 121731, - [SMALL_STATE(2780)] = 121745, - [SMALL_STATE(2781)] = 121761, - [SMALL_STATE(2782)] = 121777, - [SMALL_STATE(2783)] = 121793, - [SMALL_STATE(2784)] = 121809, - [SMALL_STATE(2785)] = 121823, - [SMALL_STATE(2786)] = 121837, - [SMALL_STATE(2787)] = 121853, - [SMALL_STATE(2788)] = 121867, - [SMALL_STATE(2789)] = 121883, - [SMALL_STATE(2790)] = 121899, - [SMALL_STATE(2791)] = 121915, - [SMALL_STATE(2792)] = 121931, - [SMALL_STATE(2793)] = 121947, - [SMALL_STATE(2794)] = 121961, - [SMALL_STATE(2795)] = 121975, - [SMALL_STATE(2796)] = 121989, - [SMALL_STATE(2797)] = 122005, - [SMALL_STATE(2798)] = 122019, - [SMALL_STATE(2799)] = 122035, - [SMALL_STATE(2800)] = 122051, - [SMALL_STATE(2801)] = 122067, - [SMALL_STATE(2802)] = 122081, - [SMALL_STATE(2803)] = 122097, - [SMALL_STATE(2804)] = 122111, - [SMALL_STATE(2805)] = 122127, - [SMALL_STATE(2806)] = 122139, - [SMALL_STATE(2807)] = 122155, - [SMALL_STATE(2808)] = 122171, - [SMALL_STATE(2809)] = 122187, - [SMALL_STATE(2810)] = 122201, - [SMALL_STATE(2811)] = 122215, - [SMALL_STATE(2812)] = 122227, - [SMALL_STATE(2813)] = 122243, - [SMALL_STATE(2814)] = 122255, - [SMALL_STATE(2815)] = 122271, - [SMALL_STATE(2816)] = 122287, - [SMALL_STATE(2817)] = 122303, - [SMALL_STATE(2818)] = 122317, - [SMALL_STATE(2819)] = 122325, - [SMALL_STATE(2820)] = 122333, - [SMALL_STATE(2821)] = 122347, - [SMALL_STATE(2822)] = 122355, - [SMALL_STATE(2823)] = 122371, - [SMALL_STATE(2824)] = 122385, - [SMALL_STATE(2825)] = 122401, - [SMALL_STATE(2826)] = 122417, - [SMALL_STATE(2827)] = 122433, - [SMALL_STATE(2828)] = 122445, - [SMALL_STATE(2829)] = 122453, - [SMALL_STATE(2830)] = 122463, - [SMALL_STATE(2831)] = 122477, - [SMALL_STATE(2832)] = 122493, - [SMALL_STATE(2833)] = 122509, - [SMALL_STATE(2834)] = 122525, - [SMALL_STATE(2835)] = 122541, - [SMALL_STATE(2836)] = 122551, - [SMALL_STATE(2837)] = 122567, - [SMALL_STATE(2838)] = 122583, - [SMALL_STATE(2839)] = 122599, - [SMALL_STATE(2840)] = 122613, - [SMALL_STATE(2841)] = 122629, - [SMALL_STATE(2842)] = 122645, - [SMALL_STATE(2843)] = 122661, - [SMALL_STATE(2844)] = 122677, - [SMALL_STATE(2845)] = 122693, - [SMALL_STATE(2846)] = 122705, - [SMALL_STATE(2847)] = 122721, - [SMALL_STATE(2848)] = 122735, - [SMALL_STATE(2849)] = 122747, - [SMALL_STATE(2850)] = 122763, - [SMALL_STATE(2851)] = 122777, - [SMALL_STATE(2852)] = 122793, - [SMALL_STATE(2853)] = 122809, - [SMALL_STATE(2854)] = 122825, - [SMALL_STATE(2855)] = 122837, - [SMALL_STATE(2856)] = 122849, - [SMALL_STATE(2857)] = 122865, - [SMALL_STATE(2858)] = 122879, - [SMALL_STATE(2859)] = 122889, - [SMALL_STATE(2860)] = 122903, - [SMALL_STATE(2861)] = 122919, - [SMALL_STATE(2862)] = 122933, - [SMALL_STATE(2863)] = 122949, - [SMALL_STATE(2864)] = 122965, - [SMALL_STATE(2865)] = 122981, - [SMALL_STATE(2866)] = 122997, - [SMALL_STATE(2867)] = 123011, - [SMALL_STATE(2868)] = 123025, - [SMALL_STATE(2869)] = 123039, - [SMALL_STATE(2870)] = 123053, - [SMALL_STATE(2871)] = 123067, - [SMALL_STATE(2872)] = 123083, - [SMALL_STATE(2873)] = 123097, - [SMALL_STATE(2874)] = 123113, - [SMALL_STATE(2875)] = 123129, - [SMALL_STATE(2876)] = 123145, - [SMALL_STATE(2877)] = 123155, - [SMALL_STATE(2878)] = 123167, - [SMALL_STATE(2879)] = 123183, - [SMALL_STATE(2880)] = 123191, - [SMALL_STATE(2881)] = 123203, - [SMALL_STATE(2882)] = 123219, - [SMALL_STATE(2883)] = 123231, - [SMALL_STATE(2884)] = 123247, - [SMALL_STATE(2885)] = 123263, - [SMALL_STATE(2886)] = 123279, - [SMALL_STATE(2887)] = 123293, - [SMALL_STATE(2888)] = 123309, - [SMALL_STATE(2889)] = 123323, - [SMALL_STATE(2890)] = 123339, - [SMALL_STATE(2891)] = 123355, - [SMALL_STATE(2892)] = 123369, - [SMALL_STATE(2893)] = 123385, - [SMALL_STATE(2894)] = 123401, - [SMALL_STATE(2895)] = 123417, - [SMALL_STATE(2896)] = 123429, - [SMALL_STATE(2897)] = 123441, - [SMALL_STATE(2898)] = 123457, - [SMALL_STATE(2899)] = 123473, - [SMALL_STATE(2900)] = 123487, - [SMALL_STATE(2901)] = 123499, - [SMALL_STATE(2902)] = 123515, - [SMALL_STATE(2903)] = 123531, - [SMALL_STATE(2904)] = 123545, - [SMALL_STATE(2905)] = 123559, - [SMALL_STATE(2906)] = 123575, - [SMALL_STATE(2907)] = 123591, - [SMALL_STATE(2908)] = 123599, - [SMALL_STATE(2909)] = 123613, - [SMALL_STATE(2910)] = 123629, - [SMALL_STATE(2911)] = 123637, - [SMALL_STATE(2912)] = 123648, - [SMALL_STATE(2913)] = 123661, - [SMALL_STATE(2914)] = 123674, - [SMALL_STATE(2915)] = 123687, - [SMALL_STATE(2916)] = 123698, - [SMALL_STATE(2917)] = 123711, - [SMALL_STATE(2918)] = 123718, - [SMALL_STATE(2919)] = 123731, - [SMALL_STATE(2920)] = 123742, - [SMALL_STATE(2921)] = 123755, - [SMALL_STATE(2922)] = 123768, - [SMALL_STATE(2923)] = 123781, - [SMALL_STATE(2924)] = 123790, - [SMALL_STATE(2925)] = 123799, - [SMALL_STATE(2926)] = 123810, - [SMALL_STATE(2927)] = 123821, - [SMALL_STATE(2928)] = 123828, - [SMALL_STATE(2929)] = 123841, - [SMALL_STATE(2930)] = 123854, - [SMALL_STATE(2931)] = 123861, - [SMALL_STATE(2932)] = 123874, - [SMALL_STATE(2933)] = 123887, - [SMALL_STATE(2934)] = 123898, - [SMALL_STATE(2935)] = 123911, - [SMALL_STATE(2936)] = 123922, - [SMALL_STATE(2937)] = 123935, - [SMALL_STATE(2938)] = 123944, - [SMALL_STATE(2939)] = 123955, - [SMALL_STATE(2940)] = 123964, - [SMALL_STATE(2941)] = 123973, - [SMALL_STATE(2942)] = 123982, - [SMALL_STATE(2943)] = 123991, - [SMALL_STATE(2944)] = 124000, - [SMALL_STATE(2945)] = 124009, - [SMALL_STATE(2946)] = 124018, - [SMALL_STATE(2947)] = 124027, - [SMALL_STATE(2948)] = 124036, - [SMALL_STATE(2949)] = 124049, - [SMALL_STATE(2950)] = 124060, - [SMALL_STATE(2951)] = 124073, - [SMALL_STATE(2952)] = 124086, - [SMALL_STATE(2953)] = 124099, - [SMALL_STATE(2954)] = 124110, - [SMALL_STATE(2955)] = 124121, - [SMALL_STATE(2956)] = 124132, - [SMALL_STATE(2957)] = 124143, - [SMALL_STATE(2958)] = 124154, - [SMALL_STATE(2959)] = 124167, - [SMALL_STATE(2960)] = 124180, - [SMALL_STATE(2961)] = 124187, - [SMALL_STATE(2962)] = 124198, - [SMALL_STATE(2963)] = 124211, - [SMALL_STATE(2964)] = 124224, - [SMALL_STATE(2965)] = 124237, - [SMALL_STATE(2966)] = 124246, - [SMALL_STATE(2967)] = 124257, - [SMALL_STATE(2968)] = 124266, - [SMALL_STATE(2969)] = 124273, - [SMALL_STATE(2970)] = 124286, - [SMALL_STATE(2971)] = 124297, - [SMALL_STATE(2972)] = 124304, - [SMALL_STATE(2973)] = 124313, - [SMALL_STATE(2974)] = 124326, - [SMALL_STATE(2975)] = 124337, - [SMALL_STATE(2976)] = 124346, - [SMALL_STATE(2977)] = 124353, - [SMALL_STATE(2978)] = 124366, - [SMALL_STATE(2979)] = 124379, - [SMALL_STATE(2980)] = 124388, - [SMALL_STATE(2981)] = 124401, - [SMALL_STATE(2982)] = 124408, - [SMALL_STATE(2983)] = 124417, - [SMALL_STATE(2984)] = 124430, - [SMALL_STATE(2985)] = 124437, - [SMALL_STATE(2986)] = 124448, - [SMALL_STATE(2987)] = 124461, - [SMALL_STATE(2988)] = 124474, - [SMALL_STATE(2989)] = 124487, - [SMALL_STATE(2990)] = 124500, - [SMALL_STATE(2991)] = 124511, - [SMALL_STATE(2992)] = 124520, - [SMALL_STATE(2993)] = 124531, - [SMALL_STATE(2994)] = 124540, - [SMALL_STATE(2995)] = 124549, - [SMALL_STATE(2996)] = 124556, - [SMALL_STATE(2997)] = 124569, - [SMALL_STATE(2998)] = 124582, - [SMALL_STATE(2999)] = 124595, - [SMALL_STATE(3000)] = 124608, - [SMALL_STATE(3001)] = 124615, - [SMALL_STATE(3002)] = 124626, - [SMALL_STATE(3003)] = 124639, - [SMALL_STATE(3004)] = 124650, - [SMALL_STATE(3005)] = 124663, - [SMALL_STATE(3006)] = 124672, - [SMALL_STATE(3007)] = 124685, - [SMALL_STATE(3008)] = 124698, - [SMALL_STATE(3009)] = 124711, - [SMALL_STATE(3010)] = 124724, - [SMALL_STATE(3011)] = 124737, - [SMALL_STATE(3012)] = 124750, - [SMALL_STATE(3013)] = 124763, - [SMALL_STATE(3014)] = 124776, - [SMALL_STATE(3015)] = 124789, - [SMALL_STATE(3016)] = 124802, - [SMALL_STATE(3017)] = 124815, - [SMALL_STATE(3018)] = 124828, - [SMALL_STATE(3019)] = 124841, - [SMALL_STATE(3020)] = 124854, - [SMALL_STATE(3021)] = 124867, - [SMALL_STATE(3022)] = 124880, - [SMALL_STATE(3023)] = 124893, - [SMALL_STATE(3024)] = 124906, - [SMALL_STATE(3025)] = 124919, - [SMALL_STATE(3026)] = 124932, - [SMALL_STATE(3027)] = 124945, - [SMALL_STATE(3028)] = 124958, - [SMALL_STATE(3029)] = 124971, - [SMALL_STATE(3030)] = 124984, - [SMALL_STATE(3031)] = 124997, - [SMALL_STATE(3032)] = 125010, - [SMALL_STATE(3033)] = 125023, - [SMALL_STATE(3034)] = 125036, - [SMALL_STATE(3035)] = 125049, - [SMALL_STATE(3036)] = 125062, - [SMALL_STATE(3037)] = 125075, - [SMALL_STATE(3038)] = 125088, - [SMALL_STATE(3039)] = 125101, - [SMALL_STATE(3040)] = 125114, - [SMALL_STATE(3041)] = 125127, - [SMALL_STATE(3042)] = 125140, - [SMALL_STATE(3043)] = 125153, - [SMALL_STATE(3044)] = 125166, - [SMALL_STATE(3045)] = 125176, - [SMALL_STATE(3046)] = 125186, - [SMALL_STATE(3047)] = 125192, - [SMALL_STATE(3048)] = 125198, - [SMALL_STATE(3049)] = 125208, - [SMALL_STATE(3050)] = 125218, - [SMALL_STATE(3051)] = 125228, - [SMALL_STATE(3052)] = 125238, - [SMALL_STATE(3053)] = 125248, - [SMALL_STATE(3054)] = 125258, - [SMALL_STATE(3055)] = 125268, - [SMALL_STATE(3056)] = 125278, - [SMALL_STATE(3057)] = 125288, - [SMALL_STATE(3058)] = 125298, - [SMALL_STATE(3059)] = 125308, - [SMALL_STATE(3060)] = 125314, - [SMALL_STATE(3061)] = 125324, - [SMALL_STATE(3062)] = 125330, - [SMALL_STATE(3063)] = 125340, - [SMALL_STATE(3064)] = 125350, - [SMALL_STATE(3065)] = 125360, - [SMALL_STATE(3066)] = 125370, - [SMALL_STATE(3067)] = 125380, - [SMALL_STATE(3068)] = 125390, - [SMALL_STATE(3069)] = 125400, - [SMALL_STATE(3070)] = 125410, - [SMALL_STATE(3071)] = 125420, - [SMALL_STATE(3072)] = 125430, - [SMALL_STATE(3073)] = 125440, - [SMALL_STATE(3074)] = 125450, - [SMALL_STATE(3075)] = 125460, - [SMALL_STATE(3076)] = 125470, - [SMALL_STATE(3077)] = 125480, - [SMALL_STATE(3078)] = 125490, - [SMALL_STATE(3079)] = 125500, - [SMALL_STATE(3080)] = 125510, - [SMALL_STATE(3081)] = 125520, - [SMALL_STATE(3082)] = 125530, - [SMALL_STATE(3083)] = 125540, - [SMALL_STATE(3084)] = 125550, - [SMALL_STATE(3085)] = 125560, - [SMALL_STATE(3086)] = 125570, - [SMALL_STATE(3087)] = 125580, - [SMALL_STATE(3088)] = 125590, - [SMALL_STATE(3089)] = 125600, - [SMALL_STATE(3090)] = 125610, - [SMALL_STATE(3091)] = 125620, - [SMALL_STATE(3092)] = 125630, - [SMALL_STATE(3093)] = 125640, - [SMALL_STATE(3094)] = 125650, - [SMALL_STATE(3095)] = 125658, - [SMALL_STATE(3096)] = 125668, - [SMALL_STATE(3097)] = 125678, - [SMALL_STATE(3098)] = 125688, - [SMALL_STATE(3099)] = 125698, - [SMALL_STATE(3100)] = 125708, - [SMALL_STATE(3101)] = 125718, - [SMALL_STATE(3102)] = 125728, - [SMALL_STATE(3103)] = 125738, - [SMALL_STATE(3104)] = 125748, - [SMALL_STATE(3105)] = 125758, - [SMALL_STATE(3106)] = 125768, - [SMALL_STATE(3107)] = 125778, - [SMALL_STATE(3108)] = 125788, - [SMALL_STATE(3109)] = 125798, - [SMALL_STATE(3110)] = 125808, - [SMALL_STATE(3111)] = 125818, - [SMALL_STATE(3112)] = 125828, - [SMALL_STATE(3113)] = 125838, - [SMALL_STATE(3114)] = 125848, - [SMALL_STATE(3115)] = 125858, - [SMALL_STATE(3116)] = 125868, - [SMALL_STATE(3117)] = 125878, - [SMALL_STATE(3118)] = 125888, - [SMALL_STATE(3119)] = 125896, - [SMALL_STATE(3120)] = 125906, - [SMALL_STATE(3121)] = 125916, - [SMALL_STATE(3122)] = 125926, - [SMALL_STATE(3123)] = 125936, - [SMALL_STATE(3124)] = 125946, - [SMALL_STATE(3125)] = 125956, - [SMALL_STATE(3126)] = 125966, - [SMALL_STATE(3127)] = 125974, - [SMALL_STATE(3128)] = 125984, - [SMALL_STATE(3129)] = 125994, - [SMALL_STATE(3130)] = 126004, - [SMALL_STATE(3131)] = 126014, - [SMALL_STATE(3132)] = 126024, - [SMALL_STATE(3133)] = 126034, - [SMALL_STATE(3134)] = 126044, - [SMALL_STATE(3135)] = 126054, - [SMALL_STATE(3136)] = 126064, - [SMALL_STATE(3137)] = 126074, - [SMALL_STATE(3138)] = 126084, - [SMALL_STATE(3139)] = 126092, - [SMALL_STATE(3140)] = 126100, - [SMALL_STATE(3141)] = 126110, - [SMALL_STATE(3142)] = 126120, - [SMALL_STATE(3143)] = 126130, - [SMALL_STATE(3144)] = 126140, - [SMALL_STATE(3145)] = 126150, - [SMALL_STATE(3146)] = 126160, - [SMALL_STATE(3147)] = 126170, - [SMALL_STATE(3148)] = 126178, - [SMALL_STATE(3149)] = 126184, - [SMALL_STATE(3150)] = 126192, - [SMALL_STATE(3151)] = 126202, - [SMALL_STATE(3152)] = 126212, - [SMALL_STATE(3153)] = 126222, - [SMALL_STATE(3154)] = 126232, - [SMALL_STATE(3155)] = 126242, - [SMALL_STATE(3156)] = 126252, - [SMALL_STATE(3157)] = 126262, - [SMALL_STATE(3158)] = 126272, - [SMALL_STATE(3159)] = 126280, - [SMALL_STATE(3160)] = 126290, - [SMALL_STATE(3161)] = 126300, - [SMALL_STATE(3162)] = 126310, - [SMALL_STATE(3163)] = 126320, - [SMALL_STATE(3164)] = 126330, - [SMALL_STATE(3165)] = 126340, - [SMALL_STATE(3166)] = 126350, - [SMALL_STATE(3167)] = 126360, - [SMALL_STATE(3168)] = 126368, - [SMALL_STATE(3169)] = 126376, - [SMALL_STATE(3170)] = 126386, - [SMALL_STATE(3171)] = 126396, - [SMALL_STATE(3172)] = 126406, - [SMALL_STATE(3173)] = 126416, - [SMALL_STATE(3174)] = 126426, - [SMALL_STATE(3175)] = 126436, - [SMALL_STATE(3176)] = 126446, - [SMALL_STATE(3177)] = 126456, - [SMALL_STATE(3178)] = 126466, - [SMALL_STATE(3179)] = 126476, - [SMALL_STATE(3180)] = 126484, - [SMALL_STATE(3181)] = 126494, - [SMALL_STATE(3182)] = 126504, - [SMALL_STATE(3183)] = 126514, - [SMALL_STATE(3184)] = 126524, - [SMALL_STATE(3185)] = 126534, - [SMALL_STATE(3186)] = 126542, - [SMALL_STATE(3187)] = 126552, - [SMALL_STATE(3188)] = 126562, - [SMALL_STATE(3189)] = 126572, - [SMALL_STATE(3190)] = 126580, - [SMALL_STATE(3191)] = 126590, - [SMALL_STATE(3192)] = 126600, - [SMALL_STATE(3193)] = 126610, - [SMALL_STATE(3194)] = 126616, - [SMALL_STATE(3195)] = 126624, - [SMALL_STATE(3196)] = 126634, - [SMALL_STATE(3197)] = 126644, - [SMALL_STATE(3198)] = 126654, - [SMALL_STATE(3199)] = 126662, - [SMALL_STATE(3200)] = 126672, - [SMALL_STATE(3201)] = 126682, - [SMALL_STATE(3202)] = 126692, - [SMALL_STATE(3203)] = 126702, - [SMALL_STATE(3204)] = 126712, - [SMALL_STATE(3205)] = 126722, - [SMALL_STATE(3206)] = 126732, - [SMALL_STATE(3207)] = 126742, - [SMALL_STATE(3208)] = 126748, - [SMALL_STATE(3209)] = 126758, - [SMALL_STATE(3210)] = 126766, - [SMALL_STATE(3211)] = 126776, - [SMALL_STATE(3212)] = 126786, - [SMALL_STATE(3213)] = 126796, - [SMALL_STATE(3214)] = 126806, - [SMALL_STATE(3215)] = 126816, - [SMALL_STATE(3216)] = 126826, - [SMALL_STATE(3217)] = 126832, - [SMALL_STATE(3218)] = 126840, - [SMALL_STATE(3219)] = 126850, - [SMALL_STATE(3220)] = 126860, - [SMALL_STATE(3221)] = 126870, - [SMALL_STATE(3222)] = 126880, - [SMALL_STATE(3223)] = 126890, - [SMALL_STATE(3224)] = 126900, - [SMALL_STATE(3225)] = 126910, - [SMALL_STATE(3226)] = 126920, - [SMALL_STATE(3227)] = 126928, - [SMALL_STATE(3228)] = 126938, - [SMALL_STATE(3229)] = 126948, - [SMALL_STATE(3230)] = 126958, - [SMALL_STATE(3231)] = 126968, - [SMALL_STATE(3232)] = 126978, - [SMALL_STATE(3233)] = 126988, - [SMALL_STATE(3234)] = 126998, - [SMALL_STATE(3235)] = 127008, - [SMALL_STATE(3236)] = 127018, - [SMALL_STATE(3237)] = 127024, - [SMALL_STATE(3238)] = 127034, - [SMALL_STATE(3239)] = 127042, - [SMALL_STATE(3240)] = 127050, - [SMALL_STATE(3241)] = 127060, - [SMALL_STATE(3242)] = 127070, - [SMALL_STATE(3243)] = 127080, - [SMALL_STATE(3244)] = 127090, - [SMALL_STATE(3245)] = 127100, - [SMALL_STATE(3246)] = 127110, - [SMALL_STATE(3247)] = 127120, - [SMALL_STATE(3248)] = 127130, - [SMALL_STATE(3249)] = 127140, - [SMALL_STATE(3250)] = 127150, - [SMALL_STATE(3251)] = 127160, - [SMALL_STATE(3252)] = 127168, - [SMALL_STATE(3253)] = 127178, - [SMALL_STATE(3254)] = 127188, - [SMALL_STATE(3255)] = 127198, - [SMALL_STATE(3256)] = 127208, - [SMALL_STATE(3257)] = 127218, - [SMALL_STATE(3258)] = 127228, - [SMALL_STATE(3259)] = 127238, - [SMALL_STATE(3260)] = 127248, - [SMALL_STATE(3261)] = 127256, - [SMALL_STATE(3262)] = 127266, - [SMALL_STATE(3263)] = 127276, - [SMALL_STATE(3264)] = 127286, - [SMALL_STATE(3265)] = 127296, - [SMALL_STATE(3266)] = 127306, - [SMALL_STATE(3267)] = 127316, - [SMALL_STATE(3268)] = 127326, - [SMALL_STATE(3269)] = 127336, - [SMALL_STATE(3270)] = 127346, - [SMALL_STATE(3271)] = 127356, - [SMALL_STATE(3272)] = 127366, - [SMALL_STATE(3273)] = 127376, - [SMALL_STATE(3274)] = 127386, - [SMALL_STATE(3275)] = 127396, - [SMALL_STATE(3276)] = 127406, - [SMALL_STATE(3277)] = 127416, - [SMALL_STATE(3278)] = 127426, - [SMALL_STATE(3279)] = 127436, - [SMALL_STATE(3280)] = 127446, - [SMALL_STATE(3281)] = 127456, - [SMALL_STATE(3282)] = 127466, - [SMALL_STATE(3283)] = 127476, - [SMALL_STATE(3284)] = 127486, - [SMALL_STATE(3285)] = 127496, - [SMALL_STATE(3286)] = 127506, - [SMALL_STATE(3287)] = 127516, - [SMALL_STATE(3288)] = 127526, - [SMALL_STATE(3289)] = 127536, - [SMALL_STATE(3290)] = 127546, - [SMALL_STATE(3291)] = 127556, - [SMALL_STATE(3292)] = 127566, - [SMALL_STATE(3293)] = 127576, - [SMALL_STATE(3294)] = 127586, - [SMALL_STATE(3295)] = 127596, - [SMALL_STATE(3296)] = 127606, - [SMALL_STATE(3297)] = 127616, - [SMALL_STATE(3298)] = 127626, - [SMALL_STATE(3299)] = 127634, - [SMALL_STATE(3300)] = 127644, - [SMALL_STATE(3301)] = 127654, - [SMALL_STATE(3302)] = 127664, - [SMALL_STATE(3303)] = 127674, - [SMALL_STATE(3304)] = 127684, - [SMALL_STATE(3305)] = 127694, - [SMALL_STATE(3306)] = 127704, - [SMALL_STATE(3307)] = 127714, - [SMALL_STATE(3308)] = 127724, - [SMALL_STATE(3309)] = 127734, - [SMALL_STATE(3310)] = 127744, - [SMALL_STATE(3311)] = 127754, - [SMALL_STATE(3312)] = 127764, - [SMALL_STATE(3313)] = 127774, - [SMALL_STATE(3314)] = 127784, - [SMALL_STATE(3315)] = 127794, - [SMALL_STATE(3316)] = 127801, - [SMALL_STATE(3317)] = 127808, - [SMALL_STATE(3318)] = 127815, - [SMALL_STATE(3319)] = 127820, - [SMALL_STATE(3320)] = 127825, - [SMALL_STATE(3321)] = 127832, - [SMALL_STATE(3322)] = 127837, - [SMALL_STATE(3323)] = 127844, - [SMALL_STATE(3324)] = 127851, - [SMALL_STATE(3325)] = 127858, - [SMALL_STATE(3326)] = 127865, - [SMALL_STATE(3327)] = 127872, - [SMALL_STATE(3328)] = 127879, - [SMALL_STATE(3329)] = 127886, - [SMALL_STATE(3330)] = 127891, - [SMALL_STATE(3331)] = 127898, - [SMALL_STATE(3332)] = 127905, - [SMALL_STATE(3333)] = 127912, - [SMALL_STATE(3334)] = 127917, - [SMALL_STATE(3335)] = 127924, - [SMALL_STATE(3336)] = 127931, - [SMALL_STATE(3337)] = 127938, - [SMALL_STATE(3338)] = 127943, - [SMALL_STATE(3339)] = 127948, - [SMALL_STATE(3340)] = 127955, - [SMALL_STATE(3341)] = 127962, - [SMALL_STATE(3342)] = 127967, - [SMALL_STATE(3343)] = 127974, - [SMALL_STATE(3344)] = 127979, - [SMALL_STATE(3345)] = 127984, - [SMALL_STATE(3346)] = 127991, - [SMALL_STATE(3347)] = 127998, - [SMALL_STATE(3348)] = 128005, - [SMALL_STATE(3349)] = 128012, - [SMALL_STATE(3350)] = 128019, - [SMALL_STATE(3351)] = 128026, - [SMALL_STATE(3352)] = 128031, - [SMALL_STATE(3353)] = 128038, - [SMALL_STATE(3354)] = 128045, - [SMALL_STATE(3355)] = 128050, - [SMALL_STATE(3356)] = 128057, - [SMALL_STATE(3357)] = 128064, - [SMALL_STATE(3358)] = 128071, - [SMALL_STATE(3359)] = 128078, - [SMALL_STATE(3360)] = 128085, - [SMALL_STATE(3361)] = 128090, - [SMALL_STATE(3362)] = 128095, - [SMALL_STATE(3363)] = 128102, - [SMALL_STATE(3364)] = 128109, - [SMALL_STATE(3365)] = 128114, - [SMALL_STATE(3366)] = 128119, - [SMALL_STATE(3367)] = 128126, - [SMALL_STATE(3368)] = 128133, - [SMALL_STATE(3369)] = 128138, - [SMALL_STATE(3370)] = 128143, - [SMALL_STATE(3371)] = 128150, - [SMALL_STATE(3372)] = 128157, - [SMALL_STATE(3373)] = 128164, - [SMALL_STATE(3374)] = 128171, - [SMALL_STATE(3375)] = 128178, - [SMALL_STATE(3376)] = 128185, - [SMALL_STATE(3377)] = 128192, - [SMALL_STATE(3378)] = 128199, - [SMALL_STATE(3379)] = 128206, - [SMALL_STATE(3380)] = 128213, - [SMALL_STATE(3381)] = 128220, - [SMALL_STATE(3382)] = 128227, - [SMALL_STATE(3383)] = 128234, - [SMALL_STATE(3384)] = 128241, - [SMALL_STATE(3385)] = 128248, - [SMALL_STATE(3386)] = 128253, - [SMALL_STATE(3387)] = 128260, - [SMALL_STATE(3388)] = 128265, - [SMALL_STATE(3389)] = 128272, - [SMALL_STATE(3390)] = 128279, - [SMALL_STATE(3391)] = 128284, - [SMALL_STATE(3392)] = 128291, - [SMALL_STATE(3393)] = 128296, - [SMALL_STATE(3394)] = 128301, - [SMALL_STATE(3395)] = 128308, - [SMALL_STATE(3396)] = 128315, - [SMALL_STATE(3397)] = 128322, - [SMALL_STATE(3398)] = 128329, - [SMALL_STATE(3399)] = 128336, - [SMALL_STATE(3400)] = 128343, - [SMALL_STATE(3401)] = 128350, - [SMALL_STATE(3402)] = 128357, - [SMALL_STATE(3403)] = 128362, - [SMALL_STATE(3404)] = 128369, - [SMALL_STATE(3405)] = 128376, - [SMALL_STATE(3406)] = 128381, - [SMALL_STATE(3407)] = 128388, - [SMALL_STATE(3408)] = 128395, - [SMALL_STATE(3409)] = 128402, - [SMALL_STATE(3410)] = 128407, - [SMALL_STATE(3411)] = 128414, - [SMALL_STATE(3412)] = 128419, - [SMALL_STATE(3413)] = 128426, - [SMALL_STATE(3414)] = 128433, - [SMALL_STATE(3415)] = 128440, - [SMALL_STATE(3416)] = 128447, - [SMALL_STATE(3417)] = 128452, - [SMALL_STATE(3418)] = 128457, - [SMALL_STATE(3419)] = 128464, - [SMALL_STATE(3420)] = 128471, - [SMALL_STATE(3421)] = 128476, - [SMALL_STATE(3422)] = 128483, - [SMALL_STATE(3423)] = 128488, - [SMALL_STATE(3424)] = 128495, - [SMALL_STATE(3425)] = 128500, - [SMALL_STATE(3426)] = 128505, - [SMALL_STATE(3427)] = 128512, - [SMALL_STATE(3428)] = 128517, - [SMALL_STATE(3429)] = 128524, - [SMALL_STATE(3430)] = 128531, - [SMALL_STATE(3431)] = 128538, - [SMALL_STATE(3432)] = 128543, - [SMALL_STATE(3433)] = 128550, - [SMALL_STATE(3434)] = 128557, - [SMALL_STATE(3435)] = 128562, - [SMALL_STATE(3436)] = 128569, - [SMALL_STATE(3437)] = 128576, - [SMALL_STATE(3438)] = 128583, - [SMALL_STATE(3439)] = 128590, - [SMALL_STATE(3440)] = 128597, - [SMALL_STATE(3441)] = 128602, - [SMALL_STATE(3442)] = 128609, - [SMALL_STATE(3443)] = 128616, - [SMALL_STATE(3444)] = 128621, - [SMALL_STATE(3445)] = 128628, - [SMALL_STATE(3446)] = 128635, - [SMALL_STATE(3447)] = 128642, - [SMALL_STATE(3448)] = 128647, - [SMALL_STATE(3449)] = 128652, - [SMALL_STATE(3450)] = 128659, - [SMALL_STATE(3451)] = 128666, - [SMALL_STATE(3452)] = 128673, - [SMALL_STATE(3453)] = 128680, - [SMALL_STATE(3454)] = 128687, - [SMALL_STATE(3455)] = 128692, - [SMALL_STATE(3456)] = 128699, - [SMALL_STATE(3457)] = 128706, - [SMALL_STATE(3458)] = 128713, - [SMALL_STATE(3459)] = 128717, - [SMALL_STATE(3460)] = 128721, - [SMALL_STATE(3461)] = 128725, - [SMALL_STATE(3462)] = 128729, - [SMALL_STATE(3463)] = 128733, - [SMALL_STATE(3464)] = 128737, - [SMALL_STATE(3465)] = 128741, - [SMALL_STATE(3466)] = 128745, - [SMALL_STATE(3467)] = 128749, - [SMALL_STATE(3468)] = 128753, - [SMALL_STATE(3469)] = 128757, - [SMALL_STATE(3470)] = 128761, - [SMALL_STATE(3471)] = 128765, - [SMALL_STATE(3472)] = 128769, - [SMALL_STATE(3473)] = 128773, - [SMALL_STATE(3474)] = 128777, - [SMALL_STATE(3475)] = 128781, - [SMALL_STATE(3476)] = 128785, - [SMALL_STATE(3477)] = 128789, - [SMALL_STATE(3478)] = 128793, - [SMALL_STATE(3479)] = 128797, - [SMALL_STATE(3480)] = 128801, - [SMALL_STATE(3481)] = 128805, - [SMALL_STATE(3482)] = 128809, - [SMALL_STATE(3483)] = 128813, - [SMALL_STATE(3484)] = 128817, - [SMALL_STATE(3485)] = 128821, - [SMALL_STATE(3486)] = 128825, - [SMALL_STATE(3487)] = 128829, - [SMALL_STATE(3488)] = 128833, - [SMALL_STATE(3489)] = 128837, - [SMALL_STATE(3490)] = 128841, - [SMALL_STATE(3491)] = 128845, - [SMALL_STATE(3492)] = 128849, - [SMALL_STATE(3493)] = 128853, - [SMALL_STATE(3494)] = 128857, - [SMALL_STATE(3495)] = 128861, - [SMALL_STATE(3496)] = 128865, - [SMALL_STATE(3497)] = 128869, - [SMALL_STATE(3498)] = 128873, - [SMALL_STATE(3499)] = 128877, - [SMALL_STATE(3500)] = 128881, - [SMALL_STATE(3501)] = 128885, - [SMALL_STATE(3502)] = 128889, - [SMALL_STATE(3503)] = 128893, - [SMALL_STATE(3504)] = 128897, - [SMALL_STATE(3505)] = 128901, - [SMALL_STATE(3506)] = 128905, - [SMALL_STATE(3507)] = 128909, - [SMALL_STATE(3508)] = 128913, - [SMALL_STATE(3509)] = 128917, - [SMALL_STATE(3510)] = 128921, - [SMALL_STATE(3511)] = 128925, - [SMALL_STATE(3512)] = 128929, - [SMALL_STATE(3513)] = 128933, - [SMALL_STATE(3514)] = 128937, - [SMALL_STATE(3515)] = 128941, - [SMALL_STATE(3516)] = 128945, - [SMALL_STATE(3517)] = 128949, - [SMALL_STATE(3518)] = 128953, - [SMALL_STATE(3519)] = 128957, - [SMALL_STATE(3520)] = 128961, - [SMALL_STATE(3521)] = 128965, - [SMALL_STATE(3522)] = 128969, - [SMALL_STATE(3523)] = 128973, - [SMALL_STATE(3524)] = 128977, - [SMALL_STATE(3525)] = 128981, - [SMALL_STATE(3526)] = 128985, - [SMALL_STATE(3527)] = 128989, - [SMALL_STATE(3528)] = 128993, - [SMALL_STATE(3529)] = 128997, - [SMALL_STATE(3530)] = 129001, - [SMALL_STATE(3531)] = 129005, - [SMALL_STATE(3532)] = 129009, - [SMALL_STATE(3533)] = 129013, - [SMALL_STATE(3534)] = 129017, - [SMALL_STATE(3535)] = 129021, - [SMALL_STATE(3536)] = 129025, - [SMALL_STATE(3537)] = 129029, - [SMALL_STATE(3538)] = 129033, - [SMALL_STATE(3539)] = 129037, - [SMALL_STATE(3540)] = 129041, - [SMALL_STATE(3541)] = 129045, - [SMALL_STATE(3542)] = 129049, - [SMALL_STATE(3543)] = 129053, - [SMALL_STATE(3544)] = 129057, - [SMALL_STATE(3545)] = 129061, - [SMALL_STATE(3546)] = 129065, - [SMALL_STATE(3547)] = 129069, - [SMALL_STATE(3548)] = 129073, - [SMALL_STATE(3549)] = 129077, - [SMALL_STATE(3550)] = 129081, - [SMALL_STATE(3551)] = 129085, - [SMALL_STATE(3552)] = 129089, - [SMALL_STATE(3553)] = 129093, - [SMALL_STATE(3554)] = 129097, - [SMALL_STATE(3555)] = 129101, - [SMALL_STATE(3556)] = 129105, - [SMALL_STATE(3557)] = 129109, - [SMALL_STATE(3558)] = 129113, - [SMALL_STATE(3559)] = 129117, - [SMALL_STATE(3560)] = 129121, - [SMALL_STATE(3561)] = 129125, - [SMALL_STATE(3562)] = 129129, - [SMALL_STATE(3563)] = 129133, - [SMALL_STATE(3564)] = 129137, - [SMALL_STATE(3565)] = 129141, - [SMALL_STATE(3566)] = 129145, - [SMALL_STATE(3567)] = 129149, - [SMALL_STATE(3568)] = 129153, - [SMALL_STATE(3569)] = 129157, - [SMALL_STATE(3570)] = 129161, - [SMALL_STATE(3571)] = 129165, - [SMALL_STATE(3572)] = 129169, - [SMALL_STATE(3573)] = 129173, - [SMALL_STATE(3574)] = 129177, - [SMALL_STATE(3575)] = 129181, - [SMALL_STATE(3576)] = 129185, - [SMALL_STATE(3577)] = 129189, - [SMALL_STATE(3578)] = 129193, - [SMALL_STATE(3579)] = 129197, - [SMALL_STATE(3580)] = 129201, - [SMALL_STATE(3581)] = 129205, - [SMALL_STATE(3582)] = 129209, - [SMALL_STATE(3583)] = 129213, - [SMALL_STATE(3584)] = 129217, - [SMALL_STATE(3585)] = 129221, - [SMALL_STATE(3586)] = 129225, - [SMALL_STATE(3587)] = 129229, - [SMALL_STATE(3588)] = 129233, - [SMALL_STATE(3589)] = 129237, - [SMALL_STATE(3590)] = 129241, - [SMALL_STATE(3591)] = 129245, - [SMALL_STATE(3592)] = 129249, - [SMALL_STATE(3593)] = 129253, - [SMALL_STATE(3594)] = 129257, - [SMALL_STATE(3595)] = 129261, - [SMALL_STATE(3596)] = 129265, - [SMALL_STATE(3597)] = 129269, - [SMALL_STATE(3598)] = 129273, - [SMALL_STATE(3599)] = 129277, - [SMALL_STATE(3600)] = 129281, - [SMALL_STATE(3601)] = 129285, - [SMALL_STATE(3602)] = 129289, - [SMALL_STATE(3603)] = 129293, - [SMALL_STATE(3604)] = 129297, - [SMALL_STATE(3605)] = 129301, - [SMALL_STATE(3606)] = 129305, - [SMALL_STATE(3607)] = 129309, - [SMALL_STATE(3608)] = 129313, - [SMALL_STATE(3609)] = 129317, - [SMALL_STATE(3610)] = 129321, - [SMALL_STATE(3611)] = 129325, - [SMALL_STATE(3612)] = 129329, - [SMALL_STATE(3613)] = 129333, - [SMALL_STATE(3614)] = 129337, - [SMALL_STATE(3615)] = 129341, - [SMALL_STATE(3616)] = 129345, - [SMALL_STATE(3617)] = 129349, - [SMALL_STATE(3618)] = 129353, - [SMALL_STATE(3619)] = 129357, - [SMALL_STATE(3620)] = 129361, - [SMALL_STATE(3621)] = 129365, - [SMALL_STATE(3622)] = 129369, - [SMALL_STATE(3623)] = 129373, - [SMALL_STATE(3624)] = 129377, - [SMALL_STATE(3625)] = 129381, - [SMALL_STATE(3626)] = 129385, - [SMALL_STATE(3627)] = 129389, - [SMALL_STATE(3628)] = 129393, - [SMALL_STATE(3629)] = 129397, - [SMALL_STATE(3630)] = 129401, - [SMALL_STATE(3631)] = 129405, - [SMALL_STATE(3632)] = 129409, - [SMALL_STATE(3633)] = 129413, - [SMALL_STATE(3634)] = 129417, - [SMALL_STATE(3635)] = 129421, - [SMALL_STATE(3636)] = 129425, - [SMALL_STATE(3637)] = 129429, - [SMALL_STATE(3638)] = 129433, - [SMALL_STATE(3639)] = 129437, - [SMALL_STATE(3640)] = 129441, - [SMALL_STATE(3641)] = 129445, - [SMALL_STATE(3642)] = 129449, - [SMALL_STATE(3643)] = 129453, - [SMALL_STATE(3644)] = 129457, - [SMALL_STATE(3645)] = 129461, - [SMALL_STATE(3646)] = 129465, - [SMALL_STATE(3647)] = 129469, - [SMALL_STATE(3648)] = 129473, - [SMALL_STATE(3649)] = 129477, - [SMALL_STATE(3650)] = 129481, - [SMALL_STATE(3651)] = 129485, - [SMALL_STATE(3652)] = 129489, - [SMALL_STATE(3653)] = 129493, - [SMALL_STATE(3654)] = 129497, - [SMALL_STATE(3655)] = 129501, - [SMALL_STATE(3656)] = 129505, - [SMALL_STATE(3657)] = 129509, - [SMALL_STATE(3658)] = 129513, - [SMALL_STATE(3659)] = 129517, - [SMALL_STATE(3660)] = 129521, - [SMALL_STATE(3661)] = 129525, - [SMALL_STATE(3662)] = 129529, - [SMALL_STATE(3663)] = 129533, - [SMALL_STATE(3664)] = 129537, - [SMALL_STATE(3665)] = 129541, - [SMALL_STATE(3666)] = 129545, - [SMALL_STATE(3667)] = 129549, - [SMALL_STATE(3668)] = 129553, - [SMALL_STATE(3669)] = 129557, - [SMALL_STATE(3670)] = 129561, - [SMALL_STATE(3671)] = 129565, - [SMALL_STATE(3672)] = 129569, - [SMALL_STATE(3673)] = 129573, - [SMALL_STATE(3674)] = 129577, - [SMALL_STATE(3675)] = 129581, - [SMALL_STATE(3676)] = 129585, - [SMALL_STATE(3677)] = 129589, - [SMALL_STATE(3678)] = 129593, - [SMALL_STATE(3679)] = 129597, - [SMALL_STATE(3680)] = 129601, - [SMALL_STATE(3681)] = 129605, - [SMALL_STATE(3682)] = 129609, - [SMALL_STATE(3683)] = 129613, - [SMALL_STATE(3684)] = 129617, - [SMALL_STATE(3685)] = 129621, - [SMALL_STATE(3686)] = 129625, - [SMALL_STATE(3687)] = 129629, - [SMALL_STATE(3688)] = 129633, - [SMALL_STATE(3689)] = 129637, - [SMALL_STATE(3690)] = 129641, - [SMALL_STATE(3691)] = 129645, - [SMALL_STATE(3692)] = 129649, - [SMALL_STATE(3693)] = 129653, - [SMALL_STATE(3694)] = 129657, - [SMALL_STATE(3695)] = 129661, - [SMALL_STATE(3696)] = 129665, - [SMALL_STATE(3697)] = 129669, - [SMALL_STATE(3698)] = 129673, - [SMALL_STATE(3699)] = 129677, - [SMALL_STATE(3700)] = 129681, - [SMALL_STATE(3701)] = 129685, - [SMALL_STATE(3702)] = 129689, - [SMALL_STATE(3703)] = 129693, - [SMALL_STATE(3704)] = 129697, - [SMALL_STATE(3705)] = 129701, - [SMALL_STATE(3706)] = 129705, - [SMALL_STATE(3707)] = 129709, - [SMALL_STATE(3708)] = 129713, - [SMALL_STATE(3709)] = 129717, - [SMALL_STATE(3710)] = 129721, - [SMALL_STATE(3711)] = 129725, - [SMALL_STATE(3712)] = 129729, - [SMALL_STATE(3713)] = 129733, - [SMALL_STATE(3714)] = 129737, - [SMALL_STATE(3715)] = 129741, - [SMALL_STATE(3716)] = 129745, - [SMALL_STATE(3717)] = 129749, - [SMALL_STATE(3718)] = 129753, - [SMALL_STATE(3719)] = 129757, - [SMALL_STATE(3720)] = 129761, - [SMALL_STATE(3721)] = 129765, - [SMALL_STATE(3722)] = 129769, - [SMALL_STATE(3723)] = 129773, - [SMALL_STATE(3724)] = 129777, - [SMALL_STATE(3725)] = 129781, - [SMALL_STATE(3726)] = 129785, - [SMALL_STATE(3727)] = 129789, - [SMALL_STATE(3728)] = 129793, - [SMALL_STATE(3729)] = 129797, - [SMALL_STATE(3730)] = 129801, - [SMALL_STATE(3731)] = 129805, - [SMALL_STATE(3732)] = 129809, - [SMALL_STATE(3733)] = 129813, - [SMALL_STATE(3734)] = 129817, - [SMALL_STATE(3735)] = 129821, - [SMALL_STATE(3736)] = 129825, - [SMALL_STATE(3737)] = 129829, - [SMALL_STATE(3738)] = 129833, - [SMALL_STATE(3739)] = 129837, - [SMALL_STATE(3740)] = 129841, - [SMALL_STATE(3741)] = 129845, - [SMALL_STATE(3742)] = 129849, - [SMALL_STATE(3743)] = 129853, - [SMALL_STATE(3744)] = 129857, - [SMALL_STATE(3745)] = 129861, - [SMALL_STATE(3746)] = 129865, - [SMALL_STATE(3747)] = 129869, - [SMALL_STATE(3748)] = 129873, - [SMALL_STATE(3749)] = 129877, - [SMALL_STATE(3750)] = 129881, - [SMALL_STATE(3751)] = 129885, - [SMALL_STATE(3752)] = 129889, - [SMALL_STATE(3753)] = 129893, - [SMALL_STATE(3754)] = 129897, - [SMALL_STATE(3755)] = 129901, - [SMALL_STATE(3756)] = 129905, - [SMALL_STATE(3757)] = 129909, - [SMALL_STATE(3758)] = 129913, - [SMALL_STATE(3759)] = 129917, - [SMALL_STATE(3760)] = 129921, - [SMALL_STATE(3761)] = 129925, - [SMALL_STATE(3762)] = 129929, - [SMALL_STATE(3763)] = 129933, - [SMALL_STATE(3764)] = 129937, - [SMALL_STATE(3765)] = 129941, - [SMALL_STATE(3766)] = 129945, - [SMALL_STATE(3767)] = 129949, - [SMALL_STATE(3768)] = 129953, - [SMALL_STATE(3769)] = 129957, - [SMALL_STATE(3770)] = 129961, - [SMALL_STATE(3771)] = 129965, - [SMALL_STATE(3772)] = 129969, - [SMALL_STATE(3773)] = 129973, - [SMALL_STATE(3774)] = 129977, - [SMALL_STATE(3775)] = 129981, - [SMALL_STATE(3776)] = 129985, - [SMALL_STATE(3777)] = 129989, - [SMALL_STATE(3778)] = 129993, - [SMALL_STATE(3779)] = 129997, - [SMALL_STATE(3780)] = 130001, - [SMALL_STATE(3781)] = 130005, - [SMALL_STATE(3782)] = 130009, - [SMALL_STATE(3783)] = 130013, - [SMALL_STATE(3784)] = 130017, - [SMALL_STATE(3785)] = 130021, - [SMALL_STATE(3786)] = 130025, - [SMALL_STATE(3787)] = 130029, - [SMALL_STATE(3788)] = 130033, - [SMALL_STATE(3789)] = 130037, - [SMALL_STATE(3790)] = 130041, - [SMALL_STATE(3791)] = 130045, - [SMALL_STATE(3792)] = 130049, - [SMALL_STATE(3793)] = 130053, - [SMALL_STATE(3794)] = 130057, - [SMALL_STATE(3795)] = 130061, - [SMALL_STATE(3796)] = 130065, - [SMALL_STATE(3797)] = 130069, - [SMALL_STATE(3798)] = 130073, - [SMALL_STATE(3799)] = 130077, - [SMALL_STATE(3800)] = 130081, - [SMALL_STATE(3801)] = 130085, - [SMALL_STATE(3802)] = 130089, - [SMALL_STATE(3803)] = 130093, - [SMALL_STATE(3804)] = 130097, - [SMALL_STATE(3805)] = 130101, - [SMALL_STATE(3806)] = 130105, - [SMALL_STATE(3807)] = 130109, - [SMALL_STATE(3808)] = 130113, - [SMALL_STATE(3809)] = 130117, - [SMALL_STATE(3810)] = 130121, - [SMALL_STATE(3811)] = 130125, - [SMALL_STATE(3812)] = 130129, - [SMALL_STATE(3813)] = 130133, - [SMALL_STATE(3814)] = 130137, - [SMALL_STATE(3815)] = 130141, - [SMALL_STATE(3816)] = 130145, - [SMALL_STATE(3817)] = 130149, - [SMALL_STATE(3818)] = 130153, - [SMALL_STATE(3819)] = 130157, - [SMALL_STATE(3820)] = 130161, - [SMALL_STATE(3821)] = 130165, - [SMALL_STATE(3822)] = 130169, - [SMALL_STATE(3823)] = 130173, - [SMALL_STATE(3824)] = 130177, - [SMALL_STATE(3825)] = 130181, - [SMALL_STATE(3826)] = 130185, - [SMALL_STATE(3827)] = 130189, - [SMALL_STATE(3828)] = 130193, - [SMALL_STATE(3829)] = 130197, - [SMALL_STATE(3830)] = 130201, - [SMALL_STATE(3831)] = 130205, - [SMALL_STATE(3832)] = 130209, - [SMALL_STATE(3833)] = 130213, - [SMALL_STATE(3834)] = 130217, - [SMALL_STATE(3835)] = 130221, - [SMALL_STATE(3836)] = 130225, - [SMALL_STATE(3837)] = 130229, - [SMALL_STATE(3838)] = 130233, - [SMALL_STATE(3839)] = 130237, - [SMALL_STATE(3840)] = 130241, - [SMALL_STATE(3841)] = 130245, - [SMALL_STATE(3842)] = 130249, - [SMALL_STATE(3843)] = 130253, - [SMALL_STATE(3844)] = 130257, - [SMALL_STATE(3845)] = 130261, - [SMALL_STATE(3846)] = 130265, - [SMALL_STATE(3847)] = 130269, - [SMALL_STATE(3848)] = 130273, - [SMALL_STATE(3849)] = 130277, - [SMALL_STATE(3850)] = 130281, - [SMALL_STATE(3851)] = 130285, - [SMALL_STATE(3852)] = 130289, - [SMALL_STATE(3853)] = 130293, - [SMALL_STATE(3854)] = 130297, - [SMALL_STATE(3855)] = 130301, - [SMALL_STATE(3856)] = 130305, - [SMALL_STATE(3857)] = 130309, - [SMALL_STATE(3858)] = 130313, - [SMALL_STATE(3859)] = 130317, - [SMALL_STATE(3860)] = 130321, - [SMALL_STATE(3861)] = 130325, - [SMALL_STATE(3862)] = 130329, - [SMALL_STATE(3863)] = 130333, - [SMALL_STATE(3864)] = 130337, - [SMALL_STATE(3865)] = 130341, - [SMALL_STATE(3866)] = 130345, - [SMALL_STATE(3867)] = 130349, - [SMALL_STATE(3868)] = 130353, - [SMALL_STATE(3869)] = 130357, - [SMALL_STATE(3870)] = 130361, - [SMALL_STATE(3871)] = 130365, - [SMALL_STATE(3872)] = 130369, - [SMALL_STATE(3873)] = 130373, - [SMALL_STATE(3874)] = 130377, - [SMALL_STATE(3875)] = 130381, - [SMALL_STATE(3876)] = 130385, - [SMALL_STATE(3877)] = 130389, - [SMALL_STATE(3878)] = 130393, - [SMALL_STATE(3879)] = 130397, - [SMALL_STATE(3880)] = 130401, - [SMALL_STATE(3881)] = 130405, - [SMALL_STATE(3882)] = 130409, - [SMALL_STATE(3883)] = 130413, - [SMALL_STATE(3884)] = 130417, - [SMALL_STATE(3885)] = 130421, - [SMALL_STATE(3886)] = 130425, - [SMALL_STATE(3887)] = 130429, - [SMALL_STATE(3888)] = 130433, - [SMALL_STATE(3889)] = 130437, - [SMALL_STATE(3890)] = 130441, - [SMALL_STATE(3891)] = 130445, - [SMALL_STATE(3892)] = 130449, - [SMALL_STATE(3893)] = 130453, - [SMALL_STATE(3894)] = 130457, - [SMALL_STATE(3895)] = 130461, - [SMALL_STATE(3896)] = 130465, - [SMALL_STATE(3897)] = 130469, - [SMALL_STATE(3898)] = 130473, - [SMALL_STATE(3899)] = 130477, - [SMALL_STATE(3900)] = 130481, - [SMALL_STATE(3901)] = 130485, - [SMALL_STATE(3902)] = 130489, - [SMALL_STATE(3903)] = 130493, - [SMALL_STATE(3904)] = 130497, - [SMALL_STATE(3905)] = 130501, - [SMALL_STATE(3906)] = 130505, - [SMALL_STATE(3907)] = 130509, - [SMALL_STATE(3908)] = 130513, - [SMALL_STATE(3909)] = 130517, - [SMALL_STATE(3910)] = 130521, - [SMALL_STATE(3911)] = 130525, - [SMALL_STATE(3912)] = 130529, - [SMALL_STATE(3913)] = 130533, - [SMALL_STATE(3914)] = 130537, - [SMALL_STATE(3915)] = 130541, - [SMALL_STATE(3916)] = 130545, - [SMALL_STATE(3917)] = 130549, - [SMALL_STATE(3918)] = 130553, - [SMALL_STATE(3919)] = 130557, - [SMALL_STATE(3920)] = 130561, - [SMALL_STATE(3921)] = 130565, - [SMALL_STATE(3922)] = 130569, - [SMALL_STATE(3923)] = 130573, - [SMALL_STATE(3924)] = 130577, - [SMALL_STATE(3925)] = 130581, - [SMALL_STATE(3926)] = 130585, - [SMALL_STATE(3927)] = 130589, - [SMALL_STATE(3928)] = 130593, - [SMALL_STATE(3929)] = 130597, - [SMALL_STATE(3930)] = 130601, - [SMALL_STATE(3931)] = 130605, - [SMALL_STATE(3932)] = 130609, - [SMALL_STATE(3933)] = 130613, - [SMALL_STATE(3934)] = 130617, - [SMALL_STATE(3935)] = 130621, - [SMALL_STATE(3936)] = 130625, - [SMALL_STATE(3937)] = 130629, - [SMALL_STATE(3938)] = 130633, - [SMALL_STATE(3939)] = 130637, - [SMALL_STATE(3940)] = 130641, - [SMALL_STATE(3941)] = 130645, - [SMALL_STATE(3942)] = 130649, - [SMALL_STATE(3943)] = 130653, - [SMALL_STATE(3944)] = 130657, - [SMALL_STATE(3945)] = 130661, - [SMALL_STATE(3946)] = 130665, - [SMALL_STATE(3947)] = 130669, - [SMALL_STATE(3948)] = 130673, - [SMALL_STATE(3949)] = 130677, - [SMALL_STATE(3950)] = 130681, - [SMALL_STATE(3951)] = 130685, - [SMALL_STATE(3952)] = 130689, - [SMALL_STATE(3953)] = 130693, - [SMALL_STATE(3954)] = 130697, - [SMALL_STATE(3955)] = 130701, - [SMALL_STATE(3956)] = 130705, - [SMALL_STATE(3957)] = 130709, - [SMALL_STATE(3958)] = 130713, - [SMALL_STATE(3959)] = 130717, - [SMALL_STATE(3960)] = 130721, - [SMALL_STATE(3961)] = 130725, - [SMALL_STATE(3962)] = 130729, - [SMALL_STATE(3963)] = 130733, - [SMALL_STATE(3964)] = 130737, - [SMALL_STATE(3965)] = 130741, - [SMALL_STATE(3966)] = 130745, - [SMALL_STATE(3967)] = 130749, - [SMALL_STATE(3968)] = 130753, - [SMALL_STATE(3969)] = 130757, - [SMALL_STATE(3970)] = 130761, - [SMALL_STATE(3971)] = 130765, - [SMALL_STATE(3972)] = 130769, - [SMALL_STATE(3973)] = 130773, - [SMALL_STATE(3974)] = 130777, - [SMALL_STATE(3975)] = 130781, - [SMALL_STATE(3976)] = 130785, - [SMALL_STATE(3977)] = 130789, - [SMALL_STATE(3978)] = 130793, - [SMALL_STATE(3979)] = 130797, - [SMALL_STATE(3980)] = 130801, - [SMALL_STATE(3981)] = 130805, - [SMALL_STATE(3982)] = 130809, - [SMALL_STATE(3983)] = 130813, - [SMALL_STATE(3984)] = 130817, - [SMALL_STATE(3985)] = 130821, - [SMALL_STATE(3986)] = 130825, - [SMALL_STATE(3987)] = 130829, - [SMALL_STATE(3988)] = 130833, - [SMALL_STATE(3989)] = 130837, - [SMALL_STATE(3990)] = 130841, - [SMALL_STATE(3991)] = 130845, - [SMALL_STATE(3992)] = 130849, - [SMALL_STATE(3993)] = 130853, - [SMALL_STATE(3994)] = 130857, - [SMALL_STATE(3995)] = 130861, - [SMALL_STATE(3996)] = 130865, - [SMALL_STATE(3997)] = 130869, - [SMALL_STATE(3998)] = 130873, - [SMALL_STATE(3999)] = 130877, - [SMALL_STATE(4000)] = 130881, - [SMALL_STATE(4001)] = 130885, - [SMALL_STATE(4002)] = 130889, - [SMALL_STATE(4003)] = 130893, - [SMALL_STATE(4004)] = 130897, - [SMALL_STATE(4005)] = 130901, - [SMALL_STATE(4006)] = 130905, - [SMALL_STATE(4007)] = 130909, - [SMALL_STATE(4008)] = 130913, - [SMALL_STATE(4009)] = 130917, - [SMALL_STATE(4010)] = 130921, - [SMALL_STATE(4011)] = 130925, - [SMALL_STATE(4012)] = 130929, - [SMALL_STATE(4013)] = 130933, - [SMALL_STATE(4014)] = 130937, - [SMALL_STATE(4015)] = 130941, - [SMALL_STATE(4016)] = 130945, - [SMALL_STATE(4017)] = 130949, - [SMALL_STATE(4018)] = 130953, - [SMALL_STATE(4019)] = 130957, - [SMALL_STATE(4020)] = 130961, - [SMALL_STATE(4021)] = 130965, - [SMALL_STATE(4022)] = 130969, - [SMALL_STATE(4023)] = 130973, - [SMALL_STATE(4024)] = 130977, - [SMALL_STATE(4025)] = 130981, - [SMALL_STATE(4026)] = 130985, - [SMALL_STATE(4027)] = 130989, - [SMALL_STATE(4028)] = 130993, - [SMALL_STATE(4029)] = 130997, - [SMALL_STATE(4030)] = 131001, - [SMALL_STATE(4031)] = 131005, - [SMALL_STATE(4032)] = 131009, - [SMALL_STATE(4033)] = 131013, - [SMALL_STATE(4034)] = 131017, - [SMALL_STATE(4035)] = 131021, - [SMALL_STATE(4036)] = 131025, - [SMALL_STATE(4037)] = 131029, - [SMALL_STATE(4038)] = 131033, - [SMALL_STATE(4039)] = 131037, - [SMALL_STATE(4040)] = 131041, - [SMALL_STATE(4041)] = 131045, - [SMALL_STATE(4042)] = 131049, - [SMALL_STATE(4043)] = 131053, - [SMALL_STATE(4044)] = 131057, - [SMALL_STATE(4045)] = 131061, - [SMALL_STATE(4046)] = 131065, - [SMALL_STATE(4047)] = 131069, - [SMALL_STATE(4048)] = 131073, - [SMALL_STATE(4049)] = 131077, - [SMALL_STATE(4050)] = 131081, - [SMALL_STATE(4051)] = 131085, - [SMALL_STATE(4052)] = 131089, - [SMALL_STATE(4053)] = 131093, - [SMALL_STATE(4054)] = 131097, - [SMALL_STATE(4055)] = 131101, - [SMALL_STATE(4056)] = 131105, - [SMALL_STATE(4057)] = 131109, - [SMALL_STATE(4058)] = 131113, - [SMALL_STATE(4059)] = 131117, - [SMALL_STATE(4060)] = 131121, - [SMALL_STATE(4061)] = 131125, - [SMALL_STATE(4062)] = 131129, - [SMALL_STATE(4063)] = 131133, - [SMALL_STATE(4064)] = 131137, - [SMALL_STATE(4065)] = 131141, - [SMALL_STATE(4066)] = 131145, - [SMALL_STATE(4067)] = 131149, - [SMALL_STATE(4068)] = 131153, - [SMALL_STATE(4069)] = 131157, - [SMALL_STATE(4070)] = 131161, - [SMALL_STATE(4071)] = 131165, - [SMALL_STATE(4072)] = 131169, - [SMALL_STATE(4073)] = 131173, - [SMALL_STATE(4074)] = 131177, - [SMALL_STATE(4075)] = 131181, - [SMALL_STATE(4076)] = 131185, - [SMALL_STATE(4077)] = 131189, - [SMALL_STATE(4078)] = 131193, - [SMALL_STATE(4079)] = 131197, - [SMALL_STATE(4080)] = 131201, - [SMALL_STATE(4081)] = 131205, - [SMALL_STATE(4082)] = 131209, - [SMALL_STATE(4083)] = 131213, - [SMALL_STATE(4084)] = 131217, - [SMALL_STATE(4085)] = 131221, - [SMALL_STATE(4086)] = 131225, - [SMALL_STATE(4087)] = 131229, - [SMALL_STATE(4088)] = 131233, - [SMALL_STATE(4089)] = 131237, - [SMALL_STATE(4090)] = 131241, - [SMALL_STATE(4091)] = 131245, - [SMALL_STATE(4092)] = 131249, - [SMALL_STATE(4093)] = 131253, - [SMALL_STATE(4094)] = 131257, - [SMALL_STATE(4095)] = 131261, - [SMALL_STATE(4096)] = 131265, - [SMALL_STATE(4097)] = 131269, - [SMALL_STATE(4098)] = 131273, - [SMALL_STATE(4099)] = 131277, - [SMALL_STATE(4100)] = 131281, - [SMALL_STATE(4101)] = 131285, - [SMALL_STATE(4102)] = 131289, - [SMALL_STATE(4103)] = 131293, - [SMALL_STATE(4104)] = 131297, - [SMALL_STATE(4105)] = 131301, - [SMALL_STATE(4106)] = 131305, - [SMALL_STATE(4107)] = 131309, - [SMALL_STATE(4108)] = 131313, - [SMALL_STATE(4109)] = 131317, - [SMALL_STATE(4110)] = 131321, - [SMALL_STATE(4111)] = 131325, - [SMALL_STATE(4112)] = 131329, - [SMALL_STATE(4113)] = 131333, - [SMALL_STATE(4114)] = 131337, - [SMALL_STATE(4115)] = 131341, - [SMALL_STATE(4116)] = 131345, - [SMALL_STATE(4117)] = 131349, - [SMALL_STATE(4118)] = 131353, - [SMALL_STATE(4119)] = 131357, - [SMALL_STATE(4120)] = 131361, - [SMALL_STATE(4121)] = 131365, - [SMALL_STATE(4122)] = 131369, - [SMALL_STATE(4123)] = 131373, - [SMALL_STATE(4124)] = 131377, - [SMALL_STATE(4125)] = 131381, - [SMALL_STATE(4126)] = 131385, - [SMALL_STATE(4127)] = 131389, - [SMALL_STATE(4128)] = 131393, - [SMALL_STATE(4129)] = 131397, - [SMALL_STATE(4130)] = 131401, - [SMALL_STATE(4131)] = 131405, - [SMALL_STATE(4132)] = 131409, - [SMALL_STATE(4133)] = 131413, - [SMALL_STATE(4134)] = 131417, - [SMALL_STATE(4135)] = 131421, - [SMALL_STATE(4136)] = 131425, - [SMALL_STATE(4137)] = 131429, - [SMALL_STATE(4138)] = 131433, - [SMALL_STATE(4139)] = 131437, - [SMALL_STATE(4140)] = 131441, - [SMALL_STATE(4141)] = 131445, - [SMALL_STATE(4142)] = 131449, - [SMALL_STATE(4143)] = 131453, - [SMALL_STATE(4144)] = 131457, - [SMALL_STATE(4145)] = 131461, - [SMALL_STATE(4146)] = 131465, - [SMALL_STATE(4147)] = 131469, - [SMALL_STATE(4148)] = 131473, - [SMALL_STATE(4149)] = 131477, - [SMALL_STATE(4150)] = 131481, - [SMALL_STATE(4151)] = 131485, - [SMALL_STATE(4152)] = 131489, - [SMALL_STATE(4153)] = 131493, - [SMALL_STATE(4154)] = 131497, - [SMALL_STATE(4155)] = 131501, - [SMALL_STATE(4156)] = 131505, - [SMALL_STATE(4157)] = 131509, - [SMALL_STATE(4158)] = 131513, - [SMALL_STATE(4159)] = 131517, - [SMALL_STATE(4160)] = 131521, - [SMALL_STATE(4161)] = 131525, - [SMALL_STATE(4162)] = 131529, - [SMALL_STATE(4163)] = 131533, - [SMALL_STATE(4164)] = 131537, - [SMALL_STATE(4165)] = 131541, - [SMALL_STATE(4166)] = 131545, - [SMALL_STATE(4167)] = 131549, - [SMALL_STATE(4168)] = 131553, - [SMALL_STATE(4169)] = 131557, - [SMALL_STATE(4170)] = 131561, - [SMALL_STATE(4171)] = 131565, - [SMALL_STATE(4172)] = 131569, - [SMALL_STATE(4173)] = 131573, - [SMALL_STATE(4174)] = 131577, - [SMALL_STATE(4175)] = 131581, - [SMALL_STATE(4176)] = 131585, - [SMALL_STATE(4177)] = 131589, - [SMALL_STATE(4178)] = 131593, - [SMALL_STATE(4179)] = 131597, - [SMALL_STATE(4180)] = 131601, - [SMALL_STATE(4181)] = 131605, - [SMALL_STATE(4182)] = 131609, - [SMALL_STATE(4183)] = 131613, - [SMALL_STATE(4184)] = 131617, - [SMALL_STATE(4185)] = 131621, - [SMALL_STATE(4186)] = 131625, - [SMALL_STATE(4187)] = 131629, - [SMALL_STATE(4188)] = 131633, - [SMALL_STATE(4189)] = 131637, - [SMALL_STATE(4190)] = 131641, - [SMALL_STATE(4191)] = 131645, - [SMALL_STATE(4192)] = 131649, - [SMALL_STATE(4193)] = 131653, - [SMALL_STATE(4194)] = 131657, - [SMALL_STATE(4195)] = 131661, - [SMALL_STATE(4196)] = 131665, - [SMALL_STATE(4197)] = 131669, - [SMALL_STATE(4198)] = 131673, - [SMALL_STATE(4199)] = 131677, - [SMALL_STATE(4200)] = 131681, - [SMALL_STATE(4201)] = 131685, - [SMALL_STATE(4202)] = 131689, - [SMALL_STATE(4203)] = 131693, - [SMALL_STATE(4204)] = 131697, - [SMALL_STATE(4205)] = 131701, - [SMALL_STATE(4206)] = 131705, - [SMALL_STATE(4207)] = 131709, - [SMALL_STATE(4208)] = 131713, - [SMALL_STATE(4209)] = 131717, - [SMALL_STATE(4210)] = 131721, - [SMALL_STATE(4211)] = 131725, - [SMALL_STATE(4212)] = 131729, - [SMALL_STATE(4213)] = 131733, - [SMALL_STATE(4214)] = 131737, - [SMALL_STATE(4215)] = 131741, - [SMALL_STATE(4216)] = 131745, - [SMALL_STATE(4217)] = 131749, - [SMALL_STATE(4218)] = 131753, - [SMALL_STATE(4219)] = 131757, - [SMALL_STATE(4220)] = 131761, - [SMALL_STATE(4221)] = 131765, - [SMALL_STATE(4222)] = 131769, + [SMALL_STATE(2115)] = 99108, + [SMALL_STATE(2116)] = 99155, + [SMALL_STATE(2117)] = 99202, + [SMALL_STATE(2118)] = 99249, + [SMALL_STATE(2119)] = 99292, + [SMALL_STATE(2120)] = 99335, + [SMALL_STATE(2121)] = 99378, + [SMALL_STATE(2122)] = 99421, + [SMALL_STATE(2123)] = 99464, + [SMALL_STATE(2124)] = 99507, + [SMALL_STATE(2125)] = 99550, + [SMALL_STATE(2126)] = 99593, + [SMALL_STATE(2127)] = 99636, + [SMALL_STATE(2128)] = 99679, + [SMALL_STATE(2129)] = 99722, + [SMALL_STATE(2130)] = 99765, + [SMALL_STATE(2131)] = 99808, + [SMALL_STATE(2132)] = 99851, + [SMALL_STATE(2133)] = 99894, + [SMALL_STATE(2134)] = 99937, + [SMALL_STATE(2135)] = 99980, + [SMALL_STATE(2136)] = 100023, + [SMALL_STATE(2137)] = 100066, + [SMALL_STATE(2138)] = 100109, + [SMALL_STATE(2139)] = 100152, + [SMALL_STATE(2140)] = 100195, + [SMALL_STATE(2141)] = 100238, + [SMALL_STATE(2142)] = 100281, + [SMALL_STATE(2143)] = 100324, + [SMALL_STATE(2144)] = 100367, + [SMALL_STATE(2145)] = 100410, + [SMALL_STATE(2146)] = 100453, + [SMALL_STATE(2147)] = 100496, + [SMALL_STATE(2148)] = 100539, + [SMALL_STATE(2149)] = 100582, + [SMALL_STATE(2150)] = 100625, + [SMALL_STATE(2151)] = 100668, + [SMALL_STATE(2152)] = 100711, + [SMALL_STATE(2153)] = 100754, + [SMALL_STATE(2154)] = 100797, + [SMALL_STATE(2155)] = 100840, + [SMALL_STATE(2156)] = 100883, + [SMALL_STATE(2157)] = 100926, + [SMALL_STATE(2158)] = 100969, + [SMALL_STATE(2159)] = 101012, + [SMALL_STATE(2160)] = 101055, + [SMALL_STATE(2161)] = 101098, + [SMALL_STATE(2162)] = 101141, + [SMALL_STATE(2163)] = 101184, + [SMALL_STATE(2164)] = 101227, + [SMALL_STATE(2165)] = 101270, + [SMALL_STATE(2166)] = 101313, + [SMALL_STATE(2167)] = 101356, + [SMALL_STATE(2168)] = 101399, + [SMALL_STATE(2169)] = 101442, + [SMALL_STATE(2170)] = 101485, + [SMALL_STATE(2171)] = 101528, + [SMALL_STATE(2172)] = 101571, + [SMALL_STATE(2173)] = 101614, + [SMALL_STATE(2174)] = 101657, + [SMALL_STATE(2175)] = 101700, + [SMALL_STATE(2176)] = 101743, + [SMALL_STATE(2177)] = 101786, + [SMALL_STATE(2178)] = 101829, + [SMALL_STATE(2179)] = 101872, + [SMALL_STATE(2180)] = 101915, + [SMALL_STATE(2181)] = 101958, + [SMALL_STATE(2182)] = 102001, + [SMALL_STATE(2183)] = 102044, + [SMALL_STATE(2184)] = 102087, + [SMALL_STATE(2185)] = 102130, + [SMALL_STATE(2186)] = 102173, + [SMALL_STATE(2187)] = 102216, + [SMALL_STATE(2188)] = 102259, + [SMALL_STATE(2189)] = 102302, + [SMALL_STATE(2190)] = 102345, + [SMALL_STATE(2191)] = 102388, + [SMALL_STATE(2192)] = 102431, + [SMALL_STATE(2193)] = 102474, + [SMALL_STATE(2194)] = 102517, + [SMALL_STATE(2195)] = 102560, + [SMALL_STATE(2196)] = 102603, + [SMALL_STATE(2197)] = 102646, + [SMALL_STATE(2198)] = 102689, + [SMALL_STATE(2199)] = 102732, + [SMALL_STATE(2200)] = 102775, + [SMALL_STATE(2201)] = 102818, + [SMALL_STATE(2202)] = 102861, + [SMALL_STATE(2203)] = 102904, + [SMALL_STATE(2204)] = 102947, + [SMALL_STATE(2205)] = 102990, + [SMALL_STATE(2206)] = 103033, + [SMALL_STATE(2207)] = 103076, + [SMALL_STATE(2208)] = 103119, + [SMALL_STATE(2209)] = 103162, + [SMALL_STATE(2210)] = 103205, + [SMALL_STATE(2211)] = 103248, + [SMALL_STATE(2212)] = 103291, + [SMALL_STATE(2213)] = 103334, + [SMALL_STATE(2214)] = 103377, + [SMALL_STATE(2215)] = 103420, + [SMALL_STATE(2216)] = 103463, + [SMALL_STATE(2217)] = 103506, + [SMALL_STATE(2218)] = 103549, + [SMALL_STATE(2219)] = 103592, + [SMALL_STATE(2220)] = 103635, + [SMALL_STATE(2221)] = 103678, + [SMALL_STATE(2222)] = 103721, + [SMALL_STATE(2223)] = 103764, + [SMALL_STATE(2224)] = 103807, + [SMALL_STATE(2225)] = 103850, + [SMALL_STATE(2226)] = 103893, + [SMALL_STATE(2227)] = 103936, + [SMALL_STATE(2228)] = 103979, + [SMALL_STATE(2229)] = 104022, + [SMALL_STATE(2230)] = 104065, + [SMALL_STATE(2231)] = 104108, + [SMALL_STATE(2232)] = 104151, + [SMALL_STATE(2233)] = 104194, + [SMALL_STATE(2234)] = 104237, + [SMALL_STATE(2235)] = 104280, + [SMALL_STATE(2236)] = 104323, + [SMALL_STATE(2237)] = 104366, + [SMALL_STATE(2238)] = 104409, + [SMALL_STATE(2239)] = 104452, + [SMALL_STATE(2240)] = 104495, + [SMALL_STATE(2241)] = 104538, + [SMALL_STATE(2242)] = 104581, + [SMALL_STATE(2243)] = 104624, + [SMALL_STATE(2244)] = 104667, + [SMALL_STATE(2245)] = 104710, + [SMALL_STATE(2246)] = 104753, + [SMALL_STATE(2247)] = 104796, + [SMALL_STATE(2248)] = 104841, + [SMALL_STATE(2249)] = 104884, + [SMALL_STATE(2250)] = 104927, + [SMALL_STATE(2251)] = 104970, + [SMALL_STATE(2252)] = 105013, + [SMALL_STATE(2253)] = 105056, + [SMALL_STATE(2254)] = 105099, + [SMALL_STATE(2255)] = 105142, + [SMALL_STATE(2256)] = 105185, + [SMALL_STATE(2257)] = 105228, + [SMALL_STATE(2258)] = 105271, + [SMALL_STATE(2259)] = 105314, + [SMALL_STATE(2260)] = 105357, + [SMALL_STATE(2261)] = 105400, + [SMALL_STATE(2262)] = 105443, + [SMALL_STATE(2263)] = 105486, + [SMALL_STATE(2264)] = 105529, + [SMALL_STATE(2265)] = 105572, + [SMALL_STATE(2266)] = 105615, + [SMALL_STATE(2267)] = 105658, + [SMALL_STATE(2268)] = 105701, + [SMALL_STATE(2269)] = 105744, + [SMALL_STATE(2270)] = 105787, + [SMALL_STATE(2271)] = 105830, + [SMALL_STATE(2272)] = 105873, + [SMALL_STATE(2273)] = 105916, + [SMALL_STATE(2274)] = 105959, + [SMALL_STATE(2275)] = 106002, + [SMALL_STATE(2276)] = 106045, + [SMALL_STATE(2277)] = 106088, + [SMALL_STATE(2278)] = 106131, + [SMALL_STATE(2279)] = 106174, + [SMALL_STATE(2280)] = 106217, + [SMALL_STATE(2281)] = 106260, + [SMALL_STATE(2282)] = 106303, + [SMALL_STATE(2283)] = 106346, + [SMALL_STATE(2284)] = 106389, + [SMALL_STATE(2285)] = 106432, + [SMALL_STATE(2286)] = 106475, + [SMALL_STATE(2287)] = 106518, + [SMALL_STATE(2288)] = 106561, + [SMALL_STATE(2289)] = 106604, + [SMALL_STATE(2290)] = 106647, + [SMALL_STATE(2291)] = 106690, + [SMALL_STATE(2292)] = 106733, + [SMALL_STATE(2293)] = 106776, + [SMALL_STATE(2294)] = 106819, + [SMALL_STATE(2295)] = 106862, + [SMALL_STATE(2296)] = 106905, + [SMALL_STATE(2297)] = 106948, + [SMALL_STATE(2298)] = 106991, + [SMALL_STATE(2299)] = 107034, + [SMALL_STATE(2300)] = 107077, + [SMALL_STATE(2301)] = 107120, + [SMALL_STATE(2302)] = 107163, + [SMALL_STATE(2303)] = 107206, + [SMALL_STATE(2304)] = 107249, + [SMALL_STATE(2305)] = 107292, + [SMALL_STATE(2306)] = 107335, + [SMALL_STATE(2307)] = 107378, + [SMALL_STATE(2308)] = 107421, + [SMALL_STATE(2309)] = 107464, + [SMALL_STATE(2310)] = 107507, + [SMALL_STATE(2311)] = 107550, + [SMALL_STATE(2312)] = 107593, + [SMALL_STATE(2313)] = 107636, + [SMALL_STATE(2314)] = 107679, + [SMALL_STATE(2315)] = 107722, + [SMALL_STATE(2316)] = 107765, + [SMALL_STATE(2317)] = 107808, + [SMALL_STATE(2318)] = 107851, + [SMALL_STATE(2319)] = 107894, + [SMALL_STATE(2320)] = 107937, + [SMALL_STATE(2321)] = 107980, + [SMALL_STATE(2322)] = 108023, + [SMALL_STATE(2323)] = 108066, + [SMALL_STATE(2324)] = 108109, + [SMALL_STATE(2325)] = 108152, + [SMALL_STATE(2326)] = 108195, + [SMALL_STATE(2327)] = 108238, + [SMALL_STATE(2328)] = 108281, + [SMALL_STATE(2329)] = 108324, + [SMALL_STATE(2330)] = 108367, + [SMALL_STATE(2331)] = 108410, + [SMALL_STATE(2332)] = 108453, + [SMALL_STATE(2333)] = 108496, + [SMALL_STATE(2334)] = 108539, + [SMALL_STATE(2335)] = 108582, + [SMALL_STATE(2336)] = 108625, + [SMALL_STATE(2337)] = 108668, + [SMALL_STATE(2338)] = 108711, + [SMALL_STATE(2339)] = 108754, + [SMALL_STATE(2340)] = 108797, + [SMALL_STATE(2341)] = 108840, + [SMALL_STATE(2342)] = 108883, + [SMALL_STATE(2343)] = 108926, + [SMALL_STATE(2344)] = 108969, + [SMALL_STATE(2345)] = 109012, + [SMALL_STATE(2346)] = 109055, + [SMALL_STATE(2347)] = 109098, + [SMALL_STATE(2348)] = 109141, + [SMALL_STATE(2349)] = 109184, + [SMALL_STATE(2350)] = 109227, + [SMALL_STATE(2351)] = 109270, + [SMALL_STATE(2352)] = 109313, + [SMALL_STATE(2353)] = 109356, + [SMALL_STATE(2354)] = 109399, + [SMALL_STATE(2355)] = 109442, + [SMALL_STATE(2356)] = 109485, + [SMALL_STATE(2357)] = 109528, + [SMALL_STATE(2358)] = 109571, + [SMALL_STATE(2359)] = 109614, + [SMALL_STATE(2360)] = 109657, + [SMALL_STATE(2361)] = 109700, + [SMALL_STATE(2362)] = 109743, + [SMALL_STATE(2363)] = 109786, + [SMALL_STATE(2364)] = 109829, + [SMALL_STATE(2365)] = 109872, + [SMALL_STATE(2366)] = 109915, + [SMALL_STATE(2367)] = 109958, + [SMALL_STATE(2368)] = 110001, + [SMALL_STATE(2369)] = 110044, + [SMALL_STATE(2370)] = 110087, + [SMALL_STATE(2371)] = 110130, + [SMALL_STATE(2372)] = 110173, + [SMALL_STATE(2373)] = 110216, + [SMALL_STATE(2374)] = 110259, + [SMALL_STATE(2375)] = 110302, + [SMALL_STATE(2376)] = 110345, + [SMALL_STATE(2377)] = 110388, + [SMALL_STATE(2378)] = 110431, + [SMALL_STATE(2379)] = 110474, + [SMALL_STATE(2380)] = 110517, + [SMALL_STATE(2381)] = 110560, + [SMALL_STATE(2382)] = 110603, + [SMALL_STATE(2383)] = 110646, + [SMALL_STATE(2384)] = 110689, + [SMALL_STATE(2385)] = 110732, + [SMALL_STATE(2386)] = 110775, + [SMALL_STATE(2387)] = 110818, + [SMALL_STATE(2388)] = 110861, + [SMALL_STATE(2389)] = 110904, + [SMALL_STATE(2390)] = 110947, + [SMALL_STATE(2391)] = 110990, + [SMALL_STATE(2392)] = 111033, + [SMALL_STATE(2393)] = 111076, + [SMALL_STATE(2394)] = 111118, + [SMALL_STATE(2395)] = 111160, + [SMALL_STATE(2396)] = 111202, + [SMALL_STATE(2397)] = 111244, + [SMALL_STATE(2398)] = 111286, + [SMALL_STATE(2399)] = 111328, + [SMALL_STATE(2400)] = 111370, + [SMALL_STATE(2401)] = 111412, + [SMALL_STATE(2402)] = 111454, + [SMALL_STATE(2403)] = 111496, + [SMALL_STATE(2404)] = 111538, + [SMALL_STATE(2405)] = 111580, + [SMALL_STATE(2406)] = 111622, + [SMALL_STATE(2407)] = 111664, + [SMALL_STATE(2408)] = 111706, + [SMALL_STATE(2409)] = 111748, + [SMALL_STATE(2410)] = 111790, + [SMALL_STATE(2411)] = 111832, + [SMALL_STATE(2412)] = 111874, + [SMALL_STATE(2413)] = 111916, + [SMALL_STATE(2414)] = 111958, + [SMALL_STATE(2415)] = 112000, + [SMALL_STATE(2416)] = 112042, + [SMALL_STATE(2417)] = 112084, + [SMALL_STATE(2418)] = 112126, + [SMALL_STATE(2419)] = 112168, + [SMALL_STATE(2420)] = 112210, + [SMALL_STATE(2421)] = 112252, + [SMALL_STATE(2422)] = 112294, + [SMALL_STATE(2423)] = 112336, + [SMALL_STATE(2424)] = 112378, + [SMALL_STATE(2425)] = 112420, + [SMALL_STATE(2426)] = 112462, + [SMALL_STATE(2427)] = 112504, + [SMALL_STATE(2428)] = 112546, + [SMALL_STATE(2429)] = 112588, + [SMALL_STATE(2430)] = 112630, + [SMALL_STATE(2431)] = 112672, + [SMALL_STATE(2432)] = 112714, + [SMALL_STATE(2433)] = 112756, + [SMALL_STATE(2434)] = 112798, + [SMALL_STATE(2435)] = 112840, + [SMALL_STATE(2436)] = 112882, + [SMALL_STATE(2437)] = 112924, + [SMALL_STATE(2438)] = 112966, + [SMALL_STATE(2439)] = 113008, + [SMALL_STATE(2440)] = 113050, + [SMALL_STATE(2441)] = 113092, + [SMALL_STATE(2442)] = 113134, + [SMALL_STATE(2443)] = 113176, + [SMALL_STATE(2444)] = 113218, + [SMALL_STATE(2445)] = 113260, + [SMALL_STATE(2446)] = 113302, + [SMALL_STATE(2447)] = 113346, + [SMALL_STATE(2448)] = 113388, + [SMALL_STATE(2449)] = 113430, + [SMALL_STATE(2450)] = 113472, + [SMALL_STATE(2451)] = 113514, + [SMALL_STATE(2452)] = 113556, + [SMALL_STATE(2453)] = 113598, + [SMALL_STATE(2454)] = 113640, + [SMALL_STATE(2455)] = 113682, + [SMALL_STATE(2456)] = 113724, + [SMALL_STATE(2457)] = 113766, + [SMALL_STATE(2458)] = 113808, + [SMALL_STATE(2459)] = 113850, + [SMALL_STATE(2460)] = 113892, + [SMALL_STATE(2461)] = 113934, + [SMALL_STATE(2462)] = 113976, + [SMALL_STATE(2463)] = 114018, + [SMALL_STATE(2464)] = 114060, + [SMALL_STATE(2465)] = 114102, + [SMALL_STATE(2466)] = 114144, + [SMALL_STATE(2467)] = 114186, + [SMALL_STATE(2468)] = 114228, + [SMALL_STATE(2469)] = 114269, + [SMALL_STATE(2470)] = 114321, + [SMALL_STATE(2471)] = 114373, + [SMALL_STATE(2472)] = 114425, + [SMALL_STATE(2473)] = 114477, + [SMALL_STATE(2474)] = 114529, + [SMALL_STATE(2475)] = 114578, + [SMALL_STATE(2476)] = 114627, + [SMALL_STATE(2477)] = 114676, + [SMALL_STATE(2478)] = 114725, + [SMALL_STATE(2479)] = 114774, + [SMALL_STATE(2480)] = 114823, + [SMALL_STATE(2481)] = 114872, + [SMALL_STATE(2482)] = 114921, + [SMALL_STATE(2483)] = 114970, + [SMALL_STATE(2484)] = 115019, + [SMALL_STATE(2485)] = 115064, + [SMALL_STATE(2486)] = 115113, + [SMALL_STATE(2487)] = 115162, + [SMALL_STATE(2488)] = 115211, + [SMALL_STATE(2489)] = 115260, + [SMALL_STATE(2490)] = 115309, + [SMALL_STATE(2491)] = 115358, + [SMALL_STATE(2492)] = 115407, + [SMALL_STATE(2493)] = 115452, + [SMALL_STATE(2494)] = 115496, + [SMALL_STATE(2495)] = 115540, + [SMALL_STATE(2496)] = 115584, + [SMALL_STATE(2497)] = 115628, + [SMALL_STATE(2498)] = 115672, + [SMALL_STATE(2499)] = 115716, + [SMALL_STATE(2500)] = 115760, + [SMALL_STATE(2501)] = 115804, + [SMALL_STATE(2502)] = 115848, + [SMALL_STATE(2503)] = 115892, + [SMALL_STATE(2504)] = 115936, + [SMALL_STATE(2505)] = 115980, + [SMALL_STATE(2506)] = 116024, + [SMALL_STATE(2507)] = 116068, + [SMALL_STATE(2508)] = 116112, + [SMALL_STATE(2509)] = 116156, + [SMALL_STATE(2510)] = 116200, + [SMALL_STATE(2511)] = 116244, + [SMALL_STATE(2512)] = 116288, + [SMALL_STATE(2513)] = 116332, + [SMALL_STATE(2514)] = 116376, + [SMALL_STATE(2515)] = 116420, + [SMALL_STATE(2516)] = 116464, + [SMALL_STATE(2517)] = 116508, + [SMALL_STATE(2518)] = 116552, + [SMALL_STATE(2519)] = 116596, + [SMALL_STATE(2520)] = 116640, + [SMALL_STATE(2521)] = 116684, + [SMALL_STATE(2522)] = 116728, + [SMALL_STATE(2523)] = 116772, + [SMALL_STATE(2524)] = 116816, + [SMALL_STATE(2525)] = 116860, + [SMALL_STATE(2526)] = 116904, + [SMALL_STATE(2527)] = 116948, + [SMALL_STATE(2528)] = 116992, + [SMALL_STATE(2529)] = 117036, + [SMALL_STATE(2530)] = 117080, + [SMALL_STATE(2531)] = 117124, + [SMALL_STATE(2532)] = 117168, + [SMALL_STATE(2533)] = 117212, + [SMALL_STATE(2534)] = 117256, + [SMALL_STATE(2535)] = 117300, + [SMALL_STATE(2536)] = 117344, + [SMALL_STATE(2537)] = 117388, + [SMALL_STATE(2538)] = 117432, + [SMALL_STATE(2539)] = 117476, + [SMALL_STATE(2540)] = 117520, + [SMALL_STATE(2541)] = 117564, + [SMALL_STATE(2542)] = 117608, + [SMALL_STATE(2543)] = 117652, + [SMALL_STATE(2544)] = 117696, + [SMALL_STATE(2545)] = 117740, + [SMALL_STATE(2546)] = 117784, + [SMALL_STATE(2547)] = 117828, + [SMALL_STATE(2548)] = 117872, + [SMALL_STATE(2549)] = 117916, + [SMALL_STATE(2550)] = 117960, + [SMALL_STATE(2551)] = 118004, + [SMALL_STATE(2552)] = 118048, + [SMALL_STATE(2553)] = 118092, + [SMALL_STATE(2554)] = 118136, + [SMALL_STATE(2555)] = 118180, + [SMALL_STATE(2556)] = 118224, + [SMALL_STATE(2557)] = 118268, + [SMALL_STATE(2558)] = 118312, + [SMALL_STATE(2559)] = 118356, + [SMALL_STATE(2560)] = 118400, + [SMALL_STATE(2561)] = 118444, + [SMALL_STATE(2562)] = 118488, + [SMALL_STATE(2563)] = 118532, + [SMALL_STATE(2564)] = 118576, + [SMALL_STATE(2565)] = 118620, + [SMALL_STATE(2566)] = 118663, + [SMALL_STATE(2567)] = 118706, + [SMALL_STATE(2568)] = 118749, + [SMALL_STATE(2569)] = 118792, + [SMALL_STATE(2570)] = 118835, + [SMALL_STATE(2571)] = 118878, + [SMALL_STATE(2572)] = 118921, + [SMALL_STATE(2573)] = 118964, + [SMALL_STATE(2574)] = 119007, + [SMALL_STATE(2575)] = 119050, + [SMALL_STATE(2576)] = 119093, + [SMALL_STATE(2577)] = 119136, + [SMALL_STATE(2578)] = 119179, + [SMALL_STATE(2579)] = 119222, + [SMALL_STATE(2580)] = 119265, + [SMALL_STATE(2581)] = 119308, + [SMALL_STATE(2582)] = 119351, + [SMALL_STATE(2583)] = 119394, + [SMALL_STATE(2584)] = 119437, + [SMALL_STATE(2585)] = 119480, + [SMALL_STATE(2586)] = 119523, + [SMALL_STATE(2587)] = 119566, + [SMALL_STATE(2588)] = 119609, + [SMALL_STATE(2589)] = 119652, + [SMALL_STATE(2590)] = 119695, + [SMALL_STATE(2591)] = 119738, + [SMALL_STATE(2592)] = 119781, + [SMALL_STATE(2593)] = 119824, + [SMALL_STATE(2594)] = 119867, + [SMALL_STATE(2595)] = 119910, + [SMALL_STATE(2596)] = 119953, + [SMALL_STATE(2597)] = 119996, + [SMALL_STATE(2598)] = 120039, + [SMALL_STATE(2599)] = 120082, + [SMALL_STATE(2600)] = 120117, + [SMALL_STATE(2601)] = 120154, + [SMALL_STATE(2602)] = 120191, + [SMALL_STATE(2603)] = 120228, + [SMALL_STATE(2604)] = 120265, + [SMALL_STATE(2605)] = 120300, + [SMALL_STATE(2606)] = 120337, + [SMALL_STATE(2607)] = 120374, + [SMALL_STATE(2608)] = 120411, + [SMALL_STATE(2609)] = 120448, + [SMALL_STATE(2610)] = 120485, + [SMALL_STATE(2611)] = 120522, + [SMALL_STATE(2612)] = 120559, + [SMALL_STATE(2613)] = 120596, + [SMALL_STATE(2614)] = 120633, + [SMALL_STATE(2615)] = 120670, + [SMALL_STATE(2616)] = 120707, + [SMALL_STATE(2617)] = 120744, + [SMALL_STATE(2618)] = 120781, + [SMALL_STATE(2619)] = 120816, + [SMALL_STATE(2620)] = 120837, + [SMALL_STATE(2621)] = 120858, + [SMALL_STATE(2622)] = 120877, + [SMALL_STATE(2623)] = 120896, + [SMALL_STATE(2624)] = 120929, + [SMALL_STATE(2625)] = 120947, + [SMALL_STATE(2626)] = 120979, + [SMALL_STATE(2627)] = 121005, + [SMALL_STATE(2628)] = 121037, + [SMALL_STATE(2629)] = 121053, + [SMALL_STATE(2630)] = 121085, + [SMALL_STATE(2631)] = 121105, + [SMALL_STATE(2632)] = 121137, + [SMALL_STATE(2633)] = 121163, + [SMALL_STATE(2634)] = 121195, + [SMALL_STATE(2635)] = 121227, + [SMALL_STATE(2636)] = 121259, + [SMALL_STATE(2637)] = 121275, + [SMALL_STATE(2638)] = 121307, + [SMALL_STATE(2639)] = 121339, + [SMALL_STATE(2640)] = 121357, + [SMALL_STATE(2641)] = 121389, + [SMALL_STATE(2642)] = 121409, + [SMALL_STATE(2643)] = 121441, + [SMALL_STATE(2644)] = 121473, + [SMALL_STATE(2645)] = 121499, + [SMALL_STATE(2646)] = 121525, + [SMALL_STATE(2647)] = 121557, + [SMALL_STATE(2648)] = 121589, + [SMALL_STATE(2649)] = 121621, + [SMALL_STATE(2650)] = 121653, + [SMALL_STATE(2651)] = 121668, + [SMALL_STATE(2652)] = 121683, + [SMALL_STATE(2653)] = 121698, + [SMALL_STATE(2654)] = 121717, + [SMALL_STATE(2655)] = 121734, + [SMALL_STATE(2656)] = 121760, + [SMALL_STATE(2657)] = 121786, + [SMALL_STATE(2658)] = 121812, + [SMALL_STATE(2659)] = 121838, + [SMALL_STATE(2660)] = 121864, + [SMALL_STATE(2661)] = 121888, + [SMALL_STATE(2662)] = 121914, + [SMALL_STATE(2663)] = 121940, + [SMALL_STATE(2664)] = 121966, + [SMALL_STATE(2665)] = 121992, + [SMALL_STATE(2666)] = 122018, + [SMALL_STATE(2667)] = 122044, + [SMALL_STATE(2668)] = 122070, + [SMALL_STATE(2669)] = 122096, + [SMALL_STATE(2670)] = 122122, + [SMALL_STATE(2671)] = 122148, + [SMALL_STATE(2672)] = 122162, + [SMALL_STATE(2673)] = 122188, + [SMALL_STATE(2674)] = 122214, + [SMALL_STATE(2675)] = 122232, + [SMALL_STATE(2676)] = 122256, + [SMALL_STATE(2677)] = 122282, + [SMALL_STATE(2678)] = 122308, + [SMALL_STATE(2679)] = 122334, + [SMALL_STATE(2680)] = 122358, + [SMALL_STATE(2681)] = 122384, + [SMALL_STATE(2682)] = 122410, + [SMALL_STATE(2683)] = 122434, + [SMALL_STATE(2684)] = 122460, + [SMALL_STATE(2685)] = 122486, + [SMALL_STATE(2686)] = 122502, + [SMALL_STATE(2687)] = 122528, + [SMALL_STATE(2688)] = 122554, + [SMALL_STATE(2689)] = 122578, + [SMALL_STATE(2690)] = 122602, + [SMALL_STATE(2691)] = 122628, + [SMALL_STATE(2692)] = 122654, + [SMALL_STATE(2693)] = 122680, + [SMALL_STATE(2694)] = 122692, + [SMALL_STATE(2695)] = 122718, + [SMALL_STATE(2696)] = 122744, + [SMALL_STATE(2697)] = 122770, + [SMALL_STATE(2698)] = 122796, + [SMALL_STATE(2699)] = 122822, + [SMALL_STATE(2700)] = 122846, + [SMALL_STATE(2701)] = 122872, + [SMALL_STATE(2702)] = 122890, + [SMALL_STATE(2703)] = 122916, + [SMALL_STATE(2704)] = 122942, + [SMALL_STATE(2705)] = 122968, + [SMALL_STATE(2706)] = 122994, + [SMALL_STATE(2707)] = 123020, + [SMALL_STATE(2708)] = 123046, + [SMALL_STATE(2709)] = 123070, + [SMALL_STATE(2710)] = 123096, + [SMALL_STATE(2711)] = 123122, + [SMALL_STATE(2712)] = 123148, + [SMALL_STATE(2713)] = 123174, + [SMALL_STATE(2714)] = 123200, + [SMALL_STATE(2715)] = 123226, + [SMALL_STATE(2716)] = 123252, + [SMALL_STATE(2717)] = 123276, + [SMALL_STATE(2718)] = 123301, + [SMALL_STATE(2719)] = 123326, + [SMALL_STATE(2720)] = 123339, + [SMALL_STATE(2721)] = 123356, + [SMALL_STATE(2722)] = 123369, + [SMALL_STATE(2723)] = 123384, + [SMALL_STATE(2724)] = 123401, + [SMALL_STATE(2725)] = 123426, + [SMALL_STATE(2726)] = 123444, + [SMALL_STATE(2727)] = 123464, + [SMALL_STATE(2728)] = 123484, + [SMALL_STATE(2729)] = 123494, + [SMALL_STATE(2730)] = 123512, + [SMALL_STATE(2731)] = 123528, + [SMALL_STATE(2732)] = 123538, + [SMALL_STATE(2733)] = 123558, + [SMALL_STATE(2734)] = 123578, + [SMALL_STATE(2735)] = 123598, + [SMALL_STATE(2736)] = 123614, + [SMALL_STATE(2737)] = 123632, + [SMALL_STATE(2738)] = 123648, + [SMALL_STATE(2739)] = 123666, + [SMALL_STATE(2740)] = 123686, + [SMALL_STATE(2741)] = 123706, + [SMALL_STATE(2742)] = 123726, + [SMALL_STATE(2743)] = 123746, + [SMALL_STATE(2744)] = 123762, + [SMALL_STATE(2745)] = 123780, + [SMALL_STATE(2746)] = 123800, + [SMALL_STATE(2747)] = 123820, + [SMALL_STATE(2748)] = 123836, + [SMALL_STATE(2749)] = 123856, + [SMALL_STATE(2750)] = 123876, + [SMALL_STATE(2751)] = 123892, + [SMALL_STATE(2752)] = 123906, + [SMALL_STATE(2753)] = 123924, + [SMALL_STATE(2754)] = 123944, + [SMALL_STATE(2755)] = 123961, + [SMALL_STATE(2756)] = 123978, + [SMALL_STATE(2757)] = 123995, + [SMALL_STATE(2758)] = 124014, + [SMALL_STATE(2759)] = 124033, + [SMALL_STATE(2760)] = 124052, + [SMALL_STATE(2761)] = 124071, + [SMALL_STATE(2762)] = 124088, + [SMALL_STATE(2763)] = 124107, + [SMALL_STATE(2764)] = 124124, + [SMALL_STATE(2765)] = 124143, + [SMALL_STATE(2766)] = 124160, + [SMALL_STATE(2767)] = 124177, + [SMALL_STATE(2768)] = 124196, + [SMALL_STATE(2769)] = 124215, + [SMALL_STATE(2770)] = 124234, + [SMALL_STATE(2771)] = 124253, + [SMALL_STATE(2772)] = 124270, + [SMALL_STATE(2773)] = 124287, + [SMALL_STATE(2774)] = 124304, + [SMALL_STATE(2775)] = 124323, + [SMALL_STATE(2776)] = 124340, + [SMALL_STATE(2777)] = 124357, + [SMALL_STATE(2778)] = 124374, + [SMALL_STATE(2779)] = 124391, + [SMALL_STATE(2780)] = 124410, + [SMALL_STATE(2781)] = 124429, + [SMALL_STATE(2782)] = 124448, + [SMALL_STATE(2783)] = 124467, + [SMALL_STATE(2784)] = 124486, + [SMALL_STATE(2785)] = 124503, + [SMALL_STATE(2786)] = 124518, + [SMALL_STATE(2787)] = 124535, + [SMALL_STATE(2788)] = 124544, + [SMALL_STATE(2789)] = 124563, + [SMALL_STATE(2790)] = 124582, + [SMALL_STATE(2791)] = 124601, + [SMALL_STATE(2792)] = 124620, + [SMALL_STATE(2793)] = 124639, + [SMALL_STATE(2794)] = 124658, + [SMALL_STATE(2795)] = 124675, + [SMALL_STATE(2796)] = 124690, + [SMALL_STATE(2797)] = 124709, + [SMALL_STATE(2798)] = 124728, + [SMALL_STATE(2799)] = 124747, + [SMALL_STATE(2800)] = 124766, + [SMALL_STATE(2801)] = 124785, + [SMALL_STATE(2802)] = 124804, + [SMALL_STATE(2803)] = 124823, + [SMALL_STATE(2804)] = 124842, + [SMALL_STATE(2805)] = 124861, + [SMALL_STATE(2806)] = 124880, + [SMALL_STATE(2807)] = 124899, + [SMALL_STATE(2808)] = 124918, + [SMALL_STATE(2809)] = 124937, + [SMALL_STATE(2810)] = 124952, + [SMALL_STATE(2811)] = 124971, + [SMALL_STATE(2812)] = 124990, + [SMALL_STATE(2813)] = 125009, + [SMALL_STATE(2814)] = 125028, + [SMALL_STATE(2815)] = 125047, + [SMALL_STATE(2816)] = 125066, + [SMALL_STATE(2817)] = 125081, + [SMALL_STATE(2818)] = 125092, + [SMALL_STATE(2819)] = 125109, + [SMALL_STATE(2820)] = 125120, + [SMALL_STATE(2821)] = 125139, + [SMALL_STATE(2822)] = 125158, + [SMALL_STATE(2823)] = 125177, + [SMALL_STATE(2824)] = 125196, + [SMALL_STATE(2825)] = 125215, + [SMALL_STATE(2826)] = 125234, + [SMALL_STATE(2827)] = 125243, + [SMALL_STATE(2828)] = 125262, + [SMALL_STATE(2829)] = 125281, + [SMALL_STATE(2830)] = 125290, + [SMALL_STATE(2831)] = 125309, + [SMALL_STATE(2832)] = 125328, + [SMALL_STATE(2833)] = 125347, + [SMALL_STATE(2834)] = 125366, + [SMALL_STATE(2835)] = 125383, + [SMALL_STATE(2836)] = 125402, + [SMALL_STATE(2837)] = 125421, + [SMALL_STATE(2838)] = 125440, + [SMALL_STATE(2839)] = 125459, + [SMALL_STATE(2840)] = 125478, + [SMALL_STATE(2841)] = 125497, + [SMALL_STATE(2842)] = 125510, + [SMALL_STATE(2843)] = 125521, + [SMALL_STATE(2844)] = 125538, + [SMALL_STATE(2845)] = 125555, + [SMALL_STATE(2846)] = 125574, + [SMALL_STATE(2847)] = 125591, + [SMALL_STATE(2848)] = 125610, + [SMALL_STATE(2849)] = 125629, + [SMALL_STATE(2850)] = 125648, + [SMALL_STATE(2851)] = 125667, + [SMALL_STATE(2852)] = 125686, + [SMALL_STATE(2853)] = 125705, + [SMALL_STATE(2854)] = 125724, + [SMALL_STATE(2855)] = 125743, + [SMALL_STATE(2856)] = 125762, + [SMALL_STATE(2857)] = 125781, + [SMALL_STATE(2858)] = 125800, + [SMALL_STATE(2859)] = 125819, + [SMALL_STATE(2860)] = 125838, + [SMALL_STATE(2861)] = 125857, + [SMALL_STATE(2862)] = 125876, + [SMALL_STATE(2863)] = 125895, + [SMALL_STATE(2864)] = 125914, + [SMALL_STATE(2865)] = 125933, + [SMALL_STATE(2866)] = 125952, + [SMALL_STATE(2867)] = 125971, + [SMALL_STATE(2868)] = 125990, + [SMALL_STATE(2869)] = 126009, + [SMALL_STATE(2870)] = 126028, + [SMALL_STATE(2871)] = 126045, + [SMALL_STATE(2872)] = 126061, + [SMALL_STATE(2873)] = 126075, + [SMALL_STATE(2874)] = 126089, + [SMALL_STATE(2875)] = 126101, + [SMALL_STATE(2876)] = 126109, + [SMALL_STATE(2877)] = 126125, + [SMALL_STATE(2878)] = 126139, + [SMALL_STATE(2879)] = 126155, + [SMALL_STATE(2880)] = 126169, + [SMALL_STATE(2881)] = 126185, + [SMALL_STATE(2882)] = 126201, + [SMALL_STATE(2883)] = 126213, + [SMALL_STATE(2884)] = 126227, + [SMALL_STATE(2885)] = 126239, + [SMALL_STATE(2886)] = 126253, + [SMALL_STATE(2887)] = 126263, + [SMALL_STATE(2888)] = 126277, + [SMALL_STATE(2889)] = 126291, + [SMALL_STATE(2890)] = 126305, + [SMALL_STATE(2891)] = 126317, + [SMALL_STATE(2892)] = 126329, + [SMALL_STATE(2893)] = 126341, + [SMALL_STATE(2894)] = 126355, + [SMALL_STATE(2895)] = 126367, + [SMALL_STATE(2896)] = 126381, + [SMALL_STATE(2897)] = 126391, + [SMALL_STATE(2898)] = 126399, + [SMALL_STATE(2899)] = 126413, + [SMALL_STATE(2900)] = 126427, + [SMALL_STATE(2901)] = 126441, + [SMALL_STATE(2902)] = 126455, + [SMALL_STATE(2903)] = 126471, + [SMALL_STATE(2904)] = 126487, + [SMALL_STATE(2905)] = 126499, + [SMALL_STATE(2906)] = 126515, + [SMALL_STATE(2907)] = 126529, + [SMALL_STATE(2908)] = 126539, + [SMALL_STATE(2909)] = 126555, + [SMALL_STATE(2910)] = 126569, + [SMALL_STATE(2911)] = 126583, + [SMALL_STATE(2912)] = 126597, + [SMALL_STATE(2913)] = 126611, + [SMALL_STATE(2914)] = 126619, + [SMALL_STATE(2915)] = 126631, + [SMALL_STATE(2916)] = 126639, + [SMALL_STATE(2917)] = 126651, + [SMALL_STATE(2918)] = 126667, + [SMALL_STATE(2919)] = 126683, + [SMALL_STATE(2920)] = 126697, + [SMALL_STATE(2921)] = 126713, + [SMALL_STATE(2922)] = 126729, + [SMALL_STATE(2923)] = 126743, + [SMALL_STATE(2924)] = 126759, + [SMALL_STATE(2925)] = 126775, + [SMALL_STATE(2926)] = 126791, + [SMALL_STATE(2927)] = 126803, + [SMALL_STATE(2928)] = 126819, + [SMALL_STATE(2929)] = 126833, + [SMALL_STATE(2930)] = 126847, + [SMALL_STATE(2931)] = 126863, + [SMALL_STATE(2932)] = 126879, + [SMALL_STATE(2933)] = 126893, + [SMALL_STATE(2934)] = 126909, + [SMALL_STATE(2935)] = 126925, + [SMALL_STATE(2936)] = 126941, + [SMALL_STATE(2937)] = 126957, + [SMALL_STATE(2938)] = 126971, + [SMALL_STATE(2939)] = 126987, + [SMALL_STATE(2940)] = 127003, + [SMALL_STATE(2941)] = 127019, + [SMALL_STATE(2942)] = 127035, + [SMALL_STATE(2943)] = 127049, + [SMALL_STATE(2944)] = 127065, + [SMALL_STATE(2945)] = 127081, + [SMALL_STATE(2946)] = 127097, + [SMALL_STATE(2947)] = 127113, + [SMALL_STATE(2948)] = 127127, + [SMALL_STATE(2949)] = 127141, + [SMALL_STATE(2950)] = 127157, + [SMALL_STATE(2951)] = 127173, + [SMALL_STATE(2952)] = 127189, + [SMALL_STATE(2953)] = 127201, + [SMALL_STATE(2954)] = 127213, + [SMALL_STATE(2955)] = 127227, + [SMALL_STATE(2956)] = 127241, + [SMALL_STATE(2957)] = 127251, + [SMALL_STATE(2958)] = 127267, + [SMALL_STATE(2959)] = 127283, + [SMALL_STATE(2960)] = 127299, + [SMALL_STATE(2961)] = 127315, + [SMALL_STATE(2962)] = 127327, + [SMALL_STATE(2963)] = 127343, + [SMALL_STATE(2964)] = 127359, + [SMALL_STATE(2965)] = 127375, + [SMALL_STATE(2966)] = 127391, + [SMALL_STATE(2967)] = 127401, + [SMALL_STATE(2968)] = 127415, + [SMALL_STATE(2969)] = 127431, + [SMALL_STATE(2970)] = 127447, + [SMALL_STATE(2971)] = 127463, + [SMALL_STATE(2972)] = 127479, + [SMALL_STATE(2973)] = 127493, + [SMALL_STATE(2974)] = 127509, + [SMALL_STATE(2975)] = 127525, + [SMALL_STATE(2976)] = 127539, + [SMALL_STATE(2977)] = 127555, + [SMALL_STATE(2978)] = 127571, + [SMALL_STATE(2979)] = 127587, + [SMALL_STATE(2980)] = 127601, + [SMALL_STATE(2981)] = 127609, + [SMALL_STATE(2982)] = 127621, + [SMALL_STATE(2983)] = 127637, + [SMALL_STATE(2984)] = 127653, + [SMALL_STATE(2985)] = 127669, + [SMALL_STATE(2986)] = 127685, + [SMALL_STATE(2987)] = 127701, + [SMALL_STATE(2988)] = 127717, + [SMALL_STATE(2989)] = 127733, + [SMALL_STATE(2990)] = 127749, + [SMALL_STATE(2991)] = 127765, + [SMALL_STATE(2992)] = 127781, + [SMALL_STATE(2993)] = 127789, + [SMALL_STATE(2994)] = 127805, + [SMALL_STATE(2995)] = 127813, + [SMALL_STATE(2996)] = 127827, + [SMALL_STATE(2997)] = 127843, + [SMALL_STATE(2998)] = 127851, + [SMALL_STATE(2999)] = 127867, + [SMALL_STATE(3000)] = 127883, + [SMALL_STATE(3001)] = 127899, + [SMALL_STATE(3002)] = 127915, + [SMALL_STATE(3003)] = 127929, + [SMALL_STATE(3004)] = 127943, + [SMALL_STATE(3005)] = 127959, + [SMALL_STATE(3006)] = 127975, + [SMALL_STATE(3007)] = 127991, + [SMALL_STATE(3008)] = 128007, + [SMALL_STATE(3009)] = 128019, + [SMALL_STATE(3010)] = 128033, + [SMALL_STATE(3011)] = 128049, + [SMALL_STATE(3012)] = 128065, + [SMALL_STATE(3013)] = 128081, + [SMALL_STATE(3014)] = 128097, + [SMALL_STATE(3015)] = 128109, + [SMALL_STATE(3016)] = 128117, + [SMALL_STATE(3017)] = 128133, + [SMALL_STATE(3018)] = 128149, + [SMALL_STATE(3019)] = 128165, + [SMALL_STATE(3020)] = 128181, + [SMALL_STATE(3021)] = 128195, + [SMALL_STATE(3022)] = 128211, + [SMALL_STATE(3023)] = 128227, + [SMALL_STATE(3024)] = 128243, + [SMALL_STATE(3025)] = 128259, + [SMALL_STATE(3026)] = 128275, + [SMALL_STATE(3027)] = 128291, + [SMALL_STATE(3028)] = 128307, + [SMALL_STATE(3029)] = 128323, + [SMALL_STATE(3030)] = 128337, + [SMALL_STATE(3031)] = 128344, + [SMALL_STATE(3032)] = 128355, + [SMALL_STATE(3033)] = 128362, + [SMALL_STATE(3034)] = 128369, + [SMALL_STATE(3035)] = 128382, + [SMALL_STATE(3036)] = 128389, + [SMALL_STATE(3037)] = 128398, + [SMALL_STATE(3038)] = 128407, + [SMALL_STATE(3039)] = 128416, + [SMALL_STATE(3040)] = 128427, + [SMALL_STATE(3041)] = 128440, + [SMALL_STATE(3042)] = 128453, + [SMALL_STATE(3043)] = 128462, + [SMALL_STATE(3044)] = 128471, + [SMALL_STATE(3045)] = 128480, + [SMALL_STATE(3046)] = 128489, + [SMALL_STATE(3047)] = 128500, + [SMALL_STATE(3048)] = 128507, + [SMALL_STATE(3049)] = 128516, + [SMALL_STATE(3050)] = 128529, + [SMALL_STATE(3051)] = 128542, + [SMALL_STATE(3052)] = 128555, + [SMALL_STATE(3053)] = 128568, + [SMALL_STATE(3054)] = 128579, + [SMALL_STATE(3055)] = 128588, + [SMALL_STATE(3056)] = 128595, + [SMALL_STATE(3057)] = 128606, + [SMALL_STATE(3058)] = 128619, + [SMALL_STATE(3059)] = 128628, + [SMALL_STATE(3060)] = 128639, + [SMALL_STATE(3061)] = 128648, + [SMALL_STATE(3062)] = 128659, + [SMALL_STATE(3063)] = 128672, + [SMALL_STATE(3064)] = 128685, + [SMALL_STATE(3065)] = 128698, + [SMALL_STATE(3066)] = 128711, + [SMALL_STATE(3067)] = 128724, + [SMALL_STATE(3068)] = 128737, + [SMALL_STATE(3069)] = 128748, + [SMALL_STATE(3070)] = 128755, + [SMALL_STATE(3071)] = 128766, + [SMALL_STATE(3072)] = 128779, + [SMALL_STATE(3073)] = 128788, + [SMALL_STATE(3074)] = 128801, + [SMALL_STATE(3075)] = 128814, + [SMALL_STATE(3076)] = 128825, + [SMALL_STATE(3077)] = 128838, + [SMALL_STATE(3078)] = 128849, + [SMALL_STATE(3079)] = 128862, + [SMALL_STATE(3080)] = 128875, + [SMALL_STATE(3081)] = 128888, + [SMALL_STATE(3082)] = 128897, + [SMALL_STATE(3083)] = 128908, + [SMALL_STATE(3084)] = 128921, + [SMALL_STATE(3085)] = 128932, + [SMALL_STATE(3086)] = 128941, + [SMALL_STATE(3087)] = 128950, + [SMALL_STATE(3088)] = 128961, + [SMALL_STATE(3089)] = 128972, + [SMALL_STATE(3090)] = 128985, + [SMALL_STATE(3091)] = 128996, + [SMALL_STATE(3092)] = 129009, + [SMALL_STATE(3093)] = 129022, + [SMALL_STATE(3094)] = 129031, + [SMALL_STATE(3095)] = 129044, + [SMALL_STATE(3096)] = 129057, + [SMALL_STATE(3097)] = 129064, + [SMALL_STATE(3098)] = 129073, + [SMALL_STATE(3099)] = 129080, + [SMALL_STATE(3100)] = 129093, + [SMALL_STATE(3101)] = 129106, + [SMALL_STATE(3102)] = 129119, + [SMALL_STATE(3103)] = 129132, + [SMALL_STATE(3104)] = 129139, + [SMALL_STATE(3105)] = 129148, + [SMALL_STATE(3106)] = 129159, + [SMALL_STATE(3107)] = 129166, + [SMALL_STATE(3108)] = 129177, + [SMALL_STATE(3109)] = 129186, + [SMALL_STATE(3110)] = 129199, + [SMALL_STATE(3111)] = 129212, + [SMALL_STATE(3112)] = 129223, + [SMALL_STATE(3113)] = 129234, + [SMALL_STATE(3114)] = 129245, + [SMALL_STATE(3115)] = 129258, + [SMALL_STATE(3116)] = 129267, + [SMALL_STATE(3117)] = 129274, + [SMALL_STATE(3118)] = 129283, + [SMALL_STATE(3119)] = 129296, + [SMALL_STATE(3120)] = 129307, + [SMALL_STATE(3121)] = 129316, + [SMALL_STATE(3122)] = 129329, + [SMALL_STATE(3123)] = 129342, + [SMALL_STATE(3124)] = 129355, + [SMALL_STATE(3125)] = 129368, + [SMALL_STATE(3126)] = 129381, + [SMALL_STATE(3127)] = 129394, + [SMALL_STATE(3128)] = 129407, + [SMALL_STATE(3129)] = 129420, + [SMALL_STATE(3130)] = 129433, + [SMALL_STATE(3131)] = 129446, + [SMALL_STATE(3132)] = 129459, + [SMALL_STATE(3133)] = 129472, + [SMALL_STATE(3134)] = 129485, + [SMALL_STATE(3135)] = 129498, + [SMALL_STATE(3136)] = 129511, + [SMALL_STATE(3137)] = 129524, + [SMALL_STATE(3138)] = 129537, + [SMALL_STATE(3139)] = 129550, + [SMALL_STATE(3140)] = 129563, + [SMALL_STATE(3141)] = 129576, + [SMALL_STATE(3142)] = 129589, + [SMALL_STATE(3143)] = 129602, + [SMALL_STATE(3144)] = 129615, + [SMALL_STATE(3145)] = 129628, + [SMALL_STATE(3146)] = 129641, + [SMALL_STATE(3147)] = 129654, + [SMALL_STATE(3148)] = 129667, + [SMALL_STATE(3149)] = 129680, + [SMALL_STATE(3150)] = 129693, + [SMALL_STATE(3151)] = 129706, + [SMALL_STATE(3152)] = 129719, + [SMALL_STATE(3153)] = 129732, + [SMALL_STATE(3154)] = 129745, + [SMALL_STATE(3155)] = 129758, + [SMALL_STATE(3156)] = 129771, + [SMALL_STATE(3157)] = 129784, + [SMALL_STATE(3158)] = 129797, + [SMALL_STATE(3159)] = 129810, + [SMALL_STATE(3160)] = 129821, + [SMALL_STATE(3161)] = 129831, + [SMALL_STATE(3162)] = 129841, + [SMALL_STATE(3163)] = 129851, + [SMALL_STATE(3164)] = 129859, + [SMALL_STATE(3165)] = 129869, + [SMALL_STATE(3166)] = 129879, + [SMALL_STATE(3167)] = 129889, + [SMALL_STATE(3168)] = 129899, + [SMALL_STATE(3169)] = 129909, + [SMALL_STATE(3170)] = 129919, + [SMALL_STATE(3171)] = 129929, + [SMALL_STATE(3172)] = 129939, + [SMALL_STATE(3173)] = 129949, + [SMALL_STATE(3174)] = 129959, + [SMALL_STATE(3175)] = 129969, + [SMALL_STATE(3176)] = 129979, + [SMALL_STATE(3177)] = 129989, + [SMALL_STATE(3178)] = 129997, + [SMALL_STATE(3179)] = 130007, + [SMALL_STATE(3180)] = 130017, + [SMALL_STATE(3181)] = 130027, + [SMALL_STATE(3182)] = 130037, + [SMALL_STATE(3183)] = 130047, + [SMALL_STATE(3184)] = 130057, + [SMALL_STATE(3185)] = 130067, + [SMALL_STATE(3186)] = 130077, + [SMALL_STATE(3187)] = 130087, + [SMALL_STATE(3188)] = 130097, + [SMALL_STATE(3189)] = 130107, + [SMALL_STATE(3190)] = 130117, + [SMALL_STATE(3191)] = 130127, + [SMALL_STATE(3192)] = 130135, + [SMALL_STATE(3193)] = 130145, + [SMALL_STATE(3194)] = 130155, + [SMALL_STATE(3195)] = 130165, + [SMALL_STATE(3196)] = 130175, + [SMALL_STATE(3197)] = 130185, + [SMALL_STATE(3198)] = 130195, + [SMALL_STATE(3199)] = 130205, + [SMALL_STATE(3200)] = 130215, + [SMALL_STATE(3201)] = 130225, + [SMALL_STATE(3202)] = 130235, + [SMALL_STATE(3203)] = 130245, + [SMALL_STATE(3204)] = 130255, + [SMALL_STATE(3205)] = 130265, + [SMALL_STATE(3206)] = 130275, + [SMALL_STATE(3207)] = 130285, + [SMALL_STATE(3208)] = 130295, + [SMALL_STATE(3209)] = 130303, + [SMALL_STATE(3210)] = 130311, + [SMALL_STATE(3211)] = 130321, + [SMALL_STATE(3212)] = 130331, + [SMALL_STATE(3213)] = 130341, + [SMALL_STATE(3214)] = 130351, + [SMALL_STATE(3215)] = 130361, + [SMALL_STATE(3216)] = 130371, + [SMALL_STATE(3217)] = 130381, + [SMALL_STATE(3218)] = 130391, + [SMALL_STATE(3219)] = 130401, + [SMALL_STATE(3220)] = 130411, + [SMALL_STATE(3221)] = 130421, + [SMALL_STATE(3222)] = 130429, + [SMALL_STATE(3223)] = 130437, + [SMALL_STATE(3224)] = 130447, + [SMALL_STATE(3225)] = 130457, + [SMALL_STATE(3226)] = 130467, + [SMALL_STATE(3227)] = 130477, + [SMALL_STATE(3228)] = 130487, + [SMALL_STATE(3229)] = 130497, + [SMALL_STATE(3230)] = 130507, + [SMALL_STATE(3231)] = 130517, + [SMALL_STATE(3232)] = 130527, + [SMALL_STATE(3233)] = 130537, + [SMALL_STATE(3234)] = 130547, + [SMALL_STATE(3235)] = 130557, + [SMALL_STATE(3236)] = 130567, + [SMALL_STATE(3237)] = 130577, + [SMALL_STATE(3238)] = 130585, + [SMALL_STATE(3239)] = 130595, + [SMALL_STATE(3240)] = 130605, + [SMALL_STATE(3241)] = 130615, + [SMALL_STATE(3242)] = 130625, + [SMALL_STATE(3243)] = 130635, + [SMALL_STATE(3244)] = 130645, + [SMALL_STATE(3245)] = 130655, + [SMALL_STATE(3246)] = 130665, + [SMALL_STATE(3247)] = 130675, + [SMALL_STATE(3248)] = 130685, + [SMALL_STATE(3249)] = 130695, + [SMALL_STATE(3250)] = 130705, + [SMALL_STATE(3251)] = 130715, + [SMALL_STATE(3252)] = 130725, + [SMALL_STATE(3253)] = 130735, + [SMALL_STATE(3254)] = 130745, + [SMALL_STATE(3255)] = 130753, + [SMALL_STATE(3256)] = 130763, + [SMALL_STATE(3257)] = 130773, + [SMALL_STATE(3258)] = 130779, + [SMALL_STATE(3259)] = 130789, + [SMALL_STATE(3260)] = 130799, + [SMALL_STATE(3261)] = 130809, + [SMALL_STATE(3262)] = 130819, + [SMALL_STATE(3263)] = 130829, + [SMALL_STATE(3264)] = 130839, + [SMALL_STATE(3265)] = 130849, + [SMALL_STATE(3266)] = 130859, + [SMALL_STATE(3267)] = 130869, + [SMALL_STATE(3268)] = 130879, + [SMALL_STATE(3269)] = 130889, + [SMALL_STATE(3270)] = 130897, + [SMALL_STATE(3271)] = 130907, + [SMALL_STATE(3272)] = 130917, + [SMALL_STATE(3273)] = 130927, + [SMALL_STATE(3274)] = 130937, + [SMALL_STATE(3275)] = 130947, + [SMALL_STATE(3276)] = 130957, + [SMALL_STATE(3277)] = 130967, + [SMALL_STATE(3278)] = 130977, + [SMALL_STATE(3279)] = 130987, + [SMALL_STATE(3280)] = 130993, + [SMALL_STATE(3281)] = 131003, + [SMALL_STATE(3282)] = 131013, + [SMALL_STATE(3283)] = 131023, + [SMALL_STATE(3284)] = 131033, + [SMALL_STATE(3285)] = 131043, + [SMALL_STATE(3286)] = 131049, + [SMALL_STATE(3287)] = 131057, + [SMALL_STATE(3288)] = 131067, + [SMALL_STATE(3289)] = 131077, + [SMALL_STATE(3290)] = 131087, + [SMALL_STATE(3291)] = 131097, + [SMALL_STATE(3292)] = 131107, + [SMALL_STATE(3293)] = 131117, + [SMALL_STATE(3294)] = 131127, + [SMALL_STATE(3295)] = 131137, + [SMALL_STATE(3296)] = 131145, + [SMALL_STATE(3297)] = 131155, + [SMALL_STATE(3298)] = 131165, + [SMALL_STATE(3299)] = 131175, + [SMALL_STATE(3300)] = 131185, + [SMALL_STATE(3301)] = 131195, + [SMALL_STATE(3302)] = 131205, + [SMALL_STATE(3303)] = 131215, + [SMALL_STATE(3304)] = 131225, + [SMALL_STATE(3305)] = 131233, + [SMALL_STATE(3306)] = 131241, + [SMALL_STATE(3307)] = 131251, + [SMALL_STATE(3308)] = 131257, + [SMALL_STATE(3309)] = 131267, + [SMALL_STATE(3310)] = 131277, + [SMALL_STATE(3311)] = 131287, + [SMALL_STATE(3312)] = 131297, + [SMALL_STATE(3313)] = 131307, + [SMALL_STATE(3314)] = 131317, + [SMALL_STATE(3315)] = 131327, + [SMALL_STATE(3316)] = 131333, + [SMALL_STATE(3317)] = 131343, + [SMALL_STATE(3318)] = 131353, + [SMALL_STATE(3319)] = 131363, + [SMALL_STATE(3320)] = 131373, + [SMALL_STATE(3321)] = 131383, + [SMALL_STATE(3322)] = 131393, + [SMALL_STATE(3323)] = 131401, + [SMALL_STATE(3324)] = 131411, + [SMALL_STATE(3325)] = 131417, + [SMALL_STATE(3326)] = 131427, + [SMALL_STATE(3327)] = 131437, + [SMALL_STATE(3328)] = 131447, + [SMALL_STATE(3329)] = 131457, + [SMALL_STATE(3330)] = 131467, + [SMALL_STATE(3331)] = 131477, + [SMALL_STATE(3332)] = 131487, + [SMALL_STATE(3333)] = 131497, + [SMALL_STATE(3334)] = 131507, + [SMALL_STATE(3335)] = 131517, + [SMALL_STATE(3336)] = 131527, + [SMALL_STATE(3337)] = 131537, + [SMALL_STATE(3338)] = 131547, + [SMALL_STATE(3339)] = 131557, + [SMALL_STATE(3340)] = 131567, + [SMALL_STATE(3341)] = 131575, + [SMALL_STATE(3342)] = 131585, + [SMALL_STATE(3343)] = 131595, + [SMALL_STATE(3344)] = 131605, + [SMALL_STATE(3345)] = 131615, + [SMALL_STATE(3346)] = 131625, + [SMALL_STATE(3347)] = 131635, + [SMALL_STATE(3348)] = 131645, + [SMALL_STATE(3349)] = 131655, + [SMALL_STATE(3350)] = 131665, + [SMALL_STATE(3351)] = 131675, + [SMALL_STATE(3352)] = 131685, + [SMALL_STATE(3353)] = 131695, + [SMALL_STATE(3354)] = 131703, + [SMALL_STATE(3355)] = 131713, + [SMALL_STATE(3356)] = 131723, + [SMALL_STATE(3357)] = 131733, + [SMALL_STATE(3358)] = 131743, + [SMALL_STATE(3359)] = 131751, + [SMALL_STATE(3360)] = 131761, + [SMALL_STATE(3361)] = 131771, + [SMALL_STATE(3362)] = 131781, + [SMALL_STATE(3363)] = 131791, + [SMALL_STATE(3364)] = 131801, + [SMALL_STATE(3365)] = 131811, + [SMALL_STATE(3366)] = 131821, + [SMALL_STATE(3367)] = 131831, + [SMALL_STATE(3368)] = 131841, + [SMALL_STATE(3369)] = 131851, + [SMALL_STATE(3370)] = 131861, + [SMALL_STATE(3371)] = 131871, + [SMALL_STATE(3372)] = 131881, + [SMALL_STATE(3373)] = 131891, + [SMALL_STATE(3374)] = 131901, + [SMALL_STATE(3375)] = 131911, + [SMALL_STATE(3376)] = 131921, + [SMALL_STATE(3377)] = 131931, + [SMALL_STATE(3378)] = 131941, + [SMALL_STATE(3379)] = 131951, + [SMALL_STATE(3380)] = 131961, + [SMALL_STATE(3381)] = 131971, + [SMALL_STATE(3382)] = 131981, + [SMALL_STATE(3383)] = 131991, + [SMALL_STATE(3384)] = 132001, + [SMALL_STATE(3385)] = 132011, + [SMALL_STATE(3386)] = 132021, + [SMALL_STATE(3387)] = 132031, + [SMALL_STATE(3388)] = 132041, + [SMALL_STATE(3389)] = 132047, + [SMALL_STATE(3390)] = 132055, + [SMALL_STATE(3391)] = 132063, + [SMALL_STATE(3392)] = 132073, + [SMALL_STATE(3393)] = 132079, + [SMALL_STATE(3394)] = 132089, + [SMALL_STATE(3395)] = 132099, + [SMALL_STATE(3396)] = 132109, + [SMALL_STATE(3397)] = 132119, + [SMALL_STATE(3398)] = 132125, + [SMALL_STATE(3399)] = 132135, + [SMALL_STATE(3400)] = 132145, + [SMALL_STATE(3401)] = 132153, + [SMALL_STATE(3402)] = 132163, + [SMALL_STATE(3403)] = 132173, + [SMALL_STATE(3404)] = 132183, + [SMALL_STATE(3405)] = 132193, + [SMALL_STATE(3406)] = 132203, + [SMALL_STATE(3407)] = 132213, + [SMALL_STATE(3408)] = 132223, + [SMALL_STATE(3409)] = 132233, + [SMALL_STATE(3410)] = 132243, + [SMALL_STATE(3411)] = 132253, + [SMALL_STATE(3412)] = 132263, + [SMALL_STATE(3413)] = 132273, + [SMALL_STATE(3414)] = 132283, + [SMALL_STATE(3415)] = 132293, + [SMALL_STATE(3416)] = 132303, + [SMALL_STATE(3417)] = 132313, + [SMALL_STATE(3418)] = 132323, + [SMALL_STATE(3419)] = 132333, + [SMALL_STATE(3420)] = 132343, + [SMALL_STATE(3421)] = 132353, + [SMALL_STATE(3422)] = 132363, + [SMALL_STATE(3423)] = 132373, + [SMALL_STATE(3424)] = 132383, + [SMALL_STATE(3425)] = 132393, + [SMALL_STATE(3426)] = 132403, + [SMALL_STATE(3427)] = 132413, + [SMALL_STATE(3428)] = 132421, + [SMALL_STATE(3429)] = 132431, + [SMALL_STATE(3430)] = 132441, + [SMALL_STATE(3431)] = 132448, + [SMALL_STATE(3432)] = 132455, + [SMALL_STATE(3433)] = 132462, + [SMALL_STATE(3434)] = 132467, + [SMALL_STATE(3435)] = 132474, + [SMALL_STATE(3436)] = 132481, + [SMALL_STATE(3437)] = 132486, + [SMALL_STATE(3438)] = 132491, + [SMALL_STATE(3439)] = 132496, + [SMALL_STATE(3440)] = 132501, + [SMALL_STATE(3441)] = 132506, + [SMALL_STATE(3442)] = 132511, + [SMALL_STATE(3443)] = 132518, + [SMALL_STATE(3444)] = 132525, + [SMALL_STATE(3445)] = 132532, + [SMALL_STATE(3446)] = 132537, + [SMALL_STATE(3447)] = 132542, + [SMALL_STATE(3448)] = 132549, + [SMALL_STATE(3449)] = 132556, + [SMALL_STATE(3450)] = 132563, + [SMALL_STATE(3451)] = 132568, + [SMALL_STATE(3452)] = 132575, + [SMALL_STATE(3453)] = 132582, + [SMALL_STATE(3454)] = 132587, + [SMALL_STATE(3455)] = 132594, + [SMALL_STATE(3456)] = 132601, + [SMALL_STATE(3457)] = 132608, + [SMALL_STATE(3458)] = 132615, + [SMALL_STATE(3459)] = 132620, + [SMALL_STATE(3460)] = 132627, + [SMALL_STATE(3461)] = 132632, + [SMALL_STATE(3462)] = 132639, + [SMALL_STATE(3463)] = 132646, + [SMALL_STATE(3464)] = 132653, + [SMALL_STATE(3465)] = 132660, + [SMALL_STATE(3466)] = 132667, + [SMALL_STATE(3467)] = 132674, + [SMALL_STATE(3468)] = 132681, + [SMALL_STATE(3469)] = 132688, + [SMALL_STATE(3470)] = 132693, + [SMALL_STATE(3471)] = 132700, + [SMALL_STATE(3472)] = 132707, + [SMALL_STATE(3473)] = 132714, + [SMALL_STATE(3474)] = 132721, + [SMALL_STATE(3475)] = 132728, + [SMALL_STATE(3476)] = 132735, + [SMALL_STATE(3477)] = 132742, + [SMALL_STATE(3478)] = 132749, + [SMALL_STATE(3479)] = 132756, + [SMALL_STATE(3480)] = 132763, + [SMALL_STATE(3481)] = 132770, + [SMALL_STATE(3482)] = 132777, + [SMALL_STATE(3483)] = 132784, + [SMALL_STATE(3484)] = 132791, + [SMALL_STATE(3485)] = 132798, + [SMALL_STATE(3486)] = 132803, + [SMALL_STATE(3487)] = 132810, + [SMALL_STATE(3488)] = 132817, + [SMALL_STATE(3489)] = 132824, + [SMALL_STATE(3490)] = 132831, + [SMALL_STATE(3491)] = 132836, + [SMALL_STATE(3492)] = 132841, + [SMALL_STATE(3493)] = 132848, + [SMALL_STATE(3494)] = 132855, + [SMALL_STATE(3495)] = 132862, + [SMALL_STATE(3496)] = 132869, + [SMALL_STATE(3497)] = 132876, + [SMALL_STATE(3498)] = 132881, + [SMALL_STATE(3499)] = 132888, + [SMALL_STATE(3500)] = 132893, + [SMALL_STATE(3501)] = 132898, + [SMALL_STATE(3502)] = 132903, + [SMALL_STATE(3503)] = 132908, + [SMALL_STATE(3504)] = 132913, + [SMALL_STATE(3505)] = 132920, + [SMALL_STATE(3506)] = 132927, + [SMALL_STATE(3507)] = 132932, + [SMALL_STATE(3508)] = 132937, + [SMALL_STATE(3509)] = 132942, + [SMALL_STATE(3510)] = 132949, + [SMALL_STATE(3511)] = 132956, + [SMALL_STATE(3512)] = 132963, + [SMALL_STATE(3513)] = 132970, + [SMALL_STATE(3514)] = 132977, + [SMALL_STATE(3515)] = 132984, + [SMALL_STATE(3516)] = 132991, + [SMALL_STATE(3517)] = 132998, + [SMALL_STATE(3518)] = 133005, + [SMALL_STATE(3519)] = 133012, + [SMALL_STATE(3520)] = 133019, + [SMALL_STATE(3521)] = 133026, + [SMALL_STATE(3522)] = 133031, + [SMALL_STATE(3523)] = 133038, + [SMALL_STATE(3524)] = 133045, + [SMALL_STATE(3525)] = 133052, + [SMALL_STATE(3526)] = 133057, + [SMALL_STATE(3527)] = 133062, + [SMALL_STATE(3528)] = 133069, + [SMALL_STATE(3529)] = 133076, + [SMALL_STATE(3530)] = 133081, + [SMALL_STATE(3531)] = 133088, + [SMALL_STATE(3532)] = 133095, + [SMALL_STATE(3533)] = 133102, + [SMALL_STATE(3534)] = 133109, + [SMALL_STATE(3535)] = 133114, + [SMALL_STATE(3536)] = 133121, + [SMALL_STATE(3537)] = 133126, + [SMALL_STATE(3538)] = 133131, + [SMALL_STATE(3539)] = 133138, + [SMALL_STATE(3540)] = 133145, + [SMALL_STATE(3541)] = 133152, + [SMALL_STATE(3542)] = 133159, + [SMALL_STATE(3543)] = 133166, + [SMALL_STATE(3544)] = 133171, + [SMALL_STATE(3545)] = 133176, + [SMALL_STATE(3546)] = 133183, + [SMALL_STATE(3547)] = 133190, + [SMALL_STATE(3548)] = 133197, + [SMALL_STATE(3549)] = 133204, + [SMALL_STATE(3550)] = 133209, + [SMALL_STATE(3551)] = 133214, + [SMALL_STATE(3552)] = 133221, + [SMALL_STATE(3553)] = 133228, + [SMALL_STATE(3554)] = 133235, + [SMALL_STATE(3555)] = 133242, + [SMALL_STATE(3556)] = 133249, + [SMALL_STATE(3557)] = 133256, + [SMALL_STATE(3558)] = 133263, + [SMALL_STATE(3559)] = 133270, + [SMALL_STATE(3560)] = 133277, + [SMALL_STATE(3561)] = 133284, + [SMALL_STATE(3562)] = 133289, + [SMALL_STATE(3563)] = 133296, + [SMALL_STATE(3564)] = 133303, + [SMALL_STATE(3565)] = 133310, + [SMALL_STATE(3566)] = 133317, + [SMALL_STATE(3567)] = 133322, + [SMALL_STATE(3568)] = 133329, + [SMALL_STATE(3569)] = 133336, + [SMALL_STATE(3570)] = 133341, + [SMALL_STATE(3571)] = 133348, + [SMALL_STATE(3572)] = 133355, + [SMALL_STATE(3573)] = 133359, + [SMALL_STATE(3574)] = 133363, + [SMALL_STATE(3575)] = 133367, + [SMALL_STATE(3576)] = 133371, + [SMALL_STATE(3577)] = 133375, + [SMALL_STATE(3578)] = 133379, + [SMALL_STATE(3579)] = 133383, + [SMALL_STATE(3580)] = 133387, + [SMALL_STATE(3581)] = 133391, + [SMALL_STATE(3582)] = 133395, + [SMALL_STATE(3583)] = 133399, + [SMALL_STATE(3584)] = 133403, + [SMALL_STATE(3585)] = 133407, + [SMALL_STATE(3586)] = 133411, + [SMALL_STATE(3587)] = 133415, + [SMALL_STATE(3588)] = 133419, + [SMALL_STATE(3589)] = 133423, + [SMALL_STATE(3590)] = 133427, + [SMALL_STATE(3591)] = 133431, + [SMALL_STATE(3592)] = 133435, + [SMALL_STATE(3593)] = 133439, + [SMALL_STATE(3594)] = 133443, + [SMALL_STATE(3595)] = 133447, + [SMALL_STATE(3596)] = 133451, + [SMALL_STATE(3597)] = 133455, + [SMALL_STATE(3598)] = 133459, + [SMALL_STATE(3599)] = 133463, + [SMALL_STATE(3600)] = 133467, + [SMALL_STATE(3601)] = 133471, + [SMALL_STATE(3602)] = 133475, + [SMALL_STATE(3603)] = 133479, + [SMALL_STATE(3604)] = 133483, + [SMALL_STATE(3605)] = 133487, + [SMALL_STATE(3606)] = 133491, + [SMALL_STATE(3607)] = 133495, + [SMALL_STATE(3608)] = 133499, + [SMALL_STATE(3609)] = 133503, + [SMALL_STATE(3610)] = 133507, + [SMALL_STATE(3611)] = 133511, + [SMALL_STATE(3612)] = 133515, + [SMALL_STATE(3613)] = 133519, + [SMALL_STATE(3614)] = 133523, + [SMALL_STATE(3615)] = 133527, + [SMALL_STATE(3616)] = 133531, + [SMALL_STATE(3617)] = 133535, + [SMALL_STATE(3618)] = 133539, + [SMALL_STATE(3619)] = 133543, + [SMALL_STATE(3620)] = 133547, + [SMALL_STATE(3621)] = 133551, + [SMALL_STATE(3622)] = 133555, + [SMALL_STATE(3623)] = 133559, + [SMALL_STATE(3624)] = 133563, + [SMALL_STATE(3625)] = 133567, + [SMALL_STATE(3626)] = 133571, + [SMALL_STATE(3627)] = 133575, + [SMALL_STATE(3628)] = 133579, + [SMALL_STATE(3629)] = 133583, + [SMALL_STATE(3630)] = 133587, + [SMALL_STATE(3631)] = 133591, + [SMALL_STATE(3632)] = 133595, + [SMALL_STATE(3633)] = 133599, + [SMALL_STATE(3634)] = 133603, + [SMALL_STATE(3635)] = 133607, + [SMALL_STATE(3636)] = 133611, + [SMALL_STATE(3637)] = 133615, + [SMALL_STATE(3638)] = 133619, + [SMALL_STATE(3639)] = 133623, + [SMALL_STATE(3640)] = 133627, + [SMALL_STATE(3641)] = 133631, + [SMALL_STATE(3642)] = 133635, + [SMALL_STATE(3643)] = 133639, + [SMALL_STATE(3644)] = 133643, + [SMALL_STATE(3645)] = 133647, + [SMALL_STATE(3646)] = 133651, + [SMALL_STATE(3647)] = 133655, + [SMALL_STATE(3648)] = 133659, + [SMALL_STATE(3649)] = 133663, + [SMALL_STATE(3650)] = 133667, + [SMALL_STATE(3651)] = 133671, + [SMALL_STATE(3652)] = 133675, + [SMALL_STATE(3653)] = 133679, + [SMALL_STATE(3654)] = 133683, + [SMALL_STATE(3655)] = 133687, + [SMALL_STATE(3656)] = 133691, + [SMALL_STATE(3657)] = 133695, + [SMALL_STATE(3658)] = 133699, + [SMALL_STATE(3659)] = 133703, + [SMALL_STATE(3660)] = 133707, + [SMALL_STATE(3661)] = 133711, + [SMALL_STATE(3662)] = 133715, + [SMALL_STATE(3663)] = 133719, + [SMALL_STATE(3664)] = 133723, + [SMALL_STATE(3665)] = 133727, + [SMALL_STATE(3666)] = 133731, + [SMALL_STATE(3667)] = 133735, + [SMALL_STATE(3668)] = 133739, + [SMALL_STATE(3669)] = 133743, + [SMALL_STATE(3670)] = 133747, + [SMALL_STATE(3671)] = 133751, + [SMALL_STATE(3672)] = 133755, + [SMALL_STATE(3673)] = 133759, + [SMALL_STATE(3674)] = 133763, + [SMALL_STATE(3675)] = 133767, + [SMALL_STATE(3676)] = 133771, + [SMALL_STATE(3677)] = 133775, + [SMALL_STATE(3678)] = 133779, + [SMALL_STATE(3679)] = 133783, + [SMALL_STATE(3680)] = 133787, + [SMALL_STATE(3681)] = 133791, + [SMALL_STATE(3682)] = 133795, + [SMALL_STATE(3683)] = 133799, + [SMALL_STATE(3684)] = 133803, + [SMALL_STATE(3685)] = 133807, + [SMALL_STATE(3686)] = 133811, + [SMALL_STATE(3687)] = 133815, + [SMALL_STATE(3688)] = 133819, + [SMALL_STATE(3689)] = 133823, + [SMALL_STATE(3690)] = 133827, + [SMALL_STATE(3691)] = 133831, + [SMALL_STATE(3692)] = 133835, + [SMALL_STATE(3693)] = 133839, + [SMALL_STATE(3694)] = 133843, + [SMALL_STATE(3695)] = 133847, + [SMALL_STATE(3696)] = 133851, + [SMALL_STATE(3697)] = 133855, + [SMALL_STATE(3698)] = 133859, + [SMALL_STATE(3699)] = 133863, + [SMALL_STATE(3700)] = 133867, + [SMALL_STATE(3701)] = 133871, + [SMALL_STATE(3702)] = 133875, + [SMALL_STATE(3703)] = 133879, + [SMALL_STATE(3704)] = 133883, + [SMALL_STATE(3705)] = 133887, + [SMALL_STATE(3706)] = 133891, + [SMALL_STATE(3707)] = 133895, + [SMALL_STATE(3708)] = 133899, + [SMALL_STATE(3709)] = 133903, + [SMALL_STATE(3710)] = 133907, + [SMALL_STATE(3711)] = 133911, + [SMALL_STATE(3712)] = 133915, + [SMALL_STATE(3713)] = 133919, + [SMALL_STATE(3714)] = 133923, + [SMALL_STATE(3715)] = 133927, + [SMALL_STATE(3716)] = 133931, + [SMALL_STATE(3717)] = 133935, + [SMALL_STATE(3718)] = 133939, + [SMALL_STATE(3719)] = 133943, + [SMALL_STATE(3720)] = 133947, + [SMALL_STATE(3721)] = 133951, + [SMALL_STATE(3722)] = 133955, + [SMALL_STATE(3723)] = 133959, + [SMALL_STATE(3724)] = 133963, + [SMALL_STATE(3725)] = 133967, + [SMALL_STATE(3726)] = 133971, + [SMALL_STATE(3727)] = 133975, + [SMALL_STATE(3728)] = 133979, + [SMALL_STATE(3729)] = 133983, + [SMALL_STATE(3730)] = 133987, + [SMALL_STATE(3731)] = 133991, + [SMALL_STATE(3732)] = 133995, + [SMALL_STATE(3733)] = 133999, + [SMALL_STATE(3734)] = 134003, + [SMALL_STATE(3735)] = 134007, + [SMALL_STATE(3736)] = 134011, + [SMALL_STATE(3737)] = 134015, + [SMALL_STATE(3738)] = 134019, + [SMALL_STATE(3739)] = 134023, + [SMALL_STATE(3740)] = 134027, + [SMALL_STATE(3741)] = 134031, + [SMALL_STATE(3742)] = 134035, + [SMALL_STATE(3743)] = 134039, + [SMALL_STATE(3744)] = 134043, + [SMALL_STATE(3745)] = 134047, + [SMALL_STATE(3746)] = 134051, + [SMALL_STATE(3747)] = 134055, + [SMALL_STATE(3748)] = 134059, + [SMALL_STATE(3749)] = 134063, + [SMALL_STATE(3750)] = 134067, + [SMALL_STATE(3751)] = 134071, + [SMALL_STATE(3752)] = 134075, + [SMALL_STATE(3753)] = 134079, + [SMALL_STATE(3754)] = 134083, + [SMALL_STATE(3755)] = 134087, + [SMALL_STATE(3756)] = 134091, + [SMALL_STATE(3757)] = 134095, + [SMALL_STATE(3758)] = 134099, + [SMALL_STATE(3759)] = 134103, + [SMALL_STATE(3760)] = 134107, + [SMALL_STATE(3761)] = 134111, + [SMALL_STATE(3762)] = 134115, + [SMALL_STATE(3763)] = 134119, + [SMALL_STATE(3764)] = 134123, + [SMALL_STATE(3765)] = 134127, + [SMALL_STATE(3766)] = 134131, + [SMALL_STATE(3767)] = 134135, + [SMALL_STATE(3768)] = 134139, + [SMALL_STATE(3769)] = 134143, + [SMALL_STATE(3770)] = 134147, + [SMALL_STATE(3771)] = 134151, + [SMALL_STATE(3772)] = 134155, + [SMALL_STATE(3773)] = 134159, + [SMALL_STATE(3774)] = 134163, + [SMALL_STATE(3775)] = 134167, + [SMALL_STATE(3776)] = 134171, + [SMALL_STATE(3777)] = 134175, + [SMALL_STATE(3778)] = 134179, + [SMALL_STATE(3779)] = 134183, + [SMALL_STATE(3780)] = 134187, + [SMALL_STATE(3781)] = 134191, + [SMALL_STATE(3782)] = 134195, + [SMALL_STATE(3783)] = 134199, + [SMALL_STATE(3784)] = 134203, + [SMALL_STATE(3785)] = 134207, + [SMALL_STATE(3786)] = 134211, + [SMALL_STATE(3787)] = 134215, + [SMALL_STATE(3788)] = 134219, + [SMALL_STATE(3789)] = 134223, + [SMALL_STATE(3790)] = 134227, + [SMALL_STATE(3791)] = 134231, + [SMALL_STATE(3792)] = 134235, + [SMALL_STATE(3793)] = 134239, + [SMALL_STATE(3794)] = 134243, + [SMALL_STATE(3795)] = 134247, + [SMALL_STATE(3796)] = 134251, + [SMALL_STATE(3797)] = 134255, + [SMALL_STATE(3798)] = 134259, + [SMALL_STATE(3799)] = 134263, + [SMALL_STATE(3800)] = 134267, + [SMALL_STATE(3801)] = 134271, + [SMALL_STATE(3802)] = 134275, + [SMALL_STATE(3803)] = 134279, + [SMALL_STATE(3804)] = 134283, + [SMALL_STATE(3805)] = 134287, + [SMALL_STATE(3806)] = 134291, + [SMALL_STATE(3807)] = 134295, + [SMALL_STATE(3808)] = 134299, + [SMALL_STATE(3809)] = 134303, + [SMALL_STATE(3810)] = 134307, + [SMALL_STATE(3811)] = 134311, + [SMALL_STATE(3812)] = 134315, + [SMALL_STATE(3813)] = 134319, + [SMALL_STATE(3814)] = 134323, + [SMALL_STATE(3815)] = 134327, + [SMALL_STATE(3816)] = 134331, + [SMALL_STATE(3817)] = 134335, + [SMALL_STATE(3818)] = 134339, + [SMALL_STATE(3819)] = 134343, + [SMALL_STATE(3820)] = 134347, + [SMALL_STATE(3821)] = 134351, + [SMALL_STATE(3822)] = 134355, + [SMALL_STATE(3823)] = 134359, + [SMALL_STATE(3824)] = 134363, + [SMALL_STATE(3825)] = 134367, + [SMALL_STATE(3826)] = 134371, + [SMALL_STATE(3827)] = 134375, + [SMALL_STATE(3828)] = 134379, + [SMALL_STATE(3829)] = 134383, + [SMALL_STATE(3830)] = 134387, + [SMALL_STATE(3831)] = 134391, + [SMALL_STATE(3832)] = 134395, + [SMALL_STATE(3833)] = 134399, + [SMALL_STATE(3834)] = 134403, + [SMALL_STATE(3835)] = 134407, + [SMALL_STATE(3836)] = 134411, + [SMALL_STATE(3837)] = 134415, + [SMALL_STATE(3838)] = 134419, + [SMALL_STATE(3839)] = 134423, + [SMALL_STATE(3840)] = 134427, + [SMALL_STATE(3841)] = 134431, + [SMALL_STATE(3842)] = 134435, + [SMALL_STATE(3843)] = 134439, + [SMALL_STATE(3844)] = 134443, + [SMALL_STATE(3845)] = 134447, + [SMALL_STATE(3846)] = 134451, + [SMALL_STATE(3847)] = 134455, + [SMALL_STATE(3848)] = 134459, + [SMALL_STATE(3849)] = 134463, + [SMALL_STATE(3850)] = 134467, + [SMALL_STATE(3851)] = 134471, + [SMALL_STATE(3852)] = 134475, + [SMALL_STATE(3853)] = 134479, + [SMALL_STATE(3854)] = 134483, + [SMALL_STATE(3855)] = 134487, + [SMALL_STATE(3856)] = 134491, + [SMALL_STATE(3857)] = 134495, + [SMALL_STATE(3858)] = 134499, + [SMALL_STATE(3859)] = 134503, + [SMALL_STATE(3860)] = 134507, + [SMALL_STATE(3861)] = 134511, + [SMALL_STATE(3862)] = 134515, + [SMALL_STATE(3863)] = 134519, + [SMALL_STATE(3864)] = 134523, + [SMALL_STATE(3865)] = 134527, + [SMALL_STATE(3866)] = 134531, + [SMALL_STATE(3867)] = 134535, + [SMALL_STATE(3868)] = 134539, + [SMALL_STATE(3869)] = 134543, + [SMALL_STATE(3870)] = 134547, + [SMALL_STATE(3871)] = 134551, + [SMALL_STATE(3872)] = 134555, + [SMALL_STATE(3873)] = 134559, + [SMALL_STATE(3874)] = 134563, + [SMALL_STATE(3875)] = 134567, + [SMALL_STATE(3876)] = 134571, + [SMALL_STATE(3877)] = 134575, + [SMALL_STATE(3878)] = 134579, + [SMALL_STATE(3879)] = 134583, + [SMALL_STATE(3880)] = 134587, + [SMALL_STATE(3881)] = 134591, + [SMALL_STATE(3882)] = 134595, + [SMALL_STATE(3883)] = 134599, + [SMALL_STATE(3884)] = 134603, + [SMALL_STATE(3885)] = 134607, + [SMALL_STATE(3886)] = 134611, + [SMALL_STATE(3887)] = 134615, + [SMALL_STATE(3888)] = 134619, + [SMALL_STATE(3889)] = 134623, + [SMALL_STATE(3890)] = 134627, + [SMALL_STATE(3891)] = 134631, + [SMALL_STATE(3892)] = 134635, + [SMALL_STATE(3893)] = 134639, + [SMALL_STATE(3894)] = 134643, + [SMALL_STATE(3895)] = 134647, + [SMALL_STATE(3896)] = 134651, + [SMALL_STATE(3897)] = 134655, + [SMALL_STATE(3898)] = 134659, + [SMALL_STATE(3899)] = 134663, + [SMALL_STATE(3900)] = 134667, + [SMALL_STATE(3901)] = 134671, + [SMALL_STATE(3902)] = 134675, + [SMALL_STATE(3903)] = 134679, + [SMALL_STATE(3904)] = 134683, + [SMALL_STATE(3905)] = 134687, + [SMALL_STATE(3906)] = 134691, + [SMALL_STATE(3907)] = 134695, + [SMALL_STATE(3908)] = 134699, + [SMALL_STATE(3909)] = 134703, + [SMALL_STATE(3910)] = 134707, + [SMALL_STATE(3911)] = 134711, + [SMALL_STATE(3912)] = 134715, + [SMALL_STATE(3913)] = 134719, + [SMALL_STATE(3914)] = 134723, + [SMALL_STATE(3915)] = 134727, + [SMALL_STATE(3916)] = 134731, + [SMALL_STATE(3917)] = 134735, + [SMALL_STATE(3918)] = 134739, + [SMALL_STATE(3919)] = 134743, + [SMALL_STATE(3920)] = 134747, + [SMALL_STATE(3921)] = 134751, + [SMALL_STATE(3922)] = 134755, + [SMALL_STATE(3923)] = 134759, + [SMALL_STATE(3924)] = 134763, + [SMALL_STATE(3925)] = 134767, + [SMALL_STATE(3926)] = 134771, + [SMALL_STATE(3927)] = 134775, + [SMALL_STATE(3928)] = 134779, + [SMALL_STATE(3929)] = 134783, + [SMALL_STATE(3930)] = 134787, + [SMALL_STATE(3931)] = 134791, + [SMALL_STATE(3932)] = 134795, + [SMALL_STATE(3933)] = 134799, + [SMALL_STATE(3934)] = 134803, + [SMALL_STATE(3935)] = 134807, + [SMALL_STATE(3936)] = 134811, + [SMALL_STATE(3937)] = 134815, + [SMALL_STATE(3938)] = 134819, + [SMALL_STATE(3939)] = 134823, + [SMALL_STATE(3940)] = 134827, + [SMALL_STATE(3941)] = 134831, + [SMALL_STATE(3942)] = 134835, + [SMALL_STATE(3943)] = 134839, + [SMALL_STATE(3944)] = 134843, + [SMALL_STATE(3945)] = 134847, + [SMALL_STATE(3946)] = 134851, + [SMALL_STATE(3947)] = 134855, + [SMALL_STATE(3948)] = 134859, + [SMALL_STATE(3949)] = 134863, + [SMALL_STATE(3950)] = 134867, + [SMALL_STATE(3951)] = 134871, + [SMALL_STATE(3952)] = 134875, + [SMALL_STATE(3953)] = 134879, + [SMALL_STATE(3954)] = 134883, + [SMALL_STATE(3955)] = 134887, + [SMALL_STATE(3956)] = 134891, + [SMALL_STATE(3957)] = 134895, + [SMALL_STATE(3958)] = 134899, + [SMALL_STATE(3959)] = 134903, + [SMALL_STATE(3960)] = 134907, + [SMALL_STATE(3961)] = 134911, + [SMALL_STATE(3962)] = 134915, + [SMALL_STATE(3963)] = 134919, + [SMALL_STATE(3964)] = 134923, + [SMALL_STATE(3965)] = 134927, + [SMALL_STATE(3966)] = 134931, + [SMALL_STATE(3967)] = 134935, + [SMALL_STATE(3968)] = 134939, + [SMALL_STATE(3969)] = 134943, + [SMALL_STATE(3970)] = 134947, + [SMALL_STATE(3971)] = 134951, + [SMALL_STATE(3972)] = 134955, + [SMALL_STATE(3973)] = 134959, + [SMALL_STATE(3974)] = 134963, + [SMALL_STATE(3975)] = 134967, + [SMALL_STATE(3976)] = 134971, + [SMALL_STATE(3977)] = 134975, + [SMALL_STATE(3978)] = 134979, + [SMALL_STATE(3979)] = 134983, + [SMALL_STATE(3980)] = 134987, + [SMALL_STATE(3981)] = 134991, + [SMALL_STATE(3982)] = 134995, + [SMALL_STATE(3983)] = 134999, + [SMALL_STATE(3984)] = 135003, + [SMALL_STATE(3985)] = 135007, + [SMALL_STATE(3986)] = 135011, + [SMALL_STATE(3987)] = 135015, + [SMALL_STATE(3988)] = 135019, + [SMALL_STATE(3989)] = 135023, + [SMALL_STATE(3990)] = 135027, + [SMALL_STATE(3991)] = 135031, + [SMALL_STATE(3992)] = 135035, + [SMALL_STATE(3993)] = 135039, + [SMALL_STATE(3994)] = 135043, + [SMALL_STATE(3995)] = 135047, + [SMALL_STATE(3996)] = 135051, + [SMALL_STATE(3997)] = 135055, + [SMALL_STATE(3998)] = 135059, + [SMALL_STATE(3999)] = 135063, + [SMALL_STATE(4000)] = 135067, + [SMALL_STATE(4001)] = 135071, + [SMALL_STATE(4002)] = 135075, + [SMALL_STATE(4003)] = 135079, + [SMALL_STATE(4004)] = 135083, + [SMALL_STATE(4005)] = 135087, + [SMALL_STATE(4006)] = 135091, + [SMALL_STATE(4007)] = 135095, + [SMALL_STATE(4008)] = 135099, + [SMALL_STATE(4009)] = 135103, + [SMALL_STATE(4010)] = 135107, + [SMALL_STATE(4011)] = 135111, + [SMALL_STATE(4012)] = 135115, + [SMALL_STATE(4013)] = 135119, + [SMALL_STATE(4014)] = 135123, + [SMALL_STATE(4015)] = 135127, + [SMALL_STATE(4016)] = 135131, + [SMALL_STATE(4017)] = 135135, + [SMALL_STATE(4018)] = 135139, + [SMALL_STATE(4019)] = 135143, + [SMALL_STATE(4020)] = 135147, + [SMALL_STATE(4021)] = 135151, + [SMALL_STATE(4022)] = 135155, + [SMALL_STATE(4023)] = 135159, + [SMALL_STATE(4024)] = 135163, + [SMALL_STATE(4025)] = 135167, + [SMALL_STATE(4026)] = 135171, + [SMALL_STATE(4027)] = 135175, + [SMALL_STATE(4028)] = 135179, + [SMALL_STATE(4029)] = 135183, + [SMALL_STATE(4030)] = 135187, + [SMALL_STATE(4031)] = 135191, + [SMALL_STATE(4032)] = 135195, + [SMALL_STATE(4033)] = 135199, + [SMALL_STATE(4034)] = 135203, + [SMALL_STATE(4035)] = 135207, + [SMALL_STATE(4036)] = 135211, + [SMALL_STATE(4037)] = 135215, + [SMALL_STATE(4038)] = 135219, + [SMALL_STATE(4039)] = 135223, + [SMALL_STATE(4040)] = 135227, + [SMALL_STATE(4041)] = 135231, + [SMALL_STATE(4042)] = 135235, + [SMALL_STATE(4043)] = 135239, + [SMALL_STATE(4044)] = 135243, + [SMALL_STATE(4045)] = 135247, + [SMALL_STATE(4046)] = 135251, + [SMALL_STATE(4047)] = 135255, + [SMALL_STATE(4048)] = 135259, + [SMALL_STATE(4049)] = 135263, + [SMALL_STATE(4050)] = 135267, + [SMALL_STATE(4051)] = 135271, + [SMALL_STATE(4052)] = 135275, + [SMALL_STATE(4053)] = 135279, + [SMALL_STATE(4054)] = 135283, + [SMALL_STATE(4055)] = 135287, + [SMALL_STATE(4056)] = 135291, + [SMALL_STATE(4057)] = 135295, + [SMALL_STATE(4058)] = 135299, + [SMALL_STATE(4059)] = 135303, + [SMALL_STATE(4060)] = 135307, + [SMALL_STATE(4061)] = 135311, + [SMALL_STATE(4062)] = 135315, + [SMALL_STATE(4063)] = 135319, + [SMALL_STATE(4064)] = 135323, + [SMALL_STATE(4065)] = 135327, + [SMALL_STATE(4066)] = 135331, + [SMALL_STATE(4067)] = 135335, + [SMALL_STATE(4068)] = 135339, + [SMALL_STATE(4069)] = 135343, + [SMALL_STATE(4070)] = 135347, + [SMALL_STATE(4071)] = 135351, + [SMALL_STATE(4072)] = 135355, + [SMALL_STATE(4073)] = 135359, + [SMALL_STATE(4074)] = 135363, + [SMALL_STATE(4075)] = 135367, + [SMALL_STATE(4076)] = 135371, + [SMALL_STATE(4077)] = 135375, + [SMALL_STATE(4078)] = 135379, + [SMALL_STATE(4079)] = 135383, + [SMALL_STATE(4080)] = 135387, + [SMALL_STATE(4081)] = 135391, + [SMALL_STATE(4082)] = 135395, + [SMALL_STATE(4083)] = 135399, + [SMALL_STATE(4084)] = 135403, + [SMALL_STATE(4085)] = 135407, + [SMALL_STATE(4086)] = 135411, + [SMALL_STATE(4087)] = 135415, + [SMALL_STATE(4088)] = 135419, + [SMALL_STATE(4089)] = 135423, + [SMALL_STATE(4090)] = 135427, + [SMALL_STATE(4091)] = 135431, + [SMALL_STATE(4092)] = 135435, + [SMALL_STATE(4093)] = 135439, + [SMALL_STATE(4094)] = 135443, + [SMALL_STATE(4095)] = 135447, + [SMALL_STATE(4096)] = 135451, + [SMALL_STATE(4097)] = 135455, + [SMALL_STATE(4098)] = 135459, + [SMALL_STATE(4099)] = 135463, + [SMALL_STATE(4100)] = 135467, + [SMALL_STATE(4101)] = 135471, + [SMALL_STATE(4102)] = 135475, + [SMALL_STATE(4103)] = 135479, + [SMALL_STATE(4104)] = 135483, + [SMALL_STATE(4105)] = 135487, + [SMALL_STATE(4106)] = 135491, + [SMALL_STATE(4107)] = 135495, + [SMALL_STATE(4108)] = 135499, + [SMALL_STATE(4109)] = 135503, + [SMALL_STATE(4110)] = 135507, + [SMALL_STATE(4111)] = 135511, + [SMALL_STATE(4112)] = 135515, + [SMALL_STATE(4113)] = 135519, + [SMALL_STATE(4114)] = 135523, + [SMALL_STATE(4115)] = 135527, + [SMALL_STATE(4116)] = 135531, + [SMALL_STATE(4117)] = 135535, + [SMALL_STATE(4118)] = 135539, + [SMALL_STATE(4119)] = 135543, + [SMALL_STATE(4120)] = 135547, + [SMALL_STATE(4121)] = 135551, + [SMALL_STATE(4122)] = 135555, + [SMALL_STATE(4123)] = 135559, + [SMALL_STATE(4124)] = 135563, + [SMALL_STATE(4125)] = 135567, + [SMALL_STATE(4126)] = 135571, + [SMALL_STATE(4127)] = 135575, + [SMALL_STATE(4128)] = 135579, + [SMALL_STATE(4129)] = 135583, + [SMALL_STATE(4130)] = 135587, + [SMALL_STATE(4131)] = 135591, + [SMALL_STATE(4132)] = 135595, + [SMALL_STATE(4133)] = 135599, + [SMALL_STATE(4134)] = 135603, + [SMALL_STATE(4135)] = 135607, + [SMALL_STATE(4136)] = 135611, + [SMALL_STATE(4137)] = 135615, + [SMALL_STATE(4138)] = 135619, + [SMALL_STATE(4139)] = 135623, + [SMALL_STATE(4140)] = 135627, + [SMALL_STATE(4141)] = 135631, + [SMALL_STATE(4142)] = 135635, + [SMALL_STATE(4143)] = 135639, + [SMALL_STATE(4144)] = 135643, + [SMALL_STATE(4145)] = 135647, + [SMALL_STATE(4146)] = 135651, + [SMALL_STATE(4147)] = 135655, + [SMALL_STATE(4148)] = 135659, + [SMALL_STATE(4149)] = 135663, + [SMALL_STATE(4150)] = 135667, + [SMALL_STATE(4151)] = 135671, + [SMALL_STATE(4152)] = 135675, + [SMALL_STATE(4153)] = 135679, + [SMALL_STATE(4154)] = 135683, + [SMALL_STATE(4155)] = 135687, + [SMALL_STATE(4156)] = 135691, + [SMALL_STATE(4157)] = 135695, + [SMALL_STATE(4158)] = 135699, + [SMALL_STATE(4159)] = 135703, + [SMALL_STATE(4160)] = 135707, + [SMALL_STATE(4161)] = 135711, + [SMALL_STATE(4162)] = 135715, + [SMALL_STATE(4163)] = 135719, + [SMALL_STATE(4164)] = 135723, + [SMALL_STATE(4165)] = 135727, + [SMALL_STATE(4166)] = 135731, + [SMALL_STATE(4167)] = 135735, + [SMALL_STATE(4168)] = 135739, + [SMALL_STATE(4169)] = 135743, + [SMALL_STATE(4170)] = 135747, + [SMALL_STATE(4171)] = 135751, + [SMALL_STATE(4172)] = 135755, + [SMALL_STATE(4173)] = 135759, + [SMALL_STATE(4174)] = 135763, + [SMALL_STATE(4175)] = 135767, + [SMALL_STATE(4176)] = 135771, + [SMALL_STATE(4177)] = 135775, + [SMALL_STATE(4178)] = 135779, + [SMALL_STATE(4179)] = 135783, + [SMALL_STATE(4180)] = 135787, + [SMALL_STATE(4181)] = 135791, + [SMALL_STATE(4182)] = 135795, + [SMALL_STATE(4183)] = 135799, + [SMALL_STATE(4184)] = 135803, + [SMALL_STATE(4185)] = 135807, + [SMALL_STATE(4186)] = 135811, + [SMALL_STATE(4187)] = 135815, + [SMALL_STATE(4188)] = 135819, + [SMALL_STATE(4189)] = 135823, + [SMALL_STATE(4190)] = 135827, + [SMALL_STATE(4191)] = 135831, + [SMALL_STATE(4192)] = 135835, + [SMALL_STATE(4193)] = 135839, + [SMALL_STATE(4194)] = 135843, + [SMALL_STATE(4195)] = 135847, + [SMALL_STATE(4196)] = 135851, + [SMALL_STATE(4197)] = 135855, + [SMALL_STATE(4198)] = 135859, + [SMALL_STATE(4199)] = 135863, + [SMALL_STATE(4200)] = 135867, + [SMALL_STATE(4201)] = 135871, + [SMALL_STATE(4202)] = 135875, + [SMALL_STATE(4203)] = 135879, + [SMALL_STATE(4204)] = 135883, + [SMALL_STATE(4205)] = 135887, + [SMALL_STATE(4206)] = 135891, + [SMALL_STATE(4207)] = 135895, + [SMALL_STATE(4208)] = 135899, + [SMALL_STATE(4209)] = 135903, + [SMALL_STATE(4210)] = 135907, + [SMALL_STATE(4211)] = 135911, + [SMALL_STATE(4212)] = 135915, + [SMALL_STATE(4213)] = 135919, + [SMALL_STATE(4214)] = 135923, + [SMALL_STATE(4215)] = 135927, + [SMALL_STATE(4216)] = 135931, + [SMALL_STATE(4217)] = 135935, + [SMALL_STATE(4218)] = 135939, + [SMALL_STATE(4219)] = 135943, + [SMALL_STATE(4220)] = 135947, + [SMALL_STATE(4221)] = 135951, + [SMALL_STATE(4222)] = 135955, + [SMALL_STATE(4223)] = 135959, + [SMALL_STATE(4224)] = 135963, + [SMALL_STATE(4225)] = 135967, + [SMALL_STATE(4226)] = 135971, + [SMALL_STATE(4227)] = 135975, + [SMALL_STATE(4228)] = 135979, + [SMALL_STATE(4229)] = 135983, + [SMALL_STATE(4230)] = 135987, + [SMALL_STATE(4231)] = 135991, + [SMALL_STATE(4232)] = 135995, + [SMALL_STATE(4233)] = 135999, + [SMALL_STATE(4234)] = 136003, + [SMALL_STATE(4235)] = 136007, + [SMALL_STATE(4236)] = 136011, + [SMALL_STATE(4237)] = 136015, + [SMALL_STATE(4238)] = 136019, + [SMALL_STATE(4239)] = 136023, + [SMALL_STATE(4240)] = 136027, + [SMALL_STATE(4241)] = 136031, + [SMALL_STATE(4242)] = 136035, + [SMALL_STATE(4243)] = 136039, + [SMALL_STATE(4244)] = 136043, + [SMALL_STATE(4245)] = 136047, + [SMALL_STATE(4246)] = 136051, + [SMALL_STATE(4247)] = 136055, + [SMALL_STATE(4248)] = 136059, + [SMALL_STATE(4249)] = 136063, + [SMALL_STATE(4250)] = 136067, + [SMALL_STATE(4251)] = 136071, + [SMALL_STATE(4252)] = 136075, + [SMALL_STATE(4253)] = 136079, + [SMALL_STATE(4254)] = 136083, + [SMALL_STATE(4255)] = 136087, + [SMALL_STATE(4256)] = 136091, + [SMALL_STATE(4257)] = 136095, + [SMALL_STATE(4258)] = 136099, + [SMALL_STATE(4259)] = 136103, + [SMALL_STATE(4260)] = 136107, + [SMALL_STATE(4261)] = 136111, + [SMALL_STATE(4262)] = 136115, + [SMALL_STATE(4263)] = 136119, + [SMALL_STATE(4264)] = 136123, + [SMALL_STATE(4265)] = 136127, + [SMALL_STATE(4266)] = 136131, + [SMALL_STATE(4267)] = 136135, + [SMALL_STATE(4268)] = 136139, + [SMALL_STATE(4269)] = 136143, + [SMALL_STATE(4270)] = 136147, + [SMALL_STATE(4271)] = 136151, + [SMALL_STATE(4272)] = 136155, + [SMALL_STATE(4273)] = 136159, + [SMALL_STATE(4274)] = 136163, + [SMALL_STATE(4275)] = 136167, + [SMALL_STATE(4276)] = 136171, + [SMALL_STATE(4277)] = 136175, + [SMALL_STATE(4278)] = 136179, + [SMALL_STATE(4279)] = 136183, + [SMALL_STATE(4280)] = 136187, + [SMALL_STATE(4281)] = 136191, + [SMALL_STATE(4282)] = 136195, + [SMALL_STATE(4283)] = 136199, + [SMALL_STATE(4284)] = 136203, + [SMALL_STATE(4285)] = 136207, + [SMALL_STATE(4286)] = 136211, + [SMALL_STATE(4287)] = 136215, + [SMALL_STATE(4288)] = 136219, + [SMALL_STATE(4289)] = 136223, + [SMALL_STATE(4290)] = 136227, + [SMALL_STATE(4291)] = 136231, + [SMALL_STATE(4292)] = 136235, + [SMALL_STATE(4293)] = 136239, + [SMALL_STATE(4294)] = 136243, + [SMALL_STATE(4295)] = 136247, + [SMALL_STATE(4296)] = 136251, + [SMALL_STATE(4297)] = 136255, + [SMALL_STATE(4298)] = 136259, + [SMALL_STATE(4299)] = 136263, + [SMALL_STATE(4300)] = 136267, + [SMALL_STATE(4301)] = 136271, + [SMALL_STATE(4302)] = 136275, + [SMALL_STATE(4303)] = 136279, + [SMALL_STATE(4304)] = 136283, + [SMALL_STATE(4305)] = 136287, + [SMALL_STATE(4306)] = 136291, + [SMALL_STATE(4307)] = 136295, + [SMALL_STATE(4308)] = 136299, + [SMALL_STATE(4309)] = 136303, + [SMALL_STATE(4310)] = 136307, + [SMALL_STATE(4311)] = 136311, + [SMALL_STATE(4312)] = 136315, + [SMALL_STATE(4313)] = 136319, + [SMALL_STATE(4314)] = 136323, + [SMALL_STATE(4315)] = 136327, + [SMALL_STATE(4316)] = 136331, + [SMALL_STATE(4317)] = 136335, + [SMALL_STATE(4318)] = 136339, + [SMALL_STATE(4319)] = 136343, + [SMALL_STATE(4320)] = 136347, + [SMALL_STATE(4321)] = 136351, + [SMALL_STATE(4322)] = 136355, + [SMALL_STATE(4323)] = 136359, + [SMALL_STATE(4324)] = 136363, + [SMALL_STATE(4325)] = 136367, + [SMALL_STATE(4326)] = 136371, + [SMALL_STATE(4327)] = 136375, + [SMALL_STATE(4328)] = 136379, + [SMALL_STATE(4329)] = 136383, + [SMALL_STATE(4330)] = 136387, + [SMALL_STATE(4331)] = 136391, + [SMALL_STATE(4332)] = 136395, + [SMALL_STATE(4333)] = 136399, + [SMALL_STATE(4334)] = 136403, + [SMALL_STATE(4335)] = 136407, + [SMALL_STATE(4336)] = 136411, + [SMALL_STATE(4337)] = 136415, + [SMALL_STATE(4338)] = 136419, + [SMALL_STATE(4339)] = 136423, + [SMALL_STATE(4340)] = 136427, + [SMALL_STATE(4341)] = 136431, + [SMALL_STATE(4342)] = 136435, + [SMALL_STATE(4343)] = 136439, + [SMALL_STATE(4344)] = 136443, + [SMALL_STATE(4345)] = 136447, + [SMALL_STATE(4346)] = 136451, + [SMALL_STATE(4347)] = 136455, + [SMALL_STATE(4348)] = 136459, + [SMALL_STATE(4349)] = 136463, + [SMALL_STATE(4350)] = 136467, + [SMALL_STATE(4351)] = 136471, + [SMALL_STATE(4352)] = 136475, + [SMALL_STATE(4353)] = 136479, + [SMALL_STATE(4354)] = 136483, + [SMALL_STATE(4355)] = 136487, + [SMALL_STATE(4356)] = 136491, + [SMALL_STATE(4357)] = 136495, + [SMALL_STATE(4358)] = 136499, + [SMALL_STATE(4359)] = 136503, + [SMALL_STATE(4360)] = 136507, + [SMALL_STATE(4361)] = 136511, + [SMALL_STATE(4362)] = 136515, + [SMALL_STATE(4363)] = 136519, + [SMALL_STATE(4364)] = 136523, + [SMALL_STATE(4365)] = 136527, + [SMALL_STATE(4366)] = 136531, + [SMALL_STATE(4367)] = 136535, + [SMALL_STATE(4368)] = 136539, + [SMALL_STATE(4369)] = 136543, + [SMALL_STATE(4370)] = 136547, + [SMALL_STATE(4371)] = 136551, + [SMALL_STATE(4372)] = 136555, + [SMALL_STATE(4373)] = 136559, + [SMALL_STATE(4374)] = 136563, + [SMALL_STATE(4375)] = 136567, + [SMALL_STATE(4376)] = 136571, + [SMALL_STATE(4377)] = 136575, + [SMALL_STATE(4378)] = 136579, + [SMALL_STATE(4379)] = 136583, + [SMALL_STATE(4380)] = 136587, + [SMALL_STATE(4381)] = 136591, + [SMALL_STATE(4382)] = 136595, + [SMALL_STATE(4383)] = 136599, + [SMALL_STATE(4384)] = 136603, + [SMALL_STATE(4385)] = 136607, + [SMALL_STATE(4386)] = 136611, + [SMALL_STATE(4387)] = 136615, + [SMALL_STATE(4388)] = 136619, + [SMALL_STATE(4389)] = 136623, + [SMALL_STATE(4390)] = 136627, + [SMALL_STATE(4391)] = 136631, + [SMALL_STATE(4392)] = 136635, + [SMALL_STATE(4393)] = 136639, + [SMALL_STATE(4394)] = 136643, + [SMALL_STATE(4395)] = 136647, + [SMALL_STATE(4396)] = 136651, + [SMALL_STATE(4397)] = 136655, + [SMALL_STATE(4398)] = 136659, + [SMALL_STATE(4399)] = 136663, + [SMALL_STATE(4400)] = 136667, + [SMALL_STATE(4401)] = 136671, + [SMALL_STATE(4402)] = 136675, + [SMALL_STATE(4403)] = 136679, + [SMALL_STATE(4404)] = 136683, + [SMALL_STATE(4405)] = 136687, + [SMALL_STATE(4406)] = 136691, + [SMALL_STATE(4407)] = 136695, + [SMALL_STATE(4408)] = 136699, }; 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 = true}}, SHIFT(652), + [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3625), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4256), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), - [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), - [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), - [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), - [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), - [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4053), + [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3925), + [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), + [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3956), + [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), - [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), - [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), - [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), + [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), - [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), - [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), + [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), + [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), + [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), [149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), [151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), [187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), - [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), + [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), - [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), + [249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), - [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), - [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), - [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), - [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), + [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), + [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), + [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3920), - [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), - [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), + [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), + [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), + [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), - [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), - [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(652), + [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3954), + [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), + [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(642), [292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(229), [295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(230), - [298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3625), - [301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3666), - [304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2501), - [307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), - [310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), - [313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(814), + [298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(4256), + [301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(4193), + [304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2587), + [307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(1197), + [310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(1197), + [313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(792), [316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(195), [319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(196), [322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), [324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(54), - [327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(360), - [330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(361), - [333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(362), - [336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(363), - [339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(364), - [342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3155), + [327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(566), + [330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(567), + [333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(568), + [336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(569), + [339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(570), + [342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(571), + [345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3238), [348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(228), [351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(178), [354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(179), - [357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(180), + [357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(181), [360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(231), [363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2680), + [366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2804), [369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(46), [372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(581), - [375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3008), - [378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3738), - [381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3189), - [384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(582), - [387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(418), - [390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(419), - [393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(420), - [396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(746), - [399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(771), - [402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2912), - [405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), - [408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3674), - [411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3560), - [414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3581), - [417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3731), - [420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(802), - [423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(812), - [426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(813), - [429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(600), - [432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(860), - [435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(800), - [438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(917), - [441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(835), - [444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2955), - [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3123), + [378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3924), + [381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3400), + [384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(399), + [387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(408), + [390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(447), + [393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(455), + [396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(748), + [399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(728), + [402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3052), + [405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3101), + [408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(4053), + [411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3925), + [414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3827), + [417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3956), + [420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(799), + [423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(791), + [426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(793), + [429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(599), + [432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(800), + [435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(801), + [438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(803), + [441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(804), + [444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3056), + [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), - [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), + [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4326), [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), - [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4143), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4328), + [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), - [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), - [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4337), + [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), + [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), + [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4340), [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), - [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), + [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 1, 0, 0), - [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 1, 0, 0), - [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 1, 0, 1), - [527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(799), - [530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(297), - [533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(345), - [536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(47), - [539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(410), - [542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(411), - [545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(412), - [548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(413), - [551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(414), - [554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(415), - [557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3202), - [560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2673), - [563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(67), - [566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(580), - [569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3006), - [572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3682), - [575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2949), - [578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 2), - [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section1, 1, 0, 0), - [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section1, 2, 0, 0), - [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(652), - [599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(229), - [602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(230), - [605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3625), - [608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3666), - [611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2501), - [614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), - [617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), - [620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(814), - [623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(195), - [626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(196), - [629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), - [631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(54), - [634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(361), - [637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(362), - [640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(363), - [643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(364), - [646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3155), - [652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(228), - [655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(178), - [658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(179), - [661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(180), - [664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(231), - [667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2680), - [673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(76), - [676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(581), - [679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3008), - [682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3738), - [685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3189), - [688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(582), - [691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(418), - [694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(419), - [697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(420), - [700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(746), - [703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(771), - [706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2912), - [709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), - [712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3674), - [715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3560), - [718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3581), - [721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3731), - [724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(802), - [727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(812), - [730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(813), - [733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(600), - [736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(860), - [739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(800), - [742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(917), - [745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(835), - [748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2955), - [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(799), - [762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(297), - [765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(345), - [768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(47), - [771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(411), - [774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(412), - [777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(413), - [780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(414), - [783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(415), - [786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3202), - [789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2673), - [792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(81), - [795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(580), - [798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3006), - [801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3682), - [804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2949), - [807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(803), - [810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(357), - [813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(342), - [816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(437), - [822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(439), - [825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(444), - [828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(472), - [831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(372), - [834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3299), - [837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2657), - [840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(82), - [843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(382), - [846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2997), - [849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3999), - [852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2956), - [855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section2, 1, 0, 0), - [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section2, 2, 0, 0), - [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(652), - [866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(229), - [869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(230), - [872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3625), - [875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3666), - [878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2501), - [881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), - [884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), - [887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(814), - [890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(195), - [893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(196), - [896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), - [898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(54), - [901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(362), - [904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(363), - [907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(364), - [910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3155), - [916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(228), - [919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(178), - [922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(179), - [925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(180), - [928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(231), - [931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2680), - [937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(85), - [940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(581), - [943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3008), - [946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3738), - [949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3189), - [952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(582), - [955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(418), - [958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(419), - [961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(420), - [964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(746), - [967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(771), - [970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2912), - [973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), - [976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3674), - [979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3560), - [982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3581), - [985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3731), - [988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(802), - [991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(812), - [994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(813), - [997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(600), - [1000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(860), - [1003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(800), - [1006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(917), - [1009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(835), - [1012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2955), - [1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [1021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(803), - [1024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(357), - [1027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(342), - [1030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [1033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(439), - [1036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(444), - [1039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(472), - [1042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(372), - [1045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3299), - [1048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2657), - [1051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(89), - [1054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(382), - [1057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2997), - [1060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3999), - [1063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2956), - [1066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(799), - [1069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(297), - [1072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(345), - [1075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(47), - [1078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(412), - [1081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(413), - [1084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(414), - [1087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(415), - [1090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3202), - [1093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2673), - [1096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(90), - [1099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(580), - [1102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3006), - [1105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3682), - [1108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2949), - [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [1113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section3, 2, 0, 0), - [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [1117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section3, 1, 0, 0), - [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [1121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(652), - [1124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(229), - [1127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(230), - [1130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3625), - [1133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3666), - [1136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2501), - [1139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), - [1142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), - [1145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(814), - [1148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(195), - [1151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(196), - [1154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), - [1156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(54), - [1159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(363), - [1162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(364), - [1165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [1168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3155), - [1171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(228), - [1174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(178), - [1177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(179), - [1180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(180), - [1183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(231), - [1186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [1189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2680), - [1192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(94), - [1195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(581), - [1198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3008), - [1201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3738), - [1204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3189), - [1207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(582), - [1210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(418), - [1213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(419), - [1216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(420), - [1219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(746), - [1222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(771), - [1225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2912), - [1228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), - [1231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3674), - [1234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3560), - [1237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3581), - [1240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3731), - [1243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(802), - [1246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(812), - [1249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(813), - [1252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(600), - [1255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(860), - [1258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(800), - [1261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(917), - [1264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(835), - [1267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2955), - [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [1272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(803), - [1275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(357), - [1278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(342), - [1281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [1284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(444), - [1287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(472), - [1290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(372), - [1293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3299), - [1296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2657), + [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 2), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 1, 0, 0), + [531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 1, 0, 1), + [533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(789), + [536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(295), + [539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(317), + [542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(47), + [545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(391), + [548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(392), + [551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(393), + [554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(394), + [557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(395), + [560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(396), + [563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3318), + [566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(2774), + [569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(71), + [572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(580), + [575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3121), + [578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3870), + [581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_block_quote_repeat1, 2, 0, 0), SHIFT_REPEAT(3046), + [584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 1, 0, 0), + [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(642), + [591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(229), + [594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(230), + [597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(4256), + [600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(4193), + [603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2587), + [606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(1197), + [609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(1197), + [612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(792), + [615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(195), + [618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(196), + [621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), + [623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(54), + [626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(567), + [629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(568), + [632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(569), + [635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(570), + [638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(571), + [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3238), + [644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(228), + [647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(178), + [650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(179), + [653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(181), + [656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(231), + [659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(200), + [662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2804), + [665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(74), + [668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(581), + [671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3123), + [674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3924), + [677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3400), + [680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(399), + [683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(408), + [686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(447), + [689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(455), + [692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(748), + [695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(728), + [698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3052), + [701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3101), + [704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(4053), + [707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3925), + [710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3827), + [713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3956), + [716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(799), + [719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(791), + [722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(793), + [725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(599), + [728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(800), + [731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(801), + [734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(803), + [737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(804), + [740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3056), + [743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section1, 2, 0, 0), + [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section1, 1, 0, 0), + [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(795), + [754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(345), + [757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(342), + [760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(572), + [766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(577), + [769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(362), + [772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(365), + [775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(366), + [778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3233), + [781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2839), + [784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(77), + [787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(390), + [790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3079), + [793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3597), + [796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3075), + [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(789), + [806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(295), + [809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(317), + [812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(47), + [815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(392), + [818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(393), + [821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(394), + [824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(395), + [827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(396), + [830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3318), + [833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(2774), + [836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(80), + [839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(580), + [842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3121), + [845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3870), + [848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 2, 0, 0), SHIFT_REPEAT(3046), + [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(642), + [858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(229), + [861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(230), + [864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(4256), + [867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(4193), + [870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2587), + [873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(1197), + [876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(1197), + [879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(792), + [882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(195), + [885] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(196), + [888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), + [890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(54), + [893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(568), + [896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(569), + [899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(570), + [902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(571), + [905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3238), + [908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(228), + [911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(178), + [914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(179), + [917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(181), + [920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(231), + [923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(200), + [926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2804), + [929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(83), + [932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(581), + [935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3123), + [938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3924), + [941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3400), + [944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(399), + [947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(408), + [950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(447), + [953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(455), + [956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(748), + [959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(728), + [962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3052), + [965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3101), + [968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(4053), + [971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3925), + [974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3827), + [977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3956), + [980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(799), + [983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(791), + [986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(793), + [989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(599), + [992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(800), + [995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(801), + [998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(803), + [1001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(804), + [1004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3056), + [1007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section2, 2, 0, 0), + [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [1011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section2, 1, 0, 0), + [1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [1015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(795), + [1018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(345), + [1021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(342), + [1024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [1027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(577), + [1030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(362), + [1033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(365), + [1036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(366), + [1039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3233), + [1042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2839), + [1045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(86), + [1048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(390), + [1051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3079), + [1054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3597), + [1057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3075), + [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [1064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [1066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [1068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(789), + [1071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(295), + [1074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(317), + [1077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(47), + [1080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(393), + [1083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(394), + [1086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(395), + [1089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(396), + [1092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3318), + [1095] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(2774), + [1098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(91), + [1101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(580), + [1104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3121), + [1107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3870), + [1110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 2, 0, 0), SHIFT_REPEAT(3046), + [1113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(642), + [1116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(229), + [1119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(230), + [1122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(4256), + [1125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(4193), + [1128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2587), + [1131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(1197), + [1134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(1197), + [1137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(792), + [1140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(195), + [1143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(196), + [1146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), + [1148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(54), + [1151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(569), + [1154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(570), + [1157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(571), + [1160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3238), + [1163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(228), + [1166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(178), + [1169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(179), + [1172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(181), + [1175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(231), + [1178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(200), + [1181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2804), + [1184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(92), + [1187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(581), + [1190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3123), + [1193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3924), + [1196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3400), + [1199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(399), + [1202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(408), + [1205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(447), + [1208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(455), + [1211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(748), + [1214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(728), + [1217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3052), + [1220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3101), + [1223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(4053), + [1226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3925), + [1229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3827), + [1232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3956), + [1235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(799), + [1238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(791), + [1241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(793), + [1244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(599), + [1247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(800), + [1250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(801), + [1253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(803), + [1256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(804), + [1259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3056), + [1262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section3, 1, 0, 0), + [1264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [1266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section3, 2, 0, 0), + [1268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [1272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(789), + [1275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(295), + [1278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(317), + [1281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(47), + [1284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(394), + [1287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(395), + [1290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(396), + [1293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3318), + [1296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2774), [1299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(96), - [1302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(382), - [1305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2997), - [1308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3999), - [1311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2956), - [1314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [1316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(799), - [1319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(297), - [1322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(345), - [1325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(47), - [1328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(413), - [1331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(414), - [1334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(415), - [1337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3202), - [1340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2673), + [1302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(580), + [1305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3121), + [1308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3870), + [1311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3046), + [1314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [1316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(795), + [1319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(345), + [1322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(342), + [1325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [1328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(362), + [1331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(365), + [1334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(366), + [1337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3233), + [1340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2839), [1343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(98), - [1346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(580), - [1349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3006), - [1352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3682), - [1355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(2949), - [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [1360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [1362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section4, 1, 0, 0), - [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section4, 2, 0, 0), - [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [1370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(652), - [1373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(229), - [1376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(230), - [1379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3625), - [1382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3666), - [1385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2501), - [1388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), - [1391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), - [1394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(814), - [1397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(195), - [1400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(196), - [1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), - [1405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(54), - [1408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(364), - [1411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [1414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3155), - [1417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(228), - [1420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(178), - [1423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(179), - [1426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(180), - [1429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(231), - [1432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [1435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2680), - [1438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(103), - [1441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(581), - [1444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3008), - [1447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3738), - [1450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3189), - [1453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(582), - [1456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(418), - [1459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(419), - [1462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(420), - [1465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(746), - [1468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(771), - [1471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2912), - [1474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), - [1477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3674), - [1480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3560), - [1483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3581), - [1486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3731), - [1489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(802), - [1492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(812), - [1495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(813), - [1498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(600), - [1501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(860), - [1504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(800), - [1507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(917), - [1510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(835), - [1513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2955), - [1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [1520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(799), - [1523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(297), - [1526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(345), - [1529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(47), - [1532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(414), - [1535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(415), - [1538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3202), - [1541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2673), - [1544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(106), - [1547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(580), - [1550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3006), - [1553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3682), - [1556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2949), - [1559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [1561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(803), - [1564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(357), - [1567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(342), - [1570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [1573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(472), - [1576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(372), - [1579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3299), - [1582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2657), - [1585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(108), - [1588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(382), - [1591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2997), - [1594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3999), - [1597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2956), - [1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [1602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(652), - [1605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(229), - [1608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(230), - [1611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3625), - [1614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3666), - [1617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2501), - [1620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), - [1623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), - [1626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(814), - [1629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(195), - [1632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(196), - [1635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), - [1637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(54), - [1640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [1643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3155), - [1646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(228), - [1649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(178), - [1652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(179), - [1655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(180), - [1658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(231), - [1661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [1664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2680), - [1667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(110), - [1670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(581), - [1673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3008), - [1676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3738), - [1679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3189), - [1682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(582), - [1685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(418), - [1688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(419), - [1691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(420), - [1694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(746), - [1697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(771), - [1700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2912), - [1703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), - [1706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3674), - [1709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3560), - [1712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3581), - [1715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3731), - [1718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(802), - [1721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(812), - [1724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(813), - [1727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(600), - [1730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(860), - [1733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(800), - [1736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(917), - [1739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(835), - [1742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2955), - [1745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section5, 2, 0, 0), - [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [1749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section5, 1, 0, 0), + [1346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(390), + [1349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3079), + [1352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3597), + [1355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 2, 0, 0), SHIFT_REPEAT(3075), + [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [1360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [1362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(642), + [1365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(229), + [1368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(230), + [1371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(4256), + [1374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(4193), + [1377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2587), + [1380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(1197), + [1383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(1197), + [1386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(792), + [1389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(195), + [1392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(196), + [1395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), + [1397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(54), + [1400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(570), + [1403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(571), + [1406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3238), + [1409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(228), + [1412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(178), + [1415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(179), + [1418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(181), + [1421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(231), + [1424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(200), + [1427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2804), + [1430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(101), + [1433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(581), + [1436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3123), + [1439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3924), + [1442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3400), + [1445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(399), + [1448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(408), + [1451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(447), + [1454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(455), + [1457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(748), + [1460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(728), + [1463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3052), + [1466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3101), + [1469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(4053), + [1472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3925), + [1475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3827), + [1478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3956), + [1481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(799), + [1484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(791), + [1487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(793), + [1490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(599), + [1493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(800), + [1496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(801), + [1499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(803), + [1502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(804), + [1505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3056), + [1508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section4, 1, 0, 0), + [1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [1512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section4, 2, 0, 0), + [1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [1518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(795), + [1521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(345), + [1524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(342), + [1527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [1530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(365), + [1533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(366), + [1536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3233), + [1539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2839), + [1542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(105), + [1545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(390), + [1548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3079), + [1551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3597), + [1554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3075), + [1557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(789), + [1560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(295), + [1563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(317), + [1566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(47), + [1569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(395), + [1572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(396), + [1575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3318), + [1578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(2774), + [1581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(106), + [1584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(580), + [1587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3121), + [1590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3870), + [1593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 2, 0, 0), SHIFT_REPEAT(3046), + [1596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [1600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [1602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section5, 1, 0, 0), + [1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [1606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(642), + [1609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(229), + [1612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(230), + [1615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(4256), + [1618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(4193), + [1621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2587), + [1624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(1197), + [1627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(1197), + [1630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(792), + [1633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(195), + [1636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(196), + [1639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), + [1641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(54), + [1644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(571), + [1647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3238), + [1650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(228), + [1653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(178), + [1656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(179), + [1659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(181), + [1662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(231), + [1665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(200), + [1668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2804), + [1671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(111), + [1674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(581), + [1677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3123), + [1680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3924), + [1683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3400), + [1686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(399), + [1689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(408), + [1692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(447), + [1695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(455), + [1698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(748), + [1701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(728), + [1704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3052), + [1707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3101), + [1710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(4053), + [1713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3925), + [1716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3827), + [1719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3956), + [1722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(799), + [1725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(791), + [1728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(793), + [1731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(599), + [1734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(800), + [1737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(801), + [1740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(803), + [1743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(804), + [1746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3056), + [1749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section5, 2, 0, 0), [1751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [1753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(803), - [1756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(357), - [1759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(342), - [1762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [1765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(372), - [1768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3299), - [1771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2657), - [1774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(113), - [1777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(382), - [1780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2997), - [1783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3999), - [1786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2956), - [1789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [1793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(799), - [1796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(297), - [1799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(345), - [1802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(47), - [1805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(415), - [1808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3202), - [1811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2673), - [1814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(116), - [1817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(580), - [1820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3006), - [1823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3682), - [1826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2949), - [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [1833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section6, 2, 0, 0), - [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [1837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(652), + [1753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [1755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(795), + [1758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(345), + [1761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(342), + [1764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(38), + [1767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(366), + [1770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3233), + [1773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2839), + [1776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(114), + [1779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(390), + [1782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3079), + [1785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3597), + [1788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3075), + [1791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(789), + [1794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(295), + [1797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(317), + [1800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(47), + [1803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(396), + [1806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3318), + [1809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(2774), + [1812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(115), + [1815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(580), + [1818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3121), + [1821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3870), + [1824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 2, 0, 0), SHIFT_REPEAT(3046), + [1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [1833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section6, 1, 0, 0), + [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [1837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(642), [1840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(229), [1843] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(230), - [1846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3625), - [1849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3666), - [1852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2501), - [1855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), - [1858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), - [1861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(814), + [1846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(4256), + [1849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(4193), + [1852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2587), + [1855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(1197), + [1858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(1197), + [1861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(792), [1864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(195), [1867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(196), [1870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), [1872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(54), - [1875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3155), + [1875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3238), [1878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(228), [1881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(178), [1884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(179), - [1887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(180), + [1887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(181), [1890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(231), [1893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [1896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2680), - [1899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(317), + [1896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2804), + [1899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(315), [1902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(581), - [1905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3008), - [1908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3738), - [1911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3189), - [1914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(582), - [1917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(418), - [1920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(419), - [1923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(420), - [1926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(746), - [1929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(771), - [1932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2912), - [1935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), - [1938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3674), - [1941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3560), - [1944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3581), - [1947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3731), - [1950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(802), - [1953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(812), - [1956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(813), - [1959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(600), - [1962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(860), - [1965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(800), - [1968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(917), - [1971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(835), - [1974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2955), - [1977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section6, 1, 0, 0), - [1979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(803), - [1982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(357), + [1905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3123), + [1908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3924), + [1911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3400), + [1914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(399), + [1917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(408), + [1920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(447), + [1923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(455), + [1926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(748), + [1929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(728), + [1932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3052), + [1935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3101), + [1938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(4053), + [1941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3925), + [1944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3827), + [1947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3956), + [1950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(799), + [1953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(791), + [1956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(793), + [1959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(599), + [1962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(800), + [1965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(801), + [1968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(803), + [1971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(804), + [1974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3056), + [1977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section6, 2, 0, 0), + [1979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(795), + [1982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(345), [1985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(342), [1988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [1991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3299), - [1994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2657), - [1997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(440), - [2000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(382), - [2003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2997), - [2006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3999), - [2009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2956), - [2012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [2014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(799), - [2017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(297), - [2020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(345), + [1991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3233), + [1994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2839), + [1997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(579), + [2000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(390), + [2003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3079), + [2006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3597), + [2009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3075), + [2012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [2014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(789), + [2017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(295), + [2020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(317), [2023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(47), - [2026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3202), - [2029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2673), - [2032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(416), + [2026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3318), + [2029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2774), + [2032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(397), [2035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(580), - [2038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3006), - [2041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3682), - [2044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(2949), - [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [2038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3121), + [2041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3870), + [2044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 2, 0, 0), SHIFT_REPEAT(3046), + [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), [2051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [2053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4100), - [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), - [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), - [2061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [2053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4286), + [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), + [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), + [2059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), + [2061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), [2065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_repeat1, 1, 0, 0), - [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), [2073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [2079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), - [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), - [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), - [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), - [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), - [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), - [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), - [2115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), - [2117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), SHIFT_REPEAT(178), - [2120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), - [2122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), - [2124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), SHIFT_REPEAT(180), + [2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [2079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), + [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), + [2085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), + [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), + [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), + [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), + [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), + [2115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), + [2117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), SHIFT_REPEAT(231), + [2120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), + [2122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), + [2124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), SHIFT_REPEAT(179), [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_example_repeat1, 2, 0, 0), [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_example_repeat1, 2, 0, 0), [2131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_example_repeat1, 2, 0, 0), SHIFT_REPEAT(200), - [2134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_plus, 1, 0, 0), - [2136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_plus, 1, 0, 0), - [2138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_minus, 1, 0, 0), - [2140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_minus, 1, 0, 0), - [2142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), - [2144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), - [2146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), SHIFT_REPEAT(228), - [2149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), - [2151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), - [2153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_star_repeat1, 2, 0, 0), SHIFT_REPEAT(179), - [2156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_star, 1, 0, 0), - [2158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_star, 1, 0, 0), - [2160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_dot, 1, 0, 0), - [2162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_dot, 1, 0, 0), - [2164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_parenthesis, 1, 0, 0), - [2166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_parenthesis, 1, 0, 0), - [2168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_example, 1, 0, 0), - [2170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_example, 1, 0, 0), - [2172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), - [2174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), - [2176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_dot_repeat1, 2, 0, 0), SHIFT_REPEAT(231), - [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [2134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), + [2136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), + [2138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_parenthesis_repeat1, 2, 0, 0), SHIFT_REPEAT(181), + [2141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_plus, 1, 0, 0), + [2143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_plus, 1, 0, 0), + [2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_minus, 1, 0, 0), + [2147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_minus, 1, 0, 0), + [2149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_star, 1, 0, 0), + [2151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_star, 1, 0, 0), + [2153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_dot, 1, 0, 0), + [2155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_dot, 1, 0, 0), + [2157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_parenthesis, 1, 0, 0), + [2159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_parenthesis, 1, 0, 0), + [2161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_example, 1, 0, 0), + [2163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_example, 1, 0, 0), + [2165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), + [2167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), + [2169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_plus_repeat1, 2, 0, 0), SHIFT_REPEAT(178), + [2172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), + [2174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), + [2176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_minus_repeat1, 2, 0, 0), SHIFT_REPEAT(228), + [2179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), + [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [2189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4050), - [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), - [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), - [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [2199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), - [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), + [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), + [2189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4236), + [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4237), + [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), + [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), + [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [2199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), + [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), - [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), - [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), - [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), - [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), - [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), + [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), + [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), + [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), + [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), [2245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_plus, 2, 0, 0), [2247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_plus, 2, 0, 0), - [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_minus, 2, 0, 0), [2253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_minus, 2, 0, 0), - [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), [2257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_star, 2, 0, 0), [2259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_star, 2, 0, 0), - [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), [2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_dot, 2, 0, 0), [2265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_dot, 2, 0, 0), - [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), [2269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_parenthesis, 2, 0, 0), [2271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_parenthesis, 2, 0, 0), - [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), [2275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_example, 2, 0, 0), [2277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_example, 2, 0, 0), - [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), [2281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_plus, 1, 0, 0), [2283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_plus, 1, 0, 0), [2285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_star, 1, 0, 0), [2287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_star, 1, 0, 0), - [2289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_parenthesis, 1, 0, 0), - [2291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_parenthesis, 1, 0, 0), - [2293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_block_quote, 3, 0, 0), - [2295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_block_quote, 3, 0, 0), - [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [2289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_block_quote, 3, 0, 0), + [2291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_block_quote, 3, 0, 0), + [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_parenthesis, 1, 0, 0), + [2297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_parenthesis, 1, 0, 0), [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_plus, 3, 0, 0), [2301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_plus, 3, 0, 0), - [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), [2305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_minus, 3, 0, 0), [2307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_minus, 3, 0, 0), - [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_star, 3, 0, 0), [2313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_star, 3, 0, 0), - [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), [2317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_dot, 3, 0, 0), [2319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_dot, 3, 0, 0), - [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), [2323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_parenthesis, 3, 0, 0), [2325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_parenthesis, 3, 0, 0), - [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), [2329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_example, 3, 0, 0), [2331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_example, 3, 0, 0), - [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), [2335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_block_quote, 4, 0, 0), [2337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_block_quote, 4, 0, 0), - [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), [2341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_plus, 4, 0, 0), [2343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_plus, 4, 0, 0), - [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), [2347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_minus, 4, 0, 0), [2349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_minus, 4, 0, 0), - [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), [2353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_star, 4, 0, 0), [2355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_star, 4, 0, 0), - [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_dot, 4, 0, 0), [2361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_dot, 4, 0, 0), - [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), [2365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_parenthesis, 4, 0, 0), [2367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_parenthesis, 4, 0, 0), - [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_example, 4, 0, 0), [2373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__list_item_example, 4, 0, 0), - [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), [2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__newline, 1, 0, 0), [2379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__newline, 1, 0, 0), - [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), [2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__soft_line_break, 1, 0, 0), [2385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__soft_line_break, 1, 0, 0), - [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [2389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), - [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), - [2393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), - [2395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), - [2397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), + [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [2389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), + [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [2393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), + [2395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), + [2397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_block_quote, 2, 0, 0), [2401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_block_quote, 2, 0, 0), - [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), [2405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_example, 1, 0, 0), [2407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_example, 1, 0, 0), - [2409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404), - [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), - [2413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), - [2415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405), - [2417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), - [2419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), - [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), - [2423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), - [2425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), - [2427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), - [2429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), - [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), - [2433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), - [2435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), - [2437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), - [2439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194), - [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), - [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), - [2445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), - [2447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), - [2449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1279), - [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [2453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), - [2455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), - [2457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), - [2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), - [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), - [2463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), - [2465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), - [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), - [2469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1526), - [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [2473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), - [2475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), - [2477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), - [2479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), - [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), - [2483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), - [2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), - [2487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), - [2489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), - [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [2493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), - [2495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), - [2497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), - [2499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), - [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [2503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), - [2505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1129), - [2507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), - [2509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), - [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), - [2513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), - [2515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), - [2517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), - [2519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), - [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [2523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), - [2525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), - [2527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), - [2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), - [2531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), - [2533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), - [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [2537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), + [2409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), + [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [2413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), + [2415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), + [2417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), + [2419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), + [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), + [2423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), + [2425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), + [2427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(619), + [2429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), + [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [2433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), + [2435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), + [2437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), + [2439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336), + [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), + [2445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), + [2447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), + [2449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364), + [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), + [2453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), + [2455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), + [2457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), + [2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), + [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [2463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [2465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), + [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), + [2469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), + [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [2473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), + [2475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), + [2477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), + [2479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), + [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), + [2483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), + [2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), + [2487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), + [2489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [2493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), + [2495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), + [2497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), + [2499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), + [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), + [2503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), + [2505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), + [2507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), + [2509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), + [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), + [2513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), + [2515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), + [2517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), + [2519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), + [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), + [2523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), + [2525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1087), + [2527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2097), + [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [2533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), + [2535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), + [2537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), [2539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), - [2541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [2541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), [2543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_minus, 1, 0, 0), [2545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_minus, 1, 0, 0), - [2547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), - [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [2551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), - [2553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), - [2555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [2547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), + [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), + [2551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), + [2553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), + [2555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), [2557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_marker_dot, 1, 0, 0), [2559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_marker_dot, 1, 0, 0), - [2561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_note_definition_fenced_block, 8, 0, 0), - [2563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_note_definition_fenced_block, 8, 0, 0), - [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [2567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 4, 0, 0), - [2569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 4, 0, 0), - [2571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_div, 4, 0, 0), - [2573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_div, 4, 0, 0), - [2575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_caption, 4, 0, 0), - [2577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_caption, 4, 0, 0), - [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [2581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_paragraph, 2, 0, 0), - [2583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_paragraph, 2, 0, 0), - [2585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading1, 2, 0, 0), - [2587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading1, 2, 0, 0), - [2589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading2, 2, 0, 0), - [2591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading2, 2, 0, 0), - [2593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading3, 2, 0, 0), - [2595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading3, 2, 0, 0), - [2597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading4, 2, 0, 0), - [2599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading4, 2, 0, 0), + [2561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_note_definition_fenced_block, 9, 0, 0), + [2563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_note_definition_fenced_block, 9, 0, 0), + [2565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 4, 0, 0), + [2567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 4, 0, 0), + [2569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_div, 4, 0, 0), + [2571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_div, 4, 0, 0), + [2573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_caption, 4, 0, 0), + [2575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_caption, 4, 0, 0), + [2577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading3, 2, 0, 0), + [2579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading3, 2, 0, 0), + [2581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading4, 2, 0, 0), + [2583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading4, 2, 0, 0), + [2585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading5, 2, 0, 0), + [2587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading5, 2, 0, 0), + [2589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading6, 2, 0, 0), + [2591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading6, 2, 0, 0), + [2593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_horizontal_rule, 2, 0, 0), + [2595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_horizontal_rule, 2, 0, 0), + [2597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 1, 0, 1), + [2599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 1, 0, 1), [2601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_block_quote, 5, 0, 0), [2603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_block_quote, 5, 0, 0), [2605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 5, 0, 0), @@ -185098,1375 +189838,1375 @@ static const TSParseActionEntry ts_parse_actions[] = { [2679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_table, 8, 0, 27), [2681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_div, 8, 0, 0), [2683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_div, 8, 0, 0), - [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 9, 0, 0), - [2689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 9, 0, 0), - [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_note_definition_fenced_block, 9, 0, 0), - [2693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_note_definition_fenced_block, 9, 0, 0), - [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_div, 9, 0, 0), - [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_div, 9, 0, 0), - [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading5, 2, 0, 0), - [2701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading5, 2, 0, 0), + [2685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_note_definition_fenced_block, 8, 0, 0), + [2687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_note_definition_fenced_block, 8, 0, 0), + [2689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 9, 0, 0), + [2691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 9, 0, 0), + [2693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading1, 2, 0, 0), + [2695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading1, 2, 0, 0), + [2697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_div, 9, 0, 0), + [2699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_div, 9, 0, 0), + [2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__newline, 2, 0, 0), [2705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__newline, 2, 0, 0), - [2707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading6, 2, 0, 0), - [2709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading6, 2, 0, 0), - [2711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__soft_line_break, 2, 0, 0), - [2713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__soft_line_break, 2, 0, 0), - [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [2717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_horizontal_rule, 2, 0, 0), - [2719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_horizontal_rule, 2, 0, 0), - [2721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section1_repeat1, 1, 0, 1), - [2723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section1_repeat1, 1, 0, 1), - [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 1, 0, 3), - [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [2745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 2, 0, 0), - [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [2749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 8), - [2751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(702), - [2754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(225), - [2757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(171), - [2760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(4075), - [2763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(4076), - [2766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2511), - [2769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2388), - [2772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2388), - [2775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(628), - [2778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), - [2780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3251), - [2783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(556), - [2786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(557), - [2789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(558), - [2792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(559), - [2795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(749), - [2798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(750), - [2801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3036), - [2804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3039), - [2807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(4065), - [2810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(4066), - [2813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3529), - [2816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3530), - [2819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(906), - [2822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(907), - [2825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(908), - [2828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(583), - [2831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(909), - [2834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(910), - [2837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(911), - [2840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(912), - [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_paragraph, 3, 0, 0), - [2851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_paragraph, 3, 0, 0), - [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 3, 0, 0), - [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 4, 0, 0), - [2891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 1, 0, 0), - [2893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 1, 0, 0), - [2895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 1, 0, 0), - [2897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 1, 0, 0), - [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 1, 0, 1), - [2903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 1, 0, 1), - [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading1, 3, 0, 0), - [2907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading1, 3, 0, 0), - [2909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading2, 3, 0, 0), - [2911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading2, 3, 0, 0), - [2913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading3, 3, 0, 0), - [2915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading3, 3, 0, 0), - [2917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading4, 3, 0, 0), - [2919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading4, 3, 0, 0), - [2921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading5, 3, 0, 0), - [2923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading5, 3, 0, 0), - [2925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading6, 3, 0, 0), - [2927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading6, 3, 0, 0), - [2929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 3, 0, 0), - [2931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 3, 0, 0), - [2933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_ref_def, 3, 0, 0), - [2935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_ref_def, 3, 0, 0), - [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 1, 0, 1), - [2951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 1, 0, 1), - [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [2955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 1, 0, 1), - [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 1, 0, 1), - [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [2967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 1, 0, 0), - [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_list, 1, 0, 0), - [2975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_list, 1, 0, 0), - [2977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 1, 0, 1), - [2979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 1, 0, 1), - [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [3015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3695), - [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), - [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), - [3021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), - [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), - [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), - [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), - [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), - [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), - [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), - [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), - [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), - [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [3089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3751), - [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), - [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), - [3097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), - [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [3101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), - [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), - [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), - [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), - [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), - [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), - [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4097), - [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), - [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [3149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), - [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [3153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), - [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), - [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), - [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [3175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), - [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [3181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), - [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [2709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__soft_line_break, 2, 0, 0), + [2711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__soft_line_break, 2, 0, 0), + [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section2_repeat1, 1, 0, 1), + [2721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section2_repeat1, 1, 0, 1), + [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 1, 0, 3), + [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [2741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 2, 0, 0), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [2745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 8), + [2747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(757), + [2750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(225), + [2753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(226), + [2756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(4261), + [2759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(4262), + [2762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2594), + [2765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2456), + [2768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2456), + [2771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(627), + [2774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), + [2776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3340), + [2779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(556), + [2782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(557), + [2785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(558), + [2788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(559), + [2791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(689), + [2794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(733), + [2797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3151), + [2800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3154), + [2803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(4251), + [2806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(4252), + [2809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3699), + [2812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3700), + [2815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(909), + [2818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(910), + [2821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(911), + [2824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(584), + [2827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(912), + [2830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(787), + [2833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(913), + [2836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(914), + [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading2, 2, 0, 0), + [2851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading2, 2, 0, 0), + [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 3, 0, 0), + [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [2883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 4, 0, 0), + [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat1, 1, 0, 0), + [2887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_document_repeat1, 1, 0, 0), + [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 1, 0, 0), + [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 1, 0, 0), + [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading1, 3, 0, 0), + [2899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading1, 3, 0, 0), + [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading2, 3, 0, 0), + [2903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading2, 3, 0, 0), + [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading3, 3, 0, 0), + [2907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading3, 3, 0, 0), + [2909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading4, 3, 0, 0), + [2911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading4, 3, 0, 0), + [2913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading5, 3, 0, 0), + [2915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading5, 3, 0, 0), + [2917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading6, 3, 0, 0), + [2919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__atx_heading6, 3, 0, 0), + [2921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_block, 3, 0, 0), + [2923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_block, 3, 0, 0), + [2925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_ref_def, 3, 0, 0), + [2927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_ref_def, 3, 0, 0), + [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [2935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section3_repeat1, 1, 0, 1), + [2937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section3_repeat1, 1, 0, 1), + [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [2943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section4_repeat1, 1, 0, 1), + [2945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section4_repeat1, 1, 0, 1), + [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 1, 0, 0), + [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__section5_repeat1, 1, 0, 1), + [2953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__section5_repeat1, 1, 0, 1), + [2955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_list, 1, 0, 0), + [2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_list, 1, 0, 0), + [2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_paragraph, 3, 0, 0), + [2975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_paragraph, 3, 0, 0), + [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [2985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_paragraph, 2, 0, 0), + [2987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_paragraph, 2, 0, 0), + [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [3007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3883), + [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), + [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), + [3013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), + [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), + [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), + [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), + [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), + [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), + [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4317), + [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), + [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [3081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3937), + [3083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3938), + [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), + [3089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), + [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [3093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), + [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), + [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), + [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), + [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), + [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3927), + [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3972), + [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), + [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [3141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), + [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [3145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), + [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [3149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), + [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [3153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), + [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [3157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), + [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [3161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), + [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [3165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), + [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), + [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [3173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [3177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), + [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [3181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), + [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), [3185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), - [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), - [3189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), - [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [3193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), - [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [3197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), - [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [3201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), - [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [3205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), - [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), - [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [3213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), - [3217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [3221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), - [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [3237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), - [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [3189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), + [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [3193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), + [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [3197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), + [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [3201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), + [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [3205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), + [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), + [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [3213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [3217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [3221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), + [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), + [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), + [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), + [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [3237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700), + [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), - [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), - [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), - [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), - [3249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), - [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [3253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(735), - [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [3257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), - [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), - [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [3265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(770), - [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [3269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), - [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), - [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), - [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [3281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), - [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), - [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), - [3293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), - [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [3297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), - [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [3301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), - [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [3305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), - [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [3309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [3313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), - [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [3317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), - [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), - [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), - [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [3329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), - [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [3333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), - [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [3337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), - [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [3341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), - [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [3345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), - [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), - [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [3353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), - [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), - [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [3361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), - [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), - [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [3369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), - [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [3373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), - [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [3377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), - [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [3381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), - [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [3385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [3389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), - [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [3393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), - [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [3397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), - [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [3401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), - [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [3405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), - [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), + [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [3249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), + [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [3253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), + [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [3257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), + [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), + [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [3265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), + [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [3269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), + [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), + [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), + [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [3281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), + [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), + [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), + [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [3293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), + [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [3297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), + [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [3301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), + [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [3305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), + [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [3309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), + [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), + [3313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), + [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [3317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), + [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), + [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), + [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [3329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), + [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [3333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), + [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [3337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), + [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [3341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), + [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [3345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), + [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), + [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [3353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), + [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), + [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [3361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), + [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), + [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), + [3369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), + [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [3373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), + [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [3377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), + [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [3381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), + [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [3385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), + [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [3389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), + [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [3413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3925), - [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), - [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [3419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), - [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), - [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), - [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [3413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4111), + [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4112), + [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [3419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), + [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), - [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), - [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), - [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), - [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), - [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), - [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), + [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), + [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), + [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4102), + [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), + [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), + [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [3475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(587), - [3478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(226), - [3481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(227), - [3484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4100), - [3487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4101), - [3490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2516), - [3493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(980), - [3496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(980), - [3499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(1031), - [3502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), - [3504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3260), - [3507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(562), - [3510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(563), - [3513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(564), - [3516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(565), - [3519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(759), - [3522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(760), - [3525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3038), - [3528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2983), - [3531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4090), - [3534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4091), - [3537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3597), - [3540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3598), - [3543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(914), - [3546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(915), - [3549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(916), - [3552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(590), - [3555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(787), - [3558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(918), - [3561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(919), - [3564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(920), - [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [3573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_with_maybe_spaces, 1, 0, 0), - [3575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(627), - [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [3610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(982), - [3612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), - [3614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), - [3616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), - [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [3620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__line, 1, 0, 0), - [3622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line, 1, 0, 0), - [3624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), - [3626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), - [3628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [3632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__line, 2, 0, 0), - [3634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line, 2, 0, 0), - [3636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(620), - [3639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(223), - [3642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), - [3644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(224), - [3647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), - [3649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4050), - [3652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4051), - [3655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2518), - [3658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1177), - [3661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1177), - [3664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(939), - [3667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3239), - [3670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(550), - [3673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(551), - [3676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(552), - [3679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(553), - [3682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(739), - [3685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(740), - [3688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3034), - [3691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3035), - [3694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4040), - [3697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4041), - [3700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3461), - [3703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3462), - [3706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(898), - [3709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(899), - [3712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(900), - [3715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(611), - [3718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(901), - [3721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(902), - [3724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(903), - [3727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(904), - [3730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(983), - [3732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346), - [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), - [3736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), - [3738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1424), - [3740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), - [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4075), - [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), - [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), - [3754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), - [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), - [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), - [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), - [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), - [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), - [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), - [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), - [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), - [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), - [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [3802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), - [3804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), - [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [3808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), - [3810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), - [3812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), - [3814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), - [3816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1166), - [3818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), - [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [3824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), - [3826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), - [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [3830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), - [3832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), - [3834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), - [3836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), - [3838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(646), - [3841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(229), - [3844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(230), - [3847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3625), - [3850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3666), - [3853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2501), - [3856] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), - [3859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1381), - [3862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(947), - [3865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3189), - [3868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(582), - [3871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(418), - [3874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(419), - [3877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(420), - [3880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(746), - [3883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(771), - [3886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2912), - [3889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), - [3892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3674), - [3895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3560), - [3898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3581), - [3901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3731), - [3904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(802), - [3907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(812), - [3910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(813), - [3913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(600), - [3916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(860), - [3919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(800), - [3922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(917), - [3925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(835), - [3928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), - [3930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), - [3932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), - [3934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), - [3936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), - [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [3940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), - [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [3944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), - [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [3952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4025), - [3954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), - [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [3958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), - [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), - [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), - [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), - [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), - [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), - [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4016), - [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), - [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), - [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [4008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(657), - [4011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(221), - [4014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(222), - [4017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4025), - [4020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4026), - [4023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2505), - [4026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1671), - [4029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1671), - [4032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(943), - [4035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3226), - [4038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(544), - [4041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(545), - [4044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(546), - [4047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(547), - [4050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(726), - [4053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(727), - [4056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3032), - [4059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3033), - [4062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4015), - [4065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4016), - [4068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4105), - [4071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4106), - [4074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(890), - [4077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(891), - [4080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(892), - [4083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(610), - [4086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(893), - [4089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(894), - [4092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(895), - [4095] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(896), + [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), + [3477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), SHIFT_REPEAT(626), + [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [3484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_with_maybe_spaces, 1, 0, 0), + [3486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(591), + [3489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(171), + [3492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(227), + [3495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4286), + [3498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4287), + [3501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2567), + [3504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(1071), + [3507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(1071), + [3510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(1060), + [3513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), + [3515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3358), + [3518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(562), + [3521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(563), + [3524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(564), + [3527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(565), + [3530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(746), + [3533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(747), + [3536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3153), + [3539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3158), + [3542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4276), + [3545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4277), + [3548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3773), + [3551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3774), + [3554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(916), + [3557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(917), + [3560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(918), + [3563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(592), + [3566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(919), + [3569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(920), + [3572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(921), + [3575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(788), + [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [3610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), + [3612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), + [3614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), + [3616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(615), + [3619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(223), + [3622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), + [3624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(224), + [3627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), + [3629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4236), + [3632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4237), + [3635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2574), + [3638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1508), + [3641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1508), + [3644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(941), + [3647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3322), + [3650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(550), + [3653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(551), + [3656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(552), + [3659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(553), + [3662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(718), + [3665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(719), + [3668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3149), + [3671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3150), + [3674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4226), + [3677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4227), + [3680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3625), + [3683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3626), + [3686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(901), + [3689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(902), + [3692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(903), + [3695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(610), + [3698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(904), + [3701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(905), + [3704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(906), + [3707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(907), + [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), + [3712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1429), + [3714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), + [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), + [3718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), + [3720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), + [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), + [3724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), + [3726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351), + [3728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), + [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [3736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4261), + [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), + [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [3742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2456), + [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), + [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), + [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), + [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), + [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), + [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), + [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), + [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [3790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), + [3792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), + [3794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), + [3796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), + [3798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161), + [3800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), + [3802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), + [3804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184), + [3806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), + [3808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), + [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [3812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__line, 1, 0, 0), + [3814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line, 1, 0, 0), + [3816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), + [3818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1377), + [3820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), + [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [3826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line, 2, 0, 0), + [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [3830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), + [3832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(644), + [3835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(229), + [3838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(230), + [3841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4256), + [3844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4193), + [3847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2587), + [3850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1197), + [3853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1197), + [3856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(946), + [3859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3400), + [3862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(399), + [3865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(408), + [3868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(447), + [3871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(455), + [3874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(748), + [3877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(728), + [3880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3052), + [3883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3101), + [3886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4053), + [3889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3925), + [3892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3827), + [3895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3956), + [3898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(799), + [3901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(791), + [3904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(793), + [3907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(599), + [3910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(800), + [3913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(801), + [3916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(803), + [3919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(804), + [3922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), + [3924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), + [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [3928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__line, 2, 0, 0), + [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [3934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), + [3936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), + [3938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1159), + [3940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [3942] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(654), + [3945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(221), + [3948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(222), + [3951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4211), + [3954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4212), + [3957] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2583), + [3960] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1996), + [3963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1996), + [3966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(939), + [3969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3304), + [3972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(544), + [3975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(545), + [3978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(546), + [3981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(547), + [3984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(704), + [3987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(705), + [3990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3147), + [3993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3148), + [3996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4201), + [3999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4202), + [4002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4243), + [4005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4245), + [4008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(893), + [4011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(894), + [4014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(895), + [4017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(609), + [4020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(896), + [4023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(897), + [4026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(898), + [4029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(899), + [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [4038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3986), + [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3987), + [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [4044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), + [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), + [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), + [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), + [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), + [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), + [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), + [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), + [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), + [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [4096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(944), [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [4104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3850), - [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), - [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [4110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), - [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [4104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4011), + [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4012), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [4110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2248), + [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), - [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), - [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), - [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), - [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), - [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3887), - [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), - [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [4158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(659), - [4161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(207), - [4164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(208), - [4167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3850), - [4170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3851), - [4173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2510), - [4176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1698), - [4179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1698), - [4182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(945), - [4185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3158), - [4188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(504), - [4191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(505), - [4194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(506), - [4197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(507), - [4200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(778), - [4203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(779), - [4206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3018), - [4209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3019), - [4212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3840), - [4215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3841), - [4218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3887), - [4221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3889), - [4224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(832), - [4227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(833), - [4230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(834), - [4233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(603), - [4236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(836), - [4239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(837), - [4242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(838), - [4245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(839), - [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [4254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3975), - [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), - [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [4260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2212), - [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), - [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), - [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), - [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), - [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), - [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3897), - [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), - [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [4308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(661), - [4311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(217), - [4314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(218), - [4317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3975), - [4320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3976), - [4323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2506), - [4326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2212), - [4329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2212), - [4332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(944), - [4335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3209), - [4338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(532), - [4341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(533), - [4344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(534), - [4347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(535), - [4350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(704), - [4353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(705), - [4356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3028), - [4359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3029), - [4362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3965), - [4365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3966), - [4368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3897), - [4371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3903), - [4374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(874), - [4377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(875), - [4380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(876), - [4383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(608), - [4386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(877), - [4389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(878), - [4392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(879), - [4395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(880), - [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [4404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4000), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [4410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), - [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), - [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), - [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), - [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), - [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), - [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), - [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [4458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(663), - [4461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(201), - [4464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(202), - [4467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3751), - [4470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3752), - [4473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2509), - [4476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2021), - [4479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2021), - [4482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(948), - [4485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3118), - [4488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(474), - [4491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(475), - [4494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(476), - [4497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(477), - [4500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(761), - [4503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(762), - [4506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3012), - [4509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3013), - [4512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3740), - [4515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3741), - [4518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4097), - [4521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4098), - [4524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(804), - [4527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(805), - [4530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(806), - [4533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(598), - [4536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(807), - [4539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(808), - [4542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(809), - [4545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(810), - [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [4550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), - [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [4560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3800), - [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), - [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), - [4566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2211), - [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), - [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), - [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), - [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), - [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), - [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3937), - [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [4604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [4616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [4620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(670), - [4623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(219), - [4626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(220), - [4629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4000), - [4632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4001), - [4635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2513), - [4638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1578), - [4641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1578), - [4644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(940), - [4647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3217), - [4650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(538), - [4653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(539), - [4656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(540), - [4659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(541), - [4662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(713), - [4665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(714), - [4668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3030), - [4671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3031), - [4674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3990), - [4677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3991), - [4680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4004), - [4683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4005), - [4686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(882), - [4689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(883), - [4692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(884), - [4695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(609), - [4698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(885), - [4701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(886), - [4704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(887), - [4707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(888), - [4710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(671), - [4713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [4716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(198), - [4719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3695), - [4722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3696), - [4725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2504), - [4728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2017), - [4731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2017), - [4734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2020), - [4737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3094), - [4740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(455), - [4743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(456), - [4746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(457), - [4749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(458), - [4752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(691), - [4755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(692), - [4758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3010), - [4761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3011), - [4764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3684), - [4767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3685), - [4770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3688), - [4773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3689), - [4776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(791), - [4779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(792), - [4782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(793), - [4785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(596), - [4788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(794), - [4791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(795), - [4794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(796), - [4797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(797), - [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [4806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3875), - [4808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3876), - [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [4812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2265), - [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [4826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), - [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), - [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), - [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), - [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), - [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), - [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [4848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [4860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(673), - [4863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(203), - [4866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(204), - [4869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3800), - [4872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3801), - [4875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2508), - [4878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2211), - [4881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2211), - [4884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(938), - [4887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3138), - [4890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(493), - [4893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(494), - [4896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(495), - [4899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(496), - [4902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(689), - [4905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(711), - [4908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3014), - [4911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3015), - [4914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3789), - [4917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3790), - [4920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3935), - [4923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3937), - [4926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(816), - [4929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(817), - [4932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(818), - [4935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(601), - [4938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(819), - [4941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(820), - [4944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(821), - [4947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(822), - [4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [4956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3825), - [4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), - [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [4962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2304), - [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), - [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), - [4970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), - [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), - [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), - [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), - [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), - [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), - [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), + [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), + [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [4160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(660), + [4163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(205), + [4166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(206), + [4169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4011), + [4172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4012), + [4175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2585), + [4178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2248), + [4181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2248), + [4184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(945), + [4187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3177), + [4190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(496), + [4193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(497), + [4196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(498), + [4199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(499), + [4202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(743), + [4205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(754), + [4208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3131), + [4211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3132), + [4214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4001), + [4217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4002), + [4220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3590), + [4223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3596), + [4226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(829), + [4229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(830), + [4232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(831), + [4235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(583), + [4238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(832), + [4241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(833), + [4244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(834), + [4247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(835), + [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [4256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4211), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4212), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [4262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), + [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), + [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), + [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), + [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4202), + [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4243), + [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4245), + [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [4316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4036), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [4322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2322), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), + [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), + [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), + [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), + [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), + [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), + [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), + [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [4372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(664), + [4375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(207), + [4378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(208), + [4381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4036), + [4384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4037), + [4387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2578), + [4390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2322), + [4393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2322), + [4396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(943), + [4399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3191), + [4402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(502), + [4405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(503), + [4408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(504), + [4411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(505), + [4414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(770), + [4417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(772), + [4420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3133), + [4423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3134), + [4426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4026), + [4429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4027), + [4432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3754), + [4435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3757), + [4438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(837), + [4441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(838), + [4444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(839), + [4447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(602), + [4450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(840), + [4453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(841), + [4456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(842), + [4459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(843), + [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [4468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4061), + [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), + [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [4474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2391), + [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), + [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), + [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), + [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), + [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3889), + [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), + [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [4524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(667), + [4527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(201), + [4530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(202), + [4533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3937), + [4536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3938), + [4539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2592), + [4542] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2080), + [4545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2080), + [4548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(944), + [4551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3390), + [4554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(471), + [4557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(472), + [4560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(473), + [4563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(474), + [4566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(701), + [4569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(702), + [4572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3127), + [4575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3128), + [4578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3926), + [4581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3927), + [4584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3972), + [4587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3977), + [4590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(813), + [4593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(814), + [4596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(815), + [4599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(600), + [4602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(816), + [4605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(817), + [4608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(818), + [4611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(819), + [4614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(668), + [4617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(209), + [4620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(210), + [4623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4061), + [4626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4062), + [4629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2571), + [4632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2391), + [4635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2391), + [4638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(947), + [4641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3208), + [4644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(508), + [4647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(509), + [4650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(510), + [4653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(511), + [4656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(775), + [4659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(778), + [4662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3135), + [4665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3136), + [4668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4051), + [4671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4052), + [4674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3889), + [4677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3890), + [4680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(845), + [4683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(846), + [4686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(847), + [4689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(603), + [4692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(848), + [4695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(922), + [4698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(850), + [4701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(851), + [4704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(669), + [4707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(219), + [4710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(220), + [4713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4186), + [4716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4187), + [4719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2576), + [4722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1923), + [4725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1923), + [4728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(937), + [4731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3286), + [4734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(538), + [4737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(539), + [4740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(540), + [4743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(541), + [4746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(690), + [4749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(691), + [4752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3145), + [4755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3146), + [4758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4176), + [4761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4177), + [4764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3900), + [4767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3909), + [4770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(885), + [4773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(886), + [4776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(887), + [4779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(608), + [4782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(888), + [4785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(889), + [4788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(890), + [4791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(891), + [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [4800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4186), + [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), + [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), + [4806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923), + [4808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), + [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), + [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [4826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), + [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), + [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), + [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), + [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), + [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), + [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [4848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [4860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4086), + [4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), + [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [4866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), + [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), + [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), + [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [4882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), + [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), + [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), + [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), + [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), + [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [4904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [4914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(672), + [4917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(211), + [4920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(212), + [4923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4086), + [4926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4087), + [4929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2581), + [4932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1609), + [4935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1609), + [4938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(948), + [4941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3221), + [4944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(514), + [4947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(515), + [4950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(516), + [4953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(517), + [4956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(786), + [4959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(742), + [4962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3137), + [4965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3138), + [4968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4076), + [4971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4077), + [4974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3990), + [4977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3991), + [4980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(853), + [4983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(854), + [4986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(855), + [4989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(604), + [4992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(856), + [4995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(857), + [4998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(858), + [5001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(859), + [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [5006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), [5010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(675), - [5013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(209), - [5016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(210), - [5019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3875), - [5022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3876), - [5025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2514), - [5028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2265), - [5031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2265), - [5034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(942), - [5037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3168), - [5040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(510), - [5043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(511), - [5046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(512), - [5049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(513), - [5052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(715), - [5055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(721), - [5058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3020), - [5061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3021), - [5064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3865), - [5067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3866), - [5070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4111), - [5073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4113), - [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(842), - [5082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(843), - [5085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(604), - [5088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(844), - [5091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(845), - [5094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(846), - [5097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(847), + [5013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(213), + [5016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(214), + [5019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4111), + [5022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4112), + [5025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2565), + [5028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1693), + [5031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1693), + [5034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(938), + [5037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3237), + [5040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(520), + [5043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(521), + [5046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(522), + [5049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(523), + [5052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(776), + [5055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(777), + [5058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3139), + [5061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3140), + [5064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4101), + [5067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4102), + [5070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4114), + [5073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4115), + [5076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(861), + [5079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(862), + [5082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(863), + [5085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(605), + [5088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(864), + [5091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(865), + [5094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(866), + [5097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(867), [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [5106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3900), - [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), - [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), - [5112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), - [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), - [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), - [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), - [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), - [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), - [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), - [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), - [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [5106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4136), + [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), + [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [5112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), + [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), + [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), + [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), + [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), + [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), + [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), + [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), + [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), [5162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(678), - [5165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(211), - [5168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(212), - [5171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3900), - [5174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3901), - [5177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2517), - [5180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1790), - [5183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1790), - [5186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(946), - [5189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3179), - [5192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(515), - [5195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(516), - [5198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(517), - [5201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(518), - [5204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(757), - [5207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(758), - [5210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3022), - [5213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3023), - [5216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3890), - [5219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3891), - [5222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3573), - [5225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3574), - [5228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(849), - [5231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(850), - [5234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(851), - [5237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(605), - [5240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(853), - [5243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(854), - [5246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(855), - [5249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(856), - [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [5260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(683), - [5263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(213), - [5266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(214), - [5269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3925), - [5272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3926), - [5275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2519), - [5278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1908), - [5281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1908), - [5284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(937), - [5287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3185), - [5290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(521), - [5293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(522), - [5296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(523), - [5299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(524), - [5302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(776), - [5305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(777), - [5308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3024), - [5311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3025), - [5314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3915), - [5317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3916), - [5320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3698), - [5323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3699), - [5326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(858), - [5329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(922), - [5332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(859), - [5335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(606), - [5338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(861), - [5341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(862), - [5344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(863), - [5347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(864), - [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [5356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3950), - [5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), - [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), - [5362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), - [5364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), - [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), - [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [5374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), - [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), - [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3940), - [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3941), - [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), - [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), - [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [5408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [5410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [5412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(686), - [5415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(215), - [5418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(216), - [5421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3950), - [5424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3951), - [5427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2515), - [5430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2031), - [5433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2031), - [5436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(941), - [5439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3198), - [5442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(527), - [5445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(528), - [5448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(529), - [5451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(530), - [5454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(693), - [5457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(694), - [5460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3026), - [5463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3027), - [5466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3940), - [5469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3941), - [5472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3785), - [5475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3786), - [5478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(866), - [5481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(867), - [5484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(868), - [5487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(607), - [5490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(869), - [5493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(870), - [5496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(871), - [5499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(872), - [5502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(687), - [5505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(205), - [5508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(206), - [5511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3825), - [5514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3826), - [5517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2503), - [5520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2304), - [5523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2304), - [5526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(936), - [5529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3147), - [5532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(499), - [5535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(500), - [5538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(501), - [5541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(502), - [5544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(712), - [5547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(728), - [5550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3016), - [5553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3017), - [5556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3815), - [5559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3816), - [5562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3660), - [5565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3665), - [5568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(824), - [5571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(825), - [5574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(826), - [5577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(602), - [5580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(827), - [5583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(828), - [5586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(829), - [5589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(830), - [5592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), - [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), - [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), - [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), - [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), - [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [5616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [5618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [5622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), - [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), - [5632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), - [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), - [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), - [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), - [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [5680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [5686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [5692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(736), - [5695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(225), - [5698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(171), - [5701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4075), - [5704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4076), - [5707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2511), - [5710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2388), - [5713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2388), - [5716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2341), - [5719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3251), - [5722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(556), - [5725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(557), - [5728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(558), - [5731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(559), - [5734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(749), - [5737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(750), - [5740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3036), - [5743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3039), - [5746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4065), - [5749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4066), - [5752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3529), - [5755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3530), - [5758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(906), - [5761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(907), - [5764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(908), - [5767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(583), - [5770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(909), - [5773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(910), - [5776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(911), - [5779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(912), - [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [5790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [5792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [5794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [5796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [5798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [5800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [5802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), - [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), - [5806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), - [5808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), - [5810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [5812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [5814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [5818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), - [5822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [5824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [5826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [5830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [5842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), - [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [5850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [5854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), - [5858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [5860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [5872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), - [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), - [5898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [5908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), - [5910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [5165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(215), + [5168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(216), + [5171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4136), + [5174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4137), + [5177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2570), + [5180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1767), + [5183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1767), + [5186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(940), + [5189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3254), + [5192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(526), + [5195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(527), + [5198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(528), + [5201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(529), + [5204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(712), + [5207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(714), + [5210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3141), + [5213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3142), + [5216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4126), + [5219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4127), + [5222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4225), + [5225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4228), + [5228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(869), + [5231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(870), + [5234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(871), + [5237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(606), + [5240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(872), + [5243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(873), + [5246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(874), + [5249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(875), + [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [5258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4161), + [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), + [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [5264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), + [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), + [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), + [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), + [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), + [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), + [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [5316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(682), + [5319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(217), + [5322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(218), + [5325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4161), + [5328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4162), + [5331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2572), + [5334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1840), + [5337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(1840), + [5340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(936), + [5343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3269), + [5346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(532), + [5349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(533), + [5352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(534), + [5355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(535), + [5358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(759), + [5361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(760), + [5364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3143), + [5367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3144), + [5370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4151), + [5373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4152), + [5376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4377), + [5379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4378), + [5382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(877), + [5385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(878), + [5388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(879), + [5391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(607), + [5394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(880), + [5397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(881), + [5400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(882), + [5403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(883), + [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [5408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(684), + [5411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(203), + [5414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(204), + [5417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3986), + [5420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3987), + [5423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2573), + [5426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2177), + [5429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(2177), + [5432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(942), + [5435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3427), + [5438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(490), + [5441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(491), + [5444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(492), + [5447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(493), + [5450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(768), + [5453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(769), + [5456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3129), + [5459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3130), + [5462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3975), + [5465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(3976), + [5468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4404), + [5471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(4405), + [5474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(821), + [5477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(822), + [5480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(823), + [5483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(601), + [5486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(824), + [5489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(825), + [5492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(826), + [5495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 0), SHIFT_REPEAT(827), + [5498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(685), + [5501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(197), + [5504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(198), + [5507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3883), + [5510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3884), + [5513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2577), + [5516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2182), + [5519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2182), + [5522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(1924), + [5525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3222), + [5528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(450), + [5531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(451), + [5534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(452), + [5537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(453), + [5540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(773), + [5543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(782), + [5546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3125), + [5549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3126), + [5552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3872), + [5555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3873), + [5558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4317), + [5561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4318), + [5564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(805), + [5567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(806), + [5570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(807), + [5573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(598), + [5576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(808), + [5579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(809), + [5582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(810), + [5585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(811), + [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [5590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [5592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), + [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), + [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [5616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [5618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [5622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), + [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), + [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), + [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), + [5632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), + [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), + [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [5650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(715), + [5653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(225), + [5656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(226), + [5659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4261), + [5662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4262), + [5665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2594), + [5668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2456), + [5671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2456), + [5674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(2454), + [5677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3340), + [5680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(556), + [5683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(557), + [5686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(558), + [5689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(559), + [5692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(689), + [5695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(733), + [5698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3151), + [5701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3154), + [5704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4251), + [5707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(4252), + [5710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3699), + [5713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(3700), + [5716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(909), + [5719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(910), + [5722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(911), + [5725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(584), + [5728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(912), + [5731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(787), + [5734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(913), + [5737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 2, 0, 0), SHIFT_REPEAT(914), + [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [5748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [5756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [5764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [5772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [5774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [5778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [5780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [5790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [5792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [5794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), + [5796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [5798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [5800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [5802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [5806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [5808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [5810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [5812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [5814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [5818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [5822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [5824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [5826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [5830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [5842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), + [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), + [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), + [5850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), + [5854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), + [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [5858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [5860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [5872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), + [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), + [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [5898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), + [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), + [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [5908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [5910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), + [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), [5922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pipe_table_newline, 1, 0, 0), [5924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pipe_table_newline, 1, 0, 0), - [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [5930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pipe_table_newline, 2, 0, 0), - [5932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pipe_table_newline, 2, 0, 0), + [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [5928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pipe_table_newline, 2, 0, 0), + [5930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pipe_table_newline, 2, 0, 0), + [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), [5934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 2, 0, 4), [5936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 2, 0, 4), [5938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 2, 0, 0), @@ -186481,7 +191221,7 @@ static const TSParseActionEntry ts_parse_actions[] = { [5956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_image, 2, 0, 0), [5958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_span, 3, 0, 9), [5960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_span, 3, 0, 9), - [5962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), + [5962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), [5964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 3, 0, 10), [5966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 3, 0, 10), [5968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 3, 0, 11), @@ -186518,70 +191258,70 @@ static const TSParseActionEntry ts_parse_actions[] = { [6030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_span, 4, 0, 21), [6032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_image, 4, 0, 21), [6034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_image, 4, 0, 21), - [6036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 4, 0, 13), - [6038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 4, 0, 13), - [6040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_str, 1, 0, 0), - [6042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_str, 1, 0, 0), - [6044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_single_quote, 2, 0, 0), - [6046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_single_quote, 2, 0, 0), - [6048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_double_quote, 2, 0, 0), - [6050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_double_quote, 2, 0, 0), - [6052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_citation, 2, 0, 0), - [6054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_citation, 2, 0, 0), - [6056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_citation, 2, 0, 7), - [6058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_citation, 2, 0, 7), - [6060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 3, 0, 4), - [6062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 3, 0, 4), - [6064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [6066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 3, 0, 5), - [6068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 3, 0, 5), - [6070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 3, 0, 6), - [6072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 3, 0, 6), - [6074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_single_quote, 3, 0, 9), - [6076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_single_quote, 3, 0, 9), - [6078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_double_quote, 3, 0, 9), - [6080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_double_quote, 3, 0, 9), - [6082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_citation, 3, 0, 16), - [6084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_citation, 3, 0, 16), - [6086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_citation, 3, 0, 17), - [6088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_citation, 3, 0, 17), - [6090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_strikeout, 3, 0, 0), - [6092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_strikeout, 3, 0, 0), - [6094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_subscript, 3, 0, 0), - [6096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_subscript, 3, 0, 0), - [6098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_superscript, 3, 0, 0), - [6100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_superscript, 3, 0, 0), - [6102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_note, 3, 0, 0), - [6104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_note, 3, 0, 0), - [6106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_strong, 3, 0, 0), - [6108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_strong, 3, 0, 0), - [6110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_emph, 3, 0, 0), - [6112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_emph, 3, 0, 0), - [6114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 2, 0, 0), - [6116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target, 2, 0, 0), - [6118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_math, 3, 0, 0), - [6120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_math, 3, 0, 0), - [6122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_display_math, 3, 0, 0), - [6124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_display_math, 3, 0, 0), - [6126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_span, 4, 0, 9), - [6128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_span, 4, 0, 9), - [6130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 4, 0, 10), - [6132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 4, 0, 10), - [6134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 4, 0, 11), - [6136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 4, 0, 11), - [6138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 4, 0, 9), - [6140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 4, 0, 9), - [6142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 4, 0, 0), - [6144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 4, 0, 0), - [6146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 4, 0, 12), - [6148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 4, 0, 12), - [6150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 1, 0, 3), - [6152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 4, 0, 14), - [6154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 4, 0, 14), - [6156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 4, 0, 15), - [6158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 4, 0, 15), - [6160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_note, 4, 0, 0), - [6162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_note, 4, 0, 0), + [6036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_escaped, 6, 0, 0), + [6038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode_escaped, 6, 0, 0), + [6040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 3, 0, 5), + [6042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 3, 0, 5), + [6044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 3, 0, 6), + [6046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 3, 0, 6), + [6048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_single_quote, 2, 0, 0), + [6050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_single_quote, 2, 0, 0), + [6052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_single_quote, 3, 0, 9), + [6054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_single_quote, 3, 0, 9), + [6056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_double_quote, 3, 0, 9), + [6058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_double_quote, 3, 0, 9), + [6060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_citation, 3, 0, 16), + [6062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_citation, 3, 0, 16), + [6064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_citation, 3, 0, 17), + [6066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_citation, 3, 0, 17), + [6068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_strikeout, 3, 0, 0), + [6070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_strikeout, 3, 0, 0), + [6072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_subscript, 3, 0, 0), + [6074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_subscript, 3, 0, 0), + [6076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_superscript, 3, 0, 0), + [6078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_superscript, 3, 0, 0), + [6080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_note, 3, 0, 0), + [6082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_note, 3, 0, 0), + [6084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_strong, 3, 0, 0), + [6086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_strong, 3, 0, 0), + [6088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_emph, 3, 0, 0), + [6090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_emph, 3, 0, 0), + [6092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 2, 0, 0), + [6094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target, 2, 0, 0), + [6096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_double_quote, 2, 0, 0), + [6098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_double_quote, 2, 0, 0), + [6100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_citation, 2, 0, 0), + [6102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_citation, 2, 0, 0), + [6104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_citation, 2, 0, 7), + [6106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_citation, 2, 0, 7), + [6108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_math, 3, 0, 0), + [6110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_math, 3, 0, 0), + [6112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_display_math, 3, 0, 0), + [6114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_display_math, 3, 0, 0), + [6116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_code_span, 4, 0, 9), + [6118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_code_span, 4, 0, 9), + [6120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 4, 0, 10), + [6122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 4, 0, 10), + [6124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 4, 0, 11), + [6126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 4, 0, 11), + [6128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 4, 0, 9), + [6130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 4, 0, 9), + [6132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_insert, 4, 0, 0), + [6134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_insert, 4, 0, 0), + [6136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 4, 0, 12), + [6138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 4, 0, 12), + [6140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delete, 4, 0, 13), + [6142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delete, 4, 0, 13), + [6144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_highlight, 3, 0, 4), + [6146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_highlight, 3, 0, 4), + [6148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 4, 0, 14), + [6150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 4, 0, 14), + [6152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_edit_comment, 4, 0, 15), + [6154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_edit_comment, 4, 0, 15), + [6156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inline_note, 4, 0, 0), + [6158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inline_note, 4, 0, 0), + [6160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 3, 0, 0), + [6162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target, 3, 0, 0), [6164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 3, 0, 24), [6166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target, 3, 0, 24), [6168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_span, 4, 0, 9), @@ -186612,1614 +191352,1718 @@ static const TSParseActionEntry ts_parse_actions[] = { [6218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_span, 5, 0, 21), [6220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_image, 5, 0, 21), [6222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_image, 5, 0, 21), - [6224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_escaped, 6, 0, 0), - [6226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode_escaped, 6, 0, 0), - [6228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 5, 0, 34), - [6230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target, 5, 0, 34), - [6232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 5, 0, 35), - [6234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target, 5, 0, 35), - [6236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_escaped, 7, 0, 0), - [6238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode_escaped, 7, 0, 0), - [6240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 6, 0, 37), - [6242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target, 6, 0, 37), - [6244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pandoc_attr_specifier, 2, 0, 0), - [6246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pandoc_attr_specifier, 2, 0, 0), - [6248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 2, 0, 0), - [6250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 2, 0, 0), - [6252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pandoc_attr_specifier, 3, 0, 0), - [6254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pandoc_attr_specifier, 3, 0, 0), - [6256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pandoc_attr_specifier, 3, 0, 18), - [6258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pandoc_attr_specifier, 3, 0, 18), - [6260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 3, 0, 0), - [6262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 3, 0, 0), - [6264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 3, 0, 18), - [6266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 3, 0, 18), - [6268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode, 5, 0, 0), - [6270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode, 5, 0, 0), - [6272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode, 6, 0, 0), - [6274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode, 6, 0, 0), - [6276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode, 7, 0, 0), - [6278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode, 7, 0, 0), - [6280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [6282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 3, 0, 0), - [6284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target, 3, 0, 0), - [6286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), - [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [6292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 3), - [6294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 3), - [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), - [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), - [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), - [6302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 8), - [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), - [6306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 4, 0, 0), - [6308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 4, 0, 0), - [6310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 3, 0, 0), - [6312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 3, 0, 0), - [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), - [6318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), - [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), - [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), - [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), - [6332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 1), - [6334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), - [6336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(376), - [6339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(437), - [6342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(439), - [6345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(444), - [6348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(472), - [6351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(372), - [6354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 0), - [6356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 3, 0, 2), - [6358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), - [6360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), - [6362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3341), - [6364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3343), - [6366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), - [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), - [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), - [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), - [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), - [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), - [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), - [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), - [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), - [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), - [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), - [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), - [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), - [6414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), - [6418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), - [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), - [6422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), - [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), - [6426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), - [6428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [6430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [6432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [6434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), - [6436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [6438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), - [6440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), - [6442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [6444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [6446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [6448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [6454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), - [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [6462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), - [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), - [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), - [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), - [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [6486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), - [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), - [6498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [6502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), - [6508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), - [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), - [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), - [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [6526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), - [6528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), - [6530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), - [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), - [6534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), - [6536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [6538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), - [6540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), - [6542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), - [6544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [6546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), - [6548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [6550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), - [6552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [6554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), - [6556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [6558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), - [6560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), - [6564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [6566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), - [6568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), - [6570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), - [6572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [6574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), - [6576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [6578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), - [6580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), - [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), - [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), - [6586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), - [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [6590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), - [6592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [6594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3954), - [6596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), - [6598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4055), - [6600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [6602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), - [6604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [6606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), - [6608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), - [6610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [6612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), - [6614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [6616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [6618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [6620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [6622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [6624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), - [6626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), - [6628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), - [6630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), - [6632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [6634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [6636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [6638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [6640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [6642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [6644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_specifier, 1, 0, 0), - [6646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), - [6648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), - [6650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), - [6652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_sep, 1, 0, 0), - [6654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__shortcode_sep, 1, 0, 0), - [6656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), - [6658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [6660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), - [6662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), - [6664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), - [6666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), - [6668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3184), - [6670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), - [6672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), - [6674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [6676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), - [6678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), - [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [6684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), - [6686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [6688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), - [6690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), - [6692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3108), - [6694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3129), - [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), - [6698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [6700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), - [6702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), - [6704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [6706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), - [6708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), - [6710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [6712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), - [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), - [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), - [6722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3203), - [6724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3107), - [6726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), - [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [6730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), - [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), - [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), - [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), - [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), - [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), - [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), - [6754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), - [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), - [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), - [6762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_sep, 2, 0, 0), - [6764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__shortcode_sep, 2, 0, 0), - [6766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), - [6768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3342), - [6771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2801), - [6774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2998), - [6777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), - [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [6781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), - [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), - [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), - [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), - [6793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), - [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), - [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [6803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), - [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), - [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [6811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), - [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), - [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), - [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), - [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), - [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), - [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), - [6833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [6835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), - [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), - [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), - [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), - [6845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), - [6847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), - [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), - [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), - [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), - [6857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), - [6859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), - [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [6863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), - [6867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), - [6869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), - [6873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 3, 0, 0), - [6875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [6877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), - [6879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), - [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), - [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), - [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), - [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), - [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), - [6899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [6901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), - [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), - [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), - [6909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 2, 0, 0), - [6911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), - [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), - [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), - [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), - [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), - [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), - [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), - [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), - [6945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 1, 0, 0), - [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), - [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), - [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), - [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), - [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), - [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), - [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), - [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), - [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), - [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), - [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), - [6991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_kv, 1, 0, 0), - [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), - [6995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_kv, 2, 0, 0), - [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), - [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), - [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), - [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), - [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), - [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), - [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), - [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), - [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), - [7015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 2, 0, 0), - [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), - [7019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_cell_repeat1, 2, 0, 0), - [7021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(2616), - [7024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), - [7026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 1, 0, 0), - [7028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_kv_repeat1, 2, 0, 0), - [7030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_kv_repeat1, 2, 0, 0), SHIFT_REPEAT(3428), - [7033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_kv_repeat1, 2, 0, 0), SHIFT_REPEAT(2670), - [7036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_kv_repeat1, 2, 0, 0), SHIFT_REPEAT(2857), - [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), - [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), - [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), - [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4138), - [7051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_repeat1, 2, 0, 0), SHIFT_REPEAT(2818), - [7054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_target_repeat1, 2, 0, 0), - [7056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_repeat1, 2, 0, 0), SHIFT_REPEAT(3037), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), - [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), - [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), - [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [7071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 4, 0, 0), - [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), - [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), - [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4044), - [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), - [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3807), - [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), - [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), - [7099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2705), - [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), - [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), - [7107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__commonmark_double_quote_string_repeat1, 2, 0, 0), - [7109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__commonmark_double_quote_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2643), - [7112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_double_quote_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2643), - [7115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_double_quote_string_repeat1, 2, 0, 0), SHIFT_REPEAT(3041), - [7118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__commonmark_single_quote_string_repeat1, 2, 0, 0), - [7120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__commonmark_single_quote_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2644), - [7123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_single_quote_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2644), - [7126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_single_quote_string_repeat1, 2, 0, 0), SHIFT_REPEAT(3042), - [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), - [7131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2646), - [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), - [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), - [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [7139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2643), - [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), - [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), - [7145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(2648), - [7148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(2835), - [7151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), - [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), - [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), - [7161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_code_fence_content, 1, 0, 0), - [7163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_class, 1, 0, 0), - [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), - [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), - [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [7171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_class_repeat1, 2, 0, 0), - [7173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_class_repeat1, 2, 0, 0), SHIFT_REPEAT(3506), - [7176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_class_repeat1, 2, 0, 0), SHIFT_REPEAT(2619), - [7179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 3, 0, 0), - [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), - [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), - [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), - [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), - [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), - [7197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), - [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), - [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [7203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 2, 0, 0), + [6224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 5, 0, 35), + [6226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target, 5, 0, 35), + [6228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_escaped, 7, 0, 0), + [6230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode_escaped, 7, 0, 0), + [6232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 6, 0, 37), + [6234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target, 6, 0, 37), + [6236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pandoc_attr_specifier, 2, 0, 0), + [6238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pandoc_attr_specifier, 2, 0, 0), + [6240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 2, 0, 0), + [6242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 2, 0, 0), + [6244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pandoc_attr_specifier, 3, 0, 0), + [6246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pandoc_attr_specifier, 3, 0, 0), + [6248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pandoc_attr_specifier, 3, 0, 18), + [6250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pandoc_attr_specifier, 3, 0, 18), + [6252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 3, 0, 0), + [6254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 3, 0, 0), + [6256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 3, 0, 18), + [6258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 3, 0, 18), + [6260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pandoc_attr_specifier, 4, 0, 0), + [6262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pandoc_attr_specifier, 4, 0, 0), + [6264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pandoc_attr_specifier, 4, 0, 26), + [6266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pandoc_attr_specifier, 4, 0, 26), + [6268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4, 0, 0), + [6270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4, 0, 0), + [6272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4, 0, 26), + [6274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4, 0, 26), + [6276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode, 5, 0, 0), + [6278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode, 5, 0, 0), + [6280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode, 6, 0, 0), + [6282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode, 6, 0, 0), + [6284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode, 7, 0, 0), + [6286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shortcode, 7, 0, 0), + [6288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__line_with_maybe_spaces_repeat1, 1, 0, 3), + [6290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [6292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pandoc_str, 1, 0, 0), + [6294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pandoc_str, 1, 0, 0), + [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), + [6298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_target, 5, 0, 34), + [6300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_target, 5, 0, 34), + [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), + [6304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 0), + [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), + [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), + [6310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__line_repeat1, 2, 0, 3), + [6312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__line_repeat1, 2, 0, 3), + [6314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 2, 0, 8), + [6316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 3, 0, 0), + [6318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 3, 0, 0), + [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [6322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_row_repeat1, 4, 0, 0), + [6324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_table_row_repeat1, 4, 0, 0), + [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), + [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), + [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), + [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), + [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [6336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), + [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), + [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), + [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), + [6348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 1), + [6350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), + [6352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(375), + [6355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(572), + [6358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(577), + [6361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(362), + [6364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(365), + [6367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_document_repeat2, 2, 0, 0), SHIFT_REPEAT(366), + [6370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 3, 0, 2), + [6372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_document, 2, 0, 0), + [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), + [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), + [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), + [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4013), + [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), + [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), + [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4182), + [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4278), + [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), + [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3939), + [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [6410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), + [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [6414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), + [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [6418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), + [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [6422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), + [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [6426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), + [6428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), + [6430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), + [6432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3497), + [6434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3501), + [6436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), + [6438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [6440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [6442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), + [6444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [6446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), + [6448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), + [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), + [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), + [6454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), + [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), + [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), + [6462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), + [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), + [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), + [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4169), + [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), + [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), + [6484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [6486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [6488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), + [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [6498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), + [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [6502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [6508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [6526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [6528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [6530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [6532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [6534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [6536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [6538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [6540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), + [6542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [6544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), + [6546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [6548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [6550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [6552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [6554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [6556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [6558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [6560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), + [6564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [6566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), + [6568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), + [6570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), + [6572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), + [6574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), + [6576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [6578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [6580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), + [6586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [6590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [6592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [6594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [6596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [6598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [6600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [6602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), + [6604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [6606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [6608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [6610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [6612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [6614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [6616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [6618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), + [6620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), + [6622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [6624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [6626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [6628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [6630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [6632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [6634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), + [6636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [6638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), + [6640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [6642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), + [6644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), + [6646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [6648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), + [6650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [6652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [6654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [6656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), + [6658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [6660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [6662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), + [6664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), + [6666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [6668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [6670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [6672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), + [6674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [6676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), + [6678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), + [6684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), + [6686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [6688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), + [6690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [6692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [6694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), + [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [6698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), + [6700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), + [6702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), + [6704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [6706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), + [6708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), + [6710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), + [6712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), + [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), + [6722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4138), + [6724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [6726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), + [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [6730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), + [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), + [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), + [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), + [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), + [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), + [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), + [6754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [6764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [6766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), + [6768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [6770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_sep, 1, 0, 0), + [6772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__shortcode_sep, 1, 0, 0), + [6774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), + [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [6782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_specifier, 1, 0, 0), + [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), + [6788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [6790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), + [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [6794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3199), + [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), + [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), + [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), + [6802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3223), + [6804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3321), + [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), + [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), + [6810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), + [6814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), + [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), + [6818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__attr_ws_repeat1, 2, 0, 0), + [6820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__attr_ws_repeat1, 2, 0, 0), SHIFT_REPEAT(2630), + [6823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__attr_ws_repeat1, 2, 0, 0), SHIFT_REPEAT(2651), + [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [6828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [6830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), + [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), + [6836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), + [6838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [6840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), + [6842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), + [6846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), + [6850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), + [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), + [6854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), + [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), + [6860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attr_ws, 1, 0, 0), + [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [6864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), + [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), + [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), + [6874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3326), + [6876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3416), + [6878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), + [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), + [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [6886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), + [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [6890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), + [6892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), + [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), + [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), + [6900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_sep, 2, 0, 0), + [6902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__shortcode_sep, 2, 0, 0), + [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), + [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [6908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), + [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), + [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), + [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), + [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [6922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), + [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), + [6926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), + [6928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_kv, 1, 0, 0), + [6930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [6932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), + [6934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), + [6936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), + [6938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [6940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), + [6942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [6944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [6946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), + [6948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [6950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [6952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [6954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), + [6956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), + [6958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), + [6960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), + [6962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), + [6964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [6966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), + [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [6970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), + [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [6974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), + [6976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [6978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), + [6980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__attr_ws_repeat1, 2, 0, 0), SHIFT_REPEAT(2674), + [6983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__attr_ws_repeat1, 2, 0, 0), SHIFT_REPEAT(2721), + [6986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_kv_repeat1, 2, 0, 0), + [6988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_kv_repeat1, 2, 0, 0), SHIFT_REPEAT(2701), + [6991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_kv_repeat1, 2, 0, 0), SHIFT_REPEAT(2721), + [6994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_kv_repeat1, 2, 0, 0), SHIFT_REPEAT(2928), + [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), + [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), + [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), + [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), + [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), + [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), + [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), + [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), + [7023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 3, 0, 0), + [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), + [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), + [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), + [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), + [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [7043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_kv, 2, 0, 0), + [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [7047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 2, 0, 0), + [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), + [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), + [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), + [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), + [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), + [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), + [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), + [7083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 1, 0, 0), + [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), + [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), + [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), + [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), + [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), + [7115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3489), + [7118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(2922), + [7121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), SHIFT_REPEAT(3063), + [7124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 2, 0, 0), + [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), + [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), + [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), + [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), + [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), + [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), + [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), + [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), + [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), + [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [7166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 1, 0, 0), + [7168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [7170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_cell_repeat1, 2, 0, 0), + [7172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(2722), + [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), + [7177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 2, 0, 0), + [7179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_class_repeat1, 2, 0, 0), + [7181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_class_repeat1, 2, 0, 0), SHIFT_REPEAT(2816), + [7184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_specifier_start_with_class_repeat1, 2, 0, 0), SHIFT_REPEAT(2907), + [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), + [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), + [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), + [7195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_class, 3, 0, 0), + [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), + [7199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__attr_ws_repeat1, 2, 0, 0), SHIFT_REPEAT(2730), + [7202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__attr_ws_repeat1, 2, 0, 0), SHIFT_REPEAT(2817), [7205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_class, 2, 0, 0), - [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), - [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), - [7211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 3, 0, 0), - [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), - [7217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), - [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), - [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), - [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), - [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), - [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3987), - [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), - [7231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2644), - [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), - [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), - [7239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2729), - [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), - [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), - [7245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2730), - [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), - [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), - [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), - [7253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 4, 0, 0), - [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), - [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), - [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), - [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), - [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), - [7265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 5, 0, 0), - [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), - [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), - [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), - [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [7275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3537), - [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), - [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [7281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3653), - [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [7285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3668), - [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), - [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), - [7291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_cell, 1, 0, 0), - [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), - [7295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3888), - [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), - [7299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3750), - [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [7303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3765), - [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [7307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3918), - [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), - [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), - [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), - [7315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3782), - [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), - [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [7321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inlines, 2, 0, 0), - [7323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 0), - [7325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 0), - [7327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 0), SHIFT_REPEAT(2350), - [7330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [7332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3831), - [7334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [7336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3676), - [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), - [7340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [7342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3855), - [7344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [7346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3863), - [7348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [7350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), - [7352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [7354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3517), - [7356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [7358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3543), - [7360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), - [7362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), - [7364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [7366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4038), - [7368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), - [7370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), - [7374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3960), - [7376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [7378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3978), - [7380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(2811), - [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [7385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3973), - [7387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_target_repeat1, 1, 0, 0), - [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [7391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4072), - [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), - [7395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4061), - [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), - [7399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 5, 0, 0), - [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), - [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [7405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4077), - [7407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat1, 2, 0, 0), SHIFT_REPEAT(2551), - [7410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat1, 2, 0, 0), SHIFT_REPEAT(2552), - [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), - [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), - [7417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat2, 2, 0, 0), SHIFT_REPEAT(3058), - [7420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat2, 2, 0, 0), SHIFT_REPEAT(2670), - [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), - [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), - [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), - [7429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_repeat1, 2, 0, 0), SHIFT_REPEAT(3058), - [7432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_repeat1, 2, 0, 0), SHIFT_REPEAT(2670), - [7435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [7437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4199), - [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), - [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [7443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4207), - [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), - [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), - [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), - [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), - [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), - [7455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [7457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3503), - [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [7461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3511), - [7463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inlines, 1, 0, 0), - [7465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inlines, 1, 0, 0), - [7467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 4, 0, 0), - [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), - [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), - [7473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [7475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3571), - [7477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [7479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3507), - [7481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [7483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3579), - [7485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), - [7487] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_kv, 3, 0, 0), - [7489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), - [7491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 1, 0, 0), - [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), - [7495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inlines, 2, 0, 0), - [7497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_repeat1, 2, 0, 0), - [7499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_repeat1, 2, 0, 0), SHIFT_REPEAT(950), - [7502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [7504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3639), - [7506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), - [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), - [7510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [7512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3647), - [7514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), - [7516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [7518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3521), - [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), - [7522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3513), - [7524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 2, 0, 28), - [7526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 3, 0, 33), - [7528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), - [7530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), - [7532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [7534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [7536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [7538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [7540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [7542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_key_value_specifier, 4, 0, 32), - [7544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [7546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [7548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), - [7550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [7552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [7554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [7556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), - [7558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [7560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [7562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [7564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_single_quote_string, 4, 0, 0), - [7566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [7568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [7570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [7572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_single_quote_string, 3, 0, 0), - [7574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_code_span_repeat1, 2, 0, 0), SHIFT_REPEAT(3236), - [7577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pandoc_code_span_repeat1, 2, 0, 0), - [7579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_key_value_specifier, 5, 0, 36), - [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), - [7583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_key_value_specifier, 3, 0, 25), - [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [7587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_double_quote_string, 3, 0, 0), - [7589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), - [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), - [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [7601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 6, 0, 0), - [7603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 6, 0, 0), - [7605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_double_quote_string, 4, 0, 0), - [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), - [7609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), - [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), - [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), - [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), - [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), - [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), - [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), - [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), - [7635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), - [7637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_class, 3, 0, 0), - [7639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), - [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), - [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), - [7645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), - [7647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), - [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), - [7655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 19), - [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [7659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), - [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [7663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), - [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [7667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), - [7669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), - [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [7673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), - [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [7679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), - [7681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), - [7683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), - [7687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), - [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), - [7693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), - [7695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), - [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), - [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [7707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), - [7709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [7711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), - [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [7715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), - [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3996), - [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [7729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), - [7731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), - [7733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), - [7735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), - [7737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), - [7739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), - [7741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4067), - [7743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), - [7745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), - [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), - [7749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), - [7751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [7753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [7755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [7757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [7759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), - [7761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [7763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), - [7765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), - [7767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), - [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), - [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), - [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), - [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), - [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), - [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), - [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), - [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3874), - [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), - [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), - [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [7797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_class, 4, 0, 0), - [7799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 19), - [7801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), - [7803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), - [7805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(981), - [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [7809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), - [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), - [7813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), - [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), - [7819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), - [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), - [7823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [7827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), - [7829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), - [7831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), - [7833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), - [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), - [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [7841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [7847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), - [7849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), - [7851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [7853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [7855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), - [7857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), - [7859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), - [7861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [7863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), - [7865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), - [7867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [7869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), - [7871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), - [7873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), - [7875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), - [7877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [7879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320), - [7881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [7883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), - [7885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [7887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [7889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), - [7891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), - [7893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), - [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [7901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [7903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), - [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), - [7907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), - [7909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), - [7911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), - [7913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1175), - [7915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), - [7917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), - [7919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), - [7921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345), - [7923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), - [7925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), - [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), - [7929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), - [7931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), - [7933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pandoc_code_span_repeat1, 1, 0, 0), - [7935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [7937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), - [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [7945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), - [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), - [7953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), - [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), - [7957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [7959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [7961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [7963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1422), - [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), - [7967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425), - [7969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [7971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), - [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), - [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), - [7979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), - [7981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), - [7983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), - [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), - [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), - [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [8003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [8005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [8009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), - [8011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), - [8013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [8017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), - [8019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), - [8021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), - [8023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [8027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [8029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [8031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), - [8033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), - [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [8037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), - [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [8041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), - [8043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), - [8045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), - [8049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), - [8051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), - [8053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869), - [8055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), - [8057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), - [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [8061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), - [8063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), - [8065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [8067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), - [8069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3670), - [8071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_string, 1, 0, 0), - [8073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), - [8075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 3, 0, 0), - [8077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), - [8079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_value, 1, 0, 0), - [8081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), - [8083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_naked_string, 1, 0, 0), - [8085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), - [8087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4104), - [8089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3823), - [8091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [8093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4155), - [8095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_key_value_specifier, 3, 0, 25), - [8097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_key_value_specifier, 4, 0, 32), - [8099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3972), - [8101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [8103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), - [8105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), - [8109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading_content, 2, 0, 0), - [8111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shortcode_repeat1, 2, 0, 0), - [8113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blank_line, 2, 0, 0), - [8115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), - [8117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), - [8119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_key_value_specifier, 5, 0, 36), - [8121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), - [8123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), - [8125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_value, 1, 0, 29), - [8127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat1, 2, 0, 0), - [8129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat2, 2, 0, 0), - [8131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), - [8133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [8135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), - [8137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [8139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), - [8141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [8143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [8145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), - [8147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [8149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [8151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [8153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [8155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [8157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [8159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [8161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [8163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [8165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [8167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [8169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [8171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [8173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [8175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), - [8177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [8179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [8181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [8183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [8185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [8187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [8189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [8191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [8193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [8195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [8197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [8199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [8201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [8203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), - [8205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [8207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), - [8209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), - [8211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [8213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [8215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [8217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [8219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [8221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [8225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [8227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [8229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [8231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 4, 0, 0), - [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [8235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [8237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [8239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [8241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [8243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [8245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [8247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), - [8249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), - [8251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), - [8253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [8255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), - [8257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [8259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), - [8261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [8263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), - [8265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [8267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [8269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [8271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), - [8273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [8275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [8277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [8279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [8281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [8283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [8285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [8287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [8291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [8293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [8295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), - [8297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), - [8299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [8301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [8303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [8305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [8307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [8309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4096), - [8311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), - [8313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), - [8315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [8317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [8319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [8321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [8323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), - [8325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [8327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [8329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [8331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [8337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [8339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), - [8343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), - [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [8347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [8349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [8351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [8353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [8357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), - [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [8363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [8371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), - [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [8375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [8379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [8381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [8383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [8385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [8387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [8389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [8391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [8397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [8399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [8401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [8403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [8405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [8407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [8409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [8411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [8415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [8417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [8419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [8421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), - [8423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [8425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [8427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [8429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [8431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [8433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [8435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [8437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), - [8439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), - [8441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [8443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [8445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [8447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [8449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [8451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [8453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [8455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [8457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [8459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), - [8461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [8463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [8465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [8467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [8469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [8471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), - [8473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [8475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [8477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [8479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), - [8481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [8483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [8485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [8489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [8491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [8493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [8495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [8497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), - [8499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), - [8501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [8503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), - [8505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), - [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [8509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), - [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), - [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [8523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), - [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [8527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [8529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [8531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), - [8533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), - [8535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [8537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), - [8539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [8541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [8543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [8545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), - [8547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), - [8549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [8551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), - [8555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [8557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [8559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [8561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), - [8563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [8565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), - [8567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [8569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), - [8571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [8575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [8577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [8579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [8581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [8583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), - [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), - [8595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [8599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [8603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), - [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), - [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), - [8615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), - [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [8619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), - [8621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [8623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [8625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [8627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), - [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), - [8631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [8635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [8637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [8639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [8643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), - [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [8647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), - [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), - [8651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), - [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [8657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [8659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [8661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), - [8663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [8667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), - [8669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [8671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), - [8673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), - [8675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), - [8677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [8679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [8681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [8683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [8685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [8687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [8689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [8691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [8693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [8695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [8697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [8699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [8701] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [8703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [8705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [8707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_specifier, 3, 0, 26), - [8709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_specifier, 3, 0, 0), - [8711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), - [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), - [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [8717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [8719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [8725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), - [8729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [8731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4203), - [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), - [8735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), - [8737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [8739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), - [8741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [8743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), - [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [8747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [8749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [8751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), - [8753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [8755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [8757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), - [8759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [8761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [8765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [8767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [8769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [8771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [8773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), - [8775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), - [8777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [8779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [8781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), - [8783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [8785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [8787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [8789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), - [8791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [8793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [8795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), - [8797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), - [8799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), - [8801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), - [8803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [8805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), - [8807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), - [8809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [8811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [8813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), - [8815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), - [8817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [8819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [8821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [8823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [8825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [8827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [8829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [8831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [8833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [8835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [8837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [8839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), - [8841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), - [8843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [8845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [8847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [8849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [8851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), - [8853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), - [8855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [8857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [8859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), - [8861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [8863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), - [8865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [8867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [8869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), - [8871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [8873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [8875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [8877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), - [8879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), - [8881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [8883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [8885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [8887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), - [8889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [8891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [8893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [8895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), - [8897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), - [8899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [8901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), - [8903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [8905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [8907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [8909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [8911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [8913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [8915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [8917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [8919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), - [8921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), - [8923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [8925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [8927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), - [8929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), - [8931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), - [8933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [8935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [8937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), - [8939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), - [8941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [8943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), - [8945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [8947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [8949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [8951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [8953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [8955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [8957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [8959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [8961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [8963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), - [8965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), - [8967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [8969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [8971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [8973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [8975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [8977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [8979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [8981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), - [8983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), - [8985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3837), - [8987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [8989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [8991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [8993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [8995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [8997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [8999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [9001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [9003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [9005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [9007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [9009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [9011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), - [9013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), - [9015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [9017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), - [9019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 5, 0, 0), - [9021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), - [9023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [9025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [9027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), - [9029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), - [9031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [9033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), - [9035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), - [9037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [9039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [9041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [9043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), - [9045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [9047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), - [9051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), - [9053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), - [9055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), - [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [9059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), - [9061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [9063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), - [9065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [9067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), - [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), - [9071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [9073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [9077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), - [9079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), - [9081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [9083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [9085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), - [9087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [9089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [9091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [9093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [9095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), - [9097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4123), - [9099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [9101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [9103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [9105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [9107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [9109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), - [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [9113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), - [9115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), - [9117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), - [9119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [9121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), - [9123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), - [9125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), - [9127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [9129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [9131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [9133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), - [9135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [9137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), - [9139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), - [9141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [9143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [9145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [9147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [9149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [9151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [9153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [9155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), - [9157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), - [9159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [9161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [9163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [9165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [9167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), - [9169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [9171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [9173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [9175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [9177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [9179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [9181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [9183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [9185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [9187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [9189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [9191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [9193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [9195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), - [9197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [9199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), - [9201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), - [9203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [9205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [9207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_specifier, 2, 0, 0), - [9209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [9211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [9213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [9215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [9217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), - [9219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [9221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), - [9223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [9225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [9227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [9229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), - [9231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), - [9233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), - [9235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [9237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [9239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [9241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [9243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [9245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [9247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), - [9249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), - [9251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [9253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [9255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [9257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), - [9259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [9261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [9263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [9265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), - [9267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [9269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [9271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_specifier, 2, 0, 18), - [9273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [9275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [9277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [9279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), - [9281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [9283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [9285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), - [9287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [9289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [9291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [9293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [9295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), - [9297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), - [9299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), - [9301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), - [9303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [9305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), - [9307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), - [9309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), - [9311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), - [9313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [9315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [9317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), - [9319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), - [9321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), - [9323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), - [9325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [9327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), - [9329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [9331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), - [9333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), - [9335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), - [9337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), - [9339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), - [9341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), - [9343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), - [9345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), - [9347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), - [9349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [9351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [9353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), - [9355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [9357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), - [9359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), - [9361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), - [9363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), - [9365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), - [9367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), - [9369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), - [9371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), - [9373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), - [9375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), - [9377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), - [9379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), - [9381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), - [9383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), - [9385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), - [9387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), - [9389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), - [9391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), - [9393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), - [9395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), - [9397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), - [9399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), - [9401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), - [9403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), - [9405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [9407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [9409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), - [9411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [9413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unnumbered_specifier, 1, 0, 0), - [9415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), - [9417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [9419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), - [9421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [9423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), - [9425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [9427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [9429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [9431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), - [9433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [9435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [9437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [9439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), - [9441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [9443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [9445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [9447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [9449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [9451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [9453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [9455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), - [9457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [9459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), - [9461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [9463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), - [9465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [9467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [9469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [9471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [9473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), + [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), + [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), + [7217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 4, 0, 0), + [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), + [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), + [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), + [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4335), + [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), + [7239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_class, 1, 0, 0), + [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), + [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4338), + [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4321), + [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), + [7255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_repeat1, 2, 0, 0), SHIFT_REPEAT(2997), + [7258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_target_repeat1, 2, 0, 0), + [7260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_target_repeat1, 2, 0, 0), SHIFT_REPEAT(3152), + [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), + [7265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763), + [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [7271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 2, 0, 0), + [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), + [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [7281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 3, 0, 0), + [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), + [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), + [7289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784), + [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), + [7299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2843), + [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), + [7307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2776), + [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), + [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), + [7313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2777), + [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), + [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), + [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), + [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), + [7323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_class, 4, 0, 0), + [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), + [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), + [7329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), + [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), + [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [7335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__commonmark_double_quote_string_repeat1, 2, 0, 0), + [7337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__commonmark_double_quote_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2784), + [7340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_double_quote_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2784), + [7343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_double_quote_string_repeat1, 2, 0, 0), SHIFT_REPEAT(3156), + [7346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__attr_ws_repeat1, 2, 0, 0), SHIFT_REPEAT(2785), + [7349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__attr_ws_repeat1, 2, 0, 0), SHIFT_REPEAT(2907), + [7352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 4, 0, 0), + [7354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 3, 0, 0), + [7356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [7358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__commonmark_single_quote_string_repeat1, 2, 0, 0), + [7360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__commonmark_single_quote_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2794), + [7363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_single_quote_string_repeat1, 2, 0, 0), SHIFT_REPEAT(2794), + [7366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__commonmark_single_quote_string_repeat1, 2, 0, 0), SHIFT_REPEAT(3157), + [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [7371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_code_fence_content, 1, 0, 0), + [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), + [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), + [7381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(2809), + [7384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), SHIFT_REPEAT(2956), + [7387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_code_fence_content_repeat1, 2, 0, 0), + [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [7393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 1, 0, 0), + [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), + [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [7399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_row_repeat1, 4, 0, 0), + [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), + [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), + [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), + [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), + [7413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2846), + [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), + [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), + [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), + [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [7425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4266), + [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), + [7429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_table_repeat1, 2, 0, 0), + [7431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_repeat1, 2, 0, 0), SHIFT_REPEAT(951), + [7434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [7436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), + [7438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_cell, 1, 0, 0), + [7440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [7442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [7444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [7446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4098), + [7448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_repeat1, 2, 0, 0), SHIFT_REPEAT(3239), + [7451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_repeat1, 2, 0, 0), SHIFT_REPEAT(2966), + [7454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [7456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4149), + [7458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 0), + [7460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 0), + [7462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 0), SHIFT_REPEAT(2446), + [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), + [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), + [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), + [7473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), + [7475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [7477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), + [7479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3595), + [7481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [7483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3607), + [7485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), + [7487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4105), + [7489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [7491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4195), + [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [7495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), + [7497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [7499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [7501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3669), + [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), + [7505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [7507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3681), + [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), + [7513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3685), + [7515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), + [7517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3743), + [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [7521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3755), + [7523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [7525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3703), + [7527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inlines, 1, 0, 0), + [7529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inlines, 1, 0, 0), + [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [7533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inlines, 2, 0, 0), + [7535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inlines, 2, 0, 0), + [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [7539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3817), + [7541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), + [7543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [7545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3829), + [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [7549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3839), + [7551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [7553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3860), + [7555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 2, 0, 28), + [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), + [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), + [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), + [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3902), + [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), + [7569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), + [7571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), + [7573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), + [7577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [7579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3948), + [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [7585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3965), + [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [7589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3738), + [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [7593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4125), + [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [7597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4065), + [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), + [7601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_kv, 3, 0, 0), + [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [7605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4084), + [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), + [7609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3809), + [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [7613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_table_delimiter_cell_repeat1, 2, 0, 0), SHIFT_REPEAT(2961), + [7616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), + [7618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [7620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3753), + [7622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [7624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4181), + [7626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [7628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4197), + [7630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), + [7632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 5, 0, 0), + [7634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), + [7636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat1, 2, 0, 0), SHIFT_REPEAT(2653), + [7639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat1, 2, 0, 0), SHIFT_REPEAT(2654), + [7642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [7644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4289), + [7646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_target_repeat1, 1, 0, 0), + [7648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat2, 2, 0, 0), SHIFT_REPEAT(3239), + [7651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat2, 2, 0, 0), SHIFT_REPEAT(2966), + [7654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [7656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4304), + [7658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), + [7660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), + [7662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [7664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [7666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4206), + [7668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), + [7670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 5, 0, 0), + [7672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_cell, 3, 0, 33), + [7674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [7676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3580), + [7678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [7680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3848), + [7682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_key_value_specifier, 3, 0, 25), + [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), + [7686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [7688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_single_quote_string, 3, 0, 0), + [7690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_key_value_specifier, 5, 0, 36), + [7692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [7694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [7696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [7698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), + [7700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [7702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_delimiter_row, 6, 0, 0), + [7704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), + [7706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_key_value_specifier, 4, 0, 32), + [7708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [7710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_table_row, 6, 0, 0), + [7712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [7714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [7716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [7718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_double_quote_string, 4, 0, 0), + [7720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [7722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [7724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), + [7726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), + [7728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [7730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [7732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), + [7734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [7736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [7738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [7740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pandoc_code_span_repeat1, 2, 0, 0), SHIFT_REPEAT(3307), + [7743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pandoc_code_span_repeat1, 2, 0, 0), + [7745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [7749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_single_quote_string, 4, 0, 0), + [7751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), + [7753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [7755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_double_quote_string, 3, 0, 0), + [7757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), + [7759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [7761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [7763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), + [7765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), + [7767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), + [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), + [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3472), + [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), + [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), + [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), + [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), + [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), + [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), + [7787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), + [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), + [7791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1158), + [7793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), + [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), + [7801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), + [7803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), + [7805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), + [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), + [7809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [7813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), + [7819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), + [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [7823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), + [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), + [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [7829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077), + [7831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [7833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), + [7835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), + [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), + [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [7841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [7847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [7849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), + [7851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [7853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [7855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431), + [7857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), + [7859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [7861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), + [7863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [7865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), + [7867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 19), + [7869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inlines_repeat1, 2, 0, 19), + [7871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), + [7873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [7875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [7877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [7879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), + [7881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [7883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), + [7885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [7887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), + [7889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [7891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), + [7893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), + [7895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), + [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), + [7901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), + [7903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [7905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), + [7907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [7909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1218), + [7911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), + [7913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), + [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [7917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), + [7919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [7921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [7923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [7925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), + [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [7929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), + [7931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [7933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [7935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439), + [7937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), + [7939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), + [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), + [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [7945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), + [7947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), + [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), + [7951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), + [7953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [7957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), + [7959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), + [7961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), + [7963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), + [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [7967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1212), + [7969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), + [7971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), + [7981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [7983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), + [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4385), + [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), + [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), + [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), + [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [8003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [8005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), + [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [8009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pandoc_code_span_repeat1, 1, 0, 0), + [8011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), + [8013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), + [8017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [8019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [8021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), + [8023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [8027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [8029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [8031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [8033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [8035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), + [8037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), + [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [8041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), + [8043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [8045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), + [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [8051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), + [8053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), + [8055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), + [8057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), + [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [8061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [8063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), + [8065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), + [8067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), + [8069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), + [8071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [8073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [8075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), + [8077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [8079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), + [8081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320), + [8083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), + [8085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), + [8087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [8089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), + [8091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3930), + [8093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), + [8095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), + [8097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), + [8099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), + [8101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), + [8103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), + [8105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), + [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3943), + [8109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), + [8111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [8113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [8115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [8117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), + [8119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [8121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), + [8123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [8125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), + [8127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [8129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), + [8131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [8133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), + [8135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [8137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), + [8139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [8141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), + [8143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [8145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [8147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), + [8149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), + [8151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [8153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), + [8155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [8157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__commonmark_specifier_start_with_class, 5, 0, 0), + [8159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), + [8161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), + [8163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378), + [8165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [8167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [8169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), + [8171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), + [8173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), + [8175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), + [8177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), + [8179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [8181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1386), + [8183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [8185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), + [8187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), + [8189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), + [8191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [8193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), + [8195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4332), + [8197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4374), + [8199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4375), + [8201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), + [8203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), + [8205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), + [8207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [8209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [8211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), + [8213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), + [8215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_key_value_specifier, 5, 0, 36), + [8217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), + [8219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blank_line, 2, 0, 0), + [8221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), + [8223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 3, 0, 0), + [8225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), + [8227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), + [8229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [8231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [8233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), + [8235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), + [8237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4104), + [8239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), + [8241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), + [8243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_key_value_specifier, 3, 0, 25), + [8245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), + [8247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_value, 1, 0, 29), + [8249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), + [8251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_value, 1, 0, 0), + [8253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_naked_string, 1, 0, 0), + [8255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat2, 2, 0, 0), + [8257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shortcode_string, 1, 0, 0), + [8259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shortcode_escaped_repeat1, 2, 0, 0), + [8261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), + [8263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), + [8265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__atx_heading_content, 2, 0, 0), + [8267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), + [8269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_shortcode_repeat1, 2, 0, 0), + [8271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [8273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4341), + [8275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4316), + [8277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__shortcode_key_value_specifier, 4, 0, 32), + [8279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [8281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), + [8283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), + [8285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), + [8287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), + [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [8291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [8293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), + [8295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [8297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [8299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [8301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [8303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [8305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), + [8307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [8309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), + [8311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [8313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), + [8315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [8317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [8319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [8321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [8323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_specifier, 3, 0, 26), + [8325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [8327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [8329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [8331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [8337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [8339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [8343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [8347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [8349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [8351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unnumbered_specifier, 1, 0, 0), + [8353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), + [8357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), + [8363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [8371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), + [8375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), + [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [8379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [8381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [8383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [8385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_item_content, 4, 0, 0), + [8387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [8389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [8391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), + [8397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [8399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [8401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [8403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [8405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [8407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), + [8409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [8411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [8415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [8417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [8419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [8421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), + [8423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), + [8425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [8427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [8429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [8431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [8433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [8435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [8437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [8439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [8441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [8443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [8445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [8447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [8449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [8451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [8453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [8455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [8457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [8459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [8461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [8463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_specifier, 3, 0, 0), + [8465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [8467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [8469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [8471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [8473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), + [8475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [8477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), + [8479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), + [8481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [8483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [8485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [8489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [8491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [8493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [8495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [8497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [8499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [8501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [8503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [8505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), + [8509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), + [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), + [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), + [8523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), + [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [8527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), + [8529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [8531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [8533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [8535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [8537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [8539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), + [8541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [8543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [8545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [8547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [8549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [8551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), + [8555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [8557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [8559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [8561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [8563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [8565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [8567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [8569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), + [8571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), + [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), + [8575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), + [8577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [8579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [8581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [8583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), + [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), + [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [8595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [8597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [8599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [8601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [8603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [8605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [8607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [8609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [8611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), + [8613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), + [8615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [8617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [8619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [8621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [8623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [8625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [8627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [8629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [8631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [8633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [8635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [8637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [8639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [8641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [8643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [8647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [8651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [8653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), + [8657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [8659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [8661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [8663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [8665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), + [8667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [8669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), + [8671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [8673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [8675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [8677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [8679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [8681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [8683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [8685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [8687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [8689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), + [8691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), + [8693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), + [8695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [8697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [8699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [8701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [8703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [8705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [8707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [8709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [8711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [8717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [8719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [8723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [8725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [8729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [8731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [8735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [8737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), + [8739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [8741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [8743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), + [8747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), + [8749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [8751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [8753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [8755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [8757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [8759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [8761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [8765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [8767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [8769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [8771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), + [8773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4184), + [8775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [8777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [8779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [8781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [8783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), + [8785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [8787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [8789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [8791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), + [8793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), + [8795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [8797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [8799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [8801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [8803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [8805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [8807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), + [8809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [8811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [8813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [8815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [8817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [8819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [8821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [8823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), + [8825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [8827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [8829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [8831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [8833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), + [8835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [8837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [8839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [8841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), + [8843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [8845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), + [8847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), + [8849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [8851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [8853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [8855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [8857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [8859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [8861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [8863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), + [8865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), + [8867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4072), + [8869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [8871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [8873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [8875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), + [8877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [8879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [8881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [8883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4108), + [8885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), + [8887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [8889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [8891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), + [8893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [8895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [8897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [8899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [8901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [8903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [8905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [8907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [8909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [8911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [8913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), + [8915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), + [8917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [8919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [8921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [8923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [8925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [8927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [8929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), + [8931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), + [8933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), + [8935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), + [8937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), + [8939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [8941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), + [8943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [8945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3864), + [8947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), + [8949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [8951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [8953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), + [8955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), + [8957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [8959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [8961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), + [8963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), + [8965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), + [8967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [8969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [8971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [8973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), + [8975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), + [8977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [8979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [8981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [8983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), + [8985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [8987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [8989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [8991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), + [8993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), + [8995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [8997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), + [8999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [9001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [9003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [9005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), + [9007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [9009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), + [9011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [9013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [9015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [9017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [9019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [9021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [9023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [9025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [9027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), + [9029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [9031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [9033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), + [9035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), + [9037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), + [9039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [9041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [9043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [9045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [9047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), + [9049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [9051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [9053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [9055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [9057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [9059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), + [9061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [9063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [9065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [9067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [9069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), + [9071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3913), + [9073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), + [9075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [9077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), + [9079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_specifier, 2, 0, 0), + [9081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_specifier, 2, 0, 18), + [9083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [9085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), + [9087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), + [9089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [9091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [9093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [9095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [9097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [9099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), + [9101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), + [9103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [9105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [9107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [9109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [9113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), + [9115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), + [9117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [9119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [9121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), + [9123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [9125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [9127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [9129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [9131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), + [9133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), + [9135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [9137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [9139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [9141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [9143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [9145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [9147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [9149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [9151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [9153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [9155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), + [9157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), + [9159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [9161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [9163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [9165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [9167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4164), + [9169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4165), + [9171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), + [9173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [9175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), + [9177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3984), + [9179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [9181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), + [9183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [9185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [9187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [9189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [9191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), + [9193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), + [9195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), + [9197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [9199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [9201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [9203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [9205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [9207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4268), + [9209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4269), + [9211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [9213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [9215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [9217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [9219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [9221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [9223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), + [9225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [9227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [9229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), + [9231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [9233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [9235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [9237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4394), + [9239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4395), + [9241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [9243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [9245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_commonmark_specifier, 5, 0, 0), + [9247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4044), + [9249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), + [9251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), + [9253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), + [9255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [9257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [9259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [9261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [9263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [9265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [9267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [9269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), + [9271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), + [9273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [9275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [9277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [9279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [9281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [9283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [9285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), + [9287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), + [9289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), + [9291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [9293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [9295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [9297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), + [9299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), + [9301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), + [9303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [9305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [9307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [9309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [9311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [9313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [9315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), + [9317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), + [9319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [9321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [9323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [9325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [9327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [9329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [9331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), + [9333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), + [9335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [9337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), + [9339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [9341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), + [9343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), + [9345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [9347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [9349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [9351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [9353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [9355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), + [9357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), + [9359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), + [9361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [9363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [9365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [9367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [9369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [9371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), + [9373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [9375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [9377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), + [9379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), + [9381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [9383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [9385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), + [9387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [9389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [9391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [9393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [9395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [9397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [9399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), + [9401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), + [9403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [9405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), + [9407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [9409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [9411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), + [9413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [9415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), + [9417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [9419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), + [9421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [9423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), + [9425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [9427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [9429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [9431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), + [9433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [9435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [9437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [9439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [9441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [9443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), + [9445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [9447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), + [9449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), + [9451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [9453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [9455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [9457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [9459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [9461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [9463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), + [9465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), + [9467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [9469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [9471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [9473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [9475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [9477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [9479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [9481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [9483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [9485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [9487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [9489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [9491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [9493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [9495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [9497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [9499] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [9501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [9503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [9505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [9507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [9509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [9511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [9513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [9515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [9517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), + [9519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [9521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [9523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), + [9525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), + [9527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), + [9529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), + [9531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), + [9533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), + [9535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), + [9537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), + [9539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), + [9541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), + [9543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), + [9545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [9547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [9549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [9551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), + [9553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), + [9555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), + [9557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), + [9559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), + [9561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), + [9563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), + [9565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), + [9567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), + [9569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), + [9571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), + [9573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), + [9575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), + [9577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [9579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), + [9581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), + [9583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), + [9585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), + [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), + [9589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [9591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [9593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), + [9595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [9597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [9599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), + [9601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), + [9603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), + [9605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [9607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), + [9609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), + [9611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), + [9613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), + [9615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), + [9617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), + [9619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), + [9621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), + [9623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [9625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), + [9627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), + [9629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [9631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [9633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [9635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [9637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [9639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [9641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [9643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [9645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), + [9647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [9649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [9651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [9653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [9655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [9657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [9659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [9661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [9663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), + [9665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [9667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [9669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [9671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [9673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [9675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), + [9677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [9679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), + [9681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [9683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), + [9685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [9687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [9689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), }; enum ts_external_scanner_symbol_identifiers { @@ -188400,7 +193244,7 @@ static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { [ts_external_token__caption_start] = sym__caption_start, }; -static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { +static const bool ts_external_scanner_states[106][EXTERNAL_TOKEN_COUNT] = { [1] = { [ts_external_token__line_ending] = true, [ts_external_token__soft_line_ending] = true, @@ -188661,36 +193505,246 @@ static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__pandoc_line_break] = true, [ts_external_token__caption_start] = true, }, - [5] = { + [5] = { + [ts_external_token__line_ending] = true, + [ts_external_token__soft_line_ending] = true, + [ts_external_token__block_close] = true, + [ts_external_token_block_continuation] = true, + [ts_external_token__block_quote_start] = true, + [ts_external_token_atx_h1_marker] = true, + [ts_external_token_atx_h2_marker] = true, + [ts_external_token_atx_h3_marker] = true, + [ts_external_token_atx_h4_marker] = true, + [ts_external_token_atx_h5_marker] = true, + [ts_external_token_atx_h6_marker] = true, + [ts_external_token__thematic_break] = true, + [ts_external_token__list_marker_minus] = true, + [ts_external_token__list_marker_plus] = true, + [ts_external_token__list_marker_star] = true, + [ts_external_token__list_marker_parenthesis] = true, + [ts_external_token__list_marker_dot] = true, + [ts_external_token__list_marker_minus_dont_interrupt] = true, + [ts_external_token__list_marker_plus_dont_interrupt] = true, + [ts_external_token__list_marker_star_dont_interrupt] = true, + [ts_external_token__list_marker_parenthesis_dont_interrupt] = true, + [ts_external_token__list_marker_dot_dont_interrupt] = true, + [ts_external_token__list_marker_example] = true, + [ts_external_token__list_marker_example_dont_interrupt] = true, + [ts_external_token__fenced_code_block_start_backtick] = true, + [ts_external_token_minus_metadata] = true, + [ts_external_token__pipe_table_start] = true, + [ts_external_token__fenced_div_start] = true, + [ts_external_token_ref_id_specifier] = 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, + [ts_external_token__pandoc_line_break] = true, + [ts_external_token__caption_start] = true, + }, + [6] = { + [ts_external_token__line_ending] = true, + [ts_external_token__soft_line_ending] = true, + [ts_external_token__block_close] = true, + [ts_external_token__block_quote_start] = true, + [ts_external_token_atx_h1_marker] = true, + [ts_external_token_atx_h2_marker] = true, + [ts_external_token_atx_h3_marker] = true, + [ts_external_token_atx_h4_marker] = true, + [ts_external_token_atx_h5_marker] = true, + [ts_external_token_atx_h6_marker] = true, + [ts_external_token__thematic_break] = true, + [ts_external_token__list_marker_minus] = true, + [ts_external_token__list_marker_plus] = true, + [ts_external_token__list_marker_star] = true, + [ts_external_token__list_marker_parenthesis] = true, + [ts_external_token__list_marker_dot] = true, + [ts_external_token__list_marker_minus_dont_interrupt] = true, + [ts_external_token__list_marker_plus_dont_interrupt] = true, + [ts_external_token__list_marker_star_dont_interrupt] = true, + [ts_external_token__list_marker_parenthesis_dont_interrupt] = true, + [ts_external_token__list_marker_dot_dont_interrupt] = true, + [ts_external_token__list_marker_example] = true, + [ts_external_token__list_marker_example_dont_interrupt] = true, + [ts_external_token__fenced_code_block_start_backtick] = true, + [ts_external_token_minus_metadata] = true, + [ts_external_token__pipe_table_start] = true, + [ts_external_token__fenced_div_start] = true, + [ts_external_token__fenced_div_end] = true, + [ts_external_token_ref_id_specifier] = 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, + [ts_external_token__pandoc_line_break] = true, + [ts_external_token__caption_start] = true, + }, + [7] = { + [ts_external_token__line_ending] = true, + [ts_external_token__soft_line_ending] = true, + [ts_external_token__block_close] = true, + [ts_external_token__block_quote_start] = true, + [ts_external_token_atx_h1_marker] = true, + [ts_external_token_atx_h2_marker] = true, + [ts_external_token_atx_h3_marker] = true, + [ts_external_token_atx_h4_marker] = true, + [ts_external_token_atx_h5_marker] = true, + [ts_external_token_atx_h6_marker] = true, + [ts_external_token__thematic_break] = true, + [ts_external_token__list_marker_minus] = true, + [ts_external_token__list_marker_plus] = true, + [ts_external_token__list_marker_star] = true, + [ts_external_token__list_marker_parenthesis] = true, + [ts_external_token__list_marker_dot] = true, + [ts_external_token__list_marker_minus_dont_interrupt] = true, + [ts_external_token__list_marker_plus_dont_interrupt] = true, + [ts_external_token__list_marker_star_dont_interrupt] = true, + [ts_external_token__list_marker_parenthesis_dont_interrupt] = true, + [ts_external_token__list_marker_dot_dont_interrupt] = true, + [ts_external_token__list_marker_example] = true, + [ts_external_token__list_marker_example_dont_interrupt] = true, + [ts_external_token__fenced_code_block_start_backtick] = true, + [ts_external_token_minus_metadata] = true, + [ts_external_token__pipe_table_start] = true, + [ts_external_token__fenced_div_start] = true, + [ts_external_token_ref_id_specifier] = 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, + [ts_external_token__pandoc_line_break] = true, + [ts_external_token__caption_start] = true, + }, + [8] = { + [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, + [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, + [ts_external_token__pandoc_line_break] = true, + [ts_external_token__caption_start] = true, + }, + [9] = { [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, + [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, + [ts_external_token__pandoc_line_break] = true, + }, + [10] = { [ts_external_token__soft_line_ending] = true, - [ts_external_token__block_close] = true, - [ts_external_token_block_continuation] = true, - [ts_external_token__block_quote_start] = true, - [ts_external_token_atx_h1_marker] = true, - [ts_external_token_atx_h2_marker] = true, - [ts_external_token_atx_h3_marker] = true, - [ts_external_token_atx_h4_marker] = true, - [ts_external_token_atx_h5_marker] = true, - [ts_external_token_atx_h6_marker] = true, - [ts_external_token__thematic_break] = true, - [ts_external_token__list_marker_minus] = true, - [ts_external_token__list_marker_plus] = true, - [ts_external_token__list_marker_star] = true, - [ts_external_token__list_marker_parenthesis] = true, - [ts_external_token__list_marker_dot] = true, - [ts_external_token__list_marker_minus_dont_interrupt] = true, - [ts_external_token__list_marker_plus_dont_interrupt] = true, - [ts_external_token__list_marker_star_dont_interrupt] = true, - [ts_external_token__list_marker_parenthesis_dont_interrupt] = true, - [ts_external_token__list_marker_dot_dont_interrupt] = true, - [ts_external_token__list_marker_example] = true, - [ts_external_token__list_marker_example_dont_interrupt] = true, - [ts_external_token__fenced_code_block_start_backtick] = true, - [ts_external_token_minus_metadata] = true, - [ts_external_token__pipe_table_start] = true, - [ts_external_token__fenced_div_start] = true, - [ts_external_token_ref_id_specifier] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, [ts_external_token__autolink] = true, @@ -188717,12 +193771,12 @@ static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_inline_note_reference] = true, [ts_external_token_html_element] = true, [ts_external_token__pandoc_line_break] = true, - [ts_external_token__caption_start] = true, }, - [6] = { + [11] = { [ts_external_token__line_ending] = true, [ts_external_token__soft_line_ending] = true, [ts_external_token__block_close] = true, + [ts_external_token_block_continuation] = true, [ts_external_token__block_quote_start] = true, [ts_external_token_atx_h1_marker] = true, [ts_external_token_atx_h2_marker] = true, @@ -188777,10 +193831,10 @@ static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__pandoc_line_break] = true, [ts_external_token__caption_start] = true, }, - [7] = { + [12] = { [ts_external_token__line_ending] = true, [ts_external_token__soft_line_ending] = true, - [ts_external_token__block_close] = true, + [ts_external_token_block_continuation] = true, [ts_external_token__block_quote_start] = true, [ts_external_token_atx_h1_marker] = true, [ts_external_token_atx_h2_marker] = true, @@ -188834,7 +193888,7 @@ static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__pandoc_line_break] = true, [ts_external_token__caption_start] = true, }, - [8] = { + [13] = { [ts_external_token__line_ending] = true, [ts_external_token__eof] = true, [ts_external_token__pipe_table_line_ending] = true, @@ -188863,14 +193917,11 @@ static const bool ts_external_scanner_states[104][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, [ts_external_token__pandoc_line_break] = true, - [ts_external_token__caption_start] = true, }, - [9] = { + [14] = { [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, @@ -188896,126 +193947,9 @@ static const bool ts_external_scanner_states[104][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, [ts_external_token__pandoc_line_break] = 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, - [ts_external_token__pandoc_line_break] = true, - }, - [11] = { - [ts_external_token__line_ending] = true, - [ts_external_token__soft_line_ending] = true, - [ts_external_token__block_close] = true, - [ts_external_token_block_continuation] = true, - [ts_external_token__block_quote_start] = true, - [ts_external_token_atx_h1_marker] = true, - [ts_external_token_atx_h2_marker] = true, - [ts_external_token_atx_h3_marker] = true, - [ts_external_token_atx_h4_marker] = true, - [ts_external_token_atx_h5_marker] = true, - [ts_external_token_atx_h6_marker] = true, - [ts_external_token__thematic_break] = true, - [ts_external_token__list_marker_minus] = true, - [ts_external_token__list_marker_plus] = true, - [ts_external_token__list_marker_star] = true, - [ts_external_token__list_marker_parenthesis] = true, - [ts_external_token__list_marker_dot] = true, - [ts_external_token__list_marker_minus_dont_interrupt] = true, - [ts_external_token__list_marker_plus_dont_interrupt] = true, - [ts_external_token__list_marker_star_dont_interrupt] = true, - [ts_external_token__list_marker_parenthesis_dont_interrupt] = true, - [ts_external_token__list_marker_dot_dont_interrupt] = true, - [ts_external_token__list_marker_example] = true, - [ts_external_token__list_marker_example_dont_interrupt] = true, - [ts_external_token__fenced_code_block_start_backtick] = true, - [ts_external_token_minus_metadata] = true, - [ts_external_token__pipe_table_start] = true, - [ts_external_token__fenced_div_start] = true, - [ts_external_token__fenced_div_end] = true, - [ts_external_token_ref_id_specifier] = 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, - [ts_external_token__pandoc_line_break] = true, - [ts_external_token__caption_start] = true, - }, - [12] = { - [ts_external_token__line_ending] = true, - [ts_external_token__soft_line_ending] = true, - [ts_external_token_block_continuation] = true, - [ts_external_token__block_quote_start] = true, - [ts_external_token_atx_h1_marker] = true, - [ts_external_token_atx_h2_marker] = true, - [ts_external_token_atx_h3_marker] = true, - [ts_external_token_atx_h4_marker] = true, - [ts_external_token_atx_h5_marker] = true, - [ts_external_token_atx_h6_marker] = true, - [ts_external_token__thematic_break] = true, - [ts_external_token__list_marker_minus] = true, - [ts_external_token__list_marker_plus] = true, - [ts_external_token__list_marker_star] = true, - [ts_external_token__list_marker_parenthesis] = true, - [ts_external_token__list_marker_dot] = true, - [ts_external_token__list_marker_minus_dont_interrupt] = true, - [ts_external_token__list_marker_plus_dont_interrupt] = true, - [ts_external_token__list_marker_star_dont_interrupt] = true, - [ts_external_token__list_marker_parenthesis_dont_interrupt] = true, - [ts_external_token__list_marker_dot_dont_interrupt] = true, - [ts_external_token__list_marker_example] = true, - [ts_external_token__list_marker_example_dont_interrupt] = true, - [ts_external_token__fenced_code_block_start_backtick] = true, - [ts_external_token_minus_metadata] = true, - [ts_external_token__pipe_table_start] = true, - [ts_external_token__fenced_div_start] = true, - [ts_external_token_ref_id_specifier] = true, + [15] = { [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, [ts_external_token__autolink] = true, @@ -189041,13 +193975,11 @@ static const bool ts_external_scanner_states[104][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, [ts_external_token__pandoc_line_break] = true, - [ts_external_token__caption_start] = true, }, - [13] = { + [16] = { [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, @@ -189075,37 +194007,8 @@ static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_html_element] = true, [ts_external_token__pandoc_line_break] = true, }, - [14] = { + [17] = { [ts_external_token__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, - [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__pandoc_line_break] = true, - }, - [15] = { [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, [ts_external_token__autolink] = true, @@ -189134,8 +194037,7 @@ static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__pipe_table_delimiter] = true, [ts_external_token__pandoc_line_break] = true, }, - [16] = { - [ts_external_token__line_ending] = true, + [18] = { [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, [ts_external_token__autolink] = true, @@ -189161,11 +194063,12 @@ static const bool ts_external_scanner_states[104][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, [ts_external_token__pandoc_line_break] = true, }, - [17] = { + [19] = { [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, @@ -189193,7 +194096,8 @@ static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_html_element] = true, [ts_external_token__pandoc_line_break] = true, }, - [18] = { + [20] = { + [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, @@ -189217,14 +194121,13 @@ static const bool ts_external_scanner_states[104][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, [ts_external_token__pandoc_line_break] = true, }, - [19] = { - [ts_external_token__line_ending] = true, + [21] = { [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, @@ -189233,6 +194136,7 @@ static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { [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__single_quote_span_close] = true, [ts_external_token__double_quote_span_open] = true, [ts_external_token__shortcode_open_escaped] = true, [ts_external_token__shortcode_open] = true, @@ -189252,7 +194156,7 @@ static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_html_element] = true, [ts_external_token__pandoc_line_break] = true, }, - [20] = { + [22] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, @@ -189263,6 +194167,7 @@ static const bool ts_external_scanner_states[104][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, @@ -189277,12 +194182,11 @@ static const bool ts_external_scanner_states[104][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, [ts_external_token__pandoc_line_break] = true, }, - [21] = { + [23] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, @@ -189312,7 +194216,7 @@ static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_html_element] = true, [ts_external_token__pandoc_line_break] = true, }, - [22] = { + [24] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, @@ -189331,18 +194235,18 @@ static const bool ts_external_scanner_states[104][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__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, [ts_external_token__pandoc_line_break] = true, }, - [23] = { + [25] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__code_span_start] = true, [ts_external_token__html_comment] = true, @@ -189372,66 +194276,6 @@ static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_html_element] = true, [ts_external_token__pandoc_line_break] = true, }, - [24] = { - [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__single_quote_span_close] = 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__pandoc_line_break] = true, - }, - [25] = { - [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__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, - [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__pandoc_line_break] = true, - }, [26] = { [ts_external_token__soft_line_ending] = true, [ts_external_token__code_span_start] = true, @@ -189443,7 +194287,6 @@ static const bool ts_external_scanner_states[104][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, @@ -189453,6 +194296,7 @@ static const bool ts_external_scanner_states[104][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_open_underscore] = true, @@ -189482,9 +194326,9 @@ static const bool ts_external_scanner_states[104][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, @@ -189514,8 +194358,8 @@ static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { [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__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, @@ -189686,14 +194530,14 @@ static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { }, [35] = { [ts_external_token__soft_line_ending] = true, + [ts_external_token_raw_specifier] = true, [ts_external_token__language_specifier_token] = true, - [ts_external_token__shortcode_open] = true, + [ts_external_token__key_specifier_token] = true, }, [36] = { + [ts_external_token__soft_line_ending] = true, [ts_external_token__language_specifier_token] = true, - [ts_external_token__key_specifier_token] = true, [ts_external_token__shortcode_open] = true, - [ts_external_token__shortcode_close] = true, }, [37] = { [ts_external_token__language_specifier_token] = true, @@ -189702,10 +194546,10 @@ static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__shortcode_open] = true, }, [38] = { - [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, + [ts_external_token__shortcode_open] = true, + [ts_external_token__shortcode_close] = true, }, [39] = { [ts_external_token__soft_line_ending] = true, @@ -189716,32 +194560,32 @@ static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__shortcode_open] = true, }, [41] = { - [ts_external_token_block_continuation] = true, + [ts_external_token__soft_line_ending] = true, [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, }, [42] = { [ts_external_token__soft_line_ending] = true, [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, }, [43] = { [ts_external_token_block_continuation] = true, [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, }, [44] = { - [ts_external_token__soft_line_ending] = true, + [ts_external_token_block_continuation] = true, [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] = { [ts_external_token__soft_line_ending] = true, @@ -189752,226 +194596,237 @@ static const bool ts_external_scanner_states[104][EXTERNAL_TOKEN_COUNT] = { [ts_external_token__value_specifier_token] = true, }, [47] = { + [ts_external_token__soft_line_ending] = true, [ts_external_token_block_continuation] = true, + [ts_external_token_raw_specifier] = true, [ts_external_token__language_specifier_token] = true, - [ts_external_token__shortcode_open] = true, + [ts_external_token__key_specifier_token] = true, }, [48] = { + [ts_external_token_block_continuation] = true, + [ts_external_token__language_specifier_token] = true, + [ts_external_token__shortcode_open] = true, + }, + [49] = { [ts_external_token__line_ending] = true, [ts_external_token__eof] = true, [ts_external_token__pipe_table_line_ending] = true, }, - [49] = { + [50] = { [ts_external_token__pipe_table_delimiter] = true, }, - [50] = { + [51] = { [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, }, - [51] = { - [ts_external_token_block_continuation] = true, - }, [52] = { - [ts_external_token__value_specifier_token] = true, + [ts_external_token__soft_line_ending] = true, + [ts_external_token_block_continuation] = true, + [ts_external_token__key_specifier_token] = true, }, [53] = { + [ts_external_token__soft_line_ending] = true, + }, + [54] = { [ts_external_token__line_ending] = true, [ts_external_token__block_close] = true, [ts_external_token__fenced_code_block_end_backtick] = true, }, - [54] = { - [ts_external_token__soft_line_ending] = true, - [ts_external_token_block_continuation] = true, - [ts_external_token__shortcode_open] = true, - }, [55] = { - [ts_external_token__shortcode_open] = true, + [ts_external_token__value_specifier_token] = true, }, [56] = { [ts_external_token__soft_line_ending] = true, + [ts_external_token_block_continuation] = true, + [ts_external_token__shortcode_open] = true, }, [57] = { - [ts_external_token__key_specifier_token] = true, + [ts_external_token__shortcode_open] = true, }, [58] = { - [ts_external_token__line_ending] = true, + [ts_external_token__key_specifier_token] = true, }, [59] = { - [ts_external_token_block_continuation] = true, - [ts_external_token__key_specifier_token] = true, + [ts_external_token__line_ending] = true, }, [60] = { [ts_external_token_block_continuation] = true, - [ts_external_token__value_specifier_token] = true, }, [61] = { - [ts_external_token__line_ending] = true, - [ts_external_token__soft_line_ending] = true, - [ts_external_token__eof] = true, + [ts_external_token_block_continuation] = true, + [ts_external_token__value_specifier_token] = true, }, [62] = { - [ts_external_token__soft_line_ending] = true, [ts_external_token_block_continuation] = true, - [ts_external_token__key_specifier_token] = true, + [ts_external_token__pipe_table_delimiter] = true, }, [63] = { - [ts_external_token__line_ending] = true, - [ts_external_token__block_close] = true, + [ts_external_token__soft_line_ending] = true, [ts_external_token_block_continuation] = true, - [ts_external_token__fenced_code_block_end_backtick] = true, }, [64] = { - [ts_external_token_block_continuation] = true, - [ts_external_token__pipe_table_delimiter] = true, + [ts_external_token__line_ending] = true, + [ts_external_token__soft_line_ending] = true, + [ts_external_token__eof] = true, }, [65] = { - [ts_external_token__soft_line_ending] = true, - [ts_external_token__key_specifier_token] = true, - [ts_external_token__shortcode_close] = 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, }, [66] = { - [ts_external_token__soft_line_ending] = true, - [ts_external_token__superscript_close] = true, + [ts_external_token_block_continuation] = true, + [ts_external_token__key_specifier_token] = true, }, [67] = { [ts_external_token__code_span_close] = true, }, [68] = { [ts_external_token__soft_line_ending] = true, - [ts_external_token__strikeout_close] = true, + [ts_external_token__double_quote_span_close] = true, }, [69] = { [ts_external_token__soft_line_ending] = true, - [ts_external_token__emphasis_close_star] = true, + [ts_external_token__superscript_close] = true, }, [70] = { [ts_external_token__soft_line_ending] = true, - [ts_external_token__strong_emphasis_close_star] = true, + [ts_external_token__strong_emphasis_close_underscore] = true, }, [71] = { [ts_external_token__soft_line_ending] = true, - [ts_external_token__double_quote_span_close] = true, + [ts_external_token__emphasis_close_underscore] = true, }, [72] = { [ts_external_token__soft_line_ending] = true, - [ts_external_token__emphasis_close_underscore] = true, + [ts_external_token__strikeout_close] = true, }, [73] = { [ts_external_token__soft_line_ending] = true, - [ts_external_token__key_specifier_token] = true, - [ts_external_token__shortcode_close_escaped] = true, + [ts_external_token__strong_emphasis_close_star] = true, }, [74] = { - [ts_external_token_block_continuation] = true, - [ts_external_token__key_specifier_token] = true, - [ts_external_token__shortcode_close_escaped] = true, + [ts_external_token__soft_line_ending] = true, + [ts_external_token__emphasis_close_star] = true, }, [75] = { [ts_external_token__soft_line_ending] = true, - [ts_external_token__single_quote_span_close] = true, + [ts_external_token__subscript_close] = true, }, [76] = { - [ts_external_token__soft_line_ending] = true, - [ts_external_token__subscript_close] = true, + [ts_external_token_fenced_div_note_id] = true, }, [77] = { [ts_external_token__soft_line_ending] = true, - [ts_external_token__strong_emphasis_close_underscore] = true, + [ts_external_token__single_quote_span_close] = true, }, [78] = { [ts_external_token_block_continuation] = true, [ts_external_token__key_specifier_token] = true, - [ts_external_token__shortcode_close] = true, + [ts_external_token__shortcode_close_escaped] = true, }, [79] = { - [ts_external_token_fenced_div_note_id] = true, + [ts_external_token__soft_line_ending] = true, + [ts_external_token__key_specifier_token] = true, + [ts_external_token__shortcode_close] = true, }, [80] = { - [ts_external_token__line_ending] = true, - [ts_external_token__eof] = true, - }, - [81] = { + [ts_external_token__soft_line_ending] = true, [ts_external_token__key_specifier_token] = true, [ts_external_token__shortcode_close_escaped] = true, }, - [82] = { + [81] = { + [ts_external_token_block_continuation] = true, [ts_external_token__key_specifier_token] = true, [ts_external_token__shortcode_close] = true, }, - [83] = { - [ts_external_token__language_specifier_token] = true, + [82] = { + [ts_external_token__line_ending] = true, + [ts_external_token__eof] = true, }, - [84] = { + [83] = { [ts_external_token__block_close] = true, + [ts_external_token_block_continuation] = true, [ts_external_token__blank_line_start] = true, }, + [84] = { + [ts_external_token__key_specifier_token] = true, + [ts_external_token__shortcode_close_escaped] = true, + }, [85] = { - [ts_external_token__block_close] = true, - [ts_external_token_block_continuation] = true, - [ts_external_token__blank_line_start] = true, + [ts_external_token__key_specifier_token] = true, + [ts_external_token__shortcode_close] = true, }, [86] = { - [ts_external_token__line_ending] = true, - [ts_external_token_block_continuation] = true, - [ts_external_token__eof] = true, + [ts_external_token__block_close] = true, + [ts_external_token__blank_line_start] = true, }, [87] = { [ts_external_token__line_ending] = true, [ts_external_token__pipe_table_delimiter] = true, }, [88] = { - [ts_external_token__block_close] = true, - [ts_external_token__fenced_code_block_end_backtick] = true, + [ts_external_token__language_specifier_token] = true, }, [89] = { - [ts_external_token__block_close] = true, + [ts_external_token__line_ending] = true, [ts_external_token_block_continuation] = true, + [ts_external_token__eof] = true, }, [90] = { + [ts_external_token__block_close] = true, [ts_external_token_block_continuation] = true, - [ts_external_token__blank_line_start] = true, }, [91] = { [ts_external_token__blank_line_start] = true, }, [92] = { - [ts_external_token_block_continuation] = true, - [ts_external_token__close_block] = true, + [ts_external_token__block_close] = true, + [ts_external_token__fenced_code_block_end_backtick] = true, }, [93] = { - [ts_external_token__superscript_close] = true, + [ts_external_token_block_continuation] = true, + [ts_external_token__close_block] = true, }, [94] = { - [ts_external_token__block_close] = true, + [ts_external_token_block_continuation] = true, + [ts_external_token__blank_line_start] = true, }, [95] = { - [ts_external_token__single_quote_span_close] = true, + [ts_external_token__subscript_close] = true, }, [96] = { - [ts_external_token__double_quote_span_close] = true, + [ts_external_token__strong_emphasis_close_star] = true, }, [97] = { - [ts_external_token__strikeout_close] = true, + [ts_external_token__strong_emphasis_close_underscore] = true, }, [98] = { - [ts_external_token__subscript_close] = true, + [ts_external_token__emphasis_close_star] = true, }, [99] = { - [ts_external_token__strong_emphasis_close_star] = true, + [ts_external_token__emphasis_close_underscore] = true, }, [100] = { - [ts_external_token__strong_emphasis_close_underscore] = true, + [ts_external_token__close_block] = true, }, [101] = { - [ts_external_token__emphasis_close_star] = true, + [ts_external_token__block_close] = true, }, [102] = { - [ts_external_token__emphasis_close_underscore] = true, + [ts_external_token__single_quote_span_close] = true, }, [103] = { - [ts_external_token__close_block] = true, + [ts_external_token__double_quote_span_close] = true, + }, + [104] = { + [ts_external_token__strikeout_close] = true, + }, + [105] = { + [ts_external_token__superscript_close] = true, }, }; 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 cb9239b0..655e107d 100644 --- a/crates/tree-sitter-qmd/tree-sitter-markdown/src/scanner.c +++ b/crates/tree-sitter-qmd/tree-sitter-markdown/src/scanner.c @@ -2483,6 +2483,35 @@ static bool scan(Scanner *s, TSLexer *lexer, const bool *valid_symbols) { DEBUG_EXP("%d", s->matched); DEBUG_LOOKAHEAD; + // BLOCK_QUOTE.match (scanner.c:568) consumes `>` plus at most one + // optional space; any additional gutter alignment left on the + // continuation line stalls the second SOFT_LINE_ENDING gate below + // at its `second_lookahead > ' '` check (whitespace fails the + // test) and forces a paragraph-terminating LINE_ENDING. The + // inline `_attr_ws` rule cannot consume LINE_ENDING, so a + // multi-space `{...}` continuation inside a blockquote becomes a + // hard parse error (was Q-2-38). LIST_ITEM*.match consumes the + // full continuation indent intrinsically; FENCED_DIV.match does + // not advance at all (line 581-584). Only BLOCK_QUOTE.match can + // leave gutter whitespace behind, so this fixup is gated on + // the matched stack actually containing a BLOCK_QUOTE. + // Additional gates: + // - `all_will_be_matched`: skip partial nested-blockquote + // matches (lazy continuation of outer only). + // - `might_be_soft_break`: skip ATX-inside contexts. + bool any_blockquote_matched = false; + for (uint8_t i = 0; i < s->matched; i++) { + if (s->open_blocks.items[i] == BLOCK_QUOTE) { + any_blockquote_matched = true; + break; + } + } + if (any_blockquote_matched && all_will_be_matched && might_be_soft_break) { + while (lexer->lookahead == ' ' || lexer->lookahead == '\t') { + advance(s, lexer); + } + } + if (all_will_be_matched) { if (valid_symbols[PIPE_TABLE_LINE_ENDING]) { EMIT_TOKEN(PIPE_TABLE_LINE_ENDING); diff --git a/crates/tree-sitter-qmd/tree-sitter-markdown/test/corpus/inline-multiline-attrs.txt b/crates/tree-sitter-qmd/tree-sitter-markdown/test/corpus/inline-multiline-attrs.txt new file mode 100644 index 00000000..5a9e02bf --- /dev/null +++ b/crates/tree-sitter-qmd/tree-sitter-markdown/test/corpus/inline-multiline-attrs.txt @@ -0,0 +1,445 @@ +================================================================================ +image with multi-line class-only attrs (quarto-web hero-banner case) +================================================================================ +![](featured.png){ + .hero-banner + .img-fluid +} + +-------------------------------------------------------------------------------- + +(document + (section + (pandoc_paragraph + (pandoc_image + (target + (url)) + (attribute_specifier + (commonmark_specifier + (attribute_class) + (attribute_class))))))) + +================================================================================ +image with multi-line mixed class + key=value attrs +================================================================================ +![](featured.png){ + .hero-banner + .img-fluid + fig-align="center" + width="600px" +} + +-------------------------------------------------------------------------------- + +(document + (section + (pandoc_paragraph + (pandoc_image + (target + (url)) + (attribute_specifier + (commonmark_specifier + (attribute_class) + (attribute_class) + (key_value_specifier + (key_value_key) + (key_value_value)) + (key_value_specifier + (key_value_key) + (key_value_value)))))))) + +================================================================================ +image with single-line class + leading and trailing whitespace inside braces +================================================================================ +![](featured.png){ .cls } + +-------------------------------------------------------------------------------- + +(document + (section + (pandoc_paragraph + (pandoc_image + (target + (url)) + (attribute_specifier + (commonmark_specifier + (attribute_class))))))) + +================================================================================ +span with multi-line class attrs +================================================================================ +[text]{ + .a + .b +} + +-------------------------------------------------------------------------------- + +(document + (section + (pandoc_paragraph + (pandoc_span + (content + (pandoc_str)) + (attribute_specifier + (commonmark_specifier + (attribute_class) + (attribute_class))))))) + +================================================================================ +span with multi-line key=value attrs +================================================================================ +[text]{ + k="v" + k2="v2" +} + +-------------------------------------------------------------------------------- + +(document + (section + (pandoc_paragraph + (pandoc_span + (content + (pandoc_str)) + (attribute_specifier + (commonmark_specifier + (key_value_specifier + (key_value_key) + (key_value_value)) + (key_value_specifier + (key_value_key) + (key_value_value)))))))) + +================================================================================ +heading with leading whitespace inside block attribute_specifier braces +================================================================================ +# Title { .cls } + +-------------------------------------------------------------------------------- + +(document + (section + (atx_heading + (atx_h1_marker) + (pandoc_str) + (pandoc_space) + (attribute_specifier + (commonmark_specifier + (attribute_class)))))) + +================================================================================ +bulleted list item with multi-line span attrs +================================================================================ +- a span [text]{ + .cls1 + .cls2 + } end + +-------------------------------------------------------------------------------- + +(document + (section + (pandoc_list + (list_item + (list_marker_minus) + (pandoc_paragraph + (pandoc_str) + (pandoc_space) + (pandoc_str) + (pandoc_space) + (pandoc_span + (content + (pandoc_str)) + (attribute_specifier + (commonmark_specifier + (attribute_class) + (attribute_class)))) + (pandoc_space) + (pandoc_str)))))) + +================================================================================ +ordered list item with multi-line span attrs +================================================================================ +1. ordered [text]{ + .cls1 + .cls2 + } end + +-------------------------------------------------------------------------------- + +(document + (section + (pandoc_list + (list_item + (list_marker_dot) + (pandoc_paragraph + (pandoc_str) + (pandoc_space) + (pandoc_span + (content + (pandoc_str)) + (attribute_specifier + (commonmark_specifier + (attribute_class) + (attribute_class)))) + (pandoc_space) + (pandoc_str)))))) + +================================================================================ +nested bulleted list with multi-line span attrs in inner item +================================================================================ +- outer + - inner [s]{ + .a + .b + } end + +-------------------------------------------------------------------------------- + +(document + (section + (pandoc_list + (list_item + (list_marker_minus) + (pandoc_paragraph + (pandoc_str) + (block_continuation)) + (pandoc_list + (list_item + (list_marker_minus) + (pandoc_paragraph + (pandoc_str) + (pandoc_space) + (pandoc_span + (content + (pandoc_str)) + (attribute_specifier + (commonmark_specifier + (attribute_class) + (attribute_class)))) + (pandoc_space) + (pandoc_str)))))))) + +================================================================================ +bulleted list item with multi-line image attrs (class + key=value) +================================================================================ +- pic ![](img.png){ + .cls1 + width="200px" + } + +-------------------------------------------------------------------------------- + +(document + (section + (pandoc_list + (list_item + (list_marker_minus) + (pandoc_paragraph + (pandoc_str) + (pandoc_space) + (pandoc_image + (target + (url)) + (attribute_specifier + (commonmark_specifier + (attribute_class) + (key_value_specifier + (key_value_key) + (key_value_value)))))))))) + +================================================================================ +top-level bullets with sibling items before and after the multi-line attrs +================================================================================ +- first bullet +- middle [text]{ + .cls1 + .cls2 + } end +- last bullet + +-------------------------------------------------------------------------------- + +(document + (section + (pandoc_list + (list_item + (list_marker_minus) + (pandoc_paragraph + (pandoc_str) + (pandoc_space) + (pandoc_str))) + (list_item + (list_marker_minus) + (pandoc_paragraph + (pandoc_str) + (pandoc_space) + (pandoc_span + (content + (pandoc_str)) + (attribute_specifier + (commonmark_specifier + (attribute_class) + (attribute_class)))) + (pandoc_space) + (pandoc_str))) + (list_item + (list_marker_minus) + (pandoc_paragraph + (pandoc_str) + (pandoc_space) + (pandoc_str)))))) + +================================================================================ +nested bullets with sibling inner items before and after the multi-line attrs +================================================================================ +- outer + - inner first + - inner middle [s]{ + .a + .b + } end + - inner last + +-------------------------------------------------------------------------------- + +(document + (section + (pandoc_list + (list_item + (list_marker_minus) + (pandoc_paragraph + (pandoc_str) + (block_continuation)) + (pandoc_list + (list_item + (list_marker_minus) + (pandoc_paragraph + (pandoc_str) + (pandoc_space) + (pandoc_str) + (block_continuation))) + (list_item + (list_marker_minus) + (pandoc_paragraph + (pandoc_str) + (pandoc_space) + (pandoc_str) + (pandoc_space) + (pandoc_span + (content + (pandoc_str)) + (attribute_specifier + (commonmark_specifier + (attribute_class) + (attribute_class)))) + (pandoc_space) + (pandoc_str) + (block_continuation))) + (list_item + (list_marker_minus) + (pandoc_paragraph + (pandoc_str) + (pandoc_space) + (pandoc_str)))))))) + +================================================================================ +blockquote with multi-line image attrs (class + key=value) +================================================================================ +> ![](img.png){ +> .cls1 +> width="200px" +> } + +-------------------------------------------------------------------------------- + +(document + (section + (pandoc_block_quote + (block_quote_marker) + (pandoc_paragraph + (pandoc_image + (target + (url)) + (attribute_specifier + (commonmark_specifier + (attribute_class) + (key_value_specifier + (key_value_key) + (key_value_value))))))))) + +================================================================================ +blockquote with multi-line span attrs +================================================================================ +> a [text]{ +> .cls1 +> .cls2 +> } end + +-------------------------------------------------------------------------------- + +(document + (section + (pandoc_block_quote + (block_quote_marker) + (pandoc_paragraph + (pandoc_str) + (pandoc_space) + (pandoc_span + (content + (pandoc_str)) + (attribute_specifier + (commonmark_specifier + (attribute_class) + (attribute_class)))) + (pandoc_space) + (pandoc_str))))) + +================================================================================ +nested blockquote with multi-line span attrs +================================================================================ +> > [t]{ +> > .a +> > .b +> > } end + +-------------------------------------------------------------------------------- + +(document + (section + (pandoc_block_quote + (block_quote_marker) + (pandoc_block_quote + (block_quote_marker) + (pandoc_paragraph + (pandoc_span + (content + (pandoc_str)) + (attribute_specifier + (commonmark_specifier + (attribute_class) + (attribute_class)))) + (pandoc_space) + (pandoc_str)))))) + +================================================================================ +blockquote with multi-line attrs and leading indent before `>` +================================================================================ + > ![](img.png){ + > .cls + > } + +-------------------------------------------------------------------------------- + +(document + (section + (pandoc_block_quote + (block_quote_marker) + (pandoc_paragraph + (pandoc_image + (target + (url)) + (attribute_specifier + (commonmark_specifier + (attribute_class))))))))