Warning

# Usage

You can embed a warning component straight into your Markdown by using the following syntax:

{% warning 'This is an example warning message highlighting the potential use of this block.' %}

# Example

This will then render out the following:

This is an example warning message highlighting the potential use of this block.