224 文字
1 分
Markdown拡張機能
GitHubリポジトリカード
GitHubリポジトリにリンクする動的なカードを追加できます。ページの読み込み時に、リポジトリ情報がGitHub APIから取得されます。
Waiting for api.github.com...
コード::github{repo="<owner>/<repo>"}でGitHubリポジトリカードを作成します。
::github{repo="saicaca/fuwari"}注意書き
以下の種類の注意書きがサポートされています:note tip important warning caution
NOTE流し読みする場合でも、ユーザーが考慮すべき情報をハイライトします。
TIPOptional information to help a user be more successful.
IMPORTANTCrucial information necessary for users to succeed.
WARNINGCritical content demanding immediate user attention due to potential risks.
CAUTIONNegative potential consequences of an action.
Basic Syntax
:::noteHighlights information that users should take into account, even when skimming.:::
:::tipOptional information to help a user be more successful.:::Custom Titles
The title of the admonition can be customized.
MY CUSTOM TITLEThis is a note with a custom title.
:::note[MY CUSTOM TITLE]This is a note with a custom title.:::GitHub Syntax
TIPThe 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
The content :spoiler[is hidden **ayyy**]! Markdown拡張機能
https://fuwari.vercel.app/posts/markdown-extended/