-
Notifications
You must be signed in to change notification settings - Fork 409
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
Add formatter for markdown tables #2693
Add formatter for markdown tables #2693
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2693 +/- ##
==========================================
- Coverage 26.23% 26.19% -0.04%
==========================================
Files 441 441
Lines 22619 22619
==========================================
- Hits 5935 5926 -9
- Misses 16077 16087 +10
+ Partials 607 606 -1 see 2 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
Engineering blog posts should be reviewed by other engineers and @Fashander. |
Sorry for the accidental the review request, I just added and removed labels for checking rendering of new formatting 🙈 |
website/blog/2022-07-11-0-5-0-release-is-out-embedding-ferretdb-into-go-programs.md
Outdated
Show resolved
Hide resolved
I resolved the conflict and checked the rendering, still looks good! Please review again. |
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.
Description
Closes #1846.
Most of the code in this PR is produced by running
task docs-fmt
, see the changes inTaskfile.yml
.The changes enforced by prettier:
-
are used instead of asterisks*
in lists_
are used instead of asterisks*
for italicReadiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.