Motivation
When I use math mode inside of itemize environments for multiline equations, I have to do something like the following
...
\begin{itemize}
\item $\begin{aligned}[t]
equation stuff
\end{aligned}$
...
\end{itemize}
...
Question
How can I wrap the two components $\begin{aligned}[t] and \end{aligned}$ into a new symbol, e.g. §? I'd like to write the above example as
...
\begin{itemize}
\item §equation stuff§
...
\end{itemize}
...
It is favorable for the solution to be robust.
(It is not required for the new symbol to be §.)

\mleqdefined as\newcommand\mleq[1]{$\begin{aligned}[t] #1 \end{aligned}$? – Herr K. Aug 21 '13 at 15:19\,space at the beginning of thealignedenvironment? – Qrrbrbirlbel Aug 21 '13 at 19:32aligned? What do you propose instead? – Henri Menke Aug 23 '13 at 13:51arraysolution). As you can see in the numerous linked references you will just to insert a\!. – Qrrbrbirlbel Aug 24 '13 at 05:14