You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@[youtube](XqZsoesa55w)]
It is working in the dev environment, but when I try to build I got the (!) Found dead link ./XqZsoesa55w in file docs/music.md
If I use @[youtube](http://youtu.be/XqZsoesa55w)]
it is working.
The text was updated successfully, but these errors were encountered:
I'm not sure but looks like that plugin is not doing tokenization properly. Also, even if it did properly mark that as video instead of link it would've caused hydration mismatches in runtime because it generates invalid HTML (div inside p).
I used @vrcd-community/markdown-it-video to embed videos.
The config file is looks like:
and in the markdown file:
@[youtube](XqZsoesa55w)]
It is working in the dev environment, but when I try to build I got the
(!) Found dead link ./XqZsoesa55w in file docs/music.md
If I use
@[youtube](http://youtu.be/XqZsoesa55w)]
it is working.
The text was updated successfully, but these errors were encountered: