Hello! How can I use figure placement specifiers with Markdown, e.g. [p] for special place? When converting from Markdown to PDF the figure with the code below is rendered properly, however it is missing when converting to Word (docx). \begin{figure}[p] \includegraphics[width=\linewidth]{../assets/img/nf-rewards-2-alert.png} \caption{An alert protocol's electrode location (left)...} \label{fig:nf-alert} \end{figure} This works: ![An alert protocol's electrode location (left) ....](../assets/img/nf-rewards-2-alert.png){#fig:nf-alert} But I'd like to keep the [p] in for when I make PDFs. The terminal says this: Undefined cross-reference: fig:nf-alert Thanks! k -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/b4e6a305-f42f-4de3-8acc-4cebf83ed9ebn%40googlegroups.com.