How to resize font in MarkDown editor?
I use markdown editor for writing mathematical equations. But the font size is too big!
How can I change the size?
I don't know much about Mathjax but it seems fairly simple according to this link: http://www.mathjax.org/demos/scaling-math/
If you take a look at the HTML you'll see this:
That number is what you need to change. It is the font-size of the container of all the Mathjax components.
Alternatively, you could try applying that CSS to the .MathJax class or maybe to .MathJax_Display too.
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.