Does Write.as support inline MathJax code?

Does the Write.as implementation of MathJax support inline code, i.e. LaTeX code enclosed between $ characters that renders inline within the text paragraph it appears in? This is an example of inline code: $y = f(x)$.

It would seem inline MathJax is not supported.

By the way, this Discourse server is not configured to render LaTeX math.

For inline MathJax/LaTeX, write.as/writefreely does not work with $, you need to use \\( and \\) instead of $

See toward the bottom of this page where inline MathJax is written using \\( and \\)

1 Like

Doh, thanks @bugbuster!

For anyone mass migrating their old posts, Iā€™m cooking up a few regex you can use to turn all the $ into \\( and \\) pairs while ignoring $$ ... $$ patterns

My blog is this one for reference, so far so good :sweat_smile: