Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/markitdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: microsoft/markitdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.3
Choose a head ref
  • 17 commits
  • 17 files changed
  • 17 contributors

Commits on May 28, 2025

  1. pin onnxruntime on Windows (#1274)

    closes #1266
    t-kalinowski authored May 28, 2025
    Configuration menu
    Copy the full SHA
    62b7228 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Have the MarkItDown MCP server read MARKITDOWN_ENABLE_PLUGINS from ENV (

    #1273)
    
    * Have the MarkItdown MCP server read MARKITDOWN_ENABLE_PLUGINS from os.environ
    
    * Update the Dockerfile to enable plugins. No puglins are installed by default.
    afourney authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    3bfb821 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    da7bcea View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Configuration menu
    Copy the full SHA
    9278119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1178c2e View commit details
    Browse the repository at this point in the history
  3. Ensure safe ExifTool usage: require >= 12.24 (#1399)

    * feat: add version verification for ExifTool to ensure security compliance
    * fix: improve ExifTool version verification
    
    ---------
    t3tra-dev authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    fb1ad24 View commit details
    Browse the repository at this point in the history
  4. Bump actions/checkout from 4 to 5 (#1394)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    dependabot[bot] authored Aug 26, 2025
    1 Configuration menu
    Copy the full SHA
    b6e5da8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea1a3df View commit details
    Browse the repository at this point in the history
  6. fix: correctly pass custom llm prompt parameter (#1319)

    * fix: correctly pass custom llm prompt parameter
    stefan-rink authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    b81a387 View commit details
    Browse the repository at this point in the history
  7. Update README.md (#1335)

    Fix typo in README.md
    W-DOS0 authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    16ca285 View commit details
    Browse the repository at this point in the history
  8. Update README.md (#1350)

    ISSUE #1339
    UK0070 authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    f8b60b5 View commit details
    Browse the repository at this point in the history
  9. Update README.md (#1191)

    Fix: Subtle spelling mistake fixed.
    ebrahimHakimuddin authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    0c4d394 View commit details
    Browse the repository at this point in the history
  10. Adding support for data-src Attribute (#1226)

    * supportfordata-src
    Noah-Zhuhaotian authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    c3f6cb3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    459d462 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    59eb60f View commit details
    Browse the repository at this point in the history
  13. Handle PPTX shapes where position is None (#1161)

    * Handle shapes where position is None
    * Fixed recursion error, and place no-coord shapes at front
    richardye101 authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    1736565 View commit details
    Browse the repository at this point in the history
  14. feat: add checkbox support to Markdown converter (#1208)

    This change introduces functionality to convert HTML checkbox input elements
    (<input type=checkbox>) into Markdown checkbox syntax ([ ] or [x]).
    Co-authored-by: Meirna Kamal <meirna.kamal@vodafone.com>
    Meirna-kamal and Meirna Kamal authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    8a9d8f1 View commit details
    Browse the repository at this point in the history
Loading