Markdown to PDF
.net, c#, markdown
Solution
I first generated HTML using MarkdownSharp and then PDF using `https://wkhtmltopdf.org/`.
Any other answer which links to a token based parser or a library which could generate PDF directly will be awarded the answer.
Problem
Are there any libraries which can convert Markdown to PDF? Or a complete markdown parser which generates tokens instead of HTML directly?