Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Markdown configuration #48

Open
kostiantxn opened this issue Dec 10, 2023 · 0 comments
Open

Create Markdown configuration #48

kostiantxn opened this issue Dec 10, 2023 · 0 comments
Labels
enhancement New feature or request markdown Issue related to the built-in Markdown renderer
Milestone

Comments

@kostiantxn
Copy link
Collaborator

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())
@kostiantxn kostiantxn added enhancement New feature or request markdown Issue related to the built-in Markdown renderer roslyn Issue related to the built-in Roslyn parser labels Dec 10, 2023
@kostiantxn kostiantxn added this to the 0.0.4 milestone Dec 10, 2023
@joshua-light joshua-light removed the roslyn Issue related to the built-in Roslyn parser label Dec 17, 2023
@joshua-light joshua-light changed the title Create configuration Create Markdown configuration Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request markdown Issue related to the built-in Markdown renderer
Projects
None yet
Development

No branches or pull requests

2 participants