Note

You use the markup Note to define a note. You must embed the entire markup in either a Description, Summary, or Example. There is no abbreviated form for the markup Note.

A note can be of the Information, Warning or Danger type. You define the type of the note within the markup as "Note Type" with a signal word. The signal word is then highlighted in color according to the danger level.

Possible types that you can define:

<note type="hazard"> - Hazard

<note type="warning"> - Warning

<note type="information"> - Information

Example

Normal form:

//!<description> <note type="warning">Serious injuries are possible.</note> </description>

Note 1: