diff --git a/website/versioned_docs/version-stable/index.md b/website/versioned_docs/version-stable/index.md index bbfe7145..0de7d5d1 100644 --- a/website/versioned_docs/version-stable/index.md +++ b/website/versioned_docs/version-stable/index.md @@ -12,12 +12,12 @@ Prettier is an opinionated code formatter with support for: - [Vue](https://vuejs.org/) - [Flow](https://flow.org/) - [TypeScript](https://www.typescriptlang.org/) -- CSS, [Less](http://lesscss.org/), and [SCSS](http://sass-lang.com) +- CSS, [Less](http://lesscss.org/), and [SCSS](https://sass-lang.com) - [HTML](https://en.wikipedia.org/wiki/HTML) - [JSON](http://json.org/) -- [GraphQL](http://graphql.org/) -- [Markdown](http://commonmark.org/), including [GFM](https://github.github.com/gfm/) and [MDX](https://mdxjs.com/) -- [YAML](http://yaml.org/) +- [GraphQL](https://graphql.org/) +- [Markdown](https://commonmark.org/), including [GFM](https://github.github.com/gfm/) and [MDX](https://mdxjs.com/) +- [YAML](https://yaml.org/) It removes all original styling[\*](#footnotes) and ensures that all outputted code conforms to a consistent style. (See this [blog post](http://jlongster.com/A-Prettier-Formatter))