mdannotation-embed
v0.3.0
Published
Markdown annotation to embed videos, code playgrounds, etc.
Downloads
2
Readme
Markdown Annotation @embed
Markdown annotation to embed a video, a code playground, etc.
Usage
Use the @embed
annotation directly in your Markdown
@embed https://www.youtube.com/watch?v=dQw4w9WgXcQ
<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXcQ" [...] ></iframe>