Trouble aligning equations to the left
Trouble aligning equations to the left
Hello, currently studying calculus and taking notes in Obsidian using the Latex Suite plugin, highly recommended plugin!
However, i am struggling to align the equations in a $$ ... $$
block to the left.
Tried to make a snippet like this :
css
div.math mjx-container[jax="CHTML"][display="true"] { display: block; text-align: left; }
But to no success. Any pointers to where i am going wrong?