YouTube Video in R markdown
问题 Is it possible to embed a YouTube video in a R Markdown? So far what I have is <a href="http://www.youtube.com/watch?feature=player_embedded&v=Q8rakpF7duU " target="_blank"><img src="http://img.youtube.com/vi/Q8rakpF7duU/0.jpg" alt="IMAGE ALT TEXT HERE" width="240" height="180" border="10" /></a> but it only adds an image. Clicking on this image takes me to my browser where the video starts playing. Is there a way that allows me to play the video in the markdown document itself? References: