Customizing Image Loading in Markdown
The Markdown control supports custom image loading via the ImageLoader property. This allows you to handle image formats such as SVG, remote images, or any custom logic for image resolution.
Example: Loading SVG Images
Required Packages
To use the custom image loader example above, you need to install the following NuGet packages:
dotnet add package Avalonia.Svg.Skia