hackmdio / hackmdio/vscode-hackmd

Mathjax makes the closest bullet point disappears

Abierto
#39 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
TypeScript
Estrellas
175
Forks
19
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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:
> ![image](https://user-images.githubusercontent.com/35174145/100536302-a87ad600-325a-11eb-98c4-860409a2bfda.png)

> What actually rendered:
> ![image](https://user-images.githubusercontent.com/35174145/100536317-bdf00000-325a-11eb-8d72-3107ad11d945.png)

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
```

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Reproduce the issue with the numbered-list Markdown example and compare the expected and actual screenshots. Start by locating the Markdown/MathJax rendering entry point, then verify the fix by confirming the list item remains visible when the indented display equation is present and add a regression test if the project has a relevant test area.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
markdown
Área
frontend
Tipo de issue
Error
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
48/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.