Project Description
Ultralight Markup is a stripped-down intermediate markup language meant to bridge the gap between text entry and HTML. The project includes an ASP.NET MVC implementation with a Javascript editor.
Objective
The primary objective is to allow very basic formatting while preventing invalid HTML entry and script injection. The editor and parsing engine are purely client-side Javascript. And the very same Javascript parsing engine is used server-side in .NET for posts
to the server. This is made possible by the Jurassic Javascript compiler.
Demo
See a working demo of the editor and syntax at
www.bucketsoft.com/ultralight

Dependencies