How can I reference an image in GitLab markdown in the current directory with the path starting with ./ dot slash?

前端 未结 5 1667
故里飘歌
故里飘歌 2020-12-25 09:30

I have stored a Markdown file and an image file in a Git repo as follows:

  • readme.markdown
  • images/
    • image.png<
5条回答
  •  一个人的身影
    2020-12-25 10:06

    1. Go to your project
    2. Select issues
    3. Create new issue
    4. In the new issue description, click on attach file
    5. Browse to your file and attach
    6. A link in the form "filename" will be generated on the description pane.
    7. Copy the link and paste it in your readme.md file
    8. Do not submit the issue unless you had intended to.

提交回复
热议问题