-
Notifications
You must be signed in to change notification settings - Fork 7
⬆️ Replace mdformat-frontmatter with mdformat-front-matters
#46
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
⬆️ Replace mdformat-frontmatter with mdformat-front-matters
#46
Conversation
bb70265 to
487b64a
Compare
mdformat-frontmatter with mdformat-front-mattersmdformat-frontmatter with mdformat-front-matters
|
All tests are passing, this PR is ready to me merged upstream. |
KyleKing
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks! I can approve, merge, and release once these comments are addressed
Run tests on Python 3.14 and 3.15-dev
487b64a to
c71ac9b
Compare
KyleKing
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! LGTM!
c71ac9b to
95a49af
Compare
|
This PR is ready to be merged upstream. Even if @KyleKing is still working on a bug fix for YAML indention at KyleKing/mdformat-front-matters#10, I think we are safe to merge this PR and release a new |
|
I have the power to keep the lights on! I'll squash and release 0.3.0 since this is more inline with a zero-ver minor bump |
|
Thanks @KyleKing for the merge! 🎉 |
|
Just a side note: if I can find |
|
It should be released? I'm seeing 0.3.0 in PyPi: https://pypi.org/project/mdformat_myst/0.3.0 It looks like this repository doesn't have automatic releases: https://github.com/executablebooks/mdformat-myst/actions/runs/19745551258/job/56579111943. I'll make the release now! |
mdformat-frontmatteris not compatible with mdformat 1.0.0, and seems unmaintained.This PR replace it with
mdformat-front-matters, which is actively maintained by @KyleKing and is becoming the de-facto frontmatter plugin in themdformatuniverse, because of its adoption bymdformat-mkdocs.This PR addresses #45.
Also to align the requirements with its dependencies, this PR bump the minimal Python version from 3.9 to 3.10. As a bonus, I activated tests on Python 3.14 and 3.15-dev.
Relates to:
mdformat < 0.8.0requirement butler54/mdformat-frontmatter#37