Kryptos-FR / markdig.wpf

A WPF library for xoofx/markdig https://github.com/xoofx/markdig
MIT License
160 stars 52 forks source link

Possibility to make custom renderers in other assemblies #17

Closed goldie83 closed 6 years ago

goldie83 commented 6 years ago

Hi, I had a need to create a custom renderer, which overrides the default behavior of the LinkInlineRenderer (which only can render images/links from internal network with custom Uri schemes etc.).

The extended class is in a other assembly, which also needs access to those methods, because of that I've made them publicly visible.

jackgriffiths commented 6 years ago

I need to do this too! Any idea when this will be released via NuGet? Thanks.

Kryptos-FR commented 6 years ago

@JackGriffiths Thanks for reminding me, I will try to do a package this week.