Buttons

[button style="primary" href="#"]Button Primary[/button]

[button style="primary" href="#"]Button Primary[/button]
[button edges="rounded" href="#"]Button Round Edges[/button]

[button edges="rounded" href="#"]Button Round Edges[/button]
[button style="outline" href="#"]Button Outline[/button]

[button style="outline" href="#"]Button Small[/button]
[button fullwidth="true" href="#"]Button Full width[/button]

[button fullwidth="true" href="#"]Button Full width[/button]
[button style="primary" href="#" icon="fa-phone"]Button with Icon[/button]

[button style="primary" href="#" icon="fa-phone"]Button Primary[/button]
You can fill in every FontAwesome Icon class you want.

Icons

You can use all the FontAwesome icons in a shortcode

[fa icon="fa-leaf"]
or add a link to the icon: [fa icon="fa-leaf" href="#"]

Dropcap

[dropcap style="dropcap1"]T[/dropcap]he Landscaper is a very good landscaping company. They do tree removal also. We liked them because all the employees are hard working, honest and reliable. They always come on time, and the prices are good!
[dropcap]First Letter of sentence[/dropcap]
[dropcap title="Title and a dropcap"]2015[/dropcap]
[dropcap title="This is the title"]Text in Dropcap[/dropcap]

Accordion

[collapsibles] [collapse title="Collapse 1" state="active"] content [/collapse] [collapse title="Collapse 2"] content [/collapse] [collapse title="Collapse 3"] content [/collapse] [/collapsibles]
[collapsibles]
    [collapse title="Title 1" active="true"]
        content
    [/collapse]
    [collapse title="Title 2"]
        content
    [/collapse]
    [collapse title="Title 3"]
        content
    [/collapse]
[/collapsibles]

Tables

[table cols="Service,Price Per Hour, Project Based Hour Price" data=" Mowing, $50, $40, Trimming, $50, $40, Weeding, $50, $40, Edging, $50, $40"]

[table cols="Service,Price Per Hour, Project Based Hour Price" data="
Mowing, $50, $40, 
Trimming, $50, $40, 
Weeding, $50, $40, 
Edging, $50, $40"]
[table style="boxed" cols=",Price Per Hour, Project Based Hour Price" data=" Mowing, $50, $40, Trimming, $50, $40, Weeding, $50, $40, Edging, $50, $40"]

[table style="boxed" cols=",Price Per Hour, Project Based Hour Price" data="
Mowing, $50, $40,
Trimming, $50, $40,
Weeding, $50, $40,
Edging, $50, $40"]