quarto-dev / quarto-dev/quarto-cli
[revealjs] Allow to use aside in title / section slide
Open
@cderv is already working on this.
Since Feb 2, 2023.
enhancement
revealjs
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Discussed in https://github.com/quarto-dev/quarto-cli/discussions/3708
Originally posted by JosiahParry December 19, 2022
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?
---
title: "title"
format: revealjs
---
# this a title slide
this is a sentence under it
:::{.aside}
here is a note about the title
:::
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.