I’m new to markup and working on a package wiki. I want to make the help manual look good. I can add YouTube links easily but I’m wondering if it’s possible to actually embed the videos in the wiki pages.
I tried using HTML tags like this:
<iframe width="560" height="315" src="https://www.youtube.com/embed/exampleID" frameborder="0" allowfullscreen></iframe>
But when I saved the page nothing showed up.
Is there a way to embed YouTube videos in GitHub wiki pages? If so how do you do it? I’m not sure if GitHub supports this feature or if there’s a special trick to make it work. Any help would be great!