Skip to content

docs(zh): fix bold rendering by adding spaces around asterisks - #46231

Open
Peter267 wants to merge 1 commit into
anomalyco:devfrom
Peter267:patch-1
Open

docs(zh): fix bold rendering by adding spaces around asterisks#46231
Peter267 wants to merge 1 commit into
anomalyco:devfrom
Peter267:patch-1

Conversation

@Peter267

Copy link
Copy Markdown

Issue for this PR

N/A

Type of change

  • Documentation

What does this PR do?

Fixes bold rendering issues in the Chinese docs. Some bold text (**...**) failed to show as bold because the asterisks were adjacent to digits or HTML tags (e.g., **1.xxx**2. or **<a>...</a>**). I added spaces around the asterisk delimiters to satisfy CommonMark's flanking rules, so the bold formatting now renders correctly on GitHub.

How did you verify your code works?

I previewed the changes using GitHub's Markdown preview.

Screenshots / recordings

Before:
image

After:
image

Checklist

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

Updated formatting for consistency by adding spaces after bold text in the Chinese documentation.
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