Skip to content

Commit

Permalink
Mark highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Nov 17, 2021
1 parent cca8469 commit bbbf9f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions changelog_unreleased/mdx/11563.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
#### Add support for MDX 2 comments (#11563 by @wooorm)
#### [HIGHLIGHT]Add support for MDX 2 comments (#11563 by @wooorm)

This adds basic support for MDX 2 comments (JavaScript-style comments) in
addition to existing MDX 1 comments (HTML-style comments).
This adds basic support for MDX 2 comments (JavaScript-style comments) in addition to existing MDX 1 comments (HTML-style comments).

Note that in MDX 2, more complex comments and whole expressions can be used
inside braces.
This currently only supports a single comment on one line so that
`{/* prettier-ignore */}` can be used, but doesn’t support most of MDX 2.
Note that in MDX 2, more complex comments and whole expressions can be used inside braces.
This currently only supports a single comment on one line so that `{/* prettier-ignore */}` can be used, but doesn’t support most of MDX 2.

<!-- prettier-ignore -->
```mdx
Expand Down
2 changes: 1 addition & 1 deletion changelog_unreleased/typescript/11721.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### Support TypeScript 4.5 (#11721, #11723, #11813 by @sosukesuzuki)
#### [HIGHLIGHT]Support TypeScript 4.5 (#11721, #11723, #11813 by @sosukesuzuki)

Support new TypeScript 4.5 features.

Expand Down

0 comments on commit bbbf9f1

Please sign in to comment.