Closed PrinOrange closed 3 weeks ago
@PrinOrange is attempting to deploy a commit to the timlrx's projects Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
tailwind-nextjs-starter-blog | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 3, 2024 8:55am |
Fix looks good to me, thanks.
For example, we have the origin webpage, with formulas
But if I want to translate them into another language(for example, Korean-language) with Chrome translating-tools, the irrelevant Latin character symbols in KaTeX formulas would also be recognized and translated by mistake, and it would breaks the article layouts.
So I use the plugin rehype-katex-notranslate, which could tell apart symbols from formulas and sentences and add
translate="no"
property for formula blocks, so as to prevent formula symbols to be wrongly translated.After effect: