Skip to content

Commit

Permalink
State that the supported version of MDX is 1 until prettier#12209 is …
Browse files Browse the repository at this point in the history
…fixed (prettier#15221)

State that the supported version of MDX is 1
  • Loading branch information
tats-u authored and medikoo committed Feb 15, 2024
1 parent 12d749a commit e647b19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion website/data/languages.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-stable/index.md
Expand Up @@ -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))
Expand Down

0 comments on commit e647b19

Please sign in to comment.