diff --git a/docs/content/code.md b/docs/content/code.md
index 43779ebb2..f9046c7e4 100644
--- a/docs/content/code.md
+++ b/docs/content/code.md
@@ -24,7 +24,9 @@ For example, <section> should be wrapped as inline.
Or, code blocks. Use `
`s for multiple lines of code. Once again, be sure to escape any angle brackets in the code for proper rendering. You may optionally add the `.pre-scrollable` class, which will set a max-height of 350px and provide a y-axis scrollbar.
{% example html %}
-<p>Sample text here...</p>
+<p>Sample text here...</p>
+<p>And another line of sample text here...</p>
+
{% endexample %}
## Variables