Today, we use Prettier to format and fix all our JS files and several non-JS files. The format checker has supported Markdown files for a while now.
Question: Shall we start auto-formatting our .md files with Prettier?
Pros:
Cons:
-
There might be some small changes to how .md files look when they are rendered
- Attribute lists are changed to all-in-one-line if they all fit on one line

- Attribute lists are changed to one-per-line if they don't all fit on one line

-
Failing gulp prettify checks can be annoying if an occasional contributor makes a badly formatted change
-
No easy way to auto-format code with Prettier if you edit code with the GitHub web-UI
@CrystalOnScript @mrjoro @pbakaus @ampproject/wg-outreach Thoughts?
Today, we use Prettier to format and fix all our JS files and several non-JS files. The format checker has supported Markdown files for a while now.
Question: Shall we start auto-formatting our
.mdfiles with Prettier?Pros:
Cons:
There might be some small changes to how
.mdfiles look when they are renderedFailing
gulp prettifychecks can be annoying if an occasional contributor makes a badly formatted changeNo easy way to auto-format code with Prettier if you edit code with the GitHub web-UI
@CrystalOnScript @mrjoro @pbakaus @ampproject/wg-outreach Thoughts?