images_folder property

images_folder property

The images folder path is always an empty string because this strategy embeds images directly in the Markdown.

Definition:

@property
def images_folder(self):
    ...

See Also