Gist: How are images uploaded to a gist?

前端 未结 8 2117
夕颜
夕颜 2020-12-22 15:33

Here is the image file: https://gist.github.com/mbostock/5503544#file-thumbnail-png

I tried to drag-and-drop the image file in the edit mode of a gist. That didn\'t

8条回答
  •  一生所求
    2020-12-22 16:18

    How to put images in your Gist url:

    1. upload your image to a place like imgur.com for free, then get the hot-link.
    2. Add a file and give it a markdown extension .md and use markdown image syntax:

    ![alt text here](https://URL)

    1. ?????
    2. Profit

提交回复
热议问题