I noticed that pandoc does not properly number the equations when converting latex sources into (e.g.) HTML or docx.
For example:
\documentclass{article}
\begin{document}
\begin{equation}
x=1
\end{equation}
Text
\end{document}
gives a correct conversion of the equation but no equation number is shown.
This problem was already discussed in the past but the question is quite old and maybe the answers, even the most recent, do not reflect the most recent developments of pandoc. The proposed solutions, even if effective, are not completely straightforward, so I am asking if there are more recent advancements in pandoc that can be exploited to solve the problem more easily.