Is is possible to number automatic number equations in doxygen markdown documentation?
Example:
page1.md:
This is Equation 1:
\f[
\label{Eq:1}
\bbox[Pearl, 10px,border:1px solid black]
{
\rho = \frac{m}{V}
}
\f]
If I put a \tag{#numberOfTheEquation}
I will get the number.
But has you build the document it is very inconvenient to change every equation number if one inserts a new equation in the middle of the document.
Best Regards!