Yilialinn opened a new pull request, #13965: URL: https://github.com/apache/apisix/pull/13965
### Description Fix the Chinese `traffic-split` attribute table, which is currently rendered as raw pipe-delimited text on the documentation site. The table header has six columns, but its separator row had only five valid cells. This change restores a valid six-column separator without changing any field content. #### Which issue(s) this PR fixes: N/A (documentation rendering fix; no issue filed) ### Validation - Parsed the affected Markdown with Markdown-it and confirmed the attribute section renders as a table. - Confirmed every source row has the same number of cells as the table header. - Ran `git diff --check`. ### Checklist - [x] I have explained the need for this PR and the problem it solves - [x] I have explained the changes or the new features added to this PR - [x] I have added tests corresponding to this change (validated with the Markdown parser; no code test applies) - [x] I have updated the documentation to reflect this change - [x] I have verified that this change is backward compatible -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
