Commit eb4072d
authored
fix: correct MDX comment syntax and exclude from prettier (#10556)
Prettier incorrectly escapes JSX comment markers (\`/* */\` → \`\/*
*\/\`) inside these two MDX files' code blocks, breaking the comment
syntax. Excludes both files from prettier and fixes the existing bad
escaping.
Split out of the Node 24 branch (#10555), where it was an unrelated
change picked up along the way.1 parent b8b8dbb commit eb4072d
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments