in markdown renderer: make priority of code or math quotation to be grater than of table separator
Open
bug
- Dominant language
- Jupyter Notebook
- Stars
- 13.3k
- Forks
- 5.8k
- Avg merge
- 6d 11h
- Merged PRs (30d)
- 7
Description
### 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` |
| ------ | ----- |
| | |
Contributor guide
Assessment
This issue has not been assessed yet.