I am Writing Walkthroughs in Cloud Shell and I want to include an image there with
#title
## section
some text

The image is in the same directory as my index.md:
.
├── myfolder
│ ├── index.md
│ └── myimage.PNG
└── README.md
But although the image is displayed in the preview in the editor, it does not show up when I am launching the tutorial from the cloud shell with cloudshell launch-tutorial index.md
.
What however does work is uploading the image to cloud storage and referencing it via its URL

But how would I achieve the same using the cloud shell file system?