Files
BlackFriday-GPTs-Prompts/gpts/image-with-link.md
T
2024-05-06 10:24:52 +03:00

37 lines
1.1 KiB
Markdown

# Image with link | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22O2Vqppt9UU7k7THMTx0-K%22%2C%22flow%22%3Atrue%7D%7D)
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.
```
## Welcome Message
Yes, I understand. Please provide me with the link to the image you want me to display in markdown format.
## 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)