MarkdownでAdmonition

AdmonitionはCalloutsとも呼ばれる。

HTMLで書いてしまう

<div class="alert alert-info">
<strong>Info:</strong> これはadmonitionです。
</div>

GitHub

> **Note**
> This is a note

> **Warning**
> This is a warning

https://github.com/orgs/community/discussions/16925

Obsidian

> [!info]
> Here's a callout block.

https://help.obsidian.md/Editing+and+formatting/Callouts

Python-Markdown

!!! note
    You should note that the title will be automatically capitalized.

https://squidfunk.github.io/mkdocs-material/reference/admonitions/

MkDocs

!!! note "Phasellus posuere in sem ut cursus"

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla et euismod
    nulla. Curabitur feugiat, tortor non consequat finibus, justo purus auctor
    massa, nec semper lorem quam in massa.

https://squidfunk.github.io/mkdocs-material/reference/admonitions/

RMarkdown

::: {.infobox .caution data-latex="{caution}"}
**NOTICE!**

Thank you for noticing this **new notice**! Your noticing it has
been noted, and _will be reported to the authorities_!
:::

https://bookdown.org/yihui/rmarkdown-cookbook/custom-blocks.html

MDN

> **Note:** This is how you write a note.
>
> It can have multiple lines.

https://developer.mozilla.org/en-US/docs/MDN/Writing_guidelines/Howto/Markdown_in_MDN#notes_warnings_and_callouts

Learn Authoring Pack for VS Code

> [!NOTE]
> Information the user should notice even if skimming.

https://learn.microsoft.com/ja-jp/contribute/markdown-reference

Notes mentioning this note

There are no notes linking to this note.


Here are all the notes in this garden, along with their links, visualized as a graph.