- 56b24ef readme: Avoid false expectations by removing mention of third-party plugins by Taneli Hukkinen · 7 months ago main upstream/master
- a54d191 Merge pull request #554 from hukkin/version-1.0.0 by Taneli Hukkinen · 7 months ago
- 82912cd Bump version: 0.7.22 → 1.0.0 by Taneli Hukkinen · 7 months ago 1.0.0
- e53fb83 Modernize license metadata by Taneli Hukkinen · 7 months ago
- a0981f5 docs: Remove mdformat-tables by Taneli Hukkinen · 7 months ago
- aa8c457 Add 1.0.0 changelog by Taneli Hukkinen · 7 months ago
- 64fc2e3 Remove ParserExtensionInterface.add_cli_options by Taneli Hukkinen · 7 months ago
- 443084b Remove ASCII_WHITESPACE by Taneli Hukkinen · 7 months ago
- ae503ee disable blank issues on GitHub by Taneli Hukkinen · 8 months ago
- 2fba388 fix: remove vertical tab from UNICODE_WHITESPACE by Taneli Hukkinen · 8 months ago
- 5b7bebf Update UNICODE_PUNCTUATION to comply with CommonMark v0.31.2 by Taneli Hukkinen · 8 months ago
- e4590ce Update CommonMark spec tests to v0.31.2 by Taneli Hukkinen · 8 months ago
- 3097f47 maintain: Drop Python 3.9 support. Modernize with pyupgrade (#541) by Taneli Hukkinen · 8 months ago
- d944a56 maintain: bump mypy, doc deps and pre-commit by Taneli Hukkinen · 8 months ago
- a822aca Support markdown-it-py 4 by Bernát Gábor · 8 months ago
- 499b47a docs: correct mdformat-admon plugin name by Kyle King · 1 year, 3 months ago
- 10307b9 fix: read UTF-8 from standard input on all systems (#515) by Christopher Prohm · 1 year, 3 months ago
- f51432e tests: enforce lazy markdown_it import by Taneli Hukkinen · 1 year, 3 months ago
- 56e221d improve: warn when CLI defaults conflict with TOML (#512) by Kyle King · 1 year, 3 months ago
- 6b47904 docs: fix example for excluding all but .md by Taneli Hukkinen · 1 year, 3 months ago
- e238d51 Merge pull request #511 from hukkin/version-0.7.22 by Taneli Hukkinen · 1 year, 3 months ago
- 83dc2ce Bump version: 0.7.21 → 0.7.22 by Taneli Hukkinen · 1 year, 3 months ago 0.7.22
- 4c90c91 add v0.7.22 changelog by Taneli Hukkinen · 1 year, 3 months ago
- 04640e0 import time: lazify imports enough that markdown_it isnt imported by Taneli Hukkinen · 1 year, 3 months ago
- 7d54a6d tests: ensure tests never mutate DEFAULT_OPTS or cached TOML opts (#509) by Taneli Hukkinen · 1 year, 3 months ago
- e05f2cf tests: add `cache_toml` kwarg to `_cli.run` for tests to disable TOML caching by Taneli Hukkinen · 1 year, 3 months ago
- f6ce9c9 improve: improve import time with lazy regex and imports (#506) by Taneli Hukkinen · 1 year, 4 months ago
- 27bce74 tests: run mdformat-gfm tests by Taneli Hukkinen · 1 year, 4 months ago
- 316094e Merge pull request #503 from hukkin/version-0.7.21 by Taneli Hukkinen · 1 year, 5 months ago
- e07e382 Bump version: 0.7.20 → 0.7.21 by Taneli Hukkinen · 1 year, 5 months ago 0.7.21
- 3e29016 fix: circular import in plugins that import from `mdformat.renderer` by Taneli Hukkinen · 1 year, 5 months ago
- d9aa005 Merge pull request #500 from hukkin/version-0.7.20 by Taneli Hukkinen · 1 year, 5 months ago
- a4f971c Bump version: 0.7.19 → 0.7.20 by Taneli Hukkinen · 1 year, 5 months ago 0.7.20
- fa91de5 maintain: add v0.7.20 changelog by Taneli Hukkinen · 1 year, 5 months ago
- 062ad6d add: `--no-validate` option to skip AST safety check (#496) by Kyle King · 1 year, 5 months ago
- 52f3c06 tests: improve plugin option merge test by Taneli Hukkinen · 1 year, 5 months ago
- e3b4c33 maintain: give explicit sphinx conf to readthedocs by Taneli Hukkinen · 1 year, 5 months ago
- f568716 fix: regex in is_md_equal is too greedy by Taneli Hukkinen · 1 year, 5 months ago
- 3dd45d2 improve: cache textwrap.TextWrapper objects by Taneli Hukkinen · 1 year, 5 months ago
- 61cc2a5 maintain: fix GitHub Actions badge by Taneli Hukkinen · 1 year, 5 months ago
- 96e2546 maintain: remove needless default deps from tox envs by Taneli Hukkinen · 1 year, 5 months ago
- 0cadd3d maintain: --all should be --all-files by Taneli Hukkinen · 1 year, 5 months ago
- 04f24a1 maintain: repository moved from executablebooks to hukkin by Taneli Hukkinen · 1 year, 5 months ago
- 666b9d7 maintain: remove dead code by Taneli Hukkinen · 1 year, 6 months ago
- bce1e99 maintain: remove broken tests from sdist by Taneli Hukkinen · 1 year, 6 months ago
- 8d98566 add delete character to ASCII control chars as per CommonMark v0.30 by Taneli Hukkinen · 1 year, 6 months ago
- c22a0b8 deprecate: `mdformat.codepoints.ASCII_WHITESPACE` (#481) by Taneli Hukkinen · 1 year, 6 months ago
- 43c6370 Merge pull request #479 from executablebooks/version-0.7.19 by Taneli Hukkinen · 1 year, 6 months ago
- e4610eb Bump version: 0.7.18 → 0.7.19 by Taneli Hukkinen · 1 year, 6 months ago 0.7.19
- aefd630 test: --extensions, --no-extensions, --codeformatters and --no-codeformatters by Taneli Hukkinen · 1 year, 6 months ago
- 47e0452 add: option to select enabled (and required) extensions and code formatter languages (#477) by Taneli Hukkinen · 1 year, 6 months ago
- dee9917 performance: faster line wrap pt. 2 by Taneli Hukkinen · 1 year, 6 months ago
- 6da0ca6 performance: slightly faster line wrap by Taneli Hukkinen · 1 year, 6 months ago
- 49cc084 refactor: use only one regex for all codeformatters by Taneli Hukkinen · 1 year, 6 months ago
- 27e2ba3 fix: an error on empty paragraph surrounded by non-paragraphs by Taneli Hukkinen · 1 year, 6 months ago
- b8c3561 fix: Prevent extra leading space in paragraphs in line wrap modes (#473) by Taneli Hukkinen · 1 year, 6 months ago
- 8d1712d fix: Line wrap on lines right after a hard break (#472) by Taneli Hukkinen · 1 year, 6 months ago
- 8c573e4 Improve plugin list in `--help` (#470) by Taneli Hukkinen · 1 year, 6 months ago
- c15c5d5 docs: Improve plugin docs by Taneli Hukkinen · 1 year, 6 months ago
- ac03952 improve: Convert tabs to spaces. Reduce space sequences to one space by Taneli Hukkinen · 1 year, 7 months ago
- f4a8125 improve: Escape less than signs less (#465) by Taneli Hukkinen · 1 year, 7 months ago
- 1046b03 improve: Escape square brackets less (#464) by Taneli Hukkinen · 1 year, 7 months ago
- 0b8fa44 add: New plugin API for adding CLI options and corresponding TOML conf. Deprecate `ParserExtensionInterface.add_cli_options` (#461) by Taneli Hukkinen · 1 year, 7 months ago
- ddf77ab Improve: Error message on failed AST check by Taneli Hukkinen · 1 year, 7 months ago
- 8ddd9b0 Improve: Use distribution package names in version strings (#462) by Taneli Hukkinen · 1 year, 7 months ago
- 9ed01b7 maintain: Convert tox conf to native TOML (#459) by Taneli Hukkinen · 1 year, 7 months ago
- ca9be60 maintain: config.yml cannot be config.yaml - are you serious github? by Taneli Hukkinen · 1 year, 7 months ago
- 52d3cd2 maintain: Fix GitHub issue template config by Taneli Hukkinen · 1 year, 7 months ago
- 4e29869 maintain: Add GitHub issue templates by Taneli Hukkinen · 1 year, 7 months ago
- dad3d12 Add trailing newline to fenced code if a plugin forgets (#455) by Taneli Hukkinen · 1 year, 7 months ago
- 52313bc docs: FAQ entry for Markdown engines (#454) by Taneli Hukkinen · 1 year, 7 months ago
- 302e6dd docs: steer users to pipx by Taneli Hukkinen · 1 year, 7 months ago
- 2e31be5 Merge pull request #452 from hukkin/version-0.7.18 by Taneli Hukkinen · 1 year, 7 months ago
- 42b9462 Bump version: 0.7.17 → 0.7.18 by Taneli Hukkinen · 1 year, 7 months ago 0.7.18
- 1b142b2 Add 0.7.18 changelog by Taneli Hukkinen · 1 year, 7 months ago
- 4d80b2e Update GH Actions, test Python 3.13 final by Taneli Hukkinen · 1 year, 7 months ago
- 9e8c139 docs: add plugins mdformat-pyproject and mdformat-simple-breaks (#418) by Jonathan Hult · 1 year, 7 months ago
- 55905f1 feature: File exclusion patterns (#451) by Taneli Hukkinen · 1 year, 7 months ago
- 995b5b9 DOCS: Mention the mdformat GitHub topic (#450) by Taneli Hukkinen · 1 year, 7 months ago
- 63bd6b6 Drop Python 3.8 support. Test 3.12 final and 3.13-dev (#448) by Taneli Hukkinen · 1 year, 7 months ago
- 10a31ec Update docs dependencies (#447) by Taneli Hukkinen · 1 year, 7 months ago
- 671afe3 Update pre-commit hooks (#446) by Taneli Hukkinen · 1 year, 7 months ago
- 4fc013c Added `mdformat-gfm-alerts` to GitHub full installation in README.md (#440) by Alon Krymgand · 1 year, 7 months ago
- c26042d docs: add mdformat-gfm-alerts (#427) by Kyle King · 1 year, 7 months ago
- 28a7a6d DOCS: Add mdformat-ruff (#425) by wzy · 1 year, 7 months ago
- 5ef591d Fix CI (#445) by Taneli Hukkinen · 1 year, 7 months ago
- 782cb22 Merge pull request #411 from executablebooks/version-0.7.17 by Taneli Hukkinen · 2 years, 9 months ago
- 6c12881 Bump version: 0.7.16 → 0.7.17 by Taneli Hukkinen · 2 years, 9 months ago 0.7.17
- 5d2644a Prepare v0.7.17 by Taneli Hukkinen · 2 years, 9 months ago
- feb6869 Remove atomic writing (#409) by Taneli Hukkinen · 2 years, 9 months ago
- 54431f5 Drop support for Python 3.7 by Taneli Hukkinen · 2 years, 10 months ago
- 8713c9f Allow markdown-it-py v3 (#405) by Taneli Hukkinen · 2 years, 10 months ago
- 0cbd205 docs: add mdformat-mkdocs (#380) by Kyle King · 3 years, 4 months ago
- 5d9b573 DOCS: link to the mdformat-admon plugin (#375) by Kyle King · 3 years, 5 months ago
- c116567 Test against Python 3.12-dev by Taneli Hukkinen · 3 years, 6 months ago
- ea12429 Do not touch the original file if the result is identical to the original (#358) by Pierre Augier · 3 years, 7 months ago
- 1493e57 Add xfail test by Taneli Hukkinen · 3 years, 9 months ago
- b3655ad FIX: An empty paragraph (Unicode space only) triggers AST check by Taneli Hukkinen · 3 years, 9 months ago
- b16011b Merge pull request #349 from executablebooks/version-0.7.16 by Taneli Hukkinen · 3 years, 9 months ago
- 95f5480 Bump version: 0.7.15 → 0.7.16 by Taneli Hukkinen · 3 years, 9 months ago 0.7.16