@@ -3195,6 +3195,54 @@ test
31953195> bar
31963196 | <- markup.quote punctuation.definition.blockquote - meta.table
31973197
3198+ | c1 | c2 | c3 | c4 | c5 | c6 | c7
3199+ | --- | --- | --- | --- | --- | --- | ---
3200+ | ` ` | ` me ` | `` ` `` | ` `` ` | `` foo`bar `` | ``` foo`` | ``foo ```
3201+ | <- meta.table.markdown-gfm punctuation.separator.table-cell.markdown
3202+ | ^^^ meta.table.markdown-gfm markup.raw.inline.markdown
3203+ | ^ punctuation.definition.raw.begin.markdown
3204+ | ^ punctuation.definition.raw.end.markdown
3205+ | ^ punctuation.separator.table-cell
3206+ | ^^^^^^ markup.raw.inline.markdown
3207+ | ^ punctuation.definition.raw.begin.markdown
3208+ | ^ punctuation.definition.raw.end.markdown
3209+ | ^^^^^^^ markup.raw.inline.markdown
3210+ | ^^ punctuation.definition.raw.begin.markdown
3211+ | ^^^ - punctuation
3212+ | ^^ punctuation.definition.raw.end.markdown
3213+ | ^ punctuation.separator.table-cell
3214+ | ^^^^^^ markup.raw.inline.markdown
3215+ | ^ punctuation.definition.raw.begin.markdown
3216+ | ^^^^ - punctuation
3217+ | ^ punctuation.definition.raw.end.markdown
3218+ | ^ punctuation.separator.table-cell
3219+ | ^^^^^^^^^^^ markup.raw.inline.markdown
3220+ | ^^ punctuation.definition.raw.begin.markdown
3221+ | ^^^^^^^ - punctuation
3222+ | ^^ punctuation.definition.raw.end.markdown
3223+ | ^ punctuation.separator.table-cell
3224+ | ^^^^^^^^ - markup.raw
3225+
3226+ | c1 | c2 |
3227+ | --- | --- |
3228+ | ```` ``` ```` | `````` ````` `````` |
3229+ | ^^^^^^^^^^^^^ markup.raw.inline.markdown
3230+ | ^^^^ punctuation.definition.raw.begin.markdown
3231+ | ^^^^^ - punctuation
3232+ | ^^^^ punctuation.definition.raw.end.markdown
3233+ | ^^^^^^^^^^^^^^^^^^^ markup.raw.inline.markdown
3234+ | ^^^^^^ punctuation.definition.raw.begin.markdown
3235+ | ^^^^^^^ - punctuation
3236+ | ^^^^^^ punctuation.definition.raw.end.markdown
3237+ | table with | ` multiple ` code ` spans ` ) |
3238+ | <- punctuation.separator.table-cell
3239+ | ^ punctuation.separator.table-cell
3240+ | ^^^^^^^^^^ markup.raw.inline
3241+ | ^^^^^^ - markup.raw.inline
3242+ | ^^^^^^^ markup.raw.inline
3243+
3244+
3245+
31983246` | ` this ` | ` example ` | ` is not a table ` | `
31993247| ^ punctuation.definition.raw.end - meta.table
32003248| nor is this | because it is not at block level, it immediately follows a paragraph |
@@ -3251,15 +3299,6 @@ not a table |
32513299| `test | me |
32523300|^^^^^^^^^^^^^ meta.table.markdown-gfm - markup.raw
32533301| ^ punctuation.separator.table-cell
3254- | ` ` | ` me ` |
3255- | <- meta.table.markdown-gfm punctuation.separator.table-cell.markdown
3256- | ^^^ meta.table.markdown-gfm markup.raw.inline.markdown
3257- | ^ punctuation.definition.raw.begin.markdown
3258- | ^ punctuation.definition.raw.end.markdown
3259- | ^ punctuation.separator.table-cell
3260- | ^^^^^^ markup.raw.inline.markdown
3261- | ^ punctuation.definition.raw.begin.markdown
3262- | ^ punctuation.definition.raw.end.markdown
32633302
32643303| table | followed by
32653304paragraph
@@ -8588,11 +8627,11 @@ foo = 1 + 2 * \sqrt{a^2+b^2}
85888627| ^^^^^^^^^ meta.group.brace
85898628| ^ punctuation.definition.group.brace.begin
85908629| ^ variable.other.math
8591- | ^ keyword.operator
8630+ | ^ keyword.operator, punctuation.separator.superscript
85928631| ^ constant.numeric
85938632| ^ keyword.operator
85948633| ^ variable.other.math
8595- | ^ keyword.operator
8634+ | ^ keyword.operator, punctuation.separator.superscript
85968635| ^ constant.numeric
85978636| ^ punctuation.definition.group.brace.end
85988637$$
0 commit comments