Is it possible to add an image to embed block?

Hi

I want to insert an image into a block like this

```embed
title: just a title
image: "image.png"
description: ""
url: "https://github.com"
```

This example above does not work with an existing image. Is this possible? I saw some plugins do embedding to remote images but I am so far not able to do it locally.

Here is a plugin generated one for remote image

```embed
title: "George Lucas - Wikipedia"
image: "https://upload.wikimedia.org/wikipedia/commons/a/a0/George_Lucas_cropped_2009.jpg"
description: ""
url: "https://en.wikipedia.org/wiki/George_Lucas"
```

How that looks rendered

FYI, I just edited your post to include 4 backticks around your 3 backticks, so we can see the example you meant to show.

````
```embed
Example
```
````
1 Like

Can you think of the example you saw, and share a link or something?

1 Like

Added an example

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.