You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes the entirety of math-heavy pages unreadable.
I had to disable math rendering. Inline math should be rendered but kept inline. Only math blocks should fit the entire width of the screen.
Here's an example without/with the renders:
The text was updated successfully, but these errors were encountered:
I will have to find a way to differentiate between inline and block math in the text returned by the Wikipedia API, this should be possible and I did plan to implement this when I first implemented math rendering.
Also, it seems you're using a smaller font size, is it the case? Because the rendered math looks jarringly large. I think I'll also add a factor to scale the expression image based on the text size so that it doesn't look huge.
Thanks for the suggestion and for using my app! :)
This makes the entirety of math-heavy pages unreadable.
I had to disable math rendering. Inline math should be rendered but kept inline. Only math blocks should fit the entire width of the screen.
Here's an example without/with the renders:
The text was updated successfully, but these errors were encountered: