Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
A lot of Markdown files contain images with the following syntax:
[](https://www.dotnetfoundation.org/)
or
[](https://github.com/unoplatform/uno/blob/master/CONTRIBUTING.md)
These images are ignored when converting Markdown documents to Word using Syncfusion.DocIO library because I believe images nested inside hyperlinks are not supported.
However, if you remove the hyperlink, an exception is thrown because it expects a base64 image rather than an URL. Following the documentation I've download the image using HttpClient and set it as ImageStream in the ImageNodeVisited event, but the exception still occurs when loading the document.