From 82257bc091b7d2ec0d4bfb36e3ea3a9329680cba Mon Sep 17 00:00:00 2001 From: Sosuke Suzuki Date: Tue, 5 Nov 2019 23:18:50 +0900 Subject: [PATCH] Fix to follow #6811 (#6812) --- website/versioned_docs/version-stable/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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))