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
insert next text
| `\bigg|_1^2` | $\bigg|_1^2$ |
| ------ | ----- |
| | |
rendered table with fields \bigg|_1^2 and $\bigg|_1^2$
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`
Why?
And what about code blocks?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.