/awesomemarkup

js tool for creating markup without all that nasty string concatenation.

Primary LanguageJavaScript

awesomemarkup — generate markup without all the headache.

what’s this?

Sometimes, despite all the separation you’ve done between your behavior and your presentation, you just have to generate some markup in Javascript. Inserting a div here, adding a link there. Usually, that sort of code ends up looking like a big pile of garbage.

Awesomemarkup fixes that! Please see the project page for more details.

unit tests!

To run them, grab jasmine-node from npm, then simply fire off jasmine-node spec.

licensing

Licensed under the WTFPL