Skip to content

fix: escape inline subscripts on Ihara constant page#113

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

fix: escape inline subscripts on Ihara constant page#113
teorth merged 1 commit into
teorth:mainfrom
Chessing234:fix/33a-latex-underscore

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Summary

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

Root cause

The title and description use inline math with unescaped subscripts ($\mathbf{F}_2$, $C_{33}$, $\mathbb{F}_2$). Kramdown treats _ as Markdown emphasis, corrupting the math before MathJax runs.

Fix

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

Fixes #8

Test plan

  • Verify constants/33a.html renders F_2 and C_{33} correctly on GitHub Pages

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
@teorth teorth merged commit fa90cdf into teorth:main Jun 24, 2026
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