Inline Math Style

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

Mac OS X

Execute the following command in Terminal app.

defaults write io.texts.Texts TSInlineMathStyle single-dollar

Windows

Download and install the following file.

inline-math-style-single-dollar.reg

 

Please contact support@texts.io if you have any questions.