Open
Description
For example:
\begin{equation}
\label{eq:x}
x = 1
\end{equation}
cref:eq:x
Exports correctly to markdown, but:
#+name: eq:x
\begin{equation}
x = 1
\end{equation}
cref:eq:x
exports with a mix of org-generated labels and user-specified labels, which breaks cross-referencing:
\begin{equation}
\label{orgf29908c}
x = 1
\end{equation}
equation \ref{eq:x}
Metadata
Metadata
Assignees
Labels
No labels