File: alerts.html

package info (click to toggle)
python-markdown2 2.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,492 kB
  • sloc: python: 6,201; perl: 1,493; php: 865; makefile: 37
file content (24 lines) | stat: -rw-r--r-- 601 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div class="alert note">
<em>Note</em>
<p>Useful information that users should know, even when skimming content.</p>
</div>

<div class="alert tip">
<em>Tip</em>
<p>Helpful advice for doing things better or more easily.</p>
</div>

<div class="alert important">
<em>Important</em>
<p>Key information users need to know to achieve their goal.</p>
</div>

<div class="alert warning">
<em>Warning</em>
<p>Urgent info that needs immediate user attention to avoid problems.</p>
</div>

<div class="alert caution">
<em>Caution</em>
<p>Advises about risks or negative outcomes of certain actions.</p>
</div>