Will tbl-pos
be available in YAML header?
#8993
-
DescriptionI have noticed that you can now add format:
pdf:
fig-pos: "!t"
tbl-pos: "!t" I am wondering if that will be a possibility in the future? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I believe this is related to #7665; we'd need to teach knitr about the generalized syntax for crossref options and make sure it's reflected everywhere in the document. Quarto's design around Pandoc attributes makes it in general impossible for us to prevent these kinds of unintended features from happening. If we haven't documented a feature, then it's really more of an accident that it works rather than anything else, and we can't promise that it will work in the future. |
Beta Was this translation helpful? Give feedback.
I believe this is related to #7665; we'd need to teach knitr about the generalized syntax for crossref options and make sure it's reflected everywhere in the document.
Quarto's design around Pandoc attributes makes it in general impossible for us to prevent these kinds of unintended features from happening. If we haven't documented a feature, then it's really more of an accident that it works rather than anything else, and we can't promise that it will work in the future.