electrocampbell
electrocampbell
Hey @longseespace, thank you! The short answer is yes. Long answer: There's a branch I've been working on called `background-image` (I've pushed it up) that gets rid of the `ImageRenderer`...
This may be fixed with version 1.3.1. I was able to get it added to a Playgrounds application and have it refreshed. I will keep looking into it more, but...
This looks to be an error with the underlying [MathJaxSwift](https://www.github.com/colinc86/MathJaxSwift) package. When I attempt to render that string with the package, I get a MathJax error from the JS conversion...
The view needs to be able to measure/calculate the current font's x-height to correctly size the characters inside of the rendered LaTeX SVG. To do that, the view must use...
Thank you for your feedback! This is fixed in PR #52 by adding support for inline math with parentheses. It's in develop and will go out with the next release.