uri_export_strategy property

uri_export_strategy property

The strategy for customizing resource URIs written to Markdown output.

The URI export strategy, or None to keep the default URIs. Default is None.

Definition:

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

See Also