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: hukkin/mdformat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.22
Choose a base ref
...
head repository: hukkin/mdformat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.0
Choose a head ref
  • 19 commits
  • 30 files changed
  • 6 contributors

Commits on Jan 30, 2025

  1. Merge pull request #511 from hukkin/version-0.7.22

    v0.7.22
    hukkin authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    e238d51 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

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

Commits on Feb 6, 2025

  1. improve: warn when CLI defaults conflict with TOML (#512)

    * fix(#507): warn on store_true and store_false
    
    * fix: more readable plugin name in warning
    
    * refactor: implement code review feedback
    
    * refactor: split long-string for black
    
    * refactor: use 'not in'
    
    * Revert "refactor: split long-string for black"
    
    This reverts commit 55db115.
    
    * fix: use source of plugin
    
    Co-authored-by: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com>
    
    * refactor: move text inline and add resolution guidance
    
    * refactor: consider restoring UserWarning
    
    * Update src/mdformat/_cli.py
    
    * Update tests/test_plugins.py
    
    ---------
    
    Co-authored-by: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com>
    KyleKing and hukkin authored Feb 6, 2025
    Configuration menu
    Copy the full SHA
    56e221d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f51432e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. fix: read UTF-8 from standard input on all systems (#515)

    * Use Utf-8 when reading stdin
    
    * Document the use of Utf-8 encoding
    
    * Update changelog
    
    * Fix tests using stdin
    
    * Reformat conftest.py
    
    * Update docs/users/changelog.md
    
    * Update docs/users/style.md
    
    * Update test_cli.py
    
    * Update test_config_file.py
    
    * Trigger pre-commit.ci
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    ---------
    
    Co-authored-by: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    3 people authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    10307b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. docs: correct mdformat-admon plugin name

    Fixes #519
    KyleKing authored and hukkin committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    499b47a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Support markdown-it-py 4

    Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
    gaborbernat authored and hukkin committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    a822aca View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. Configuration menu
    Copy the full SHA
    d944a56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3097f47 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Update CommonMark spec tests to v0.31.2

    Update CommonMark spec tests to v0.31.2. Spec source: https://spec.commonmark.org/0.31.2/spec.json
    hukkin authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    e4590ce View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

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

Commits on Sep 17, 2025

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

Commits on Sep 22, 2025

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

Commits on Oct 16, 2025

  1. Remove ASCII_WHITESPACE

    hukkin committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    443084b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64fc2e3 View commit details
    Browse the repository at this point in the history
  3. Add 1.0.0 changelog

    hukkin committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    aa8c457 View commit details
    Browse the repository at this point in the history
  4. docs: Remove mdformat-tables

    hukkin committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    a0981f5 View commit details
    Browse the repository at this point in the history
  5. Modernize license metadata

    hukkin committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    e53fb83 View commit details
    Browse the repository at this point in the history
  6. Bump version: 0.7.22 → 1.0.0

    hukkin committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    82912cd View commit details
    Browse the repository at this point in the history
Loading