カテゴリーテスト
カテゴリー1(リッチテキスト)
コードのシンタックスハイライト
下記の通り記述しcodeで囲むと
html
<p>1行目でhtmlを定義</p>
html
1<p>1行目でhtmlを定義</p>
2
Markdownの記述、まず下に目次が挿入される。
目次
Markdown heding h2
Kindle埋め込みテスト
Imageの貼り付け
チェックボックスの記述
- 完了したタスク1
- 未完了のタスク
- 完了したタスク2
テーブルの記述
列 1 | 列 2 (左寄せ) | 列 3 (中央) | 列 4 (右寄せ) |
---|---|---|---|
1 | Apple | US | $604.30B |
2 | US | $518.92B | |
3 | Microsoft | US | $436.83B |
codeの記述
src/index.js
const greeting = () => {
return console.log("Hello world")
}
title.js
const a = 0;
const b = 0;
const c = 0;
console.log(a);
console.log(b);
console.log(c);
メモの書き方 (Markdown heding h2)
{.note} メモ : Markdownはとても便利です。␣␣ 複数行に分けて書くこともできます。
リンクの記述
ここはマークダウン形式です
Twitterの記述
私のは中古ですが、新品でしたらこちらで買えますよhttps://t.co/U8GBMnsTOT
— みょんみょん (@yamaaan222) December 30, 2021
Youtubeの記述
GatsbyPluginでの記述
youtube:https://www.youtube.com/embed/2Xc9gXyf2G4
iframeでの記述
アラート表示など
:::note info インフォメーション infoは省略可能です。 ::: :::note warn 警告 ○○に注意してください。 ::: :::note alert より強い警告 ○○しないでください。 :::