referring to Callout blocks in text #4862
Replies: 2 comments 2 replies
-
There currently isn't a way to use callouts in crossrefs, unfortunately. I'm going to open an issue to track this as an enhancement for 1.4. We'll be remaking crossrefs entirely. I'm not sure we'll be able to pull it off, but it's an interesting idea.
I'm not sure what you mean; quarto does offer callout rendering in word and pdf formats. Do you mean in rmarkdown? In that case, yes, I think callouts aren't supported in rmarkdown. |
Beta Was this translation helpful? Give feedback.
-
Frankly, I have not tested it. But one possible solution is to have i. Python cell inside the callout block, ii. label the block with #| label: and iii. try to reference it in the text. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I am writing my thesis in rmarkdown, but would like to do some definitions in boxes. Quarto seems a good way to do this, using the callout blocks. Is there a way to refer to the blocks 'in text'. For example 'for definition, see block 1'? Or even better, a way to save the block, and bring it into my rmarkdown file where the rest of my thesis is?
Callouts in markdown don't knit to word and pdf nicely :(
link for the callout block
Beta Was this translation helpful? Give feedback.
All reactions