jeffreytse / jekyll-spaceship

🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
MIT License
626 stars 67 forks source link

post.content not rendering this plugin #67

Open ekofi opened 2 years ago

ekofi commented 2 years ago

Hi, thanks for your plugin.

Firstly, your plugin is working on my post page. But in post.content (home page) Vimeo videos are turning to <img ... > How can I solve that? Thanks.

Working

![Testimage](https://picsum.photos/200)
![Forest](/assets/images/919-200x200.jpg) 

This is a video, but post.content turns it to img

![Testvideo](https://vimeo.com/633912445?height=500)

jeffreytse commented 2 years ago

Hi @ekofi

Thanks for your issue. Actually, this one is a bug similar with #62, I am trying to find out some way to solve it. But now I am busy, I will work on this as soon as possible.

Thanks and Regards