HermanMartinus / bearblog

Free, no-nonsense, super fast blogging.
MIT License
2.36k stars 73 forks source link

underbrace renders naively #291

Closed OfekShochat closed 3 days ago

OfekShochat commented 2 weeks ago
\underbrace{G + \ldots + G}_{\text{n times}}

renders as (on mobile; on my machine it doesn't recognize the character): Screenshot_20240617-134540

OfekShochat commented 3 days ago

posted it here because this was fixed in this commit which was committed after 3.64.0 was released. I can post a pr, if you want (although I didn't see there's CI, so manual testing is needed...?)

HermanMartinus commented 3 days ago

I've just bumped the version up to 3.77.0

Give it a spin and close the issue if everything looks good to you :)

OfekShochat commented 3 days ago

Works! Thanks