Commit 09bce30
Escape the bare <- in a heading: MDX reads it as JSX and the build dies
`processPlatformCommit` #12929 failed on the push: Docusaurus compiles the
Markdown as MDX, and `## State changes (<-, NEW, DELETE)` gives
"Unexpected character `-` (U+002D) before name" from
micromark-extension-mdx-jsx — a `<` followed by anything that is not a
valid tag name aborts the whole site build. Backticks make it literal.
Scanned both branches for the same shape outside code fences: these two
headings were the only real ones; the other two hits are inside a backtick
span that wraps to the next line.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012YrYJtJ6hR2qJsk7FxjTjW1 parent 4833d20 commit 09bce30
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments