1.0 KiB
1.0 KiB
title, description, navigation, seo
title | description | navigation | seo | ||||
---|---|---|---|---|---|---|---|
Images and Embeds | Add image, video, and other HTML elements |
|
|
Markdown
Display images or videos using standard Markdown syntax.
Images
#code

::
Or with your local images
#code

::
::note{to="https://image.nuxt.com/"}
Docus will use <NuxtImg>
component under the hood instead of the native img
tag.
::
Videos
::prose-code-preview :video{autoplay controls loop src="https://res.cloudinary.com/dcrl8q2g3/video/upload/v1745404403/landing_od8epr.mp4"}
#code
:video{autoplay controls loop src="https://res.cloudinary.com/dcrl8q2g3/video/upload/v1745404403/landing_od8epr.mp4"}
::