I'm trying out this Chrome Extension, https://claudiasop.com/, which generates Markdown with screenshots of steps taken. The image URLs in the markdown is relative paths like below and doesn't display in HelixNotes. Marktext however displays them fine.
name: test-session
description: Test Session
---
# Test Session
## Steps
### Step 1: Scroll down on the page
Scroll down on the page

I'm trying out this Chrome Extension, https://claudiasop.com/, which generates Markdown with screenshots of steps taken. The image URLs in the markdown is relative paths like below and doesn't display in HelixNotes. Marktext however displays them fine.
---
```
name: test-session
description: Test Session
---
# Test Session
## Steps
### Step 1: Scroll down on the page
Scroll down on the page

```