Skip to content

Commit 8ddd29f

Browse files
author
Florian Kissling
committed
Add paragraphs.
1 parent f26cc14 commit 8ddd29f

1 file changed

Lines changed: 18 additions & 10 deletions

File tree

docs/index.html

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ <h3>
6161

6262
<ol>
6363
<li>
64-
Include the following lines of code in the <code>&lt;head&gt;</code>
65-
section of your HTML.
64+
<p>
65+
Include the following lines of code in the <code>&lt;head&gt;</code>
66+
section of your HTML.
67+
</p>
6668

6769
<pre class="code prettyprint">
6870
&lt;link href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0-rc.2/css/select2.min.css" rel="stylesheet" /&gt;
@@ -76,8 +78,10 @@ <h3>
7678
</div>
7779
</li>
7880
<li>
79-
Initialize Select2 on the <code>&lt;select&gt;</code> element that you
80-
want to make awesome.
81+
<p>
82+
Initialize Select2 on the <code>&lt;select&gt;</code> element that you
83+
want to make awesome.
84+
</p>
8185

8286
<pre class="code prettyprint">
8387
&lt;script type="text/javascript"&gt;
@@ -102,14 +106,18 @@ <h3>
102106

103107
<ol>
104108
<li>
105-
<a href="https://github.com/select2/select2/tags">
106-
Download the code
107-
</a>
108-
from GitHub and copy the <code>dist</code> directory to your project.
109+
<p>
110+
<a href="https://github.com/select2/select2/tags">
111+
Download the code
112+
</a>
113+
from GitHub and copy the <code>dist</code> directory to your project.
114+
</p>
109115
</li>
110116
<li>
111-
Include the following lines of code in the <code>&lt;head&gt;</code>
112-
section of your HTML.
117+
<p>
118+
Include the following lines of code in the <code>&lt;head&gt;</code>
119+
section of your HTML.
120+
</p>
113121

114122
<pre class="code prettyprint">
115123
&lt;link href="path/to/select2.min.css" rel="stylesheet" /&gt;

0 commit comments

Comments
 (0)