Skip to content

docs(rock5/rock5b): convert link-list pre blocks to markdown list in download page - #2049

Merged
Milir-Radxa merged 1 commit into
radxa-docs:mainfrom
tangzz-radxa:docs/fix-rock5b-download-pre-20260821
Aug 21, 2026
Merged

docs(rock5/rock5b): convert link-list pre blocks to markdown list in download page#2049
Milir-Radxa merged 1 commit into
radxa-docs:mainfrom
tangzz-radxa:docs/fix-rock5b-download-pre-20260821

Conversation

@tangzz-radxa

Copy link
Copy Markdown
Contributor

Summary

Convert multi-line <pre> link-list blocks in rock5/rock5b/download.md to standard markdown lists, fixing an extra blank line rendered inside the pre block.

Root cause

Multi-line <pre> blocks in MDX are parsed into <pre><p>...</pre>, and the <p> default margin renders as a visible blank line inside the block. These blocks contain download links (not code), so they are converted to markdown lists to keep the links clickable.

Change

  • Linux/Android image download lists → markdown - lists (links preserved).
  • Both Chinese and English versions updated. No link/content changes.

Whitespace/markup-only change.

@Milir-Radxa
Milir-Radxa merged commit 95f4702 into radxa-docs:main Aug 21, 2026
2 of 6 checks passed
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