-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix virtual code when JSX child starts with > (#448)
This fixes an offset issue if the child of a JSX element in the MDX starts with a `>` character. Typically these are blockquotes. Refs https://github.com/orgs/mdx-js/discussions/2489
- Loading branch information
1 parent
f600a05
commit 52e38fa
Showing
3 changed files
with
131 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@mdx-js/language-service': patch | ||
'@mdx-js/language-server': patch | ||
'@mdx-js/typescript-plugin': patch | ||
'vscode-mdx': patch | ||
--- | ||
|
||
Fix virtual code if a child of a JSX node starts with a `>` character. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters