Notionの各要素の表示テスト記事です
見出し1
見出し2
見出し3
todoリスト
- リスト
- リスト
- その1
- その2
トグル
トグルの中身
引用
💡
コールアウト
テーブル | テーブル |
1 | 2 |
2 | 1 |
---
import BaseLayout from '../layouts/BaseLayout.astro';
import Greeting from '../components/Greeting';
const pageTitle = "ホームページ";
---
<BaseLayout pageTitle={pageTitle}>
<h2>私の素晴らしいブログのサブタイトル</h2>
<Greeting client:load messages={["Hej", "Hallo", "Hola", "Habari"]} />
</BaseLayout>
トグル見出し1
その1
トグル見出し2
その2
トグル見出し3
その3
2列その1
ああ
2列その2
ああ