## Pull Quotes

Transform normal blockquotes into stylized pull quotes.

{% example html %}
<blockquote class="pull-quote">
  <img class="img-circle" src="{{ relative }}assets/img/avatar-mdo.png">
  <p>
    “They need to stop sleeping on me and get some understanding about this here game I spit!”
  </p>
  <cite>Mark Otto, Huge Nerd</cite>
</blockquote>
{% endexample %}
