Skip to content

in markdown renderer: make priority of code or math quotation to be grater than of table separator #7697

@FeelUsM

Description

@FeelUsM

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
| \bigg|_1^2 | $\bigg|_1^2$ |
| ------ | ----- |
| | |

If I insert next text:

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

I get:

`\bigg _1^2`

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions