Embedding images inside a GitHub wiki (gollum) repository?

前端 未结 15 740
时光取名叫无心
时光取名叫无心 2021-01-30 00:43

The Github wikis are backed by a separate git repository then the main project repository.

This post by the Github team makes it sound like you should be able to link to

15条回答
  •  被撕碎了的回忆
    2021-01-30 01:27

    Figured it out.

    The url is formatted as follows

    https://raw.github.com/wiki/username/project/pathtoimage/imagename.extension

    pathtoimage is optional

提交回复
热议问题