1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

Move code within code snippet as close to the left for Basic block

This commit is contained in:
Erik van der Kolk
2012-08-18 19:51:57 +02:00
parent 3f12c746e5
commit b7233a49dd
2 changed files with 2 additions and 2 deletions

View File

@@ -417,7 +417,7 @@ For example, <code>section</code> should be wrapped as inline.
</pre> </pre>
<pre class="prettyprint linenums" style="margin-bottom: 9px;"> <pre class="prettyprint linenums" style="margin-bottom: 9px;">
&lt;pre&gt; &lt;pre&gt;
&amp;lt;p&amp;gt;Sample text here...&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;Sample text here...&amp;lt;/p&amp;gt;
&lt;/pre&gt; &lt;/pre&gt;
</pre> </pre>
<p><span class="label label-info">Heads up!</span> Be sure to keep code within <code>&lt;pre&gt;</code> tags as close to the left as possible; it will render all tabs.</p> <p><span class="label label-info">Heads up!</span> Be sure to keep code within <code>&lt;pre&gt;</code> tags as close to the left as possible; it will render all tabs.</p>

View File

@@ -354,7 +354,7 @@
</pre> </pre>
<pre class="prettyprint linenums" style="margin-bottom: 9px;"> <pre class="prettyprint linenums" style="margin-bottom: 9px;">
&lt;pre&gt; &lt;pre&gt;
&amp;lt;p&amp;gt;{{_i}}Sample text here...{{/i}}&amp;lt;/p&amp;gt; &amp;lt;p&amp;gt;{{_i}}Sample text here...{{/i}}&amp;lt;/p&amp;gt;
&lt;/pre&gt; &lt;/pre&gt;
</pre> </pre>
<p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> {{_i}}Be sure to keep code within <code>&lt;pre&gt;</code> tags as close to the left as possible; it will render all tabs.{{/i}}</p> <p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> {{_i}}Be sure to keep code within <code>&lt;pre&gt;</code> tags as close to the left as possible; it will render all tabs.{{/i}}</p>