Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to embed YouTube videos in markdown #71

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.

tasks:
- init: npm install && npm run build
command: npm run start


7 changes: 7 additions & 0 deletions content/articles/embed-yt-videos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Test embed youtube video

## Enjoy the video below

<!-- in the first () is a screenshot/thumbnail that you want to be shown to the viewer, in the second () is the link to the actual video. When clicked the video will open in a new tab. As far as I am aware you are required to have an image in the first () for this way to work, without the image it just becomes a text hyperlink -->

[![CSS Animation Effects | Html CSS Only by Online Tutorials](https://img.youtube.com/vi/VIDEO_ID/0.jpg)](https://www.youtube.com/watch?v=1Aq9OJuS3ok)