From 25a36729bc7a1e62e164fea53b662f653a937b7f Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 25 Dec 2015 13:44:33 +0000 Subject: [PATCH 1/3] Missing angle brackets --- docs/content/code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/code.md b/docs/content/code.md index 4ce1e7fa3b..43779ebb25 100644 --- a/docs/content/code.md +++ b/docs/content/code.md @@ -13,7 +13,7 @@ Styles for inline code snippets and longer, multiline blocks of code. ## Inline code -Wrap inline snippets of code with `code`. Be sure to escape HTML angle brackets. +Wrap inline snippets of code with ``. Be sure to escape HTML angle brackets. {% example html %} For example, <section> should be wrapped as inline. From 68e0b01ac8137f835487612b59389c3691ae1061 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 25 Dec 2015 13:49:16 +0000 Subject: [PATCH 2/3] 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 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 From efe2419fecc1236bc75a355f413dd82b88a4ef99 Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 25 Dec 2015 21:26:41 +0000 Subject: [PATCH 3/3] Change "preformatted text" heading and intro para also, stray "blocks" in the "Sample output", which doesn't seem to belong there. --- docs/content/code.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/code.md b/docs/content/code.md index f9046c7e48..79059a1d19 100644 --- a/docs/content/code.md +++ b/docs/content/code.md @@ -19,9 +19,9 @@ Wrap inline snippets of code with ``. Be sure to escape HTML angle bracket For example, <section> should be wrapped as inline. {% endexample %} -## Preformatted text +## Code blocks -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.
+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>
@@ -48,7 +48,7 @@ To edit settings, press ctrl + ,
 
 ## Sample output
 
-For indicating blocks sample output from a program use the `` tag.
+For indicating sample output from a program use the `` tag.
 
 {% example html %}
 This text is meant to be treated as sample output from a computer program.