Skip to content

Create Markdown configuration #48

Description

@kostiantxn

We should create a convenient configuration mechanism for configuring the pipeline.

As @joshua-light mentioned in #46 (comment):

What do you think about extracting a new MdRendererOptions class for tweaking such things?

For example, we could call the UseMdRenderer method on the pipeline with few ways:

(the old one)

pipeline
    .UseMdRenderer("...");

(the more customizable one)

pipeline
  .UseMdRenderer(options => options
    .CleanupOutputDir()
    .UseGitHubMarkdown())

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestmarkdownIssue related to the built-in Markdown renderer

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions