-
DescriptionHello, This should be a quick question but I was not able to find a reply. Sometimes. when rendering a qmd to html, the "Figure X. " part is missing from the figure caption. The caption text is there and is correct, but the initial figure and number is not there. What determines this behavior, so that I can fix my document? Last time this happened I had realized I had not included a I guess there is something obvious I am missing but I can't figure it out. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Well, I just figured it out. Label must start with
|
Beta Was this translation helpful? Give feedback.
This is described here: https://quarto.org/docs/authoring/cross-references.html ("Note that cross reference identifiers must start with their type (e.g.
fig-
ortbl-
).")