ravenq / markdown-it-vue

The vue lib for markdown-it.
MIT License
347 stars 68 forks source link

link images are not working #75

Open awci opened 2 years ago

awci commented 2 years ago

for example

[![Manny Pacquiao](https://img.youtube.com/vi/s6bCmZmy9aQ/0.jpg)](https://youtu.be/s6bCmZmy9aQ)

this is giving an error can not read length of undefined

pm123 commented 2 years ago

I also had the same problem

[![Version](https://img.shields.io/cocoapods/v/XCache.svg?style=flat)](https://cocoapods.org/pods/XCache)

TypeError: Cannot read properties of undefined (reading 'length')

Seagoats commented 2 years ago

Just ran into this as well +1