Skip to main content
Question

relative path of Markdown file.(preview on Box.)

  • May 21, 2025
  • 3 replies
  • 33 views

Forum|alt.badge.img

I want to create Markdown file which can be previewed on Box.

please tell me relative path of image file.

 

Absolute path is OK.

![image1](/html/assets/***email address removed for privacy***)

 

relative path is NG.

![image2](./images/2.png)

3 replies

Forum|alt.badge.img

 You can't reference relative images in our Markdown file preview. It has to be an absolute path to a publicly accessible image.


Forum|alt.badge.img

 Thank you for your answer.

I hope I can reference relative images in Box Markdown file preview.


Forum|alt.badge.img

Can I reference to a relative image that the image file is stored in Box as well?