Skip to content

Fix the render issue on chapter 13#55

Merged
ZangXuanyi merged 2 commits intomainfrom
fix-markdown-render
Jul 9, 2025
Merged

Fix the render issue on chapter 13#55
ZangXuanyi merged 2 commits intomainfrom
fix-markdown-render

Conversation

@illusionaries
Copy link
Copy Markdown
Collaborator

related: #54

use `<strong></strong>` instead of `**。**` to bypass a markdown it render bug, where bold text failed to be rendered
why does it even exist in the first place?
Copilot AI review requested due to automatic review settings July 8, 2025 14:55
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR aims to resolve rendering issues in Chapter 13 and improve the consistency of code block annotations.

  • Replaced a markdown-bold snippet in 13-windows-overview.md with an HTML <strong> tag to work around parsing issues and added a blank line before the PowerShell ren example.
  • Updated the code fence language in 09-drive-your-computer-5.md from arduino to plaintext for correct rendering.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
basic/13-windows-overview.md Swapped **…** for <strong>…</strong> and inserted a blank line
basic/09-drive-your-computer-5.md Changed code fence from arduino to plaintext
Comments suppressed due to low confidence (2)

basic/09-drive-your-computer-5.md:104

  • [nitpick] The plaintext fence removes syntax highlighting. For better readability of mixed output and errors, consider using a more appropriate tag like console or bash.
```plaintext

basic/13-windows-overview.md:102

  • [nitpick] Using an HTML <strong> tag here creates inconsistency with the rest of the document. Consider reverting to standard markdown **对于小白…** and addressing the parser issue (e.g., by escaping the leading hyphen) for uniform formatting.
<strong>对于小白,我建议你永远不要动这个东西。</strong>如果一个教程说要修改`HKLM`项目,如可能,请试着寻找其他替代手段。

@000lbh 000lbh requested a review from ZangXuanyi July 8, 2025 23:33
@ZangXuanyi ZangXuanyi merged commit d4bef62 into main Jul 9, 2025
2 checks passed
@ZangXuanyi ZangXuanyi deleted the fix-markdown-render branch July 9, 2025 05:28
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.

4 participants