From 68e0b01ac8137f835487612b59389c3691ae1061 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 25 Dec 2015 13:49:16 +0000 Subject: [PATCH] Fix code block example use `` (as it's still semantically code that we're marking up) and make the example actually multiple lines... --- docs/content/code.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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