Video in Markdown Test

Lets see if we can embed video in these markdown files.

Hey! Looking good!

The above used this html right in the markdown file:

<embed width="420" height="315" src="https://www.youtube.com/embed/id4I8V8uH_M">

Note that /embed/ in the youtube URL, had trouble without it!

Now how about an iframe?

<iframe width="420" height="315" src="https://www.youtube.com/embed/8brg6CSZgG8"></iframe>

Bootstrap Responsive?


Guess so!

<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/8brg6CSZgG8">
</iframe>
</div>

Looks like posting videos won’t be a problem!