I'm trying to write out a series of math equations inline in Jupyter. I've written the following in my markdown:
Solution:
$x_1 = -8$
$x_2 = 3$
The problem is that this displays much like it does in StackOverflow, with a space in between. Is there a way to display those as a single-spaced entity, rather than double-spaced? I'd rather them be left-aligned, so I don't want to double up the $$
.