Essentials
Images and Embeds
How to use images and embeds in markdown.
Images
Standard markdown images are supported:
Embeds
YouTube Video
You can embed YouTube videos using an iframe:
<iframe
src="https://www.youtube.com/embed/VIDEO_ID"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
style={{ aspectRatio: '16/9', width: '100%' }}
/>