Remove escape characters

Sorry for the inconvenience.
This commit is contained in:
samsepi0l
2024-04-08 07:53:21 +02:00
committed by GitHub
parent 51df39a028
commit 7a2ba0b2cc

View File

@@ -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" */>}}
```
{{</* youtubeLite id="SgXhGb-7QbU" label="Blowfish-tools demo" params="start=130&end=10&controls=0" */>}}
{{</ 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.