【问题标题】:why doesn't the image in following github repo does not show up in readme as inline image为什么以下 github repo 中的图像没有在自述文件中显示为内联图像
【发布时间】:2013-11-06 22:17:54
【问题描述】:

我尝试在我的自述文件 Markdown 中显示如下图片:

here trying to show images in readme on page itself

但是它没有显示出来。

我正在使用以下格式

![some alt text](raw url to image)

应该显示图片?

谢谢

【问题讨论】:

    标签: github markdown


    【解决方案1】:

    语法正确,但您应该将文件重命名为:

    README.md
    

    这会触发GitHub Flavored Markdown的解释:

    另见:

    当您的README 被称为README 时,GitHub 唯一要做的就是将 URL 转换为链接

    这似乎与您在当前 README 文件中看到的一致。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-11-03
      • 1970-01-01
      • 2021-06-28
      • 1970-01-01
      • 2021-10-10
      • 1970-01-01
      • 2014-12-17
      • 2013-01-03
      相关资源
      最近更新 更多