0
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?

GitHub readme PNG画像表示

Posted at

GitHubのReadMeにて画像を表示させたい際に、つまずいたので解決した方法を記述する。

調べるとIssuesを新規作成して画像をドラッグアンドドロップし、生成されたコードをReadMeに張り付ける、とあったが表示されなかった。
その時のコード 

![text](URL)

原因
拡張子がpngだったという点。

解決策
imgタグを使う。

<img src="URL">

なお、画像の置き場はそのリポジトリに画像用のブランチを作って入れた。

0
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
0
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?