images_relative_path property
Leave feedback
On this page
The path used in the Markdown image references.
When None or empty, the full ExportImagesToFileSystemStrategy.images_folder path is used (which may be absolute). Set this to a relative path (e.g. "images") so the Markdown output contains portable references.
Default is None (uses ExportImagesToFileSystemStrategy.images_folder as‑is).
@property
def images_relative_path(self):
...
@images_relative_path.setter
def images_relative_path(self, value):
...
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.