microsoft / codetour

VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.

Home Page:https://aka.ms/codetour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown image tags only render when absolute path is provided

kazemicode opened this issue · comments

I'd like to include images in my tours, but I have only had them successfully render with an absolute file path (local or web). I'd like to store the images within the same repo and reference a relative path, but it doesn't seem to work. I've tried paths relative to the tour itself as well as paths relative to the overall project. The only example I've seen that included images in its tours loaded the images via CDN (fully specified web URI).

OS: Mac OS Monterey 12.5
CodeTour: 0.0.58
VS Code: 1.69.2

Never mind. After restarting VS Code the project relative path (i.e. the method in the docs) worked as expected.