Closed naxmefy closed 3 years ago
that would be a nice feature.
Normally markdown behaves with "left alignment" but here (except inline) it is forced to use centered
$$ 2(x+5)-7 = 3(x-2) \\ 2x+10-7 = 3x-6 \\ 9 = x $$
You can do that by applying a custom CSS like so in your styles.less:
.katex-display > .katex { text-align: left; }
that would be a nice feature.
Normally markdown behaves with "left alignment" but here (except inline) it is forced to use centered