Rendering Markdown documents
The VectSharp.Markdown NuGet package can be used to render Markdown documents to a VectSharp Document
or Page
. These can then be exported normally using VectSharp.SVG or VectSharp.PDF, which makes it possible to create e.g. a PDF document starting from Markdown source code.
For more information about how this works, look at the Readme file in the VectSharp.Markdown repository.