How to make a figure caption in Rmarkdown?
问题 I am thinking about writing my thesis with rmarkdown and latex. I'm getting the hang of how it all works, however, when I try to add a figure (not an R plot) to the text and render it to pdf, the caption and in-text reference dissappear. This is the code snippet I use to add a figure: --- title: "Untitled" output: pdf_document --- see figure \ref{fig1}. ![picture \label{fig1}](figure1.png) This is what knitr creates: This is what pandoc creates: Question: How do I make figure captions and in