Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New plugin API for adding CLI options. Let plugins add corresponding TOML conf #461

Merged
merged 5 commits into from
Oct 25, 2024

Conversation

hukkin
Copy link
Owner

@hukkin hukkin commented Oct 23, 2024

Closes #378

Add: mdformat.plugins.ParserExtensionInterface.add_cli_argument_group
Deprecate: mdformat.plugins.ParserExtensionInterface.add_cli_options

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (ddf77ab) to head (344578b).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #461   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        15           
  Lines          823       863   +40     
  Branches       137       148   +11     
=========================================
+ Hits           823       863   +40     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hukkin hukkin merged commit 0b8fa44 into master Oct 25, 2024
25 checks passed
@hukkin hukkin deleted the toml-plugins branch October 25, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Let plugins add options to .mdformat.toml file
1 participant