Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
c85e93cd
Commit
c85e93cd
authored
Oct 07, 2011
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #381 from smaboshe/docs
Docs
parents
356227ef
df773deb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
.gitignore
.gitignore
+3
-1
docs/index.html
docs/index.html
+2
-2
No files found.
.gitignore
View file @
c85e93cd
.DS_Store
*~
\ No newline at end of file
.DS_Store
thumbs.db
docs/index.html
View file @
c85e93cd
...
@@ -621,7 +621,7 @@
...
@@ -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>
&
gt;
html
&l
t;
</code>
element.
</td>
<td>
In a line of text like this, your wrapped code will look like this
<code>
&
lt;
html
&g
t;
</code>
element.
</td>
</tr>
</tr>
<tr>
<tr>
<td><code>
<
pre
>
</code></td>
<td><code>
<
pre
>
</code></td>
...
@@ -630,7 +630,7 @@
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment