在Markdown內,可以直接使用原生的HTML(反正Markdown編譯完也就是HTML~~)
舉例來說,可以直接嵌入iframe,貼上youtube的影片 Example:
<iframe width="100%" height="500" src="https://www.youtube.com/embed/Tgp1U9aR7Q4" frameborder="0" allowfullscreen></iframe>
Result: