Skip to content

Add option to use WARNING in alerts

Achilleas Pipinellis requested to merge warning-alert into master

This is a drop-in replacement of CAUTION, and they can be used interchangeably.

Closes #899 (closed)

Test codeblock:

CAUTION: **Caution:**
This is something to be cautious about.

CAUTION:
This is something to be cautious about.

WARNING: **Caution:**
This is something to be cautious about.

WARNING:
This is something to be cautious about.

Renders as:

Screenshot_2020-12-04_Documentation_Style_Guide_GitLab

Edited by Achilleas Pipinellis

Merge request reports

Loading