img_embed.gno
0.36 Kb · 12 lines
1package image_embed
2
3// Render displays a title and an embedded image from Imgur
4func Render(path string) string {
5 return `# Image Embed Example
6
7Here’s an example of embedding an image in a Gno realm:
8
9
10
11Only a limited set of content providers is supported. Check the list out [here](/r/docs/markdown#images).`
12}