update_resource_uri method

update_resource_uri

Called for each resource URI that will be written to the Markdown output, allowing modification of properties on context to customize the resulting URI.

def update_resource_uri(self, context):
    ...
Parameter Type Description
context UriExportContext The URI export context. Set UriExportContext.resource_file_uri to override the URI that appears in the Markdown output, or modify UriExportContext.resource_file_name to change the resource file name.

See Also