右击github中的图片,获得链接:

https://github.com/nxf75/ML_Library/blob/master/Hadoop/Haddop%E6%A1%86%E6%9E%B6.png

markdown插入图片的格式:

![这里写图片描述(PS:其实可以不写)](这里写图片相对网址) 就是 ![]() 这样的格式

现在直接把链接写入markdown中,是无效的,有两种方法可以解决:

1.把blob替换成raw.
2.直接右键选中图片,复制图片地址.

![hadoop](https://github.com/nxf75/ML_Library/raw/master/Hadoop/Haddop%E6%A1%86%E6%9E%B6.png)

![hadoop](https://github.com/nxf75/ML_Library/blob/master/Hadoop/Haddop%E6%A1%86%E6%9E%B6.png?raw=true)

相关文章:

  • 2021-06-29
  • 2022-12-23
  • 2021-04-18
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
  • 2021-07-19
猜你喜欢
  • 2022-01-01
  • 2021-08-09
  • 2021-04-09
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2021-04-16
相关资源
相似解决方案