How would I display a Font-Awesome icon in a github wiki?
I tried to link to the source from the Font-Awesome site, but it just creates a link
eg:
| Element | Icon Name | Icon Image|
| ------- | ----------| ----------|
| chart | fa-line-chart | http://fortawesome.github.io/Font-Awesome/icon/line-chart |
| trash | fa-trash | http://fortawesome.github.io/Font-Awesome/icon/trash |
If you simply want the visual and don't care how it is delivered you can keep it github and link to encharms repo using an <img>
I guess if you were worried about the repo disappearing you could fork your own version with just the icons you need.
Most icons are available in most sizes.
Not got the reputation to post an image example yet!