Showdown Icon Extension
Glyphicon and font-awesome support in Markdown for Showdown.js
Generates <span class="glyphicon glyphicon-home"></span>
with @glyphicon-home
,
and <i class="fa fa-home"></i>
with @fa-home
.
Install
bower install showdown-icon
Usage
var converter = extensions: 'icon' ;;;