hackmdio / hackmdio/vscode-hackmd
Mathjax makes the closest bullet point disappears
- 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:
> 
> 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
```
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