File tree 2 files changed +2
-1
lines changed
src/project/types/website/util
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ All changes included in 1.8:
11
11
### ` website `
12
12
13
13
- ([ #12551 ] ( https://github.com/quarto-dev/quarto-cli/pull/12551 ) ): Improve warning issued when ` aliases ` would overwrite an existing document.
14
+ - ([ #12616 ] ( https://github.com/quarto-dev/quarto-cli/issues/12616 ) ): find SVG images in image discovery for listings.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { getDecodedAttribute } from "../../../../core/html.ts";
14
14
15
15
const kPreviewImgClass = "preview-image" ;
16
16
const kNamedFilePattern =
17
- "(.*?(?:preview|feature|cover|thumbnail).*?(?:\\.png|\\.gif|\\.jpg|\\.jpeg|\\.webp))" ;
17
+ "(.*?(?:preview|feature|cover|thumbnail).*?(?:\\.png|\\.gif|\\.jpg|\\.jpeg|\\.webp|\\.svg ))" ;
18
18
const kNamedFileRegex = RegExp ( kNamedFilePattern , "l" ) ;
19
19
20
20
export function findDescription ( doc : Document ) : string | undefined {
You can’t perform that action at this time.
0 commit comments