how to change code block height and width in quarto presentation #2073
Unanswered
lizhiwei1994
asked this question in
Q&A
Replies: 3 comments 11 replies
-
One way to achieve this would be to include a custom css file, and then edit the height and width there. Contents of .qmd file:
In the
Rendering the file results in the following: |
Beta Was this translation helpful? Give feedback.
11 replies
-
There is an alternative if you want to make the code chunk and output side by side:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
FYI |
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.
-
I am using quarto to make slides based on revealjs.
I can not find options that can change code block height and width in the Guide.
In the example beleow maybe we can set like this although it is a wrong way.
An example is below.
Beta Was this translation helpful? Give feedback.
All reactions