GroupDocs.Markdown provides several strategies for handling Images during conversion. Set the ImageExportStrategy property on ConvertOptions to control the behavior:
Base64 embedding – inline Images as data URIs using ExportImagesAsBase64Strategy. File system export – save Images to a directory using ExportImagesToFileSystemStrategy. Use the ImagesRelativePath property to control the relative path written into Markdown Image links. Skip Images – omit all Images from the output using SkipImagesStrategy. Custom handler – implement IImageSavingHandler for full control over Image saving, including renaming and custom storage via CustomImagesStrategy....Annotation Product Solution GroupDocs...Advanced usage / Saving image strategy Saving image strategy Leave feedback...