images_relative_path property
images_relative_path property
The path used in the Markdown image references; when None or empty, the full CustomImagesStrategy.images_folder path is used, and it can be set to a relative path (e.g., “images”) for portable Markdown output.
Definition:
@property
def images_relative_path(self):
...
@images_relative_path.setter
def images_relative_path(self, value):
...
See Also
- class
CustomImagesStrategy