You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2018. It is now read-only.
It should convert [fa icon='star' classes='some extra classes'] into <i class="fa fa-star some extra classes"></i>)
Any attributes other than icon or classes should be passed along as is e.g. [fa icon="star" classes="another" title="A star"] would be <i class="fa fa-star another" title="A star"></i>
It should be optional (a register_shortcode option in the yml probably enabled by default)
The text was updated successfully, but these errors were encountered:
It should convert
[fa icon='star' classes='some extra classes']
into<i class="fa fa-star some extra classes"></i>
)Any attributes other than icon or classes should be passed along as is e.g.
[fa icon="star" classes="another" title="A star"]
would be<i class="fa fa-star another" title="A star"></i>
It should be optional (a
register_shortcode
option in the yml probably enabled by default)The text was updated successfully, but these errors were encountered: