How to add Mathematical symbol on RichTextLabel?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By zeroasw00

I am making quiz type game about math, science, and high school related subject. Is there a way to add math symbol like fraction dx/dy or [integral] f(x) dx?
integral f(x) dx

Is that possible using godot richtextlabel? if possible how to do it?
my alternative solution is using picture to represent problem or solution to this Quiz Game.

:bust_in_silhouette: Reply From: Calinou

RichTextLabel doesn’t support mathematical expressions in the form of LaTeX/MathJax. You will need to use images instead (which can be PNG or SVG for this purpose).