remark-oembed
Version:
Converts URLs surrounded by newlines into embeds that are loaded asynchronously
13 lines (12 loc) • 407 B
HTML
<p>Hey this is a nice youtube video:</p>
<div class="remark-oembed-inline remark-oembed-you-tube" data-oembed>
<iframe
width="200"
height="113"
src="https://www.youtube.com/embed/aoLhACqJCUg?feature=oembed"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<p>Check it out 👆</p>