You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -12,25 +13,25 @@ To get started, check out <http://getbootstrap.com>!
12
13
13
14
## Table of contents
14
15
15
-
-[Quick start](#quick-start)
16
-
-[Bugs and feature requests](#bugs-and-feature-requests)
17
-
-[Documentation](#documentation)
18
-
-[Contributing](#contributing)
19
-
-[Community](#community)
20
-
-[Versioning](#versioning)
21
-
-[Creators](#creators)
22
-
-[Copyright and license](#copyright-and-license)
16
+
*[Quick start](#quick-start)
17
+
*[Bugs and feature requests](#bugs-and-feature-requests)
18
+
*[Documentation](#documentation)
19
+
*[Contributing](#contributing)
20
+
*[Community](#community)
21
+
*[Versioning](#versioning)
22
+
*[Creators](#creators)
23
+
*[Copyright and license](#copyright-and-license)
23
24
24
25
## Quick start
25
26
26
27
Several quick start options are available:
27
28
28
-
-[Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.5.zip).
29
-
- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
30
-
- Install with [Bower](http://bower.io): `bower install bootstrap`.
31
-
- Install with [npm](https://www.npmjs.com): `npm install bootstrap`.
32
-
- Install with [Meteor](https://www.meteor.com): `meteor add twbs:bootstrap`.
33
-
- Install with [Composer](https://getcomposer.org): `composer require twbs/bootstrap`.
29
+
*[Download the latest release](https://github.com/twbs/bootstrap/archive/v3.3.5.zip).
30
+
* Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
31
+
* Install with [Bower](http://bower.io): `bower install bootstrap`.
32
+
* Install with [npm](https://www.npmjs.com): `npm install bootstrap`.
33
+
* Install with [Meteor](https://www.meteor.com): `meteor add twbs:bootstrap`.
34
+
* Install with [Composer](https://getcomposer.org): `composer require twbs/bootstrap`.
34
35
35
36
Read the [Getting started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more.
36
37
@@ -75,11 +76,11 @@ Bootstrap's documentation, included in this repo in the root directory, is built
75
76
76
77
### Running documentation locally
77
78
78
-
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.x).
79
-
-**Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
79
+
1. If necessary, [install Jekyll](http://jekyllrb.com/docs/installation) (requires v2.5.x).
80
+
**Note for Windows users:** Read [this unofficial guide](http://jekyll-windows.juthilo.com/) to get Jekyll up and running without problems.
80
81
2. Install the Ruby-based syntax highlighter, [Rouge](https://github.com/jneen/rouge), with `gem install rouge`.
81
82
3. From the root `/bootstrap` directory, run `jekyll serve` in the command line.
82
-
4. Open <http://localhost:9001> in your browser, and voilà.
83
+
4. Open `http://localhost:9001` in your browser, and voilà.
83
84
84
85
Learn more about using Jekyll by reading its [documentation](http://jekyllrb.com/docs/home/).
85
86
@@ -105,12 +106,12 @@ Editor preferences are available in the [editor config](https://github.com/twbs/
105
106
106
107
Get updates on Bootstrap's development and chat with the project maintainers and community members.
107
108
108
-
- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
109
-
- Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com).
110
-
- Join [the official Slack room](https://bootstrap-slack.herokuapp.com).
111
-
- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel.
112
-
- Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3)).
113
-
- Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.
109
+
* Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
110
+
* Read and subscribe to [The Official Bootstrap Blog](http://blog.getbootstrap.com).
111
+
* Join [the official Slack room](https://bootstrap-slack.herokuapp.com).
112
+
* Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server, in the `##bootstrap` channel.
113
+
* Implementation help may be found at Stack Overflow (tagged [`twitter-bootstrap-3`](https://stackoverflow.com/questions/tagged/twitter-bootstrap-3)).
114
+
* Developers should use the keyword `bootstrap` on packages which modify or add to the functionality of Bootstrap when distributing through [npm](https://www.npmjs.com/browse/keyword/bootstrap) or similar delivery mechanisms for maximum discoverability.
114
115
115
116
116
117
@@ -126,13 +127,13 @@ See [the Releases section of our GitHub project](https://github.com/twbs/bootstr
0 commit comments