It's about the Readme preview in the code browser.

story:
I manage the source code using git, svn.
In creating the readme file, I write the image link in the source relative path.
ex)! [sykim image] (./ resources / icon.png)
There is an icon.png image in the resources folder inside my project.
Relative path images displayed using markdown are not displayed on the code browser.

CNSC-264763 (case)

This makes the Readme file inefficient.

Team Forge needs to be improved so that images can be displayed relative to the code browser.

Comments