Support output-location: column in HTML documents
#3151
Closed
maxdrohde
started this conversation in
Feature Requests
Replies: 2 comments 1 reply
-
|
To clarify, I see that this is supported for plots and tables using ExampleOutput |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Closing in favour of #3550 |
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.
-
In the
reveal.jsformat, we can use theoutput-location: columnYAML option to show the output in the column next to the code, instead of the standard location below the code (see: https://quarto.org/docs/presentations/revealjs/#output-location)It seems to me like this is only possible in the
reveal.jsformat. It would be great to have this supported in HTML documents as well.Beta Was this translation helpful? Give feedback.
All reactions