v0.1.3

pathwaycom/llm-appv0.1.3Aug 26, 2025by afourney

AI Summary

markitdown 0.1.3 includes multiple fixes and improvements for document processing, including ONNXRuntime pinning, environment variable support, and various bug fixes.

Key Highlights

  • Pinned ONNXRuntime on Windows for stability
  • Support for MARKITDOWN_ENABLE_PLUGINS from environment
  • Fixed linked images in docx documents
  • Enhanced ExifTool safety with version requirements
  • Improved HTML document intelligence file type handling
  • Added support for data-src attributes
  • Fixed PPTX shapes position handling
  • Added checkbox support to markdown conversion

New Features

  • Windows ONNXRuntime pinning
  • MARKITDOWN_ENABLE_PLUGINS from ENV
  • Linked images in docx fix
  • ExifTool safety improvements
  • HTML document intelligence handling
  • Data-src attribute support
  • PPTX shapes position fix
  • Checkbox support

Full Release Notes

## What's Changed
* Pin `onnxruntime` on Windows by @t-kalinowski in https://github.com/microsoft/markitdown/pull/1274
* Have the MarkItDown MCP server read MARKITDOWN_ENABLE_PLUGINS from ENV by @afourney in https://github.com/microsoft/markitdown/pull/1273
* Resolved an issue with linked images in docx [mammoth] by @afourney in https://github.com/microsoft/markitdown/pull/1405
* Ensure safe ExifTool usage: require >= 12.24 by @t3tra-dev in https://github.com/microsoft/markitdown/pull/1399
* Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/microsoft/markitdown/pull/1394
* HTML| Update document intelligence file type handling by @safen0s in https://github.com/microsoft/markitdown/pull/1352
* fix: correctly pass custom llm prompt parameter by @stefan-rink in https://github.com/microsoft/markitdown/pull/1319
* Adding support for data-src Attribute by @Noah-Zhuhaotian in https://github.com/microsoft/markitdown/pull/1226
* fix docx parse error (docx testcase: \n in alt) by @BetterAndBetterII in https://github.com/microsoft/markitdown/pull/1163
* Handle PPTX shapes where position is None by @richardye101 in https://github.com/microsoft/markitdown/pull/1161
* Feat: Add checkbox support to _CustomMarkdownify by @Meirna-kamal in https://github.com/microsoft/markitdown/pull/1208

## New Contributors
* @onefloid made their first contribution in https://github.com/microsoft/markitdown/pull/1278
* @JonahDelman made their first contribution in https://github.com/microsoft/markitdown/pull/1393
* @safen0s made their first contribution in https://github.com/microsoft/markitdown/pull/1352
* @stefan-rink made their first contribution in https://github.com/microsoft/markitdown/pull/1319
* @W-DOS0 made their first contribution in https://github.com/microsoft/markitdown/pull/1335
* @UK0070 made their first contribution in https://github.com/microsoft/markitdown/pull/1350
* @ebrahimHakimuddin made their first contribution in https://github.com/microsoft/markitdown/pull/1191
* @Noah-Zhuhaotian made their first contribution in https://github.com/microsoft/markitdown/pull/1226
* @mdqst made their first contribution in https://github.com/microsoft/markitdown/pull/1173
* @Meirna-kamal made their first contribution in https://github.com/microsoft/markitdown/pull/1208

**Full Changelog**: https://github.com/microsoft/markitdown/compare/v0.1.2...v0.1.3