Yilialinn opened a new pull request, #13967: URL: https://github.com/apache/apisix/pull/13967
### Description Fix malformed Markdown tables in this release branch so the corresponding versioned documentation pages render correctly when synchronized to the APISIX website. The changes repair: - the English and Chinese Prometheus LLM label tables; - the English and Chinese AWS Lambda IAM attribute rows; - the Chinese `traffic-split`, `loki-logger`, `grpc-transcode`, and `rocketmq-logger` attribute tables. Only table separators and missing or extra empty cells are adjusted; field names, defaults, and descriptions remain unchanged. #### Which issue(s) this PR fixes: N/A (documentation rendering fixes; no issue filed) ### Validation - Parsed all eight affected pages with Markdown-it and confirmed the target fields and all three Prometheus LLM sections render as tables. - Confirmed no pipe-prefixed table rows remain outside parsed tables or code blocks. - Confirmed every source row in every affected table matches its header column count. - 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]
