mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-18 17:01:07 +00:00
commit
c85e93cd90
2 changed files with 5 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
||||||
|
*~
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
thumbs.db
|
||||||
|
|
|
||||||
|
|
@ -621,7 +621,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code><code></code></td>
|
<td><code><code></code></td>
|
||||||
<td>In a line of text like this, your wrapped code will look like this <code>>html<</code> element.</td>
|
<td>In a line of text like this, your wrapped code will look like this <code><html></code> element.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code><pre></code></td>
|
<td><code><pre></code></td>
|
||||||
|
|
@ -630,7 +630,7 @@
|
||||||
<h1>Heading</h1>
|
<h1>Heading</h1>
|
||||||
<p>Something right here...</p>
|
<p>Something right here...</p>
|
||||||
</div></pre>
|
</div></pre>
|
||||||
<p><strong>Note:</strong> Be sure to keep code within <code>pre</code> tags as close to the left as possible; it will render all tabs.</p>
|
<p><strong>Note:</strong> Be sure to keep code within <code><pre></code> tags as close to the left as possible; it will render all tabs.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue