Skip to content

fix: escape inline subscripts on sphere packing constant page#109

Open
Chessing234 wants to merge 1 commit into
teorth:mainfrom
Chessing234:fix/36a-latex-underscore
Open

fix: escape inline subscripts on sphere packing constant page#109
Chessing234 wants to merge 1 commit into
teorth:mainfrom
Chessing234:fix/36a-latex-underscore

Conversation

@Chessing234

@Chessing234 Chessing234 commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes broken LaTeX rendering on constants/36a.html (issue #8).

Root cause

The description line uses inline math $C_{36}=\Delta_4$. Kramdown treats _ as Markdown emphasis, corrupting the math before MathJax runs.

Fix

Escape the subscript underscores (\_), matching #96#108.

Fixes #8

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Latex breaks from underscores.

1 participant