sublime-html-email-snippets =========================== Snippets to help create HTML emails quicker. Install using Package Control or clone the repository to `~/Library/Application Support/Sublime Text 2/Packages/User` This gives you access to a couple of tab triggers: `mlreset`, `mltable`, `mltd`, `mlimg`, `mla`. `mlreset` will expand into: ``` ``` `mltable` will expand into `` `mltd ` will expand into `
` `mlimg` will expand into `` `mla` will expand into `` Tabstops have been implemented where needed. Suggestions welcome.