0.0.5 • Published 9 months ago
@dwk/markdown-it-embed v0.0.5
Markdown-It Plugin Embed
Usage
Similar to images, just use and @
rather than !
to indicate you want to embed
the URL in an iFrame.
@[A classic rick-roll](https://www.youtube.com/watch?v=dQw4w9WgXcQ "Super Cool Video")
The output is a <figure>
element with an <iframe>
as the content. By default the figure
has the class name "mardown-it-embed" for styling.