markdown-it-vue icon indicating copy to clipboard operation
markdown-it-vue copied to clipboard

link images are not working

Open awci opened this issue 2 years ago • 2 comments

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

awci avatar May 16 '22 09:05 awci

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')

pm123 avatar Jul 15 '22 09:07 pm123

Just ran into this as well +1

Seagoats avatar Jul 27 '22 21:07 Seagoats