Skip to content

Commit e3c7685

Browse files
authored
Merge pull request #11238 from quarto-dev/revealjs/svg-logo
2 parents cf4e951 + 9c4e6c6 commit e3c7685

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

news/changelog-1.6.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ All changes included in 1.6:
5252
- ([#9999](https://github.com/quarto-dev/quarto-cli/issues/9999)): Fix spacing problems of different size elements in columns.
5353
- ([#11146](https://github.com/quarto-dev/quarto-cli/issues/11146)): Fix issue with slide created with `---` and having no title showing up in TOC. Now they don't show up as slide created with empty header e.g. `## `.
5454
- ([#7142](https://github.com/quarto-dev/quarto-cli/issues/7142)): Fix issue in slides with `incremental: true` not working as expected when `code-annotation: hover` or `code-annotation: select`.
55+
- ([#9803](https://github.com/quarto-dev/quarto-cli/issues/9803)): Using url for `logo` to an online svg is now working correctly with `embed-resources: true`.
5556

5657
## `typst` Format
5758

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Revealjs logo svg
3+
format:
4+
revealjs:
5+
logo: https://raw.githubusercontent.com/mcanouil/hex-stickers/main/SVG/rlille.svg
6+
embed-resources: true
7+
_quarto:
8+
tests:
9+
revealjs:
10+
ensureHtmlElements:
11+
- ['img.slide-logo']
12+
- []
13+
---
14+
15+
## Slide
16+
17+
This is a playground for Quarto.
18+
19+
![An image](https://placehold.co/600x400.png)

0 commit comments

Comments
 (0)