Use doge instead of css for <pre> example

This commit is contained in:
James Kyle 2015-08-19 15:28:49 -07:00
parent 1efb07dad9
commit 4540ad38af

View File

@ -111,9 +111,9 @@ The `<pre>` element is reset to remove its `margin-top` and use `rem` units for
<div class="bd-example">
{% markdown %}
<pre>
.element {
margin-bottom: 1rem;
}
Wow
such
preformatted text
</pre>
{% endmarkdown %}
</div>