saicaca / fuwari

✨A static blog template built with Astro.
https://fuwari.vercel.app
MIT License
1.43k stars 330 forks source link

Using $ symbols in posts breaks in posts #202

Closed davidvkimball closed 1 month ago

davidvkimball commented 1 month ago

Here's an example of me using a dollar sign in a blog post:

image

I'm honestly not sure why it happens.

As a temporary fix, I wrap dollar amounts like this: $24.

image

Any idea why this would occur and what should be done to fix it?

SnowAgar25 commented 1 month ago

LaTeX inline math mode. You can use backslashes to escape them.

image image