Skip to content

Conversation

@ktKongTong
Copy link

Proposed Changes

  • Fix typo in zh-CN/spec.md

@duglin
Copy link
Collaborator

duglin commented Dec 1, 2025

Just wondering, does the space change anything? I do see other spots in the file where there's a space before the [

@ktKongTong
Copy link
Author

@duglin

It looks like a [ space due to the character width, but it's actually a different symbol entirely. It is , a single full-width character commonly used in CJK contexts.

before: (U+3010, CJK Left Black Lenticular Bracket)
after: [ (U+005B, ASCII Left Square Bracket)

In this case, the broke the Markdown syntax, causing the statement to be parsed as plain text instead of the expected link.

image

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.

2 participants