How to Align to the Center / Middle a Code Generated Figure #3513
Unanswered
RoyiAvital
asked this question in
Q&A
Replies: 0 comments
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 a Reveal.JS presentation I have a code which generate a figure:
I want the figure to appear of the center of page.
I tried using:
#| fig-align: center
yet it nothing.It seems the actual figure is wrapped in
<p>
element hence the<div>
above it doesn't affect it.So the following had no effect:
Any other idea?
Beta Was this translation helpful? Give feedback.
All reactions