Skip to content

fix: escape inline subscripts on Hadwiger constant page#111

Merged
teorth merged 1 commit into
teorth:mainfrom
Chessing234:fix/39a-latex-underscore
Jun 24, 2026
Merged

fix: escape inline subscripts on Hadwiger constant page#111
teorth merged 1 commit into
teorth:mainfrom
Chessing234:fix/39a-latex-underscore

Conversation

@Chessing234

@Chessing234 Chessing234 commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

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

Root cause

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

Fix

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

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.

2 participants