HTML Editor with Math Formulae Support

Custom Code

I am migrating my web app to FlutterFlow. In my current app implementation, some forms have an HTML editor where users can enter comments and remarks, which are then sent to my API back end for saving.

Currently, I use CKEditor with the WIRIS plug-in to allow users to enter equations. I also include script links for MathJax cdn to display the equations. While I migrate my app to FlutterFlow, I can consider an alternative HTML editor if it has some means for the user to enter equations.

Can someone point me in the right direction regarding how I can achieve this in FlutterFlow?

What have you tried so far?

I have tried searching the web and looking at videos on implementing HTML editors.

Did you check FlutterFlow's Documentation for this topic?
No