NAsciidoc Project

This project intends to implement a C# native Asciidoc parser+renderer.

It is not as advanced as Ruby Asciidoctor project but it avoids any layer between the rendering code and actual execution (using ruby/Javascript engine which are generally slow and hard to debug options).

NAsciidoc project is easy to embed in any Asp.Net or plain console application.

Go on the documentation to learn more about the project.