Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions tests/docs/smoke-all/2024/10/16/8012.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
format: revealjs
_quarto:
tests:
revealjs:
ensureHtmlElements:
- ['section:nth-child(2)#python-slide > h2']
- ['section#title-slide', 'section#title-slide > h1.title']
ensureFileRegexMatches:
- ['Custom title[\s\S]+Python slide']
- ['Python slide[\s\S]+Custom title']
engine: jupyter
---

##

Custom title slide desired here with custom content and no slide title

There should be no title slide in this presentation, and Python slide should be after this slide.

rendering through ipynb shouldn't promote title in a way that it messes the slide order.

## Python slide {#python-slide}

```{python}
print(2+2)
```
7 changes: 7 additions & 0 deletions tests/new-smoke-all-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ _quarto:
ensureFileRegexMatches:
- []
- []
revealjs:
ensureHtmlElements:
- []
- []
ensureFileRegexMatches:
- []
- []
latex:
ensureFileRegexMatches:
- []
Expand Down
7 changes: 7 additions & 0 deletions tests/new-smoke-all-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ _quarto:
ensureFileRegexMatches:
- []
- []
revealjs:
ensureHtmlElements:
- []
- []
ensureFileRegexMatches:
- []
- []
latex:
ensureFileRegexMatches:
- []
Expand Down
Loading