Lachlan Mason

Results 7 comments of Lachlan Mason

Possibly related to https://github.com/openai/gym/issues/1841

Would it be possible to modify the Typora app so that additional text can be included after the closing inline delimiter? i.e. I think the current closing inline delimiter must...

+1 : this would be possible if a mathjax config file was exposed to the user. See and

> Yes, they are supported but, if you want to use the corresponding macros, you need to include them in every document you edit. It would we nice if one...

On MacOS `/Applications/Typora.app/Contents/Resources/TypeMark/setting-dist/index.html` still looks like this: ``` ... 171 172 MathJax.Hub.Config({ 173 skipStartupTypeset: true, 174 jax: ["input/TeX", "output/SVG"], 175 extensions: ["tex2jax.js", "toMathML.js"], 176 TeX: { 177 extensions: ["noUndefined.js", "autoload-all.js",...

@Sam-OT you might be able to just paste the fragment above into that html file. Others seem to have done this, cf. https://github.com/typora/typora-issues/issues/3856, but with a different window.html file.