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