hackmdio / hackmdio/vscode-hackmd
Mathjax makes the closest bullet point disappears
- Lingua principale
- TypeScript
- Stelle
- 175
- Fork
- 19
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
For example I have a markdown file:
```md
1. First point
2. Second point
3. Third point
4. Fourth point
$$
y=ax+b
$$
5. Fifth point
```
> What I expected to see:
> 
> What actually rendered:
> 
I've tried different combinations of indentation and I find out that this markdown renders what I expected:
```md
1. First point
2. Second point
3. Third point
4. Fourth point
4.
$$
y=ax+b
$$
5. Fifth point
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.