209 文字
1 分
MarkDown チートシート
GitHub r リポジトリカード
GitHub リポジトリにリンクする動的カードの追加が可能, GitHub API を使用してデータを取得している.
Waiting for api.github.com...
書きかた ::github{repo="<owner>/<repo>"}
.
::github{repo="saicaca/fuwari"}
Note 記法
次の 5 つをサポート: note
tip
important
warning
caution
NOTEざっと目を通すときでもユーザーが考慮すべき情報を強調表示します。
TIPヒントとなることをかけばええんちゃ
IMPORTANT重要なことを伝える
WARNING注意を呼びかける
CAUTION危険を知らせる
構文
:::note
Highlights information that users should take into account, even when skimming.
:::
:::tip
Optional information to help a user be more successful.
:::
タイトルの変更
Note 記法のタイトルは変更できます。
MY CUSTOM TITLEThis is a note with a custom title.
:::note[MY CUSTOM TITLE]
This is a note with a custom title.
:::
GitHub 構文
[!TIP] > GitHub 構文 もサポートしてます
> [!NOTE]
> The GitHub syntax is also supported.
> [!TIP]
> The GitHub syntax is also supported.
MarkDown チートシート
https://sazankaa.github.io/Thanks-For-saicaca/posts/md-extend/