dotnet / docfx

Static site generator for .NET API documentation.
https://dotnet.github.io/docfx/
MIT License
4.03k stars 858 forks source link

[Feature Request] Add MarkdownContext to BuildOptions.ConfigureMarkdig #9970

Open DavidMarquezF opened 4 months ago

DavidMarquezF commented 4 months ago

Is your feature request related to a problem? Please describe. When creating custom extensions, I want to have access to the markdown context for things like the getToken function, which would allow to add translations for the plugins in the token.json

Describe the solution you'd like Add a new parameter in ConfigureMarkdig Func of type MarkdownContext

Describe alternatives you've considered

Additional context