Davide P. Cervone
Davide P. Cervone
The example I have above uses SVG output, which should work for you. If you want to use HTML-CSS, then you have to change `TeX-AMS_SVG` to `TeX-AMS_HTML`. It looks like...
You may want to consider adding the "Safe" extension to your configuration, which can be used to limit the styles that can be applied and the class names that can...
Others will have to tell you that -- I don't use it myself. But certainly [this file](https://github.com/kasperpeulen/discourse-mathjax/blob/master/assets/javascripts/initializers/mathjax.js.es6) would be one place it could be done.
Well, for the Safe extension, you can get that in another way: by adding ",Safe" after the configuration file name, e.g., "TeX-AMS-MML_HTMLorMML,Safe", though you will have to take the default...
@kasperpeulen, yes, that would work.
Thanks for the report. The easiest solution is to set the `mtextInheritFont` option to `true` in the `output` block of your configuration: ``` js MathJax = { output: { mtextInheritFont:...
Sorry, I had mistyped `mtextInheritFont` in the first code block above. I have fixed it, so make sure you have the correct version if you use that.
Line breaking support is in v4 (currently in beta release). See the [release notes](https://github.com/mathjax/MathJax-src/releases/tag/4.0.0-alpha.1#linebreaking) from the original alpha release that included it.
This is a duplicate of #2312.
I think you have miscalculated the time; it is only 4 and a half years (the linked issue was opened in October of 2019). Also, line breaking has been in...