Skip to content

docs: use prettier to format Markdown files

Tomas Vik requested to merge prettier-md into main

This MR changes package.json so that md files are automatically formatted by prettier.

Then I run npm run autofix to apply the new formatting to all .md files.

With the exception of:

  • CHANGELOG.md - automatically generated using different rules
  • docs/user/custom-queries.md - the table formatting doesn't work well for the large table

Merge request reports

Loading