Skip to content

Commit

Permalink
Adding a test for svg embedding when used in logo
Browse files Browse the repository at this point in the history
related to #9803
  • Loading branch information
cderv committed Oct 29, 2024
1 parent cf4e951 commit 0e3213b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tests/docs/smoke-all/2024/10/29/9803.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Revealjs logo svg
format:
revealjs:
logo: https://raw.githubusercontent.com/mcanouil/hex-stickers/main/SVG/rlille.svg
embed-resources: true
_quarto:
tests:
revealjs:
ensureHtmlElements:
- ['img.slide-logo']
- []
---

## Slide

This is a playground for Quarto.

![An image](https://placehold.co/600x400.png)

0 comments on commit 0e3213b

Please sign in to comment.