From 7a2ba0b2cc0e6c7345f651f5ef5d0cadc0377147 Mon Sep 17 00:00:00 2001 From: samsepi0l Date: Mon, 8 Apr 2024 07:53:21 +0200 Subject: [PATCH 1/2] Remove escape characters Sorry for the inconvenience. --- exampleSite/content/docs/shortcodes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index 9dc2d3c3..c2be5936 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -771,6 +771,6 @@ To concatenate multiple options as shown below, you need to add the `&` characte {{}} ``` -{{}} +{{}} More informations can be found on the [youtubeLite GitHub repo](https://github.com/paulirish/lite-youtube-embed/blob/master/readme.md#custom-player-parameters) and Youtube's [player parameters](https://developers.google.com/youtube/player_parameters#Parameters) page. From 951ee29aa4e356dfb79379f144388d804bba21a4 Mon Sep 17 00:00:00 2001 From: samsepi0l Date: Mon, 8 Apr 2024 07:54:43 +0200 Subject: [PATCH 2/2] Update index.md --- exampleSite/content/docs/shortcodes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index c2be5936..d15f9554 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -771,6 +771,6 @@ To concatenate multiple options as shown below, you need to add the `&` characte {{}} ``` -{{}} +{{< youtubeLite id="SgXhGb-7QbU" label="Blowfish-tools demo" params="start=130&end=10&controls=0" >}} More informations can be found on the [youtubeLite GitHub repo](https://github.com/paulirish/lite-youtube-embed/blob/master/readme.md#custom-player-parameters) and Youtube's [player parameters](https://developers.google.com/youtube/player_parameters#Parameters) page.