Extension video
Include videos from Youtube by referring to the video ID.
Python type | Video |
type | youtube |
Language | YAML |
Required fields | video |
Optional fields | start, caption, position |
Post-Yaml Section | no |
Example 1
Source Code
--- type: youtube video: wupToqz1e2g caption: "The Pale Blue Dot." start: 80 ---
---
type: youtube
video: wupToqz1e2g
caption: "The Pale Blue Dot."
start: 80
---
Example 2
Source Code
--- type: youtube video: wupToqz1e2g caption: "The Pale Blue Dot." start: 80 position: aside ---
---
type: youtube
video: wupToqz1e2g
caption: "The Pale Blue Dot."
start: 80
position: aside
---