UI = new SquireUI({replace: 'textarea#foo', height: 300});
});
</script>
</head>
<body>
<headerclass="header">
<divclass="wrapper">
<h1>Squire</h1>
<h2>the <textarea> of the future</h2>
</div>
</header>
<divclass="container">
<divclass="row">
<divclass="col-centered">
<textareaid="foo"></textarea>
</div>
</div>
<divclass="row">
<divclass="col-centered">
<h1>About</h1>
<p>Squire is an HTML5 rich text editor, which provides powerful cross-browser normalisation, whilst being supremely lightweight and flexible. It is built for the present and the future, and as such does not support truly ancient browsers. It should work fine back to around Opera 10, Firefox 3.5, Safari 4, Chrome 9 and IE8.
</p>
<p>Unlike other HTML5 rich text editors, Squire was written as a component for writing documents (emails, essays, etc.), not doing wysiwyg websites. If you are looking for support for inserting form controls or flash components or the like, you'll need to look elsewhere. However for many purposes, Squire may be just what you need, providing the power without the bloat.</p>
</div>
</div>
<divclass="row">
<divclass="col-centered">
<h1>Installation</h1>
<ol>
<li>Download the source from <ahref="https://github.com/neilj/Squire">neilj/Squire</a></li>
<li>Copy the contents of the <code>build/</code> directory onto your
server.</li>
<li>Edit the <code><style></code> block in document.html to add the
default styles you would like the editor to use (or link to an external
stylesheet).</li>
<li>In your application, instead of a <code><textarea></code>, use an