markdown-it-video
markdown-it-video copied to clipboard
markdown-it plugin for embedding hosted videos.
- 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.