[FuturesJS on GitHub](http://github.com/coolaj86/futures)
...running the [JaySyncUnit](http://github.com/coolaj86/jaysyncunit) Test Suite
JavaScript with Showdown & Highlight:
// I'd like to find a way to write the code, documentation
// examples, and tests all together using some sort of parser
// like this, and have it output the usable code as copy/pastable
// text - maybe even with a compress option
(function () {
var string = "Hello World!";
alert(string);
}());