KARAS is lightweight markup language. And this is the syntax converter written in C#. If you want to get more info about KARAS, please visit lightweightmarkuplanguage.com.
KARAS.cs
has a function to convert KARAS syntax. Put marked up text into the convert
function, then it return converted text as HTML. Program.cs
is the easiest sample which shows how to use KARAS.cs
.
Need .NET Framework version 3.5 or later.
KARAS and the converters are licensed under BSD.