Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
2.5k views
in Plugins by

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?

by
What text do you input in the post that results in that output using the markdown editor? Can you please, post a link to your site?
by
I'm using Mathjax.

1 Answer

0 votes
by

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.

...