how to include video in jekyll markdown blog

后端 未结 6 2027
日久生厌
日久生厌 2020-12-23 16:00

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

6条回答
  •  一整个雨季
    2020-12-23 16:38

    How often did you find yourself googling "How to embed a video in markdown?"

    While its not possible to embed a video in markdown, the best and easiest way is to extract a frame from the video. To add videos to your markdown files easier, I think the jekyll plugin below would help you, and it will parse the video link inside the image block automatically.

    jekyll-spaceship -

提交回复
热议问题