Plugin Directory

Changeset 991936


Ignore:
Timestamp:
09/17/2014 02:30:31 PM (12 years ago)
Author:
FoolsRun
Message:

Documentation

Location:
font-awesome-shortcodes/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • font-awesome-shortcodes/trunk/README.md

    r991928 r991936  
    5555### Icon Lists
    5656When using `list_item="true"` for icons, be sure to wrap the list in `[fa-ul]` and `[/fa-ul]`.
     57
    5758    [fa-ul]
    58         Standard HTML or WordPress list goes here.
    59     [/fa-ul]
     59        Standard HTML or WordPress list goes here.
     60    [/fa-ul]
    6061
    6162Parameter | Description | Required | Values | Default
  • font-awesome-shortcodes/trunk/includes/help/README.html

    r991928 r991936  
    140140<hr>
    141141<h3 id="icon-lists">Icon Lists</h3>
    142 <p>When using <code>list_item=&quot;true&quot;</code> for icons, be sure to wrap the list in <code>[fa-ul]</code> and <code>[/fa-ul]</code>.
    143     [fa-ul]
    144         Standard HTML or WordPress list goes here.
    145     [/fa-ul]</p>
     142<p>When using <code>list_item=&quot;true&quot;</code> for icons, be sure to wrap the list in <code>[fa-ul]</code> and <code>[/fa-ul]</code>.</p>
     143<pre><code>[fa-ul]
     144    Standard HTML or WordPress list goes here.
     145[/fa-ul]</code></pre>
    146146<table>
    147147<thead>
Note: See TracChangeset for help on using the changeset viewer.