Implements an image export strategy that gives you full control over how images are saved during conversion.
Supply an IImageSavingHandler implementation to rename images, redirect them to a custom stream, or apply any other custom logic when each image is encountered.
The CustomImagesStrategy type exposes the following members:
The path used in the Markdown image references; when None or empty, the full CustomImagesStrategy.images_folder path is used, and it can be set to a relative path (e.g., “images”) for portable Markdown output.