1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Add paragraphs.

This commit is contained in:
Florian Kissling 2015-04-28 02:07:23 +02:00
parent f26cc14874
commit 8ddd29ff41

View File

@ -61,8 +61,10 @@ slug: home
<ol>
<li>
<p>
Include the following lines of code in the <code>&lt;head&gt;</code>
section of your HTML.
</p>
<pre class="code prettyprint">
&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 @@ slug: home
</div>
</li>
<li>
<p>
Initialize Select2 on the <code>&lt;select&gt;</code> element that you
want to make awesome.
</p>
<pre class="code prettyprint">
&lt;script type="text/javascript"&gt;
@ -102,14 +106,18 @@ slug: home
<ol>
<li>
<p>
<a href="https://github.com/select2/select2/tags">
Download the code
</a>
from GitHub and copy the <code>dist</code> directory to your project.
</p>
</li>
<li>
<p>
Include the following lines of code in the <code>&lt;head&gt;</code>
section of your HTML.
</p>
<pre class="code prettyprint">
&lt;link href="path/to/select2.min.css" rel="stylesheet" /&gt;