Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 636 Bytes

Summary.Markdown.MarkdownPipelineExtensions.md

File metadata and controls

17 lines (12 loc) · 636 Bytes
public static class MarkdownPipelineExtensions

A set of extension methods that extend different pipelines with Markdown rendering.

Methods

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.