public static class MarkdownPipelineExtensions
A set of extension methods that extend different pipelines with Markdown rendering.
public static SummaryPipeline UseMdRenderer(this SummaryPipeline self, string output, bool cleanup = true)
Adds a Markdown renderer to the specified pipeline.
The renderer will write all the rendered Markdown files to the specified output directory.