By default Texts stores inline math in “double dollar” style, which is compatible with GitHub Pages and other popular Markdown implementations.
Here is a famous formula: $$E=mc^2$$.
There is an option to store inline math in “single dollar” style, which has better support in Pandoc.
Here is a famous formula: $E=mc^2$.
Execute the following command in Terminal app.
defaults write io.texts.Texts TSInlineMathStyle single-dollar
Download and install the following file.
inline-math-style-single-dollar.reg
Please contact support@texts.io if you have any questions.