also, stray "blocks" in the "Sample output", which doesn't seem to
belong there.
For example, <code><section></code> should be wrapped as inline.
{% endexample %}
-## Preformatted text
+## Code blocks
-Or, code blocks. Use `<pre>`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 `<pre>`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 %}
<pre><code><p>Sample text here...</p>
## Sample output
-For indicating blocks sample output from a program use the `<samp>` tag.
+For indicating sample output from a program use the `<samp>` tag.
{% example html %}
<samp>This text is meant to be treated as sample output from a computer program.</samp>