The Code

 {% include note.html content="This is my note." %}
 {% include callout.html content="This is my primary type callout. It has a border on the left whose color you define by passing a type parameter." type="primary" %} 
This is my primary type callout. It has a border on the left whose color you define by passing a type parameter.
This is my note. 
{: .notice}

This is my note.

This is my note. Unfortunately, you have to use ```<br/>``` for multiple lines. <br/> <br/> But otherwise, _Markdown_ still **works**!
{: .notice1}

This is my note. Unfortunately, you have to use <br/> for multiple lines.

But otherwise, Markdown still works!

Includes

Callouts

This is my primary type callout. It has a border on the left whose color you define by passing a type parameter.
This is my success type callout. It has a border on the left whose color you define by passing a type parameter.
This is my warning type callout. It has a border on the left whose color you define by passing a type parameter.
This is my danger type callout. It has a border on the left whose color you define by passing a type parameter.

CSS

Callouts

This is another note. And the cool thing is that Markdown still works!

This is another callout. And the cool thing is that Markdown still works!

This is another callout. And the cool thing is that Markdown still works!

This is another warning. And the cool thing is that Markdown still works!

This is another note. And the cool thing is that Markdown still works!

This is another callout. And the cool thing is that Markdown still works!

This is another callout. And the cool thing is that Markdown still works!

This is another warning. And the cool thing is that Markdown still works!

**Note:** This is my note.
{: .note}