adam-p / markdown-here

Google Chrome, Firefox, and Thunderbird extension that lets you write email in Markdown and render it before sending.
https://markdown-here.com
MIT License
59.66k stars 11.26k forks source link

Add support for embeded youtube videos #370

Open code4passion opened 8 years ago

code4passion commented 8 years ago

It would be very nice to add support to play youtube vidoes within the page

jrappen commented 7 years ago

Haven't tested this, but does using HTML5 video work for you?

<video width="320" height="240" controls>
    <source src="//www.youtube.com/embed/xxxxxxxxxxx?html5=1" type="video/mp4">
    Your browser does not support the video tag.
</video>