image_file_name property

image_file_name property

The file name (or placeholder id) embedded as the image URI in the Markdown output. Assign to rewrite the URI.

Definition:

@property
def image_file_name(self):
    ...
@image_file_name.setter
def image_file_name(self, value):
    ...

See Also