Contributing
Extending Without Changing This Repo
Extend MarkItDown without changing the core repository by publishing your own 3rd-party conversion plugin.
MarkItDown supports 3rd-party plugins, so support for a new format can be published and installed independently of this repository:
markitdown --list-plugins
markitdown --use-plugins path-to-file.pdfSee packages/markitdown-sample-plugin to get started, and tag your repository
#markitdown-plugin so that others can find it.
See also Plugins for how end users list and enable plugins.