Skip to content

fix: README inline LaTeX not rendering#2

Open
sebbyjp wants to merge 1 commit intomainfrom
fix/readme-inline-latex
Open

fix: README inline LaTeX not rendering#2
sebbyjp wants to merge 1 commit intomainfrom
fix/readme-inline-latex

Conversation

@sebbyjp
Copy link

@sebbyjp sebbyjp commented Mar 2, 2026

GitHub's bare $...$ inline math delimiters are unreliable and often render as raw text. This PR converts all inline math to the backtick-dollar syntax ($\...`$`) which GitHub reliably renders.

Block math ($$...$$) is unchanged.

GitHub's $$...$$ block math often fails to render (especially on mobile).
Converted all block equations to ```math fenced code blocks which render
reliably across GitHub web and mobile. Inline $...$ math kept as-is.
@sebbyjp sebbyjp force-pushed the fix/readme-inline-latex branch from abdaa21 to 43c77f0 Compare March 2, 2026 18:43
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.

2 participants