Assuming following code part in md file :
Some equation here
\begin{equation}
x = y
\end{equation}
where $x$ is something important
In tex file I should get same result without any new line after equation block. Because it's breaking identation rules used in latex. And no, \noindent[ #894] is not a solution, because it ridiculous.