get_supported_formats method

get_supported_formats

Returns the complete list of FileFormat values that can be converted to Markdown.

Use this to check at runtime whether a particular format is supported before attempting conversion.

def get_supported_formats(cls):
    ...

Returns: list[FileFormat]: A read-only list of all supported FileFormat values.

See Also