Can I bring in a custom video iframe into Jekyll markdown blogs?
customization, iframe, jekyll, markdown, video
Solution
No problem, you can insert an embed code like `<iframe width="560" height="315" src="https://www.youtube.com/embed/dHHmUF9gs70" frameborder="0" allowfullscreen></iframe>` in a markdown file.
Problem
I've just started looking into Jekyll for my blog. Is it possible to bring in custom video iframes into blog posts? I use Markdown. Thanks all!