I want to align equations in an align* environment, that are on different \items of an itemize environment. Here is my MWE:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{itemize}
\item First item with equation:
\begin{align*}
a+b+c+d &= e,\\
1+2+3+4 &= 5.
\end{align*}
\item Second item without equation.
\item Third item with equation, that should be aligned with the equation
of the first item:
\begin{align*}
x &= x, \\
3 &= 3.
\end{align*}
\end{itemize}
\end{document}


\itemmay appear in\intertextor even\shortintertext. – Wauzl Dec 07 '15 at 21:47