Skip to content

Commit

Permalink
edit changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
thorn0 committed Feb 3, 2020
1 parent 88eeabb commit 754a4ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions changelog_unreleased/mdx/pr-6398.md
@@ -1,7 +1,5 @@
#### Add support for JSX fragments ([#6398](https://github.com/prettier/prettier/pull/6398) by [@JounQin](https://github.com/JounQin))

Previous versions format JSX Fragment incorrectly in mdx, this has been fixed in this version.

<!-- prettier-ignore -->
```md
<!-- Input -->
Expand Down
2 changes: 1 addition & 1 deletion changelog_unreleased/mdx/pr-6949.md
@@ -1,7 +1,7 @@
#### Fix JSX parsing bugs introduced in Prettier 1.19 ([#6949](https://github.com/prettier/prettier/pull/6949) by [@Tigge](https://github.com/Tigge) & [@thorn0](https://github.com/thorn0))

MDX parsing for JSX failed when encountering JSX elements that where not
parsable as HTML. Such as `<Tag value={{a: 'b'}}>test</Tag>`
parsable as HTML, such as `<Tag value={{a: 'b'}}>test</Tag>`

<!-- prettier-ignore -->
````md
Expand Down

0 comments on commit 754a4ab

Please sign in to comment.