I am writing equations in wikidocs using markdown and latex. I tried to align the equations along the equal sign but I can't find the solution. The following is the latex that I wrote currently.
$$\begin{align}
Then,\ (x+z)+t & = x+(z+t)\ (\because Rule2) \\
& = x+0_V \\
& = x\ (\because Rule3) \\
\end{align}$$
The following is the resulted equation on the wikidocs. I found this link R Markdown Math Equation Alignment, but I still don't know what the problem is. Could you help me please?