Commit 01ad34f
fix: remove <br> tags in SetSource table row causing MDX compilation error
The <br> HTML tags inside markdown table cells were being interpreted
as JSX elements by the MDX parser (mdast-util-mdx-jsx), causing the
Docusaurus website build to fail. Replaced with comma-separated format.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent f985c07 commit 01ad34f
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- website
- docs/doc
- i18n/en/docusaurus-plugin-content-docs/current/doc
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments