Some users (like myself) have text outputs that include mathematical equations and notations. LLMs have also been really good at maths and have multiple times output mathematical equations/notations that typebot users will be unable to see on typebot.
I think solution would be inclusion of the library
<script type="text/javascript" src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<p>Here is a mathematical equations example:</p>
[ \int x \cos(x^2) , dx = \frac{1}{2} \int \cos(u) , du = \frac{1}{2} \sin(u) + C = \frac{1}{2} \sin(x^2) + C. ]