boluor opened a new pull request, #3835: URL: https://github.com/apache/doris-website/pull/3835
## Summary For five array-function pages the ZH side has example blocks whose opening fence is a plain `\`\`\`` (or empty info string) instead of `\`\`\`sql`. CommonMark renders them the same way, but the doc verifier treats them as illustrative blobs and skips execution, so ZH was being reported as missing examples it actually had. Re-flagged the affected fences: | File | Lines | Change | |---|---|---| | `array-exists.md` | 88 | ``` → ```sql | | `array-first.md` | 89 | ``` → ```sql | | `array-first-index.md` | 88 | ``` → ```sql (also drops a stray trailing space) | | `array-contains.md` | 171 | ``` → ```sql | | `array-enumerate-uniq.md` | 112, 131, 137 | ``` → ```sql | No content added or removed — the examples were already there, they just weren't being identified as runnable SQL. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
