jupyter / jupyter/notebook

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

Open
#7,697 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.