224 文字
1 分
Markdown拡張機能
2024-05-01
2024-11-29

GitHubリポジトリカード#

GitHubリポジトリにリンクする動的なカードを追加できます。ページの読み込み時に、リポジトリ情報がGitHub APIから取得されます。

Fabrizz
/
MMM-OnSpotify
Waiting for api.github.com...
00K
0K
0K
Waiting...

コード::github{repo="<owner>/<repo>"}でGitHubリポジトリカードを作成します。

::github{repo="saicaca/fuwari"}

注意書き#

以下の種類の注意書きがサポートされています:note tip important warning caution

NOTE

流し読みする場合でも、ユーザーが考慮すべき情報をハイライトします。

TIP

Optional information to help a user be more successful.

IMPORTANT

Crucial information necessary for users to succeed.

WARNING

Critical content demanding immediate user attention due to potential risks.

CAUTION

Negative potential consequences of an action.

Basic Syntax#

:::note
Highlights information that users should take into account, even when skimming.
:::
:::tip
Optional information to help a user be more successful.
:::

Custom Titles#

The title of the admonition can be customized.

MY CUSTOM TITLE

This is a note with a custom title.

:::note[MY CUSTOM TITLE]
This is a note with a custom title.
:::

GitHub Syntax#

TIP

The GitHub syntax is also supported.

> [!NOTE]
> The GitHub syntax is also supported.
> [!TIP]
> The GitHub syntax is also supported.

Spoiler#

You can add spoilers to your text. The text also supports Markdown syntax.

The content is hidden ayyy!

The content :spoiler[is hidden **ayyy**]!
Markdown拡張機能
https://fuwari.vercel.app/posts/markdown-extended/
著者
bamboo1
公開日
2024-05-01
ライセンス
CC BY-NC-SA 4.0