From e647b1955eef608d92ae3aa31643e85c1ce443d3 Mon Sep 17 00:00:00 2001 From: Tatsunori Uchino Date: Fri, 11 Aug 2023 18:45:01 +0900 Subject: [PATCH] State that the supported version of MDX is 1 until #12209 is fixed (#15221) State that the supported version of MDX is 1 --- docs/index.md | 2 +- website/data/languages.yml | 2 +- website/versioned_docs/version-stable/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 6bbb459a2c07..5006cd1f5564 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,7 +16,7 @@ Prettier is an opinionated code formatter with support for: - [Ember/Handlebars](https://handlebarsjs.com/) - [JSON](https://json.org/) - [GraphQL](https://graphql.org/) -- [Markdown](https://commonmark.org/), including [GFM](https://github.github.com/gfm/) and [MDX](https://mdxjs.com/) +- [Markdown](https://commonmark.org/), including [GFM](https://github.github.com/gfm/) and [MDX v1](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](https://jlongster.com/A-Prettier-Formatter)) diff --git a/website/data/languages.yml b/website/data/languages.yml index 0e2d60412475..1a94a42b02f5 100644 --- a/website/data/languages.yml +++ b/website/data/languages.yml @@ -33,7 +33,7 @@ variants: - "[CommonMark](https://commonmark.org)" - "[GitHub-Flavored Markdown](https://github.github.com/gfm/)" - - "[MDX](https://mdxjs.com)" + - "[MDX v1](https://mdxjs.com)" - name: YAML nameLink: https://yaml.org showName: true diff --git a/website/versioned_docs/version-stable/index.md b/website/versioned_docs/version-stable/index.md index 88c047fae0e3..eb09cbe85195 100644 --- a/website/versioned_docs/version-stable/index.md +++ b/website/versioned_docs/version-stable/index.md @@ -17,7 +17,7 @@ Prettier is an opinionated code formatter with support for: - [Ember/Handlebars](https://handlebarsjs.com/) - [JSON](https://json.org/) - [GraphQL](https://graphql.org/) -- [Markdown](https://commonmark.org/), including [GFM](https://github.github.com/gfm/) and [MDX](https://mdxjs.com/) +- [Markdown](https://commonmark.org/), including [GFM](https://github.github.com/gfm/) and [MDX v1](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](https://jlongster.com/A-Prettier-Formatter))