Merged
Conversation
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?
Contributor
There was a problem hiding this comment.
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.mdwith an HTML<strong>tag to work around parsing issues and added a blank line before the PowerShellrenexample. - Updated the code fence language in
09-drive-your-computer-5.mdfromarduinotoplaintextfor 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
plaintextfence removes syntax highlighting. For better readability of mixed output and errors, consider using a more appropriate tag likeconsoleorbash.
```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`项目,如可能,请试着寻找其他替代手段。
Closed
000lbh
approved these changes
Jul 8, 2025
ZangXuanyi
approved these changes
Jul 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
related: #54