Is there a way to add a gif to a Markdown file?

后端 未结 9 1461
小蘑菇
小蘑菇 2021-01-29 17:43

I want to add this gif to a GitHub flavored markdown file. If it can\'t be done in GitHub, is it possible to do it in another version of markdown?

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-29 18:24

    1. have gif file.
    2. push gif file to your github repo
    3. click on that file on the github repo to get github address of the gif
    4. in your README file: ![alt-text](link)

    example below: ![grab-landing-page](https://github.com/winnie1312/grab/blob/master/grab-landingpage-winnie.gif)

提交回复
热议问题