Replies: 2 comments
-
Converting to a discussion on quarto-cli. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Short answer, you can't: a bullet list isn't syntax that's allowed in Quarto captions. You can write more general markdown by using the div syntax for a crossref, like this:
But the content of a Quarto caption needs to be inside a paragraph element, and Pandoc doesn't allow lists inside paragraphs (lists are block elements, and paragraphs can only contain inline elements). |
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.
-
When making a quarto HTML report, I often put my Figure captions in the far right margin. How can I add a Markdown bulletted list to a figure caption using
#| fig-cap:
? Here is my current attempt:Here's the output:
Beta Was this translation helpful? Give feedback.
All reactions