Add paragraphs.
This commit is contained in:
parent
f26cc14874
commit
8ddd29ff41
@ -61,8 +61,10 @@ slug: home
|
|||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
|
<p>
|
||||||
Include the following lines of code in the <code><head></code>
|
Include the following lines of code in the <code><head></code>
|
||||||
section of your HTML.
|
section of your HTML.
|
||||||
|
</p>
|
||||||
|
|
||||||
<pre class="code prettyprint">
|
<pre class="code prettyprint">
|
||||||
<link href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0-rc.2/css/select2.min.css" rel="stylesheet" />
|
<link href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0-rc.2/css/select2.min.css" rel="stylesheet" />
|
||||||
@ -76,8 +78,10 @@ slug: home
|
|||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
<p>
|
||||||
Initialize Select2 on the <code><select></code> element that you
|
Initialize Select2 on the <code><select></code> element that you
|
||||||
want to make awesome.
|
want to make awesome.
|
||||||
|
</p>
|
||||||
|
|
||||||
<pre class="code prettyprint">
|
<pre class="code prettyprint">
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
@ -102,14 +106,18 @@ slug: home
|
|||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
|
<p>
|
||||||
<a href="https://github.com/select2/select2/tags">
|
<a href="https://github.com/select2/select2/tags">
|
||||||
Download the code
|
Download the code
|
||||||
</a>
|
</a>
|
||||||
from GitHub and copy the <code>dist</code> directory to your project.
|
from GitHub and copy the <code>dist</code> directory to your project.
|
||||||
|
</p>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
<p>
|
||||||
Include the following lines of code in the <code><head></code>
|
Include the following lines of code in the <code><head></code>
|
||||||
section of your HTML.
|
section of your HTML.
|
||||||
|
</p>
|
||||||
|
|
||||||
<pre class="code prettyprint">
|
<pre class="code prettyprint">
|
||||||
<link href="path/to/select2.min.css" rel="stylesheet" />
|
<link href="path/to/select2.min.css" rel="stylesheet" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user