CommonMark generation library - CommonMarkBuilder

Hi everyone, I created a .NET library that allows the programmatic generation of a CommonMark document without manual string concatenation or knowledge of the specification. It is my hope that by making it easier to create a CommonMark document, adoption and usage of the specification will increase. I will gladly accept any criticism or collaboration on the project.

https://github.com/SolidStateProgrammer/CommonMarkBuilder

Thanks!