Skip to content
Merged
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
8 changes: 5 additions & 3 deletions tests/docs/smoke-all/2023/04/04/issue-5084.qmd
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
---
format:
html:
embed-resources: true
embed-resources: true
resource-path: ["dummy"]
_quarto:
tests:
html:
ensureHtmlElements:
- ['img[src^="data:image/png;base64"]']
- ['img[src^="temp.png"]']
revealjs:
ensureHtmlElements:
- ['img[data-src^="data:image/png;base64"]']
- ['img[data-src^="temp.png"]']
---

# show the plot
Expand Down