How to make pretty formulas in Retool?

Is it possible to create nicely formatted formulas in Retool? I am familiar with using LaTex in RMarkdown to do this? Thanks in advance!

Ex.

$
f(x) = \beta_0 + \beta_1 x + \beta_2 x^2 + \beta_3 x^3 + \beta_4 (x-\xi)^3_+
$

Hi, welcome to the community.
github markdown is a bit hit and miss for feature support -
you could try an external tool, such as codecogs or sciweaversand link the SVG into the markdown

![\Large x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}](https://latex.codecogs.com/svg.latex?\Large&space;x=\frac{-b\pm\sqrt{b^2-4ac}}{2a})