HTML language snippets with easy access to id and class
- Type a html element, e.g. div
- Append
#
for id, or.
for class, to the element and press tab - The element should start with an id or class selected for you to type in it.
- Fork it.
- Create a branch
git checkout -b my_markup
- Commit your changes
git commit -am "Cool new feature"
- Push to the branch
git push origin my_markup
- Open a Pull Request
- Enjoy a refreshing
Insert Favorite Beverage
and wait
The MIT License (MIT)