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

markdown-it plugin for embedding hosted videos.

Results 3 markdown-it-video issues
Sort by recently updated
recently updated
newest added

- Fix incompatibility with older browser

In the README, it says the plugins supports various URL forms, such as "XKFDS?rel=0". However, the plugin ignores these flags when it generates the iframe embed. I suggest there be...

Adds possibility to write "local" video url, like this: ```md @[local](test_video.webm) ``` This renders the default html5 video player with the given url as the source.