HTML Entity Snippets for Sublime Text
=====================================
Blaze through the most common HTML entities without giving them a second thought. The syntax is simple: a colon `:` followed by the first character or two of the entity name.
Install via Sublime Text Package Control.
## reference
![entity-table](https://cloud.githubusercontent.com/assets/4311607/9705572/d8a071a2-5496-11e5-968b-9594c62f4212.png)
## entity fractions
Create any *fraction* entity by altering the last two digits of `½`. The last two digits are a snippet placeholder, you can quickly tab-edit the numbers.
*fractions example*
Using `:12` yields `½` which is ½ . If you then change it to `¼` it will yield ¼ .
### thanks to W3C for their entity reference chart
http://dev.w3.org/html5/html-author/charref