Replies: 2 comments
-
Thanks for pointing this out! Addressed here: d39c977 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Awesome, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Transitioning from RMarkdown, it took me ages to understand that the labels for figures always need to have the prefix
fig-
for the figure numbering to workThis works:
This does not:
I was treating the labels similar to chunk labels in RMarkdown, and although the examples use the prefix throughout, the top paragraph on the docs only mentions a unique label, not a unique label that is prefixed with
fig-
:It is somewhat mentioned in the "note" box below, but imho this is too low down in the text. Maybe the latter sentence could be amended with "requires a label (unique identifier prefixed with
fig-
) and caption..."?Beta Was this translation helpful? Give feedback.
All reactions