Skip to content

fix: escape inline subscripts on Steiner ratio constant page#112

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

fix: escape inline subscripts on Steiner ratio constant page#112
Chessing234 wants to merge 1 commit into
teorth:mainfrom
Chessing234:fix/43a-latex-underscore

Conversation

@Chessing234

@Chessing234 Chessing234 commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

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

Root cause

The description line packs several inline math fragments with subscripts ($C_{43}$, $L_S(V)$, etc.). Kramdown treats _ as Markdown emphasis, so the constant definition renders as garbled HTML instead of mathematics.

Fix

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

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