マークダウンのメモ
2022年7月1日 公開
h1です
h2です
h3です
h4です
h5です
目次の文章が長かったらどうなるかを見てみるh6です
リンク
ブレットリスト
- bullet
- bullet
- tab
- tab
- tab
番号リスト
- first
- second
- third
- tab
- tab
Code
code is here
code is heretypescriptシンタックス付き
type Pumo = { meow: string, pumo: () => string}
const pumo: Pumo = {
meow: "にゃー"
pumo: () => "ぷもぷも"
}
pumo.pumo()画像
Table
| Head | Head | Head |
|---|---|---|
| text | text | text |
inline styles
イタリック
太字
打ち消し
this is a code

