Fancier posting options

You can add callouts to any post or page using the class callout.

<p class="callout">This will render as a callout.</p>

This will render as a callout.

You can also add an H2 to a callout:

<div class="callout">
<h2>This callout has a title</h2>
<p>And here is the body text</p>
</div>

This callout has a title

And here is the body text

Otherwise I use rather vanilla markdown everywhere.