diff --git a/docs/base-css.html b/docs/base-css.html index d22fbc121..acb656417 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -387,17 +387,15 @@
Wrap inline snippets of code with <code>.
Wrap inline snippets of code with <code>.
For example, <code>section</code> should be wrapped as inline.-
Use <pre> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.
Use <pre> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.
<p>Sample text here...</p>@@ -406,12 +404,11 @@ For example, <code>section</code> should be wrapped as inline. <p>Sample text here...</p> </pre> -
Note: Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.
You may optionally add the .pre-scrollable class which will set a max-height of 350px and provide a y-axis scrollbar.
Take the same <pre> element and add two optional classes for enhanced rendering.
Note: Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.
You may optionally add the .pre-scrollable class which will set a max-height of 350px and provide a y-axis scrollbar.
Take the same <pre> element and add two optional classes for enhanced rendering.
<p>Sample text here...</p>@@ -421,9 +418,7 @@ For example, <code>section</code> should be wrapped as inline. <p>Sample text here...</p> </pre> -
Download google-code-prettify and view the readme for how to use.
-Download google-code-prettify and view the readme for how to use.
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 42f3d4d78..4ac972d21 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -318,17 +318,15 @@Wrap inline snippets of code with <code>.
Wrap inline snippets of code with <code>.
{{_i}}For example, <code>section</code> should be wrapped as inline.{{/i}}
- {{_i}}Use <pre> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.{{/i}}
{{_i}}Use <pre> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.{{/i}}
<p>{{_i}}Sample text here...{{/i}}</p>
@@ -337,12 +335,11 @@
<p>{{_i}}Sample text here...{{/i}}</p>
</pre>
- {{_i}}Note: Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.{{/i}}
{{_i}}You may optionally add the .pre-scrollable class which will set a max-height of 350px and provide a y-axis scrollbar.{{/i}}
Take the same <pre> element and add two optional classes for enhanced rendering.
{{_i}}Note: Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.{{/i}}
{{_i}}You may optionally add the .pre-scrollable class which will set a max-height of 350px and provide a y-axis scrollbar.{{/i}}
Take the same <pre> element and add two optional classes for enhanced rendering.
<p>{{_i}}Sample text here...{{/i}}</p>
@@ -352,9 +349,7 @@
<p>{{_i}}Sample text here...{{/i}}</p>
</pre>
- {{_i}}Download google-code-prettify and view the readme for how to use.{{/i}}
-{{_i}}Download google-code-prettify and view the readme for how to use.{{/i}}