-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Rendering some math equations using below code but not able to adjust the width of content as its displaying content out of the screen bounds
<MathJaxSvg fontSize={15} color="#000">
{`<p>\\(\\frac{1}{2}(x+2)\\sqrt{x^2+4x+6} - 2 \\log |x+2+\\sqrt{x^2+4x+6}| + C\\)</p>`}
</MathJaxSvg>
Can someone help me how can I display content in multiple lines if it exceeds screen size. I tried using font style, view style, binding MathJaxSvg inside a view with bounded width but not able to fix this.
Metadata
Metadata
Assignees
Labels
No labels