[Bug]: LaTeX in chat is broken: display math renders twice and unstyled, inline $...$ does not render
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Aptitud para principiantes
- 70/100
Línea de trabajo
Start with the math plugin's getStyles() entry point and inspect the generated index-.css and terminal-.css assets in the 0.1.35 build. Verify how KaTeX CSS and font files are included, then reproduce display and inline formulas to confirm each display renders once with styling and inline math is no longer literal text.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
GUI version
0.1.35
Operating system
Linux (Debian/Ubuntu)
Reproduction steps
- Send a single display formula, e.g.
$$x = \frac{a}{b}$$
or a message with several formulas (fractions, integrals, aligned blocks), e.g.$$e = mc^2$$. - Also send inline math, e.g.
$x^2$. -
- Display formulas appear twice. In the minimal repro (a single
$$x = \frac{a}{b}$$) the first copy shows the fraction stacked, but small and unstyled, immediately followed by a second copy using plain characters. - Inline math is not rendered at all:
$x^2$stays as literal text.
- Display formulas appear twice. In the minimal repro (a single
Expected behavior
Each formula should be rendered only once, using a better style.
Actual behavior
Display math parses and renders, but the output is doubled and visually broken; inline math does not render at all.
AI analysis
Doubling: looking at the installed 0.1.35 build, the likely cause is the KaTeX stylesheet. The renderer ships only index-.css and terminal-.css and neither contains any .katex rules — katex.min.css appears nowhere in the app. KaTeX emits both HTML and a MathML fallback; the stylesheet is what normally hides the MathML and lays out the HTML. Without it, both outputs are visible: the native MathML copy renders on top, and the HTML copy collapses into a run of unstyled characters next to it.
Inline: $x^2$ stays as literal text.
Suggested fix: bundle katex.min.css together with the KaTeX font files (KaTeX_Main, KaTeX_Math, KaTeX_Size*) — neither is in the 0.1.35 build (only the Geist UI fonts ship). The math plugin already declares the stylesheet via getStyles() -> "katex/dist/katex.min.css", but it never reaches the build.
Screenshots, recordings, or sanitized logs
Safety check
- I removed credentials and private project information from this report.
- Lenguaje dominante
- Shell
- Estrellas
- 80
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de CommandCodeAI/desktop
-
enhancement
Dificultad 2/5 1-3 horas Aptitud para principiantes 68/100
CommandCodeAI/desktop#94 ·
-
enhancement
Dificultad 2/5 1-3 horas Aptitud para principiantes 68/100
CommandCodeAI/desktop#66 · 1 comentario · 2 reacciones ·
-
enhancement
Dificultad 4/5 3-5 días Aptitud para principiantes 45/100
CommandCodeAI/desktop#104 ·
-
bug
Dificultad 3/5 1-2 días Aptitud para principiantes 58/100
CommandCodeAI/desktop#102 ·
-
bug
Dificultad 3/5 1-2 días Aptitud para principiantes 62/100
CommandCodeAI/desktop#101 ·
Todos los issues de CommandCodeAI/desktop
Issues similares
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 90/100
danielmiessler/LifeOS#2218 ·
-
docs(agents): strengthen the no-backslash-escaped-backticks rule with an issue-creation example Abierto
Dificultad 1/5 Menos de una hora Aptitud para principiantes 92/100
-
Update ghgrab to 2.1.0 Abiertopackage-update
Dificultad 2/5 1-3 horas Aptitud para principiantes 76/100
oSoWoSo/vOid_Community_repOsitory#148 · 1 comentario ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 68/100
-
chore
Dificultad 1/5 Menos de una hora Aptitud para principiantes 91/100
alunduil/alunduil-chezmoi#792 ·