Last active
October 27, 2025 03:27
-
-
Save tatzyr/3847141 to your computer and use it in GitHub Desktop.
Revisions
-
tatzyr revised this gist
Mar 17, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Markdownで画像を表示する Markdownでは文書中に画像ファイルを表示することができる。GitHubでReadmeに使うと見栄えがいい。  -
tatzyr revised this gist
Nov 17, 2012 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,14 +2,14 @@ Markdownでは文書中に画像ファイルを表示することができる。GitでReadmeなんかに使うと見栄えがいい。  Markdown記法で書くならこんな感じ。"サンプル"の部分は省略可能。  これは以下のHTMLに変換される。もちろんMarkdowns記法を使わずに直接HTMLで書いてもいい。 <img src="http://i.imgur.com/Jjwsc.jpg" alt="エビフライトライアングル" title="サンプル"> 画像は<http://imgur.com/>あたりにアップロードするのが楽だと思う。他にもあったら誰か教えて。 -
tatzyr revised this gist
Oct 7, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,12 +4,12 @@ Markdownでは文書中に画像ファイルを表示することができる。  Markdown記法で書くならこんな感じ。"サンプル画像です"の部分は省略可能。  これは以下のHTMLに変換される。もちろんMarkdowns記法を使わずに直接HTMLで書いてもいい。 <img src="http://i.imgur.com/Jjwsc.jpg" alt="エビフライトライアングル" title="サンプル画像です"> 画像は<http://imgur.com/>あたりにアップロードするのが楽だと思う。他にもあったら誰か教えて。 -
tatzyr created this gist
Oct 7, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ # Markdownで画像を表示する Markdownでは文書中に画像ファイルを表示することができる。GitでReadmeなんかに使うと見栄えがいい。  Markdown記法で表示するならこんな感じ。  これは以下のHTMLに変換される。もちろんMarkdowns記法を使わずに直接HTMLで書いてもいい。 <img src="http://i.imgur.com/Jjwsc.jpg" alt="エビフライトライアングル" title="サンプル画像です"> 画像は<http://imgur.com/>あたりにアップロードするのが楽かな。他にもあったら教えて。