A .NET library for generating Markdown formatted strings, streams or files.
- Supports .NET 6, .NET 7 and .NET 8
- Implements Markdown according to GitHub Flavored Markdown Spec
- Implements the following extensions from Python Markdown:
- Implements the following extensions from PyMdown Extensions
dotnet add package Enbrea.MdBuilder
Documentation is available in the GitHub wiki.
- Support for tables with multiline rows
- Support for tables with same markdown column width per row (manual or auto)
Yes, that would be much appreciated. The best way to help is to post a response via the Issue Tracker and/or submit a Pull Request.