Skip to content

docs: fix markdown table rendering in experimental features. (zh-CN) #25589

Open
dk363 wants to merge 4 commits intoanomalyco:devfrom
dk363:patch-2
Open

docs: fix markdown table rendering in experimental features. (zh-CN) #25589
dk363 wants to merge 4 commits intoanomalyco:devfrom
dk363:patch-2

Conversation

@dk363
Copy link
Copy Markdown

@dk363 dk363 commented May 3, 2026

…tal features(zh-CN)

Issue for this PR

Closes #

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Fixes the broken Markdown table rendering in the "Experimental Features" section of the zh-CN docs.

There were two formatting errors causing the parser to fail:

The header separator line had too many columns (7 instead of 3).

A missing newline caused OPENCODE_EXPERIMENTAL_MARKDOWN to merge into the previous row.

Corrected the markdown syntax so the table renders properly.

How did you verify your code works?

Previewed the markdown file locally to ensure the table parses and displays correctly.

Screenshots / recordings

Snipaste_2026-05-03_20-35-24 Snipaste_2026-05-03_20-50-25

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 3, 2026

The following comment was made by an LLM, it may be inaccurate:

Found a potential related PR:

PR #25070: "docs(web): fix zh-cn cli experimental table"

Note: PR #19243 "docs: Fix formatting of experimental features table" is about experimental features table formatting but doesn't appear to be specifically zh-CN focused.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant