Skip to content

fix: escape inline subscripts on diagonal Ramsey constant page#105

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

fix: escape inline subscripts on diagonal Ramsey constant page#105
Chessing234 wants to merge 1 commit into
teorth:mainfrom
Chessing234:fix/17a-latex-underscore

Conversation

@Chessing234

Copy link
Copy Markdown
Contributor

Summary

  • Unescaped _ in $C_{17}$, $K_n$, and $K_k$ on the definition line of constants/17a.md.

Root cause

Same Kramdown emphasis bug as #8. PR #11 fixed constants/17.md; after the split to 17a.md the subscripts were no longer escaped, breaking the Ramsey-number definition on the site.

Fix

Use \_ in inline math, matching #96#100.

Test plan

  • constants/17a.html renders $K_n$ and $K_k$ correctly

Made with Cursor

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.

1 participant