Feature Request: Allow specification of column width for output-location: column
in Revealjs
#4256
pmagwene
started this conversation in
Feature Requests
Replies: 1 comment
-
I love this |
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.
-
Currently, the code output location option (
output-location
) in Revealjs creates two equally sized columns for code and corresponding output.This often creates a sense of spatial imbalance when the output isn't nearly as wide as the code that produced it (a frequent occurence in my teaching examples).
It would be nice to be able to specify the relative width of the output column, perhaps using the same percentage based syntax as the multiple columns option.
Proposed syntax:
Beta Was this translation helpful? Give feedback.
All reactions