Make priority of code or math quotation to be grater than of table separator

steps to reproduce:

insert next text

| `\bigg|_1^2` | $\bigg|_1^2$ |
| ------ | ----- |
|        |       |

expected behavior:

rendered table with fields \bigg|_1^2 and $\bigg|_1^2$

actual behavior:

It continues to be displayed as inserted text

If I insert next text:

| `\bigg|_1^2` |
| ------ | ----- |
|        |       |

I get:

`\bigg _1^2`

– table with field `\bigg and field _1^2`

1 Like

Why?
And what about code blocks?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.