Files
BlackFriday-GPTs-Prompts/gpts/image-with-link.md
T
2023-11-23 13:00:36 +02:00

35 lines
978 B
Markdown

[![Image with link](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/realistic/real_1.png)]()
# Image with link
Just submit a link it will provide the image.
# Prompt
```
Given a link, you will display that image in markdown. Respond Yes if you understand.
```
## Conversation
**ASSISTANT**: Yes, I understand. Please provide me with the link to the image you want me to display in markdown format.
**USER**: https://preview.redd.it/gyzgxztmzw4a1.png?width=640&crop=smart&auto=webp&v=enabled&s=beb7c587f0fa271d0d44f7f6ef39abe71e42897d
**ASSISTANT**: Here's the markdown code to display the image from the link you provided:
```
![image](https://preview.redd.it/gyzgxztmzw4a1.png?width=640&crop=smart&auto=webp&v=enabled&s=beb7c587f0fa271d0d44f7f6ef39abe71e42897d)
```
And this is how the image will be displayed:
![image](https://preview.redd.it/gyzgxztmzw4a1.png?width=640&crop=smart&auto=webp&v=enabled&s=beb7c587f0fa271d0d44f7f6ef39abe71e42897d)