A rich text editor.
DO NOT USE THIS. IT IS NOT READY FOR PRODUCTION.
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script>
<script src="dist/parchment.min.js"></script>
<script>
jQuery(function($) {
$("textarea").parchment();
});
</script>
(Coming soon)
(Coming soon)
(Nothing yet)