Hi @mmcky ,
I'm not quite sure this issue comes from website or netlify, because website shows an indentation for one sentence but the code indicates an indentation for the next sentence as well.
In this lecture,
an indentation for normal sentence does not work.
The website shows like below,

But the netlify version shows:

In the code:
rst:
The off-diagonal graphs plot the empirical joint distribution of
:math:`k_i` and :math:`k_j` for each pair :math:`(i, j)`.
The darker the blue, the more data points are contained in the corresponding cell. (Note that :math:`k_i` is on the x-axis and :math:`k_j` is on the y-axis).
The contour maps plot the bivariate Gaussian density function of :math:`\left(k_i, k_j\right)` with the population mean and covariance given by slices of :math:`\mu` and :math:`\Sigma` that we computed above.
In netlify,
The off-diagonal graphs plot the empirical joint distribution of
$k_i$ and $k_j$ for each pair $(i, j)$.
> The darker the blue, the more data points are contained in the corresponding cell. (Note that $> k_i$> is on the x-axis and $> k_j$> is on the y-axis).
> The contour maps plot the bivariate Gaussian density function of $> \left(k_i, k_j\right)$> with the population mean and covariance given by slices of $> \mu$> and $> \Sigma$> that we computed above.
Hi @mmcky ,
I'm not quite sure this issue comes from website or netlify, because website shows an indentation for one sentence but the code indicates an indentation for the next sentence as well.
In this lecture,
an indentation for normal sentence does not work.
The website shows like below,


But the netlify version shows:
In the code:
rst:
In netlify,