mdbook/tests/testsuite/markdown/admonitions/expected_disabled/admonitions.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
494 B
HTML
Raw Normal View History

<h1 id="admonitions"><a class="header" href="#admonitions">Admonitions</a></h1>
<blockquote>
<p>[!NOTE]
This is a note.</p>
<p>There are multiple paragraphs.</p>
</blockquote>
<blockquote>
<p>[!TIP]
This is a tip.</p>
</blockquote>
<blockquote>
<p>[!IMPORTANT]
This is important.</p>
</blockquote>
<blockquote>
<p>[!WARNING]
This is a warning.</p>
</blockquote>
<blockquote>
<p>[!CAUTION]
This is a caution.</p>
</blockquote>
<blockquote>
<p>[!UNKNOWN]
This is an unknown tag.</p>
</blockquote>