executablebooks / mdformat

CommonMark compliant Markdown formatter
https://mdformat.rtfd.io
MIT License
440 stars 46 forks source link

docs: add mdformat-mkdocs #380

Closed KyleKing closed 1 year ago

KyleKing commented 1 year ago

I finally finished mdformat-mkdocs that formats list indents to 4-spaces

Fixes: #317, #331, #371

I also went ahead and sorted the plugins: https://github.com/executablebooks/mdformat/pull/375#discussion_r1051674629 in https://github.com/executablebooks/mdformat/pull/380/commits/eb68659c0271ed4a8100ccacdce1954bfc1f8366

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

Coverage data is based on head (438a2a8) compared to base (5d9b573). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #380 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 15 15 Lines 818 818 ========================================= Hits 818 818 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=executablebooks)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

hukkin commented 1 year ago

Thanks! :partying_face: