dlackty/html-pipeline-vimeo

Does not work with markdown filter

Closed this issue · 2 comments

donce commented

If I want to make a markdown link to vimeo, it fails, because url is first processed as through this filter.
So when rendering [link](https://vimeo.com/76324941), the output is

<a href="iframe%20src=%22//player.vimeo.com/video/76324941?title=0&amp;byline=0&amp;portrait=0%22%20width=%22612%22%20height=%22345%22%20frameborder=%220%22%20webkitallowfullscreen%20mozallowfullscreen%20allowfullscreen%3E%3C/iframe" target="_blank" rel="noreferrer">link</a>

Similar issue was solved in html-pipeline-youtube - st0012/html-pipeline-youtube#3. Maybe something similar can be done with with as well?

donce commented

Thanks for quick response, great! 👍