anomalyco / anomalyco/opencode
[Bug] Markdown bold rendering too weak / invisible in OpenCode Desktop Markdown
Open
@Brendonovich is already working on this.
Since Aug 20, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
In OpenCode Desktop, Markdown bold **text** is rendered too weakly or not visibly different from normal text. It is hard to distinguish bold and non-bold content.
In comparison, the same **text** renders correctly on GitHub/web.
Steps to Reproduce
- Open OpenCode Desktop
- Send or view a message containing
**Je m'appelle Haoran.**andJe m'appelle Haoran. - Observe the two lines look identical
Expected
Bold text should be clearly thicker/darker than normal text.
Actual
Bold and normal text look almost the same, no clear visual difference.
Environment
- App: OpenCode Desktop
- OS: macOS (darwin)
- Screenshot: attached
Suggestion
Increase font-weight for strong / b to 700+ or add distinct color, do not rely on subtle weight change.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.