Skip to content

Instantly share code, notes, and snippets.

@masalib
Created August 28, 2018 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masalib/3027ece45c75b2ea63724a97e0f50e8f to your computer and use it in GitHub Desktop.
Save masalib/3027ece45c75b2ea63724a97e0f50e8f to your computer and use it in GitHub Desktop.
食レポテンプレートのmarkdown
リード文章
概要と良かった事、悪かった事を3行程度にする
長いと読んでもらえない
<!-- more -->
<details><summary>目次(クリックすると展開されます)</summary>
[:contents]
</details>
## 店舗紹介
### 雰囲気
写真<center style="color:#ff5252">お店の前</center><br>
写真<center style="color:#ff5252">看板</center><br>
雰囲気の説明
### メニュー
写真<center style="color:#ff5252">メニュー</center><br>
## 料理
### メイン料理
写真<center style="color:#ff5252">メイン料理1</center><br>
メイン料理1の感想
写真<center style="color:#ff5252">メイン料理2</center><br>
メイン料理2の感想
写真<center style="color:#ff5252">メイン料理3</center><br>
メイン料理3の感想
### その他料理
写真<center style="color:#ff5252">その他の料理1</center><br>
その他の料理1
## 感想
### 長所(できれば3つぐらい)
- XXXXXXXXXXXXX
- XXXXXXXXXXXXX
- XXXXXXXXXXXXX
### 短所(できれば3つぐらい)
- XXXXXXXXXXXXX
- XXXXXXXXXXXXX
- XXXXXXXXXXXXX
### 次行きたいのか?
1行で書く
## 店舗情報(markdownじゃないです)
<table class="tenpo">
<tbody>
<tr>
<th>店名</th>
<td>店名を記載する</td>
</tr>
<tr>
<th>住所</th>
<td>〒NNN-NNNN 住所を記載する<br />googlemapのiframeを埋め込む
</td>
</tr>
<tr>
<th>連絡先</th>
<td>電話番号を記載する</td>
</tr>
<tr>
<th>駐車場</th>
<td>駐車場の有無を記載する</td>
</tr>
<tr>
<th>定休日</th>
<td>定休日を記載する</td>
</tr>
<tr>
<th>営業時間</th>
<td>営業時間を記載する</td>
</tr>
<tr>
<th>予約</th>
<td>ぐるなび、ホットペッパーのリンクをはる</td>
</tr>
</tbody>
</table>
### 近く店舗情報(あれば)
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment