Fix old copy syntax
This commit is contained in:
@@ -4,7 +4,7 @@ This file tracks metadata for videos embedded in GitHub Docs.
|
||||
|
||||
Add the following metadata for every video added docs.
|
||||
|
||||
```markdown{:copy}
|
||||
```text copy
|
||||
Title: Video title
|
||||
URL: YouTube.com/
|
||||
Description: One sentence
|
||||
@@ -15,7 +15,7 @@ Location: /where/in/docs
|
||||
Transcript: ./content/video-transcripts/filename
|
||||
```
|
||||
|
||||
```
|
||||
```text
|
||||
Title: Codespaces - Your instant dev box in the cloud
|
||||
URL: https://www.youtube-nocookie.com/embed/_W9B7qc9lVc
|
||||
Description: A 1.5 minute overview of GitHub Codespaces.
|
||||
@@ -26,7 +26,7 @@ Location: /content/codespaces/index.md
|
||||
Transcript: /video-transcripts/transcript-codespaces-your-instant-dev-box-in-the-cloud
|
||||
```
|
||||
|
||||
```
|
||||
```text
|
||||
Title: Using Projects for feature planning
|
||||
URL: https://www.youtube-nocookie.com/embed/yFQ-p6wMS_Y
|
||||
Description: Check out all the cool new things you can do with your GitHub Projects powered by GitHub Issues
|
||||
|
||||
Reference in New Issue
Block a user