Contextual feedback

Contextual feedback communicates content-related issues in a prominent way. For example, to call reader’s attention over consequences of following, or not, the idea described in certain paragraph.

Contextual feedback is less relevant than announcements.

Presentation template

Contextual feedback presentation template is built using a Markdown paragraph along with Bootstrap alert’s classes.

This is a primary message with link example.

{:.alert .alert-primary}
This is a primary message with [link](#){:.alert-link} example.

Presentation template alternative

Contextual feedback presentation template alternatives are illustrated in the following examples:

This is a secondary message with link example.

{:.alert .alert-secondary}
This is a secondary message with [link](#){:.alert-link} example.

This is a info message with link example.

{:.alert .alert-info}
This is a info message with [link](#){:.alert-link} example.

This is a success message with link example.

{:.alert .alert-success}
This is a success message with [link](#){:.alert-link} example.

This is a warning message with link example.

{:.alert .alert-warning}
This is a warning message with [link](#){:.alert-link} example.

This is a danger message with link example.

{:.alert .alert-danger}
This is a danger message with [link](#){:.alert-link} example.

This is a dark message with link example.

{:.alert .alert-dark}
This is a dark message with [link](#){:.alert-link} example.

This is a light message with link example.

{:.alert .alert-light}
This is a light message with [link](#){:.alert-link} example.

Configuration files

None.

Configuration variables

None.