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
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 