1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

GitHubのWikiに画像が表示されないときに確認すること

Posted at

GitHubのWiki機能、便利ですよね。でも、画像が上手く表示されないこともあります。

画像が表示されないときには以下の点を確認しましょう。

  • パスが正しいか
  • 画像が破損していないか
  • 画像のファイル名に日本語が含まれていないか
  • imgタグではなくMarkdown記法を使っているか
  • 画像をGitHubにPushしているか

特に、2つ目の「画像のファイル名に日本語が含まれていないか」は重要です。画像が表示されなくて困っていて、ネットで調べて出てきたものを色々試しても効果がなかったとき、これが原因でした。画像のファイル名に日本語が含まれていると表示されません。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?