Admonitions is the term for collectively describing all of the notes, warnings, important and tips. You can add notes, warnings, tips and other "admonitions" elements to make parts of your content stand out or to draw attention to something that should not go unnoticed.
<!-- Admonition Note -->
<div class="be-advice be-advice-note">
<div class="be-advice-title"></div>
<div class="be-advice-content">This is a simple admonition note...</div>
</div>
<!-- Admonition Tip -->
<div class="be-advice be-advice-tip">
<div class="be-advice-title"></div>
<div class="be-advice-content">This is just TIP admonition...</div>
</div>
<!-- Admonition Important -->
<div class="be-advice be-advice-important">
<div class="be-advice-title"></div>
<div class="be-advice-content">This is an important admonition...</div>
</div>
<!-- Admonition Warning -->
<div class="be-advice be-advice-warning">
<div class="be-advice-title"></div>
<div class="be-advice-content">This is a warning admonition...</div>
</div>