__init__ constructor
init
Initializes a new instance of the ConvertOptions class.
By default, ConvertOptions.image_export_strategy is set to ExportImagesAsBase64Strategy, which embeds images as Base64 strings directly in the Markdown output.
def __init__(self):
...
See Also
- class
ConvertOptions