LoginSignup
3
2

More than 5 years have passed since last update.

【自分用メモ】マークダウン記法テンプレ

Posted at

Markdown記法のテンプレート

# 見出し1

## 見出し2

↓区切り線  
*****

## セクション
1. [セクション1](#link)
2. [セクション1](#link)
3. [セクション1](#link)

## テーブル
|col1  |col2  |col3  |
|---   |---   |---   |
|1     |2     |3     |
|4     |5     |6     |

##リンク
[Qiita](http://qiita.com/)

表示結果

見出し1

見出し2

↓区切り線


セクション

  1. セクション1
  2. セクション1
  3. セクション1

テーブル

col1 col2 col3
1 2 3
4 5 6

リンク

Qiita

3
2
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
3
2