mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-02 23:08:14 +00:00
feat: support youtube playlist iframe (#968)
* feat: support youtube playlist iframe * chore: updated Youtube embed documentation to include playlists
This commit is contained in:
parent
0ca8a2ac7c
commit
e13cafe070
2 changed files with 18 additions and 2 deletions
docs/plugins
|
@ -20,7 +20,7 @@ This plugin accepts the following configuration options:
|
|||
- `parseArrows`: If `true` (default), transforms arrow symbols into their HTML character equivalents.
|
||||
- `parseBlockReferences`: If `true` (default), handles block references, linking to specific content blocks.
|
||||
- `enableInHtmlEmbed`: If `true`, allows embedding of content directly within HTML. Defaults to `false`.
|
||||
- `enableYouTubeEmbed`: If `true` (default), enables the embedding of YouTube videos using external image Markdown syntax.
|
||||
- `enableYouTubeEmbed`: If `true` (default), enables the embedding of YouTube videos and playlists using external image Markdown syntax.
|
||||
- `enableVideoEmbed`: If `true` (default), enables the embedding of video files.
|
||||
- `enableCheckbox`: If `true`, adds support for interactive checkboxes in content. Defaults to `false`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue