Embeds
Syntax
Simple embedded content is written as a Markdown link, with a title of "@embed", like so:
[Embed Title](https://youtu.be/8bh238ekw3 "@embed")
More robust embedded content is written as a JSX component:
<Embed
html={false}
url="https://github.com/readmeio/api-explorer/pull/671"
title="RDMD CSS theming and style adjustments. by rafegoldberg · Pull Request #671 · readmeio/api-explorer"
favicon="https://github.com/favicon.ico"
image="https://avatars2.githubusercontent.com/u/6878153?s=400&v=4"
/>
Examples
Embed Component (Embedly)
Embed Component (iFrame)
Markdown Block
Updated 3 months ago