Layouts for blocks #1508
Unanswered
andrewpbray
asked this question in
Q&A
Replies: 1 comment
-
If I am not mistaken those layout options are for knitr cell outputs not div blocks as in your example. Multiple columns are described in the following page (and some other places, you can search in the website for "multiple columns"): https://quarto.org/docs/presentations/index.html#multiple-columns |
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.
-
While reading through the docs at Guide >> Authoring >> Figures, I came across the different layout attributes that can be specified. At the end of the section, it mentions that these layouts work for any block element - that's great.
That made me turn to the reference section to find the list of all of the different layouts and their options / specs. The only one I could find was in Code Cells > knitr > Panel Layout. In that section there is mention of
layout-align
. I tried using this on a block element but it didn't quite work.Is this is a bug/oversight or is
layout-align
just meant to be a cell attribute? Would it make sense to make a separate reference section for the layouts that work on block elements?Beta Was this translation helpful? Give feedback.
All reactions