You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -620,6 +800,7 @@ exports[`fixtures should match all snapshots: acorn.mdx 1`] = `
620
800
"fatal": true,
621
801
"line": 9,
622
802
"message": "Parsing error: Unexpected character \`\\\` (U+005C) in name, expected a name character such as letters, digits, \`$\`, or \`_\`; whitespace before attributes; or the end of the tag",
803
+
"nodeType": null,
623
804
"ruleId": null,
624
805
"severity": 2,
625
806
},
@@ -714,8 +895,8 @@ the installation guides.
714
895
p={3}
715
896
bg="lightgray"
716
897
style={{
717
-
textAlign: 'center',
718
-
fontWeight: 'bold',
898
+
textAlign: 'center',
899
+
fontWeight: 'bold',
719
900
}}
720
901
>
721
902
[Next.js](/getting-started/next) |
@@ -892,6 +1073,7 @@ exports[`fixtures should match all snapshots: comments.mdx 1`] = `
892
1073
"fatal": true,
893
1074
"line": 2,
894
1075
"message": "Parsing error: Unexpected character \`!\` (U+0021) before name, expected a character that can start a name, such as a letter, \`$\`, or \`_\` (note: to create a comment in MDX, use \`{/* text */}\`)",
1076
+
"nodeType": null,
895
1077
"ruleId": null,
896
1078
"severity": 2,
897
1079
},
@@ -905,6 +1087,7 @@ exports[`fixtures should match all snapshots: details.mdx 1`] = `
905
1087
"fatal": true,
906
1088
"line": 1,
907
1089
"message": "Parsing error: Expected a closing tag for \`</summary>\` (1:1-1:10) before the end of \`paragraph\`",
0 commit comments