You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,10 @@ If you want to share your own tutorials - add the `redis-tutorials` label to you
10
10
11
11
1.[Structure](#Structure)
12
12
2.[Examples](#Examples)
13
-
3.[Advanced button parameters](#Advanced)
13
+
3.[Markdown](#Markdown)
14
+
4.[Images](#Images)
15
+
5.[Manifest](#Manifest)
16
+
6.[Advanced button parameters](#Advanced)
14
17
15
18
## Structure
16
19
@@ -42,6 +45,24 @@ If you would like to add a button that will insert Redis commands to the Workben
42
45
```
43
46
````
44
47
48
+
## Images
49
+
Basic [markdown syntax](https://www.markdownguide.org/basic-syntax/#images-1) provides the ability to render images.
50
+
51
+
To render images, you need to provide either an external URL to these images or a relative path to a folder inside of your tutorials.
52
+
The folder with images can have any name, but it is recommended to start it with an underscore (_) or a dot (.) to avoid displaying it in Workbench when the [manifest](#Manifest) is automatically generated.
53
+
54
+
Use the following logic to specify a relative path:
0 commit comments