xuzhengfu / pilot

进入编程世界的第一课
1 stars 0 forks source link

如何在 issue 中插入截图? #6

Open xuzhengfu opened 4 years ago

xuzhengfu commented 4 years ago

1. 学习支线课程「第四讲 - Markdown」

2. Google

Google ”在 issue 中插入图片“,在这里发现了一个方法,具体做法如下:

  1. 将 markdown 需要用的图片上传到仓库中
  2. 在仓库中访问你需要插入的图片
  3. 在 Download 按钮上右键(control + 鼠标) "复制链接地址"
  4. 拷贝链接地址
  5. 在 issue 中引用图片,语法格式为:
    ![python3 hello 运行结果](https://github.com/Xuzhengfu/pilot/raw/master/assets/python3%20hello%20%E8%BF%90%E8%A1%8C%E7%BB%93%E6%9E%9C.png)

3. 试试看

python3 hello 运行结果

附:在 Mac 上的两种截图方式

  1. 全屏截图,Command + Shift + 3

  2. 选择截图,Command + Shift + 4

  3. 窗口截图, Command + Shift + 4,then 按下空格键 => 交叉十字图标将变为小照相机图标。你可以再次按下空格键转换为交叉十字图标。

Reference

  1. baidu
  2. wikihow

Logging

2020-04-08 11:49:59 update ‘截图方法‘ 2020-02-03 15:13:31 update 2020-02-03 13:40:13 update 2020-02-03 12:37:11 initialize