I just started blogging using jekyll. I write my posts in markdown. Now, I want to include a youtube video in my post. How can I do this?
Also, I dont really like t
In my case issue has been resolved with jQuery:
jQuery
$('.x-frame.video').each(function() { $(this).after(""); });
Usage
Note that whitespace is required between