markdownx.exceptions.
MarkdownxImageUploadError
invalid_size
The file is larger in size that the maximum allow in settings.py (or the default).
not_uploaded
No file is available to upload.
unsupported_format
The file is of a format not defined in settings.py or if default, in markdownx/settings.py.