ejball / XmlDocMarkdown

Generates Markdown from .NET XML documentation comments.
https://ejball.com/XmlDocMarkdown/
MIT License
102 stars 30 forks source link

Create plugin architecture for output formats #77

Open mattbrailsford opened 4 years ago

mattbrailsford commented 4 years ago

This may not be the right title for this but essentially, I'm looking at the code and there are a lot of things implemented specific for Jekyll which is rather inflexible for people who are using something different that expects different formats.

It would be good if these framework specific needs could be encapsulated in some kind of plugin architecture such that these can be chopped and changed depending on peoples needs and this tool becomes useful for more than just Jekyll users.

mattbrailsford commented 4 years ago

Examples I've found so far in the source code