記事表示サンプル
技術目次
見出し2
日本語のテキストはこのように表示されます。
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
見出し3
日本語のテキストはこのように表示されます。
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
太字
日本語のテキストはこのように表示されます。
斜体
日本語のテキストはこのように表示されます。
下線
日本語のテキストはこのように表示されます。
打ち消し線
日本語のテキストはこのように表示されます。
コード
日本語のテキストはこのように
表示されます。
区切り線
引用
日本語のテキストはこのように表示されます。
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
コードブロック
const fetchList = async <T extends MicroCmsContentType>(endpoint: T, queries?: MicroCMSQueries) => {
try {
const res = await client.get<MicroCmsContents<T>>({ endpoint, queries });
return res;
} catch (err) {
console.log(err);
return { totalCount: 0, offset: 0, limit: 0, contents: [] };
}
};
テーブル
最初の列がヘッダー
ライブラリ | Svelte | React | Vue | Angular |
---|---|---|---|---|
フレームワーク | SvelteKit | Next.js | Nuxt.js | |
フォーム | Superforms | React Hook Form | FormKit | Formly |
最初の列が非ヘッダー
Svelte | React | Vue | Angular |
---|---|---|---|
SvelteKit | Next.js | Nuxt.js | |
Superforms | React Hook Form | FormKit | Formly |
リスト
- Svelte
- SvelteKit
- Superforms
番号付きリスト
- Svelte
- SvelteKit
- Superforms