@hyperbook/markdown 0.28.2 → 0.28.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -65303,7 +65303,7 @@ var remarkDirectiveYoutube_default = (ctx) => () => {
|
|
|
65303
65303
|
tagName: "iframe",
|
|
65304
65304
|
properties: {
|
|
65305
65305
|
class: "player",
|
|
65306
|
-
src: "https://www.youtube.com/embed/" + id,
|
|
65306
|
+
src: "https://www.youtube-nocookie.com/embed/" + id,
|
|
65307
65307
|
frameBorder: "0",
|
|
65308
65308
|
title: typeof data.hChildren === "string" ? data.hChildren : "",
|
|
65309
65309
|
allow: "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen"
|