whistyun / Markdown.Avalonia

render markdown with Avalonia UI
MIT License
301 stars 24 forks source link

Using custom controls #147

Open kerams opened 6 months ago

kerams commented 6 months ago

I wonder if there's a way, other than forking the repo and hardcoding this, to change what control a markdown construct maps onto. Specifically, I would like to use https://github.com/AvaloniaUtils/AsyncImageLoader.Avalonia, which provides an attached property for Image with caching support, to render markdown images.