jianzhongli / MathView

A library for displaying math formula in Android apps.
Apache License 2.0
1.01k stars 189 forks source link

Left align math mode equation? #43

Open peternofelt opened 7 years ago

peternofelt commented 7 years ago

When rendering in math-mode (using $$), the rendered output defaults to center alignment.

For example try: "$$\sqrt{100}$$"

How can content rendered in math mode be left aligned?

vikashbhr commented 5 years ago
" add style **font-align: left**. It will work.
garayevfarid12 commented 3 years ago
" add style **font-align: left**. It will work.

it doesnt work. normally i cant wirte font-align it gives error. i tried to copy and paste your style example but it doesnt change align of formula. Can you help