Try enclosing what you want to typeset in {% katex inline %} ... {% endkatex %} instead of $ ... $, $$ ... $$, \[ ... \], or \( ... \). Only some of LaTeX's capabilities are available on DEV, but they should suffice for your purposes here.
Alternatively, you can "Place your mathematical expression within a KaTeX liquid block" using the syntax {% katex %} ... {% endkatex %} (though I don't recall testing this myself).
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I skimmed through your post on your personal website, it's beautifully formatted. Why doesn't math rendering work correctly here?
I am still figuring out how to do this Dev. I have control over my site, I can add plugins. I am not sure how in Dev.to
Try enclosing what you want to typeset in
{% katex inline %} ... {% endkatex %}instead of$ ... $,$$ ... $$,\[ ... \], or\( ... \). Only some of LaTeX's capabilities are available on DEV, but they should suffice for your purposes here.Alternatively, you can "Place your mathematical expression within a KaTeX liquid block" using the syntax
{% katex %} ... {% endkatex %}(though I don't recall testing this myself).