Skip to content

Commit f8c7121

Browse files
committed
chore(ci): upstream update
1 parent f97ee0d commit f8c7121

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="apple-mobile-web-app-capable" content="yes" />
6-
<meta name="generator" content="slidesdown 1.2.2" />
6+
<meta name="generator" content="slidesdown 1.2.3" />
77
<link href="https://slidesdown.github.io" rel="canonical" />
88
<meta content="Slidesdown" property="og:title" />
99
<meta content="Presentations at the speed of Markdown" name="description" />

plugin/slidesdown.js

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -43,31 +43,11 @@ const SANITIZE = (string) =>
4343
ADD_TAGS: [
4444
"#comment", // comments are vital for configuring revealjs
4545
"foreignObject", // unfortunately some mermaid diagrams use it, despite being a potential security risk: https://github.com/cure53/DOMPurify/issues/469
46+
"iframe", // allow iframes
4647
],
4748
ADD_ATTR: [
4849
"target",
4950
],
50-
CUSTOM_ELEMENT_HANDLING: {
51-
tagNameCheck: (tagName) =>
52-
[
53-
"fa-i",
54-
"flex-box",
55-
"v-box",
56-
"h-box",
57-
"grid-box",
58-
"columns-2",
59-
"columns-3",
60-
"columns-4",
61-
"columns-5",
62-
"columns-6",
63-
].includes(tagName),
64-
attributeNameCheck: (name) =>
65-
[
66-
"class",
67-
"style",
68-
"styles",
69-
].includes(name),
70-
},
7151
},
7252
);
7353

0 commit comments

Comments
 (0)