I would like to be able to use (equation) alignment inside a simple in-line $...$ environment.
Of course, normally nobody does this, when this is properly done with the standalone equation environments. However, some text editors support limited simple LaTeX rendering, and they may only support the basic in-line math environment $...$ and not recognise more complex (standard) environments like \begin{equation}...\end{equation}. So it would be really nice and useful if this can be done somehow.
In my case, I am specifically using stackedit.io. It does not recognise the equation environment, just $$ apparently.
alignedinside of a$...$math environment. – Steven B. Segletes May 30 '19 at 13:54$\begin{aligned} a&=b\\...\end{aligned}$– David Carlisle May 30 '19 at 14:40