aside in title is not set aside #3708
Replies: 3 comments 4 replies
-
Changing slide level from 3 to 2 fixed this for me |
Beta Was this translation helpful? Give feedback.
1 reply
-
Currently aside works on content slide and not title /section slide, so using ---
title: "title"
format: revealjs
---
## this a title slide
this is a sentence under it
:::{.aside}
here is a note about the title
:::
I am guessing here you want to add an aside on a title /section slide, right ? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Closing as outdated and in favour of: |
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.
-
When using a title slide in revealjs with a line under it and an aside the aside is in the middle and very much not "aside".
How can this be fixed?
Beta Was this translation helpful? Give feedback.
All reactions