From 5d8751274d9887dfdcdb31bd973532b411613784 Mon Sep 17 00:00:00 2001 From: James Kyle Date: Wed, 19 Aug 2015 16:52:24 -0700 Subject: [PATCH] Use .example-element instead of doge :cry: --- docs/content/reboot.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/reboot.md b/docs/content/reboot.md index ac17e147ee..845d50798a 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -111,9 +111,9 @@ The `
` element is reset to remove its `margin-top` and use `rem` units for
 
{% markdown %}
-        Wow
-  such
-      preformatted text
+.example-element {
+  margin-bottom: 1rem;
+}
 
{% endmarkdown %}
-- 2.47.2