docs(rockpis0): fix broken bold markdown syntax in hardware-interface and getting-started pages - #2005
Open
tangzz-radxa wants to merge 1 commit into
Open
Conversation
Fix ** text ** -> **text** so bold renders correctly on: - EN hardware-interface: Hint compatibility note (fixes radxa-docs#212) - EN/zh preparation: specialized cable warning - EN antenna-switch: default antenna note Same bug class as previously fixed in radxa-docs#199.
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.
Description
Fix broken bold markdown syntax (
** text **->**text**) in the ROCK Pi S0 pages so the bold warning/hint text renders correctly.Fixes #212
Changes
rockpis0/hardware/hardware-interface.md:**Hint: Actual compatibility is subject to usage. **did not render as bold (the issue-reported line). The ZH counterpart was already correct, so only EN needed the fix.rockpis0/getting-started/antenna-switch.md:** The default is to use the on-board antenna. **-> bold. ZH counterpart already correct.rockpis0/getting-started/preparation.mdand ZHrockpis0/getting-started/preparation.md:** Radxa ROCK Pi S0 must be configured ... **-> bold in both languages (both had the bug).Same bug class as previously fixed in PR #1998 (ZERO 3E PoE HAT bold markdown).
Bilingual note
This PR intentionally touches EN-only files for
hardware-interface.mdandantenna-switch.mdbecause their ZH counterparts already use correct bold syntax — there is no ZH change needed.preparation.mdis fixed in both languages since both had the bug.Checklist