Admonitions
Note!
This is a note element
The note is normally a quite loosely used as an indicator of something you want to stand out.
Caution
This is a caution element
The caution element can be used how ever you need, but has a certain significance in some industry standards.
Warning
This is a warning element
The warning element can be used how ever you need, but has a certain significance in some industry standards.
Danger
This is a danger element
The danger element can be used how ever you need, but has a certain significance in some industry standards.
Tip
This is a tip
A tip has no safety significance, but is still grouped under the umbrella term "admonitions" in the content model.
Important
This is an important element
The important element can be used also quite loosely for more emphasis.
Notice
This is a notice element
"Notice" is a variant of note used in certain industry standards (especially manufacturing), and, if used, it carries more weight than a regular note.
Code
You need to add code snippet via Source Code button () in Zendesk Guide article editor toolbar.
<!-- NOTE -->
<div class="block note">
<h4>Note!</h4>
<p>This is a note element</p>
<p>
The note is normally a quite loosely used as an indicator of something you
want to stand out.
</p>
</div>
<!--END NOTE -->
<!-- CAUTION -->
<div class="block caution">
<h4>Caution</h4>
<p>This is a caution element</p>
<p>
The caution element can be used how ever you need, but has a certain significance
in some industry standards.
</p>
</div>
<!-- END CAUTION -->
<!-- WARNING -->
<div class="block warning">
<h4>Warning</h4>
<p>This is a warning element</p>
<p>
The warning element can be used how ever you need, but has a certain significance
in some industry standards.
</p>
</div>
<!-- END WARNING -->
<!-- DANGER -->
<div class="block danger">
<h4>Danger</h4>
<p>This is a danger element</p>
<p>
The danger element can be used how ever you need, but has a certain significance
in some industry standards.
</p>
</div>
<!-- END DANGER -->
<!-- TIP -->
<div class="block tip">
<h4>Tip</h4>
<p>This is a tip</p>
<p>
A tip has no safety significance, but is still grouped under the umbrella
term "admonitions" in the content model.
</p>
</div>
<!-- END TIP -->
<!-- IMPORTANT -->
<div class="block important">
<h4>Important</h4>
<p>This is an important element</p>
<p>
The important element can be used also quite loosely for more emphasis.
</p>
</div>
<!-- END IMPORTANT -->
<!-- NOTICE -->
<div class="block notice">
<h4>Notice</h4>
<p>This is a notice element</p>
<p>
"Notice" is a variant of note used in certain industry standards (especially
manufacturing), and, if used, it carries more weight than a regular note.
</p>
</div>
<!-- END NOTICE -->