How do I specify for a figure/table to be unnumbered? #4287
Unanswered
meryltheng
asked this question in
Q&A
Replies: 1 comment
-
Because of Cross References, figures and tables must be numbered. This is similar to Pandoc's default behaviour: The minimal working example
produces
If you want to have unnumbered figures, you should try "regular inline image": The minimal working example, that includes a nonbreaking space in the form of
produces
Please give a try. |
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.
-
Is this possible? I understand I can do it with Section headers with {.unnumbered}. It does not seem to work with figures and tables.
Beta Was this translation helpful? Give feedback.
All reactions