StarsRiver Mathplus extension for flarum,more support. Github Packaginst Install flarum plugin with: composer require starsriver/mathplus Enable plugin in flarum admin panel Follow this rules when writing your math: Just enclose inline math formulas in single dollar signs $ ... $ or use double dollar signs for formulas in a separate line $$ ... $$ In order to enumerate equations use $$ \begin{equation} ... \label{eqEmc} \end{equation} $$ This way one can reference to it by using Eq. \ref{eqEmc}. Use {} with superscript: E=mc^{2} if you want proper superscripts handling by LaTeX. IncludeCommunity
TheBlapse I think it clashes with BBCode When I write different symbols' expression its not working and the expression is but if I write it in code blocks form then it is working Can you fix this or help me why is it doing this!
stimw TheBlapse you cloud use MathRen though there is a small problem when it works with code highlight
TheBlapse stimw when I enable it, my forum crashes 🤣 also can not enable dollars support in it, so can not use it as I need $$, so disabling subscript and superscript is the best option out there I think
Kylo TheBlapse latest version of MathRen supports dollar signs, and shouldn't crash anything. Make sure you're on 1.0.x.
Kylo TheBlapse no, sorry. It won't render any dollar-signed expressions those written before installation.