From 8ddd29ff41f8e37277e1a950d7fc310088422375 Mon Sep 17 00:00:00 2001 From: Florian Kissling Date: Tue, 28 Apr 2015 02:07:23 +0200 Subject: [PATCH] Add paragraphs. --- docs/index.html | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/docs/index.html b/docs/index.html index a5857e7e..fce6c3ac 100644 --- a/docs/index.html +++ b/docs/index.html @@ -61,8 +61,10 @@ slug: home
  1. - Include the following lines of code in the <head> - section of your HTML. +

    + Include the following lines of code in the <head> + section of your HTML. +

     <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
             
           
  2. - Initialize Select2 on the <select> element that you - want to make awesome. +

    + Initialize Select2 on the <select> element that you + want to make awesome. +

     <script type="text/javascript">
    @@ -102,14 +106,18 @@ slug: home
     
         
    1. - - Download the code - - from GitHub and copy the dist directory to your project. +

      + + Download the code + + from GitHub and copy the dist directory to your project. +

    2. - Include the following lines of code in the <head> - section of your HTML. +

      + Include the following lines of code in the <head> + section of your HTML. +

       <link href="path/to/select2.min.css" rel="stylesheet" />