GroupDocs.Markdown provides several strategies For handling images during conversion. Set the image_export_strategy 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 images_relative_path property to control the relative path written into Markdown image links. Skip images – omit all images from the output using SkipImagesStrategy. Custom handler – pass a Python callable For full control over image saving, including renaming and custom storage via CustomImagesStrategy....Markdown / GroupDocs.Markdown for Python / Developer...strategy Leave feedback GroupDocs.Markdown provides several strategies...