From: Patrick H. Lauke Date: Fri, 25 Dec 2015 13:49:16 +0000 (+0000) Subject: Fix code block example X-Git-Tag: v4.0.0-alpha.3~442^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e0b01ac8137f835487612b59389c3691ae1061;p=thirdparty%2Fbootstrap.git Fix code block example use `` (as it's still semantically code that we're marking up) and make the example actually multiple lines... --- diff --git a/docs/content/code.md b/docs/content/code.md index 43779ebb25..f9046c7e48 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