GFM Alerts記法のスニペットを設定する
/
GitHub で > [!NOTE]
といったアラート記法を使えるようになったので、VSCode でスニペットを設定しました。
アラートについて
New Markdown extension: Alerts provide distinctive styling for significant content - The GitHub Blog
Note
Useful information that users should know, even when skimming content.
Tip
Helpful advice for doing things better or more easily.
Important
Key information users need to know to achieve their goal.
Warning
Urgent info that needs immediate user attention to avoid problems.
Caution
Advises about risks or negative outcomes of certain actions.
スニペット
remark plugin
markdown を処理する際の remark plugin として、remark-github-alerts
を利用した。
hyoban/remark-github-alerts: Support GitHub-style alerts for remark