image_saving method

On this page

image_saving

Called for each image being written to the Markdown document.

def image_saving(self, args):
    ...
Parameter Type Description
args MarkdownImageSavingArgs Mutable arguments describing the current image.

See Also

On this page