pumo blog

マークダウンのメモ

2022年7月1日 公開

h1です

h2です

h3です

h4です

h5です

目次の文章が長かったらどうなるかを見てみるh6です

リンク

リンクです

ブレットリスト

  • bullet
  • bullet
    • tab
      • tab

番号リスト

  1. first
  2. second
  3. third
  4. tab
  5. tab

Code

code is here
code is here

typescriptシンタックス付き

type Pumo = { meow: string, pumo: () => string}
const pumo: Pumo = {
  meow: "にゃー"
  pumo: () => "ぷもぷも"
}
pumo.pumo()

画像

alt

Table

HeadHeadHead
texttexttext

inline styles

イタリック 太字 打ち消し

this is a code


© 2022, Built with Gatsby

このサイトはGoogle Analyticsを使用しています。詳しく見る