diff options
author | kpdecker <kpdecker@gmail.com> | 2013-04-28 13:53:01 -0500 |
---|---|---|
committer | kpdecker <kpdecker@gmail.com> | 2013-04-28 13:53:01 -0500 |
commit | 18798a75460e7b856972fd18a0a4c64e6f299cf8 (patch) | |
tree | ebfb0d2975c08e2f54c025eaeaae9a883bfc29c3 /README.markdown | |
parent | bbce33778e7418be7d2b53ee2306d67ebfa11a9a (diff) | |
download | handlebars.js-18798a75460e7b856972fd18a0a4c64e6f299cf8.zip handlebars.js-18798a75460e7b856972fd18a0a4c64e6f299cf8.tar.gz handlebars.js-18798a75460e7b856972fd18a0a4c64e6f299cf8.tar.bz2 |
Adjust formatting of bullet list
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/README.markdown b/README.markdown index e787e59..51c4b1d 100644 --- a/README.markdown +++ b/README.markdown @@ -324,19 +324,18 @@ Known Issues Handlebars in the Wild ----------------- -* [jblotus](http://github.com/jblotus) created -[http://tryhandlebarsjs.com](http://tryhandlebarsjs.com) for anyone who -would like to try out Handlebars.js in their browser. -* Don Park wrote an Express.js view engine adapter for Handlebars.js -called [hbs](http://github.com/donpark/hbs). -* [sammy.js](http://github.com/quirkey/sammy) by Aaron Quint, a.k.a. -quirkey, supports Handlebars.js as one of its template plugins. +* [jblotus](http://github.com/jblotus) created [http://tryhandlebarsjs.com](http://tryhandlebarsjs.com) + for anyone who would like to try out Handlebars.js in their browser. +* Don Park wrote an Express.js view engine adapter for Handlebars.js called + [hbs](http://github.com/donpark/hbs). +* [sammy.js](http://github.com/quirkey/sammy) by Aaron Quint, a.k.a. quirkey, + supports Handlebars.js as one of its template plugins. * [SproutCore](http://www.sproutcore.com) uses Handlebars.js as its main -templating engine, extending it with automatic data binding support. -* [Ember.js](http://www.emberjs.com) makes Handlebars.js the primary way -to structure your views, also with automatic data binding support. + templating engine, extending it with automatic data binding support. +* [Ember.js](http://www.emberjs.com) makes Handlebars.js the primary way to + structure your views, also with automatic data binding support. * Les Hill (@leshill) wrote a Rails Asset Pipeline gem named -[handlebars_assets](http://github.com/leshill/handlebars_assets). + handlebars_assets](http://github.com/leshill/handlebars_assets). Helping Out ----------- |